.mb-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .mb-show {
    display: block;
  }
  .wrap {
    margin: 0 2.5%;
    width: 95%;
  }
  .policy .txt {
    font-size: 12px;
  }
  .login-wrap .con {
    width: 100%;
  }
  .login-wrap .con .top-tit {
    background: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  .login-wrap .con .top-tit .entitled-box {
    display: none;
  }
  .login-wrap .con .top-tit .top-tit-wrap .logo {
    float: none;
  }
  .login-wrap .con .top-tit .top-tit-wrap .logo img {
    height: 50px;
  }
  .login-wrap .con .top-tit .top-tit-wrap .back {
    display: none;
  }
  .login-wrap .con .top-tit .top-tit-wrap:before {
    display: none;
  }
  .login-wrap .con .login-con {
    width: 95%;
    margin: 0 2.5%;
    height: auto;
  }
  .login-wrap .con .login-con .login-box {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .login-wrap .con .login-con .login-box .title {
    font-size: 18px;
  }
  .login-wrap .con .login-con .login-box .tit .tab {
    font-size: 18px;
  }
  .login-wrap .con .login-con .login-box .box {
    padding: 0;
    border-radius: 10px 10px 0 0;
  }
  .login-wrap .con .login-con .login-box .entitled-box {
    padding: 15px;
  }
  .login-wrap .con .login-con .login-box .entitled-box .info-box .a {
    font-size: 18px;
  }
  .login-wrap .con .login-con .login-box .rig-wrap {
    padding: 20px;
  }
  .login-wrap .con .login-con .login-box .rig-wrap .input input {
    width: 100%;
  }
  .login-wrap .con .login-con .login-box .rig-wrap .log-box {
    font-size: 18px;
  }
  .login-wrap .con .login-con .login-box .tit-box .tab {
    font-size: 16px;
  }
  .login-wrap .con .login-con .login-box .tit-box .tab:first-of-type {
    border-radius: 5px 0 0 0;
  }
  .login-wrap .con .login-con .login-box .tit-box .tab:last-of-type {
    border-radius: 0 5px 0 0;
  }
  .login-wrap .con .login-con .login-box .tit-box .tab:after {
    top: 12px;
  }
  .login-wrap .con .login-con .login-box .login-box-b {
    display: block;
    margin-bottom: 48px;
  }
  .process-con {
    padding: 15px;
    min-height: 700px;
  }
  .process-con .reg-box {
    width: 100%;
    margin: 20px 0;
  }
  .process-con .reg-box .form-box .form-group label {
    text-align: left;
  }
  .process-con .process-li .tit {
    font-size: 22px;
    padding-left: 0;
  }
  .process-con .process-li .tit-info a {
    position: static;
  }
  .process-con .form-box {
    padding-right: 0;
  }
  .process-con .form-box .form-group {
    margin-bottom: 15px;
  }
  .process-con .form-box .sub-box {
    margin-top: 20px;
  }
  .process-con .form-box .sub-box button {
    padding: 15px 0;
  }
  .success-tit {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .success-tit .img {
    width: 100%;
    text-align: center;
  }
  .success-tit .img img {
    width: 70px;
  }
  .success-tit .img:after {
    width: 70px;
    height: 70px;
    right: calc(50% - 35px);
    top: 28px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .success-tit .info {
    width: 100%;
    text-align: center;
  }
  .success-tit .info .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .success-box .tit {
    font-size: 24px;
  }
  .success-box .buttom a {
    padding: 12px 28px;
  }
  .regulations-box .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .member-type-wrap {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .member-type-wrap .top {
    display: block;
  }
  .member-type-wrap .top .li {
    width: 100%;
    padding: 20px 28px;
    margin-bottom: 15px;
  }
  .member-type-wrap .top .li:last-of-type {
    margin-bottom: 0;
  }
  .member-type-wrap .top .li .type-tit svg {
    width: 35px;
    margin-bottom: -10px;
  }
  .member-type-wrap .bot {
    display: block;
    margin-top: 15px;
    background: #fdfdfd;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 26px 30px;
  }
  .member-type-wrap .bot .li {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dbdbdb;
  }
  .member-type-wrap .bot .li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .member-type-wrap .bot .li .type-tit img {
    width: 32px;
    margin-bottom: -1px;
  }
  .member-type-bot {
    padding: 20px;
    display: block;
  }
  .member-type-bot .li {
    width: 100%;
    margin-bottom: 10px;
  }
  .content-top {
    height: 50px;
    position: fixed;
    z-index: 19;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .content-top .top-tit .logo {
    margin-top: 7.5px;
  }
  .content-top .top-tit .logo img {
    height: 35px;
  }
  .content-top .top-tit .control {
    display: none;
  }
  .content-top .top-tit .menu {
    width: auto;
    padding: 3px 8px;
    border-radius: 5px;
    position: absolute;
    right: 12px;
    top: 7.5px;
    cursor: pointer;
    background: #348660;
  }
  .content-top .top-tit .menu .nav-tit {
    float: left;
    color: #fff;
    margin: 5px 10px 0 0;
  }
  .content-top .top-tit .menu .nav-span {
    float: left;
  }
  .content-top .top-tit .menu span {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    margin: 6px 0;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -ms-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
  }
  .content-top .top-tit .menu.curr span {
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -ms-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
  }
  .content-top .top-tit .menu.curr span:first-of-type {
    -webkit-transform: rotate(45deg) translate(6px, 4px);
    -moz-transform: rotate(45deg) translate(6px, 4px);
    -ms-transform: rotate(45deg) translate(6px, 4px);
    -o-transform: rotate(45deg) translate(6px, 4px);
    transform: rotate(45deg) translate(6px, 4px);
  }
  .content-top .top-tit .menu.curr span:nth-of-type(2) {
    opacity: 0;
  }
  .content-top .top-tit .menu.curr span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(7px, -5px);
    -moz-transform: rotate(-45deg) translate(7px, -5px);
    -ms-transform: rotate(-45deg) translate(7px, -5px);
    -o-transform: rotate(-45deg) translate(7px, -5px);
    transform: rotate(-45deg) translate(7px, -5px);
  }
  .Personal-information {
    height: auto;
    padding: 15px 0;
    margin-top: 60px;
    margin-bottom: 10px;
    display: block;
    border-radius: 5px;
  }
  .Personal-information:after {
    display: none;
  }
  .Personal-information .con {
    background: none;
    border-radius: 0;
    height: auto;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .Personal-information .con .portrait {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
  }
  .Personal-information .con .personal {
    margin-left: 0;
    width: calc(100% - 100px);
  }
  .Personal-information .con .state {
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid #348660;
    margin: 18px 15px 0;
    justify-content: space-around;
  }
  .Personal-information .con .state .li {
    border-color: rgba(255, 255, 255, 0.1);
    display: block;
    text-align: center;
  }
  .Personal-information .con .state .li .img {
    margin: 0 auto 0;
  }
  .Personal-information .con .state .li .img img {
    width: 26px;
  }
  .Personal-information .con .state .li:first-of-type {
    border-left: none;
  }
  .Personal-information .con .state .li .info {
    line-height: 20px;
    text-align: center;
    width: 100%;
  }
  .Personal-information .con .state .li .info .text {
    color: #ffbd3d;
  }
  .Personal-information .con .state .li .info .upgrade {
    margin-top: 10px;
  }
  .Personal-information .con .state .li .info .upgrade a {
    padding: 6px 6px;
  }
  .Personal-information .control {
    display: none;
  }
  .input-box .academic-box .input .academic-c .academic-con {
    display: block;
  }
  .input-box .academic-box .input .academic-c .academic-con .li {
    width: 100%;
  }
  .input-box .academic-box .input .academic-c .academic-con .li:first-of-type {
    width: 100%;
  }
  .input-box .li .box-label {
    text-align: left;
  }
  .input-box .evidentiary-material .li {
    width: 100%;
  }
  .con-wrap {
    width: 95%;
    margin: 0 2.5%;
  }
  .con-wrap .content-left {
    position: fixed;
    top: 0;
    overflow-y: scroll;
    background: #348660;
    right: -240px;
    z-index: 19;
    margin-top: 50px;
    width: 220px;
    height: 100vh;
    border-radius: 0;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .con-wrap .content-left.curr {
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .con-wrap .content-left .li .stair {
    padding: 14px 30px;
    font-size: 15px;
  }
  .con-wrap .content-left .li .stair .fa {
    font-size: 16px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
  }
  .con-wrap .content-left .li .second {
    padding: 8px 0;
  }
  .con-wrap .content-left .li .second a {
    font-size: 14px;
    padding: 4px 0 4px 60px;
  }
  .con-wrap .content-left .li.curr .second,
  .con-wrap .content-left .li:hover .second {
    padding: 8px 0;
  }
  .con-wrap .content-left .li.exhi-a {
    padding: 15px;
  }
  .con-wrap .content-left .li.exhi-a .stair {
    background: #e50a1c;
    color: #fff;
    border-radius: 30px;
  }
  .con-wrap .content-left .li.exhi-a .stair .fa {
    color: #fff;
  }
  .con-wrap .content-left .li.exhi-a .stair:before {
    display: none;
  }
  .con-wrap .content-left .li.exhi-a.curr,
  .con-wrap .content-left .li.exhi-a:hover {
    background: #fff;
  }
  .con-wrap .content-right {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .con-wrap .content-right-box {
    width: 100%;
  }
  .process-bot {
    height: auto;
    display: block;
    padding: 12px 26px;
    background-position: right top;
  }
  .process-bot .li:last-of-type {
    width: 100%;
  }
  .page-tie {
    font-size: 18px;
  }
  .page-tie:after {
    height: 20px;
    top: 16px;
  }
  .process-head {
    position: relative;
    top: 0;
    width: 100%;
  }
  .process-head .left {
    width: 100%;
    height: auto;
  }
  .process-head .left .img {
    margin: 10px 10px 0 10px;
  }
  .process-head .left .info {
    margin: 10px 0;
    display: block;
  }
  .process-head .process-a {
    width: 100%;
    margin-top: 10px;
    height: 42px;
    line-height: 28px;
    font-size: 16px;
    background: #ffbd3d;
    color: #fff;
    margin-left: 0;
  }
  .process-head .process-a .fa {
    margin-top: 7px;
  }
  .process-box {
    width: 100%;
  }
  .input-box .li {
    width: 100%;
  }
  .input-box .input-tit {
    width: calc(100% - 18px);
  }
  .con-wrap .content-right .con-title {
    font-size: 16px;
  }
  .password-wrap .form-group label {
    text-align: left;
  }
  .activity-box .li .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .activity-box .li .info {
    width: 100%;
  }
  .steps-box {
    width: 100%;
    overflow-x: scroll;
  }
  .steps-box .con {
    width: 738px;
  }
  .steps-box .li {
    font-size: 15px;
    width: 140px;
  }
  .steps-box .li a {
    height: 42px;
    padding: 10px 0;
  }
  .steps-box .li:before,
  .steps-box .li:after {
    top: 12px;
  }
  .member-box {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .member-box img {
    max-width: 100%;
  }
  .member-box .top {
    padding: 15px;
  }
  .member-box .top .img {
    width: 75px;
    height: 97px;
    line-height: 97px;
  }
  .member-box .top .info {
    width: calc(100% - 95px);
    margin-left: 20px;
  }
  .member-box .top .info .text {
    font-size: 14px;
    line-height: 22px;
  }
  .member-box .top .info .text span {
    color: #333;
  }
  .member-box .bot .img {
    width: 125px;
    margin-top: 6px;
  }
  .member-box .bot .code {
    font-size: 14px;
  }
  .member-box-card .instructions-info {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }
  .member-box-card .instructions-info .li {
    display: block;
  }
  .member-box-card .instructions-info .li .text {
    width: 100%;
    margin-right: 0;
  }
  .member-box-card .instructions-info .li .text-box {
    width: 100%;
  }
  .member-box-card .instructions-info .li .text-box .icon {
    width: 100%;
  }
  .process-box-mb {
    margin-top: 40px;
  }
  .process-box-mb .li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .process-box-mb .li:after {
    display: block;
    content: '';
    clear: both;
  }
  .process-box-mb .li .icon {
    width: 8%;
    position: relative;
  }
  .process-box-mb .li .icon:after {
    position: absolute;
    left: 8px;
    top: 14px;
    display: block;
    content: '';
    clear: both;
    width: 1px;
    background: #348660;
    height: 100%;
  }
  .process-box-mb .li .icon span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #348660;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 11px;
  }
  .process-box-mb .li .icon img {
    position: absolute;
    left: 5px;
    bottom: 2px;
    width: 7px;
  }
  .process-box-mb .li .text {
    width: 90%;
    text-align: left;
    color: #348660;
    margin-left: 10px;
    display: block;
    float: right;
    border: 1px solid #f6efe1;
    background: #f6efe1;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .process-box-mb .li .text img {
    height: 22px;
    vertical-align: top;
    margin-top: 0;
    float: right;
  }
  .process-box-mb .li:last-of-type .icon:after {
    height: 0;
  }
  .process-box-mb .li:last-of-type .icon img {
    display: none;
  }
  .process-box-mb .li.default .icon span {
    background: #348660;
  }
  .process-box-mb .li.default .text {
    background: #348660;
    border-color: #348660;
    color: #fff;
  }
  .process-box-mb .li.current .icon span {
    background: #ffbd3d;
    border-color: #ffbd3d;
  }
  .process-box-mb .li.current .text {
    background: #ffbd3d;
    border-color: #ffbd3d;
    color: #fff;
  }
  .process-complete {
    display: block;
    padding: 18px;
  }
  .process-complete .li {
    border: none;
    padding: 3px 0;
  }
  .input-box .li {
    display: block;
  }
  .input-box .li .box-label {
    width: 100%;
    margin-bottom: 8px;
  }
  .input-box .li .box-label.up-img {
    padding-top: 0;
  }
  .input-box .li .box-i {
    width: 100%;
  }
  .input-box .li .li-box {
    width: 100%;
  }
  .input-box .special-box {
    display: block;
  }
  .input-box .special-box .li {
    width: 100%;
  }
  .input-box .special-right {
    width: 100% !important;
    margin-left: 0;
  }
  .input-box .input-box-con {
    padding: 12px;
  }
  .steps-box {
    overflow: hidden;
  }
  .steps-box .con {
    width: calc(100% + 30px + 5%);
    margin: 0 0 0 calc(-15px - 2.5%);
  }
  .steps-box .li {
    width: 25%;
  }
  .steps-box .li a {
    font-size: 12px;
  }
  .not-through .con {
    display: block;
  }
  .not-through .con .info {
    display: block;
    width: 100%;
    word-break: break-word;
  }
  .not-through .con .a {
    margin-top: 20px;
  }
  .referees-box .custom-control {
    padding-left: 0;
    white-space: nowrap;
  }
  .referees-row {
    display: block;
  }
  .referees-row .referees-box {
    width: 100%;
  }
  .preview-box {
    padding: 40px 10px 0;
  }
  .preview-box.fulltable .table {
    table-layout: auto;
  }
  .preview-box .table {
    font-size: 12px;
    table-layout: fixed;
    word-break: break-all;
  }
  .preview-box .table th,
  .preview-box .table td {
    padding: 5px;
  }
  .preview-box .table img {
    max-width: 100%;
  }
  .popbox {
    width: 90vw;
  }
  .popbox .poptit {
    font-size: 20px;
  }
  .popbox .popcon {
    max-height: 80vh;
    overflow-y: auto;
  }
  .paypopbox .popcon {
    padding: 20px;
    font-size: 14px;
  }
  .paypopbox .popcon .remind-senior-tit {
    font-size: 12px;
  }
  .layui-laydate-range {
    width: 272px !important;
  }
  .setBox .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .setBox .item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .setBox .item:not(:last-child):after {
    display: none;
  }
  .forget-tit {
    font-size: 28px;
    margin: 10px auto 20px;
  }
  .forget-box {
    width: 90%;
    margin: 0 auto;
  }
  .forget-box .tab-box .tab {
    font-size: 16px;
  }
  .forget-box .tab-box .tab p {
    padding: 20px 10px;
  }
  .forget-box .form-box {
    width: 100%;
    padding: 20px;
  }
  .forget-box .form-box .codebox .form-input {
    padding-right: 110px;
  }
  .forget-box .form-box .codebtn {
    width: 110px;
  }
  .forget-box .form-box .inputbox > .form-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .forget-box .form-box .inputbox .codebox {
    width: 100%;
  }
  .forgetPop {
    width: 90vw;
    height: 320px;
  }
}
