@media (max-width: 768px) {
  html, body {
    min-width: auto;
    overflow-x: hidden;
  }

  .pagination {
    padding-top: 20px;
  }
  #pagination {
    padding: 0;
    justify-content: center;
  }
  #pagination .pagination_number {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    color: #333;
  }
  #pagination .J-paginationjs-go-button {
    height: 30px;
    font-size: 12px;
    padding: 0 7px;
  }
  
  #pagination .J-paginationjs-go-pagenumber {
    width: 40px;
    height: 30px;
    font-size: 12px;
  }

  .h5-boxShadow {
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
  }

  .h5-marTop160 {
    margin-top: 160px !important;
  }

  .h5MarTop122 {
    margin-top: 122px !important;
  }

  .h5MarTop107 {
    margin-top: 107px !important;
  }

  .h5Top68 {
    top: 68px;
  }

  .pc-container {
    display: none !important;
  }

  .mobile-container {
    display: block;
  }

  .h5-container {
    width: 100%;
    margin: 68px 0 0 0;
    flex-direction: column;
  }

  main {
    margin-top: 64px;
  }

  .tit-more {
    color: #333;
  }

  /** 弹窗 **/
  .confirm-model {
    font-size: 14px;
  }

  .model-title .tit-text {
    font-size: 14px;
  }

  .confirm-box {
    width: 75%;
    padding: 14px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .model-footer .confirm-btns {
    justify-content: center;
  }

  .model-footer .confirm-btn {
    margin-left: 0;
  }

  /** 轮播 **/
  .banner {
    width: 100%;
    height: 210px;
  }

  .banner .banner_main {
    width: 100%;
    height: 210px;
  }

  #swiper1 {
    height: 100%;
  }

  #swiper1 .swiper-slide img {
    width: 100%;
    height: 210px;
  }

  #swiper1 .swiper-pagination {
    bottom: 15px;
  }

  .quick_entry {
    height: 206px;
  }

  .quick_entry .entry_main {
    position: relative;
    top: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .quick_entry .entry_main .entry_list {
    width: 100%;
    flex-flow: row wrap;
    align-content: flex-start;
  }

  .quick_entry .entry_main .entry_list a {
    display: flex;
    justify-content: center;
    flex: 0 0 calc(100% / 3);
    height: 90px;
    align-items: center;
  }

  .entry_list_center {
    width: 98px;
    height: 67px;
  }

  .entry_icon {
    width: 40px;
    height: 40px;
  }

  .entry_name {
    font-size: 14px;
    margin-top: 7px;
  }

  .entry_list_center::after {
    right: -14px;
  }

  .quick_entry .entry_main .entry_list a:nth-child(3) .entry_list_center::after {
    display: none;
  }

  .quick_entry .entry_right {
    position: absolute;
    bottom: -84px;
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .entry_right .entry_right_content {
    flex-direction: row;
    height: auto;
    width: 100%;
  }

  .erc_btn {
    margin-bottom: 0 !important;
    width: 160px;
    height: 56px;
    background: #fff;
  }

  .erc_btn:first-child {
    margin-right: 13.5px;
  }

  .erc_btn:last-child {
    margin-left: 13.5px;
  }

  .qe_dongmi_hover_back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    /* pointer-events: none; */
  }

  .qe_dongmi_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  
  .qe_dongmi_hover .sanjiao {
    display: none;
  }

  .qe_dongmi_hover .qe_dongmi_1 {
    height: 40px;
    line-height: 40px;
    width: 100%;
  }

  .qe_dongmi_hover .qe_dongmi_1:nth-child(2) {
    border-bottom: 1px solid rgba(85, 115, 170, 0.2);
  }

  /** 报名模块 **/
  .newest_prepare {
    margin-top: 112px;
    padding: 0 14px;
  }

  .newest_prepare .container {
    flex-direction: column;
    width: 100%;
  }

  .newest {
    width: 100%;
    margin-left: 0;
  }

  .Title {
    margin-bottom: 10px;
  }

  .Title_left {
    font-size: 18px;
  }

  .newest_content {
    border-radius: 4px;
    padding: 0 10px 6px;
    height: auto;
  }

  .newest_content ul li {
    padding: 16px 0 10px 0;
  }

  .newest_content ul li .list_left a, .newest_content ul li a {
    font-size: 14px;
  }

  .train-open {
    margin-top: 28px;
  }

  /** 研究报告和监管动态 **/
  .container-box1 {
    padding: 24px 0 8px;
    margin-bottom: 16px;
  }

  .container-box1 .container {
    width: 100%;
  }

  .container-box1 .container .cy-main {
    flex-direction: column-reverse;
  }

  .cy-item-view-2 {
    padding: 0 14px;
    margin-left: 0;
    width: 100%;
  }

  .ci-tit-m {
    font-size: 18px;
  }

  .rep-item-wrap {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
  }

  .rep-item-wrap::-webkit-scrollbar {
    display: none;
  }

  .rep-item {
    margin-right: 14px;
    width: auto;
  }

  .rep-item a {
    width: 133px;
    height: 180px;
    border-radius: 4px;
  }

  .rep-item img {
    margin-bottom: 0;
  }

  .line-hide {
    display: none;
  }

  .cy-item-bg {
    padding: 24px 14px 0;
    width: 100%;
  }

  .cy-item-bg .cy-item-tit {
    margin-bottom: 0;
  }

  .cy-item-main-con {
    margin-top: 16px;
  }

  .cy-item-main-tit {
    font-size: 16px;
  }

  .cy-item-bg .cy-item-main {
    padding-bottom: 16px;
  }

  /** 精彩回顾和新闻动态 **/
  .newsletters_nav {
    font-size: 16px;
  }

  /* .newsletters_title .more-box .more-item:first-child {
    margin-bottom: 10px;
  } */

  .footer_main.container {
    width: 100%;
    padding: 14px 0 16px;
    justify-content: center;
  }

  .page-footer {
    background: transparent;
  }

  .footer_main_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer_main_left img {
    width: 60%;
  }

  .contact_us {
    margin-top: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact_us a {
    margin: 0 16px;
  }

  .footer_main_left a img {
    position: relative !important;
    width: 24px;
  }

  /** 最新开放报名和持续开放报名页面 **/
  .mainContent_new {
    margin-bottom: 0;
  }

  .tag-sign {
    margin-right: 8px;
  }

  .sign-btns {
    position: fixed;
    bottom: 20px;
    top: auto;
    left: 14px;
    z-index: 999;
    width: calc(100% - 28px);
    display: flex;
    height: 56px;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
    border-radius: 28px;
    border: 1px solid rgba(22, 46, 100, 0.1);
    justify-content: space-around;
  }

  .page-content-box {
    padding: 14px 14px;
    min-height: calc(100vh - 252px);
  }

  .page-content-box .main-content {
    width: 100%;
  }

  .box_right_title {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .box_right_title .c-title {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .box_right_title .c-date {
    font-size: 12px;
  }

  .art-content {
    font-size: 12px;
    word-break: break-all;
  }

  .file-content .file-item {
    height: 32px;
  }

  .file-content .file-lt {
    font-size: 12px;
  }
  .file-content .file-name {
    font-size: 12px;
  }
  .file-content .file-lt .icon {
    height: 22px;
  }

  .file-content .file-rt img {
    width: 14px;
  }

  .sign-btns .btn-item {
    padding: 0;
    width: auto;
    height: auto;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 0;
  }

  .sign-btns .btn-item .btn-icon img {
    width: 20px;
    height: 20px;
  }
  
  .sign-btns .btn-item .btn-desc {
    font-size: 12px;
    color: #162e64;
  }

  /** 关于我们 **/
  .ht-wm-main {
    width: 100%;
    margin: 68px 0 0 0;
    flex-direction: column;
    margin-top: 123px;
  }

  .h5-wm-act-box {
    padding: 14px;
    min-height: calc(100vh - 123px);
  }

  .h5-zpzb-wrap {
    padding: 0 14px 20px;
    background: transparent;
  }

  .item-box .item-link {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(55 99 170 / 10%);
    height: auto;
    border-bottom: 0;
  }

  .item-link .title {
    /* max-width: 100%; */
    width: 100%;
    white-space: normal;
    padding-bottom: 8px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px dashed rgba(85, 115, 170, 0.2);
  }

  .item-link .date {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 8px;
    font-size: 12px;
  }

  /** 培训服务-电子证书查询 **/
  .h5-dzzsPage {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .eCertInquiry {
    margin: 68px 0 0;
    padding: 14px;
    width: 100%;  
    height: auto;
  }

  .eCertInquiry .title {
    font-size: 16px;
  }

  .eCertInquiry .desc {
    font-size: 12px;
    padding-top: 10px;
  }

  .h5-CertInquiry-container {
    flex-grow: 1;
    width: 100%;
  }

  .cert-query-box {
    height: 100%;
    padding: 0;
  }

  .learnerContent {
    padding: 20px 14px 10px;
  }

  .form-box {
    width: 100%;
    padding-bottom: 14px;
  }

  .form-item {
    height: 32px;
    margin-bottom: 22px;
  }

  .form-box .label {
    /* width: 120px; */
    width: 100px;
    font-size: 14px;
    text-align: left;
    justify-content: flex-start;
    color: #333;
  }

  .form-box input[type="text"], .form-box input[type="number"], .form-box .input-style {
    width: 100%;
    height: 32px;
    font-size: 14px;
    border: 0;
    text-align: right;
    color: #666;
    padding: 0;
  }

  .form-box input[type="text"]:hover, .form-box input[type="number"]:hover {
    border: 0;
  }

  input:disabled {
    background-color: transparent;
  }

  ::-webkit-input-placeholder {
    /* text-align: left; */
    color: #999;
  }

  .form-box select {
    height: 32px;
    font-size: 14px;
    border: 0;
    text-align: right;
    padding: 0;
    width: 100%;
    outline: none;
    appearance: none;
    color: #666;
  }

  .form-box select:hover, .form-box select:hover {
    border: 0;
  }

  .eCertLR {
    flex-direction: column;
    align-items: center;
  }

  .eCertLeft {
    width: 100%;
  }

  .eCertRight1 {
    display: none;
  }

  .qr-code {
    width: 86px;
    height: 32px;
  }

  .getCode {
    width: 86px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border: 0;
  }

  .h5-yzmInput {
    width: calc(100% - 172px);
  }

  .form-box label.error {
    top: 33px;
    font-size: 12px;
  }

  .confirm-btn.primary {
    margin: 0 14px;
  }

  /** 培训规划 **/
  .h5-pxgh-box {
    min-height: auto;
    background: transparent;
    padding-top: 0;
  }

  .i_tabsconlist {
    padding: 0;
    min-height: auto;
  }

  .info_jr_pages {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .info_jr_pages .art-item {
    min-width: none;
    max-width: none;
    width: 100%;
    height: 26px;
    background: transparent;
  }

  .info_jr_pages a {
    font-size: 12px;
  }

  /** 搜索 **/
  .mc-banner {
    margin-top: 78px;
    padding: 0 10px;
    height: auto;
  }

  .mc-banner .mc-banner-box {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .mc-search {
    margin-top: 0;
    height: 32px;
  }

  .mc-search .search-ipt {
    font-size: 14px;
  }

  .mc-search .search-btn {
    width: 86px;
    height: 32px;
    font-size: 14px;
  }

  .mc-search .search-btn img {
    width: 16px;
    margin-right: 5px;
  }

  .search-box {
    padding: 10px;
    width: 100%;
    flex-direction: column;
  }

  .search-box .slide-nav {
    width: 100%;
    margin: 0;
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
    background: #fff;
    border-radius: 4px;
  }

  .slide-nav-inter {
    padding: 0 14px;
  }

  .slide-nav-inter::-webkit-scrollbar {
    display: none;
  }

  .slide-nav-title {
    height: auto;
    line-height: inherit;
    font-size: 14px;
    padding-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .nav-item {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 14px;
    padding-left: 10px;
    margin: 10px 0;
  }

  .nav-item a {
    padding: 0;
  }

  .search-main {
    margin-top: 14px;
  }

  .nav-item.active .line1 {
    width: 3px;
  }

  .nav-item.active {
    background: #fff;
    box-shadow: none;
  }

  .nav-item.active a {
    color: #e60000;
  }

  .wrap-box {
    padding: 0;
    margin: 0 0 14px 0;
    background: transparent;
  }

  .wrap-title {
    padding: 0 0 8px 0;
    border: 0;
  }

  .wrap-title .lt .lt-tit {
    font-size: 16px;
  }

  .wrap-content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
  }

  .s-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .s-item .s-title {
    font-size: 14px;
  }

  .s-item .s-date {
    font-size: 12px;
  }
  
  /** 电子证书查询 **/
  .query-result {
    padding: 0 14px;
    background: #eceef6;
  }

  .cert-result {
    padding-bottom: 0;
  }

  .cert-query-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #333;
    border-radius: 4px;
    margin-top: 14px;
    box-shadow: 0 2px 4px 0 rgb(55 99 170 / 10%);
    padding: 0;
    border: 0;
  }

  .cert-query-item .cert-item-lt {
    width: 100%;
  }

  .cert-query-item .cert-name {
    display: flex;
    padding: 0 2px 0 10px;
    height: 52px;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: linear-gradient(270deg, #fff 0%, #eff1f8 100%), #fff;
    color: #162e64;
    font-size: 14px;
    margin-bottom: 0;
  }

  .cert-query-item .cert-name span {
    padding-right: 20px;
  }

  .cert-query-item .cert-desc {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .cert-query-item .cert-item-rt {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    color: #162e64;
    border-top: 1px solid #dcdcdc;
    height: 40px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .cert-query-item .cert-item-rt a {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dcdcdc;
    position: relative;
    background: #fff;
    width: auto;
    margin-left: 0;
    border-radius: inherit;
  }

  .cert-query-item .cert-item-rt a:last-child {
    border-right: 0;
  }

  .textCentreB {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgb(55 99 170 / 10%);
    border-top: 1px solid #eee;
    flex-direction: row;
    z-index: 999;
  }

  .form-btn {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #e60000;
    font-size: 14px;
    /* width: 100%; */
    line-height: inherit;
    /* margin-bottom: 14px; */
  }

  .form-btn:last-child {
    margin-bottom: 0;
  }

  /** 出版物和创享荟 **/
  .cbwWrap {
    width: 100%;
    margin-top: 64px;
    padding-bottom: 20px;
    flex-grow: 1;
    background: #eceef6;
  }

  .act-box {
    padding: 0 14px 0 14px !important;
    display: flex;
    flex-direction: column;
    background: transparent;
    width: 100%;
  }

  .box-con-inter {
    justify-content: space-between;
  }

  .box-con-inter a {
    width: 100%;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(55 99 170 / 10%);
  }

  .cbw-list-box .course-c-box {
    width: calc((100% - 14px)/2);
    margin: 0;
    margin-top: 14px;
  }

  .cbw-list-box .course-box-img {
    width: 100%;
    height: 206px;
    padding: 0;
    border: 0;
  }

  .box-con-inter .course-c-box-tit {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
  }

  .box-con-inter .date {
    display: flex;
    padding-top: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-top: 0;
  }

  .box-con-inter .cxh-item-box {
    width: 100%;
    margin: 0;
  }

  .swiper-wrap-box {
    width: 100%;
  }

  .swiper-wrap-box .gallery-top {
    height: 210px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 16px;
    height: 36px;
    margin-top: -18px;
    background-size: 16px 36px;
  }

  /** 新增学员 **/
  .h5-learnerAdd-container {
    padding-top: 64px;
    flex-grow: 1;
    width: 100%;
  }

  .step-box {
    margin: 0;
    padding: 16px 14px;
    background: #eceef6;
  }

  .step-item {
    background: transparent;
    flex-direction: column;
  }

  .step-item .num {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .step-item .text {
    font-size: 14px;
  }

  .step-item:nth-child(2)::before {
    width: 60px;
    top: 16px;
    left: -66px;
  }

  .step-item:nth-child(3)::before {
    width: 60px;
    top: 16px;
    left: -80px;
  }

  .user-and-img {
    flex-direction: column-reverse;
    align-items: inherit;
  }

  .user-and-img .user {
    margin-right: 0;
  }

  .h5-form-item-wrap {
    flex-direction: column;
    height: auto;
    align-items: inherit;
  }

  .h5-form-item-wrap .form-item {
    margin-bottom: 22px;
  }

  .h5-form-item-wrap .form-item:last-child {
    margin-bottom: 0;
  }

  .form-item.company-wrap-box {
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .h5-val-box-wrap {
    height: auto;
    align-items: baseline;
  }

  .h5-val-box-wrap .val-box {
    display: block;
  }

  .h5-val-box-item {
    width: 100%;
  }

  .select-hylx {
    margin-right: 0;
  }

  .form-box .radio-group {
    justify-content: space-around;
  }

  .chaxun {
    width: 50px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border: 0;
    color: #e60000;
    font-size: 14px;
  }

  #company-select {
    text-align: center;
    border: 1px solid #e60000;
    color: #e60000;
  }

  .user-and-img .img {
    width: auto;
    flex: 1;
    height: 40px;
    flex-direction: row;
    border: 0;
    justify-content: flex-start;
  }

  .user-and-img .file-text {
    margin-top: 0;
    font-size: 12px;
  }

  #learnerImg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px dashed #d7d8d9;
  }

  #thumbimgpreview {
    width: 40px;
    height: 40px;
  }

  #certificateType, #certificateTypeSels {
    width: 72px;
    text-align: center;
  }

  .studentCan {
    margin-bottom: 0;
    margin: 0 14px;
    height: 32px;
    width: calc(50% - 28px);
  }

  .studentOk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 28px);
  }

  /** 个人中心-消息记录 **/
  .msg-tit .lt-tit {
    font-size: 16px;
  }

  .msg-tit .lt-desc {
    font-size: 14px;
  }

  .msg-box {
    width: 100%;
    margin-top: 14px;
    padding: 0 14px;
    background: #eceef6;
  }

  .msg-item-wrap {
    padding-top: 0;
    margin-bottom: 14px;
  }

  .msg-item-wrap:last-child {
    margin-bottom: 0;
  }

  .msg-box .msg-item {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, 0.1);
    flex-direction: column;
  }

  .msg-box .info-item {
    padding: 5px 0;
    width: 100%;
  }

  .msg-box .item-label {
    margin-right: 10px;
    font-size: 12px;
  }

  .msg-box .item-val {
    font-size: 12px;
    overflow: hidden;
    max-width: 100%;
    word-break: break-all;
  }

  .addSignup-form .form-box {
    width: 100%;
    padding: 14px 0;
  }

  .addSignup-form .form-box .label {
    flex: 0 0 auto;
    width: 84px;
  }

  .map-wrap-box .map-title {
    font-size: 14px;
  }

  .map-iframe-wrap {
    width: 100%;
  }

  .map-iframe {
    height: 220px;
  }

  .print-box .print-btn {
    font-size: 14px;
  }

  #select-cancel {
    margin: 0 14px;
  }

  .confirm-cancelSignup .reason {
    width: 100%;
    font-size: 14px;
  }

  .model-content .confirm-text {
    font-size: 12px;
  }

  .zxyq-tips {
    padding: 14px;
    font-size: 14px;
    word-break: break-all;
  }

  .zxyq-submit {
    padding: 40px 0 20px;
  }

  .zxyq-submit .form-btn.primary {
    height: 32px;
  }

  .syCancelBtn {
    margin: 0 14px !important;
  }

  .syOkBtn {
    padding: 0 10px !important;
  }

  .zwContainer {
    margin: 14px 0 0 0;
  }

  .gywmWrap {
    background: #fff;
    padding: 14px 0;
  }

  .h5-csdWrap {
    flex-grow: 1;
    width: 100%;
  }

  .exam-citys {
    width: 100%;
    margin: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .exam-citys .city-item {
    width: 80%;
    height: 60px;
    font-size: 16px;
    margin: 16px 0 0 0;
  }

  .exam-citys .city-item:last-child {
    margin-bottom: 16px;
  }

  .default-img {
    border-radius: 4px;
  }
}
@media print {
  .sign-btns {
    display: none;
  }
}