@media screen and (max-width: 768px) {
  .mb-hide {
    display: none !important;
  }
  .mb-show {
    display: block !important;
  }
  .header {
    height: 50px;
    padding: 0 5%;
  }
  .header .nav {
    display: block;
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    z-index: -1;
    background-color: #0e5498;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .header .nav.curr {
    top: 50px;
  }
  .header .nav li {
    height: auto;
  }
  .header .nav li.logout {
    display: block;
  }
  .header .nav li a {
    padding: 10px 0;
    border-bottom-width: 2px;
  }
  .header .right {
    display: none;
  }
  .header .logo {
    max-width: 140px;
  }
  .header .menu-btn {
    display: block;
    position: relative;
  }
  .header .menu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .header .menu-btn span:nth-child(2) {
    margin: 6px 0;
  }
  .header .menu-btn.curr span:nth-child(2) {
    opacity: 0;
  }
  .header .menu-btn.curr span:nth-child(1) {
    transform-origin: 0 0;
    transform: rotate(45deg) translate(3px, -5px);
  }
  .header .menu-btn.curr span:nth-child(3) {
    transform-origin: center;
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .container {
    margin-top: 50px;
    padding: 15px;
    height: calc(100vh - 50px);
  }
  .question-chk .chk-li {
    width: 48%;
  }
  .index-box {
    display: block;
  }
  .index-box .baseinfo,
  .index-box .index-invitfriend {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .white-box.pad {
    padding: 20px;
  }
  .main-container {
    margin-left: 0;
  }
  .sidebox {
    z-index: 9;
    top: 50px;
    left: -100%;
    border-radius: 0;
    height: calc(100vh - 50px);
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top-color: #e64d21;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .sidebox.curr {
    left: 0;
  }
  .page-titbox .menu-btn {
    display: block;
    position: relative;
  }
  .page-titbox .menu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background: #0e5498;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .page-titbox .menu-btn span:nth-child(2) {
    margin: 6px 0;
  }
  .page-titbox .menu-btn.curr span:nth-child(2) {
    opacity: 0;
  }
  .page-titbox .menu-btn.curr span:nth-child(1) {
    transform-origin: 0 0;
    transform: rotate(45deg) translate(3px, -5px);
  }
  .page-titbox .menu-btn.curr span:nth-child(3) {
    transform-origin: center;
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .form-con .form-row {
    width: calc(100%/2 - 7.5px);
    margin-right: 0;
  }
  .form-con .form-row:nth-child(2n) {
    margin-right: 0;
  }
  .products-list li {
    width: calc(100%/2 - 5px);
    margin-right: 10px;
  }
  .products-list li:nth-child(2n) {
    margin-right: 0;
  }
  .download-list li {
    width: calc(100%/3 - 16.67px);
    margin-right: 20px;
  }
  .download-list li:nth-child(3n) {
    margin-right: 0;
  }
  .schedule-box.schedule-page {
    width: 100%;
  }
  .welcom-box .tip {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .welcom-box .welcom span {
    font-size: 18px;
  }
  .form-box .type-box {
    display: block;
  }
  .form-box .type-box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-box {
    padding: 15px 0;
  }
  .top-box .logo {
    max-width: 200px;
    height: 55px;
  }
  .top-box .logo img {
    max-width: 100%;
    max-height: 100%;
  }
  .top-box .tit {
    font-size: 20px;
    margin: 5px 0;
  }
  .top-box .p {
    font-size: 14px;
  }
  .top-box .p span {
    margin-right: 10px;
  }
  .login-box .login-tab .tab {
    font-size: 14px;
  }
  .reg-con {
    padding: 20px;
  }
  .reg-con .title {
    font-size: 24px;
  }
  .reg-con .submit-btnbox .btn {
    width: 120px;
  }
  .reg-process .item {
    font-size: 14px;
  }
  .reg-process .item:not(:last-child) {
    padding-right: 20px;
  }
  .reg-formbox .form-row {
    width: 100%;
  }
  .reg-formbox .form-row-three .form-row {
    width: 100%;
  }
  .form-con .form-row {
    width: 100%;
    margin-right: 0;
  }
  .question-chk .chk-li {
    width: 100%;
    padding-right: 0;
  }
  .searchbox .form-input {
    width: 100%;
    margin-right: 0;
  }
  .searchbox .form-search {
    width: 100%;
    margin-bottom: 10px;
  }
  .searchbox .form-search .form-input {
    width: calc(100% - 70px);
  }
  .searchbox .form-search .btn {
    width: 70px;
    padding: 0 10px;
    text-align: center;
  }
  .download-list li {
    width: calc(100%/2 - 10px);
    margin-right: 20px;
  }
  .download-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .download-list li:nth-child(2n) {
    margin-right: 0;
  }
  .confirm-badges-box {
    width: 100% !important;
  }
  .confirm-badges-box .head .con .logo {
    width: 80px !important;
  }
  .confirm-badges-box .head .con .txtbox {
    padding: 10px !important;
    width: calc(100% - 80px) !important;
  }
  .confirm-badges-box .head .con .tit {
    font-size: 18px !important;
  }
  .confirm-badges-box .head .con .p {
    font-size: 12px !important;
  }
  .confirm-badges-box .head .con .p span {
    display: block !important;
    margin-right: 0 !important;
  }
  .confirm-badges-box .infobox {
    padding: 20px !important;
  }
  .confirm-badges-box .infobox .con {
    display: block !important;
  }
  .confirm-badges-box .infobox .con > div {
    margin-bottom: 30px;
  }
  .confirm-badges-box .infobox .con .name {
    margin-bottom: 10px !important;
  }
  .confirm-badges-box .infobox .con img {
    width: 100px !important;
    height: auto !important;
  }
  .index-notattend {
    display: block;
  }
  .index-notattend .item {
    margin: 30px 0;
  }
  .success-box {
    margin: 0 0;
  }
  .success-box .con {
    background: none;
    padding-left: 0;
  }
  .success-box .con .p1 {
    text-align: center;
    font-size: 26px;
  }
  .contact-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .finish-box {
    margin-top: 20px;
  }
  .finish-box .login-tab,
  .finish-box .reg-process,
  .finish-box .reg-con .title {
    display: none;
  }
  .finish-box .reg-con {
    border-radius: 20px;
  }
  .top-langbox .left a {
    line-height: 32px;
    height: 32px;
  }
  .top-langbox .lang-box .p {
    line-height: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 320px) {
  .download-list li {
    width: 100%;
    margin-right: 0 !important;
  }
}

