@charset "utf-8";
html,
body {
    font-size: 0;
    min-width: 1200px;
}

.pop-block {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,.3);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}
.edu-certification-optimize-tips a:hover{
    text-decoration: underline;
}
.pop-block.show {
    display: block;
}

.pop-detail-block {
    opacity: 1;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 0;
    display: none;
}

.pop-block.show .pop-detail-block {
    display: block;
}
.pop-detail-block .icon-delete {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 16px;
    top: 20px;
    cursor: pointer;
    display: inline-block;
    background: url(../images/micoAuthenticationDetailImg/icon-delete.png) no-repeat center;
}

.pop-detail-block {
    width: 343px;
    height: fit-content;
}

.pop-detail-block .buy-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
    margin-bottom: 15px;
}

.pop-detail-block .buy-btn .red-btn {
    margin-right: 16px;
    width: auto;
    padding: 0px 24px;
    line-height: 32px;
}

.por-modal-dialog-middle {
    border-radius: 8px
}

.por-modal-dialog-middle .por-btn-primary {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 4px 24px;
    background: #191919;
    border: #191919 1px solid;
    height: 32px;
    border-radius: 16px;
}

.por-modal-dialog-middle .por-btn-dark {
    font-size: 14px;
    line-height: 20px;
    color: #191919;
    padding: 4px 24px;
    border: #191919 1px solid;
    height: 32px;
    border-radius: 16px;
}

.por-modal-dialog-middle .por-btn-primary:hover {
    background: #595959;
    border: #595959 1px solid;
}

.por-modal-dialog-middle .por-btn-dark:hover {
    background: #f3f3f3;
    border-color: #d8d8d8;
    color: #191919;
}

.white-btn:hover {
    background: #f3f3f3;
    border-color: #d8d8d8;
    color: #191919;
}

.red-btn:hover {
   background:#595959;
}
.detail-box {
    overflow-y: scroll;
    height: 284px;
    width: 100%;
    margin: 30px 0;
    padding: 0 30px;
}

.detail-box p {
    font-size: 14px;
    color: #666a75;
    line-height: 22px;
    text-align: left;
    margin-bottom: 6px;
}

.detail-box p.title {
    margin-top: 20px;
}

.detail-box p.title a {
    color: #2d56b1;
}

.detail-box p.title a:hover {
    text-decoration: underline;
}

.detail-box p.title:first-child {
    margin-top: 0;
}

.detail-box p.detail {
    padding-left: 22px;
}

.warning-box {
    padding: 12px 16px 0px 16px;
}

.icon-warning {
    width: 23px;
    height: 21px;
    display: inline-block;
    margin: 0 8px 0 16px;
    background: url('../images/myinfo/Shape.png') no-repeat center;
    background-size: 100% 100%;
    float: left;
    margin-top: 2px;
}
.warning-title{
    height: 24px;
}
.title-detail{
    font-size: 18px;
    color: #191919;
    font-weight: 600;
    float: left;
    margin-top: 1px;
    float: left;
}
.warning-box .warning-detail {
    display: inline-block;
    font-size: 14px;
    color: #595959;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    vertical-align: top;
}
.price {
    color: #191919;
    line-height: 36px;
}

.price .discount {
    margin-right: 2px;
    font-size: 24px;
    margin-left: 4px;
}

.price .origin {
    font-size: 12px;
    color: #575D6C;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
    top: -2px;
}

.price .originalamount {
    font-size: 12px;
    color: #575D6C;
    line-height: 18px;
    text-decoration: line-through;
    position: relative;
    top: -2px;
}

.certification-btn-box .exchange {
    color: #1476FF;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 21px;
    top: 62px;
}

.certification-btn-box .exchange:hover{
   text-decoration: underline;
}

#exchange-modal{
    font-size: 12px;
}
#exchange-modal .por-modal-inner{
   padding-top: 29px;
   padding-left:16px;
   padding-right:16px;
   padding-bottom: 26px;
}
#exchange-modal .por-modal-title{
  font-size:16px;
  line-height:30px;
  color:#191919  
}
#exchange-modal .por-text-input{
    font-size:14px;
    line-height:22px;
    height:32px;
    border-radius: 8px;
}
#exchange-modal .exchange-input {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 14px;
    color: #191919;
}

.color-ff0000{
    color: #ff0000;
}
#exchange-modal .tips{
    color:#575D6C;
    font-size: 12px;
    display: none;
}

#exchange-modal .warning {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    display: none;
}
#exchange-modal .warning .por-icon-warn{
    color: #fa9841;
    font-size: 16px;
    margin-right: 4px;
    vertical-align: sub;
}
#exchange-modal .show{
    display: block;
}


#confirmExchange.disabled {
    background-color: #b7b8bb!important;
    border-color: #b7b8bb;
}


.margin-bottom28{
    margin-bottom: 28px;
}

.por-text-wrap input{
    width: 300px;
}


.title-warn{
    margin-right: 6px;
    font-size: 22px;
    color: #FA9841;
}

.por-modal-open{
    padding-right: 0!important;
}

/*****mb price s ******/
@media (max-width: 768px) {


    .online-learning {
        top: 7px!important;
        margin-bottom: 10px;
        right:5px;
    }

    .price .discount {
        font-size: 14px!important;
        line-height: 22px!important;
        margin-left: 7px!important;
        font-weight: 600;
        margin-right: 0;
    }
    .price .origin {
        font-size: 12px!important;
        font-weight: normal;
        line-height: 17px!important;
        position: relative;
        top: 5px;
    }
    .price .originalamount {
        font-size: 12px!important;
        line-height: 17px!important;
        font-weight: normal;
        position: relative;
        top: 5px;
    }
    .certifications-details-wrap .por-modal-dialog .por-text-wrap input {
        width: 250px;
    }
    .certifications-details-wrap .por-modal-dialog .por-modal-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
    .por-modal-title {
        font-size: 16px;
    }
    .por-modal-text{
        margin-bottom: 12px;
    }
}

.add-devcertificate-btn{
    background: #191919;
    padding: 9px 32px;
    color: #fff;
    text-decoration: none;
    border: #191919 1px solid;
    font-size: 14px;
    line-height: 22px;
    border-radius: 40px;
    cursor: pointer;
    overflow:hidden;
    position: relative;
    top: 31px;
}
.add-devcertificate-btn:hover{
    cursor: pointer;
    background: #595959;
    border-color: #595959;
   
}
/*****mb price e ******/

.red-btn {
    display: inline-block;
    background: #191919;
    border-radius: 16px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.white-btn {
    background: #fff;
    border-radius: 16px;
    font-size: 14px;
    color: #191919;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    width: 118px;
    border: 1px solid #191919;
    cursor: pointer;
}

.empty-btn {
    border-radius: 2px;
    font-size: 14px;
    color: #C7000B;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    width: 118px;
    border: 1px solid #C7000B;
    cursor: pointer;
    margin-left: 20px;
}

.pop_redBtn, .pop_whiteBtn {
    height: 32px !important;
    line-height: 32px;
    font-size: 14px;
}

.pop_whiteBtn{
    width: auto!important;
    padding-left: 20px;
    padding-right: 20px;
}

/* certificate flow s */
.guide-flow-wrapper{
   width: 100%;
   background-color: #f5f5f5;
   padding: 12px 0;
  
}
.fixed-nav-bar{
     position: fixed;
    top: 72px;
    z-index: 800;
    border-bottom: #dbdbdb 1px solid;
}
@media (max-width: 1380px) and (min-width: 769px) {
    .fixed-nav-bar {
        top: 110px;
    }
}
.certificate-detail-flow {
    width: 1280px;
    margin: auto;
    
  }
  
  .micro-authentication-intro-flow {
    width: 1280px;
    display: flex;
    justify-content: space-around;
  }
  
  .micro-authentication-intro-flow li {
  
    position: relative;
  }
  .micro-authentication-intro-flow li.active .guide-flow-num{
    background-color: #191919;
    border-color: #191919;
    color:#fff;
  }
  .learing-path-list>li.active .new-flow-num{
    background-color: #191919;
    border-color: #191919;
    color:#fff;
  }
  .micro-authentication-intro-flow li.active p{
    font-weight: 600;
  }
  .micro-authentication-intro-flow li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 196px;
    height: 1px;
    border-bottom: 1px solid #dbdbdb;
    left: 60px;
    top: 25px;
  }
  

  .micro-authentication-intro-flow>li>img+div{
    position:absolute;
    left: -18px;
  }
  .micro-authentication-intro-flow>li img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto 16px auto;
  }
  .micro-authentication-intro-flow li:not(:last-child)::before {
    top: 16px;
    border-color: #dbdbdb;
    border-width: 1px;
  }
  .micro-authentication-intro-flow li>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
  
  .micro-authentication-intro-left {
    max-width: 100%;
  }
  
  .micro-authentication-intro-flow li p {
    text-align: center;
    font-size: 14px;
    line-height:20px;
   
    margin-top: 4px;
    margin-bottom:5px;
    color: #191919;
  }
  
  .micro-authentication-intro-flow li h2 {
    font-size: 14px;
    color: #666A75;
    font-family: inherit;
    width: 100%;
    white-space: nowrap;
  }
  .micro-authentication-intro-flow li .edu-certification-buy{
    position: absolute;
    min-width: 148px;
    top: 26px;
    left: -45px;
    display: flex;
    justify-content: center;
  }

  .guide-flow-num{
    width: 32px;
    border-radius: 32px;
    border: #999 1px solid;
    height: 32px;
    color: #191919;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;

  }
  /* certificate flow e */

.certifications-details-wrap {
    background: #f5f5f5 ;
    padding-bottom: 65px;
}
.edu-certification-detail-wrapper-mb{
    background-image: url(../images/micoAuthenticationDetailImg/new_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.edu-certification-detail-banner, .edu-certification-detail-general, .edu-certification-detail-flow, .certification-detail-bottom-wrap {
    width: 1280px;
    margin: auto;
}

.certification-detail-bottom-wrap h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    padding: 41px 0px 12px 0px;
}

.certification-detail-bottom-wrap p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.certification-detail-bottom-wrap a {
    float: right;
    position: relative;
    top: -60px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    padding: 14px 44px;
    border: #fff 1px solid;
    border-radius: 2px;
}

.certification-detail-bottom-wrap a:hover {
    background: #c7000b;
    border-color: #c7000b;
}

.edu-certification-detail-title {
    color: #191919;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 12px;
}

.edu-certification-detail-banner {
    padding: 181px 0px;
    height: 480px;
}

.edu-certification-detail-banner h1 {
     color: #191919;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    width: 670px;
    max-height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.edu-certification-detail-banner p {
    color: #191919;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 17px;
    text-align: left;
    max-width: 640px;
    max-height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.edu-certification-optimize-tips {
    font-size: 16px;
    line-height:22px;
    margin-top: 16px;
}

.edu-certification-optimize-tips span {
    color: #c7000b;
}

.edu-certification-optimize-tips a {
    color: #526ECC;
}
.certification-detail-general-content {
  width: 1280px;
    background-size: 100%;
    box-sizing: border-box;
    margin-bottom: 67px;
    display: flex;
    justify-content: space-between;
}

.certification-detail-general-content li {
    width: 24%;
    color: #191919;
    padding: 24px 32px 32px;
    background: #fff;
    border-radius: 16px;
}

.certification-detail-general-content li:nth-child(2) {
    border-left: rgba(216, 216, 216, 0.4) 1px solid;
    border-right: rgba(216, 216, 216, 0.4) 1px solid
}

.certification-detail-general-content li:nth-child(3) {
    border-right: rgba(216, 216, 216, 0.4) 1px solid;
}

.certification-detail-general-content li h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 12px;
}

.certification-detail-general-content li p {
    font-size: 14px;
    line-height: 22px;
    max-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* ��֤���� s */

.edu-certification-detail-banner,
.edu-certification-detail-general,
.edu-certification-detail-flow,
.certification-detail-bottom-wrap {
    width: 1280px;
    margin: auto;
}

.edu-certification-detail-flow {
    padding-bottom: 15px;
    margin-top: 23px;
}


.learning-path-wrap-content {
    padding: 32px 32px 0px 9px;
    background-color: #fff;
    border-radius: 16px;
}

.path-list-courses {
    position: relative;
}

.learing-path-list-info {
    padding-bottom: 32px;
    border-bottom: #00000014 1px solid;
    margin-bottom: 32px;
    position: relative;
}

.learing-path-list>li:nth-child(4) .learing-path-list-info {
    padding: 0px 0px 31px 0px;
}

.learing-path-list>li:nth-child(5) .learing-path-list-info {
    border-bottom: none;
    margin-bottom: 0;
}
.edu-certification-detail-general {
    margin-top: -40px!important;
}

.new-flow-num {
    width: 32px;
    border-radius: 32px;
    border: #999 1px solid;
    height: 32px;
    color: #191919;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 32px;
    display: inline-block;
}

.path-list-info-title {
   font-size: 20px;
    line-height: 26px;
    color: #191919;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 8px;
    font-weight: 600;
    display: inline-block;
}

.edu-certification-buy {
  position: relative;
  right: 16px;
  top: -126px;
  float: right;
}

.edu-certification-buy-name {
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

.edu-certification-buy-current {
    color: #c7000b;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.edu-certification-buy-origin {
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: line-through;
}

.certification-detail-flow-top10,.certification-detail-flow-top30{
  display: block!important;
  color: #191919!important;
}
.path-list-info-title+span {
    display: inline-block;
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    overflow: hidden;
    vertical-align: sub;
}

.path-list-info-detail {
    font-size: 14px;
    line-height: 22px;
    color: #666a75;
    width: 798px;
    margin-bottom: 16px;
}

.learing-path-list>li {
    position: relative;
    padding-left: 25px;
}




.path-list-info-grid {
     width: 900px;
    border: #EBEBEB 1px solid;
    margin: 2px 0px 0px;
    border-collapse:collapse;
}


.path-list-info-grid thead {
    background: #f2f2f2;
    height: 38px;
}

.path-list-info-grid thead td {
    color: #191919;
    font-weight: bold;
    white-space: nowrap;
    line-height: 22px;
}

.path-list-info-grid thead td:nth-child(2),
.path-list-info-grid thead td:nth-child(3) {
    border-left: #EBEBEB 1px solid;
}

.path-list-info-grid tbody td:nth-child(2),
.path-list-info-grid tbody td:nth-child(3) {
    border-left: #EBEBEB 1px solid;
}

.path-list-info-grid thead td:nth-child(1) {
    width: 40%;
}

.path-list-info-grid td {
    font-size: 14px;
    color: #191919;
    line-height: 22px;
    padding: 8px 21px;
    white-space: normal;
    border-top: #EBEBEB 1px solid;
}

.path-list-switch-icon:after {
    width: 18px;
    height: 8px;
    top: 3px;
    transform: rotate(180deg);
    background-position: 0px;
}



/* lab test   start   */

.certification-detail-flow-lab-list-title {
    color: #191919;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    float: left;
    margin-right: 44px;
    margin-bottom: 21px;
}

.certification-detail-flow-lab-list {
    display: inline-block;
    width: calc(100% - 100px);
    margin-bottom: 20px;
}

.certification-detail-flow-lab-list li {
    border-bottom: rgba(173, 176, 184, 0.4) 1px solid;
}

.certification-detail-flow-lab-list li:nth-child(1) {
    padding-top: 0px;
}

.certification-detail-flow-lab-list li {
    padding: 12px 0px 7px 0px;
}

.certification-detail-flow-lab-single a,
.certification-detail-flow-lab-list li a {
    text-decoration: none;
    color: #c7000b;
    font-size: 12px;
    line-height: 17px;
    padding: 6px 20px 5px 20px;
    border: #c7000b 1px solid;
    border-radius: 2px;
    float: right;
    position: relative;
    top: -4px;
}

.certification-detail-flow-lab-single a {
    top: 4px;
}

.certification-detail-flow-lab-list li a:hover {
    background: #c7000b;
    color: #fff;
}


/* lab test   end   */

.certification-detail-flow-lab-intro {
    margin: 0px 0px 30px 0px;
    padding: 24px;
    background: #F5F5F5FF;
    border-radius: 8px;
}
.certification-detail-flow-manual{
    padding: 24px;
    background: #F5F5F5FF;
    border-radius: 8px;
}
.certification-detail-flow-lab-intro-manual {
    margin: 0px;
}

.certification-detail-flow-lab-intro h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.certification-detail-flow-lab-title,
.certification-detail-flow-lab-title-single {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}

.certification-detail-flow-lab-title-single {
    margin-bottom: 21px;
    color: #191919;
}

.certification-detail-flow-lab-single .certification-detail-flow-lab-title {
    color: #191919;
    font-weight: 600;
    width: calc(100% - 14px);
}

.certification-detail-flow-lab-intro dl {
    overflow: hidden;
    margin: 0px;
}

.certification-detail-flow-lab-intro dl dt {
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 24px;
}

.certification-detail-flow-lab-intro dl dd {
    color: #191919;
    font-size: 14px;
    line-height: 22px;
}

.certification-detail-flow-lab-intro dl dd p {
    line-height: 22px;
    font-size: 14px;
    color: #191919;
}

.certification-detail-flow-btn {
    float: right;
    position: relative;
    top: 0px;
    text-align: center;
    color: #191919;
    text-decoration: none;
    border: #191919 1px solid;
    font-size: 14px;
    line-height: 40px!important;
    border-radius: 40px;
    cursor: pointer;
    width: 120px;
    height:40px;
    transition: .2s;
}

.certification-detail-flow-btn:hover {
    background: #f3f3f3;
    border-color: #d8d8d8;
   

}
.authentication_get_auth,.authentication_get_auth:hover {
    top: -106px;
}
.learing-path-list>li:nth-child(4) .certification-detail-flow-btn,
.learing-path-list>li:nth-child(4) .certification-detail-flow-btn:hover {
    top: -149px;
}
.online-learning {
    background: #191919;
    color: #fff;
    top: -128px;
}

.online-learning:hover {
    cursor: pointer;
    background: #595959;
    border-color: #595959;
    top: -128px;
}


/* manual start*/



.certification-detail-flow-manual h1 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.certification-detail-flow-manual-download, .certification-detail-flow-manual-download:hover {
    top: -104px;
    right: -24px;
}

.certification-detail-flow-manual dl {
    margin: 0;
    overflow: hidden;
}


.certification-detail-flow-manual dl dt {
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 24px;
}

.certification-detail-flow-manual dl dd {
    color: #191919;
    font-size: 14px;
    line-height: 22px;
}

.certification-detail-flow-manual dl dd p {
    line-height: 20px;
}



/* manual end*/

@media (max-width:1439px) {
    .edu-certification-detail-banner,
    .edu-certification-detail-general,
    .edu-certification-detail-flow,
    .certification-detail-general-content,
    .certification-detail-bottom-wrap {
        width: 1200px;
    }
    .certification-detail-general-content li {
        float: left;
    }
    .path-list-info-grid {
        width: 834px;
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    body,
    html {
        width: 1280px;
    }
}

@media (min-width:769px) and (max-width:1025px) {
    body,
    html {
        width: 1280px;
    }
}


/* ��֤���� e */

@media (min-width:769px) {
    .edu-certification-detail-wrap-mb,
    .edu-certification-detail-general-mb,
    .edu-certification-detail-flow-mb {
        display: none;
    }
}

.certification-detail-flow-link-blue {
    color: #191919;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.certification-detail-flow-link-blue:hover {
    text-decoration: underline;
}

.certification-detail-flow-text-red {
    color: #c7000b;
}

/* ΢��֤  mb  start */

@media (max-width:768px) {
    #exchange-modal .por-help-block{
        max-width: 235px;
    }
    .pop-block.show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pop-detail-block {
        width: 343px !important;
        height: fit-content!important;
    }
    .warning-box .warning-detail {
        height: auto!important;
        display: inline-block;
        width: 252px;
        font-size: 14px;
        color: #595959;
        letter-spacing: 0;
        text-align: justify;
        line-height: 22px;
        vertical-align: top;
    }

    .pop_redBtn, .pop_whiteBtn {
        width: auto !important;
        height: 32px !important;
        line-height: 28px;
    }

    .warning-box {
        padding: 12px 16px 0px 16px!important;
    }
    .white-btn {
        font-size: 14px;
        color: #191919;
        line-height: 32px;
        border: 1px solid #191919;
        padding: 0px 24px;
        border-radius: 16px;
    }
    .pop-detail-block .buy-btn {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .poster-text{
        display: none;
    }
    .title-detail {
        font-size: 16px;
        line-height: 30px;
    }
    .icon-warning {
        width: 23px;
        height: 21px;
        display: inline-block;
        margin: 3px 8px 0 16px;
        background: url('../images/myinfo/Shape.png') no-repeat center;
        background-size: 100% 100%;
        float: left;
    }

    .edu-certification-detail-wrap,.guide-flow-wrapper {
        display: none;
    }
    .certifications-details-wrap {
        background: #fff;
        padding-bottom: 0;
    }

    .certificate-banner-mb {
        width: 100vw;
        height: 53.3vw;
        background-image: url(../images/micoAuthenticationDetailImg/new_banner_mb.png) !important;
        background-size: cover;
        background-position: 0px 0px;
    }
    .edu-certification-detail-wrap-mb {
        padding: 20px 15px 28px 15px;
    }
    /* banner s */
    .edu-certification-detail-wrapper-mb {
        padding: 28px 24px 18px 16px;
        display: block;
        background: transparent;
    }
    .edu-certification-detail-banner {
        padding: 0;
        width: auto;
        height: auto;
    }
    .edu-certification-detail-banner h1 {
        width: 52.5vw;
        color: #191919;
        font-size: 18px;
        line-height: 28px;
        max-height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 4px;
    }
    .edu-certification-detail-banner p {
        width: 54.4vw;
        color: #191919;
        font-size: 12px;
        line-height: 18px;
        padding: 0;
        max-height: 45px;
        font-weight: normal;
        margin-top: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .add-devcertificate-btn {
        padding: 4px 24px;
        height: 32px;
        line-height: 25px;
        font-size: 12px;
        display: inline-block;
        top: 18px;
    }

    .edu-certification-optimize-tips {
        font-size: 14px;
        line-height: 22px;
        margin-top: 0px;
    }
    /* banner e */
    /* intro s */

    .edu-certification-detail-flow-mb {
        padding: 0px 15px;
    }
    .edu-certification-detail-flow-mb {
        padding-bottom: 23px;
        background: #f5f5f5;
        padding-top: 16px;
    }

    .edu-certification-detail-general-mb {
        position: unset;
        border-radius: 16px;
        overflow: visible;
        width: 80vw;
        margin: 0;
        margin-left: -3px;
    }

    .edu-certification-detail-general-mb .swiper-pagination {
        position: unset;
        margin-top: 5px;
        margin-bottom: 6px;
        display: none;
    }

    .edu-certification-detail-general-mb .swiper-pagination-bullet:before {
        display: none
    }

    .edu-certification-detail-general-mb .swiper-pagination-bullet {
        width: 6px!important;
        height: 6px!important;
        margin: 0px 2px!important;
    }

    .edu-certification-detail-general-mb .swiper-pagination-bullet-active {
        width: 6px!important;
        height: 6px!important;
        background: #191919;
    }

    .certification-detail-general-content-mb {
        background: #fff;
        border-radius: 16px;
    }

    .certification-detail-general-content-mb li.swiper-slide {
        background: #fff;
        border-radius: 16px;
        padding: 16px 19px 16px 16px;
        border-right: 3px #f5f5f5 solid;
        border-left: 3px #f5f5f5 solid;
        width: 80vw!important;
        height: 41vw;
    }

    .certification-detail-general-content-mb li h2 {
        color: #191919;
        font-size: 14px;
        line-height: 22px;
        font-weight: bold;
    }
    .certification-detail-general-content-mb li p {
        color: #595959;
        font-size: 14px;
        line-height: 22px;
        margin-top: 4px;
    }

    /* intro e */
    /* flow  s */
    .learning-path-wrap-mb {}
    .path-list-info-grid {
        width: auto;
        background: #fff;
        margin: 8px 0px 0px;
    }
    .learing-path-list>li {
        background: #fff;
        padding-left: 0;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }

    .learing-path-list>li:nth-child(1) .switch-icon-arrow {
        top: 22px!important;
        left: 114px;
    }

    .learing-path-list>li:nth-child(2) .switch-icon-arrow {
        top: 26px!important;
        left: 114px;
    }

    .learing-path-list>li:nth-child(3) .switch-icon-arrow {
        top: 21px;
        left: 114px;
    }

    .learing-path-list>li:nth-child(4) .switch-icon-arrow {
        top: 21px!important;
        left: 114px;
    }

    .learing-path-list>li:nth-child(5) .switch-icon-arrow {
        top: 24px!important;
        left: 114px;
    }

    .learing-path-list>li:nth-child(6) .switch-icon-arrow {
        top: 28px!important;
        left: 114px;
    }
    .learing-path-list>li:first-child:after {
        top: 37px!important;
    }
    .learing-path-list>li:not(:last-child) {
        margin-bottom: 16px;
    }
    .edu-certification-detail-title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 32px;
        font-weight: bold;
    }

    .switch-icon-arrow {
        width: 20px;
        height: 20px;
        background: url(../images/micoAuthenticationDetailImg/new_arrow_mb.png);
        transform: rotate(0deg);
        position: absolute;
        top: 8px;
        z-index: 100;
        display: block!important;
    }

    .switch-icon-arrow.switch-arrow {
        transform: rotate(180deg);
    }

    .path-list-info-title-wrap {
        display: flex;
        padding: 45px 12px 0px 34px;
        position: relative;
        border-bottom: #00000014 1px solid;
    }

    .path-list-info-title-wrap.remove-line {
        border: none!important;
    }

    .new-flow-num {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 20px;
        position: relative;
        top: 2px;
    }

    .certification-detail-flow-btn {
        height: 32px;
        width: 96px;
        line-height: 32px!important;
        font-size: 12px;
    }


    .online-learning {
        top: -3px!important;
        width: 96px!important;
    }

    .certification-btn-box .exchange {
        font-size: 14px;
        line-height: 22px;
        top: 38px;
        right: 13px;
        position: unset;
        margin: 14px 16px 20px 14px;
    }

    .certification-detail-flow-btn.authentication_load {
        position: absolute;
        top: 14px;
        right: 12px;
    }

    .learing-path-list>li:nth-child(1) .path-list-info-title-wrap {
        max-height: 98px;
        padding: 20px 12px 0 16px;
    }
    .learing-path-list>li:nth-child(1) .path-list-info-title-wrap.batch-exchange{
        height:98px
    }
    .learing-path-list>li:nth-child(2) .path-list-info-title-wrap {
        padding: 24px 12px 0px 16px;
        height: 64px;
    }

    .learing-path-list>li:nth-child(2) .certification-detail-flow-btn, .learing-path-list>li:nth-child(5) .certification-detail-flow-btn {
        position: absolute;
        right: 16px;
        top: 16px;
    }

    .learing-path-list>li:nth-child(3) .path-list-info-title-wrap {
        padding: 20px 12px 0px 16px;
        height: 80px;
    }

    .learing-path-list>li:nth-child(4) .path-list-info-title-wrap {
        padding: 20px 12px 0px 16px;
        height: 80px;
    }

    .learing-path-list>li:nth-child(5) .path-list-info-title-wrap {
        padding: 22px 12px 0px 16px;
        height: 63px;
    }

    .learing-path-list>li:nth-child(6) .path-list-info-title-wrap {
        padding: 24px 12px 0px 34px;
        height: 73px;
    }

    .path-list-info-title-mb {
        font-size: 16px;
        line-height: 22px;
        margin-left: 10px;
        font-weight: 600;
        position: relative;
        top: 1px;
        color: #191919;
    }
    .learing-path-list>li:nth-child(1) .path-list-info-title {
        margin-bottom: 0;
        position: relative;
        display: block;
    }
    .learing-path-list>li:nth-child(1) .path-list-info-title .online-learning{
        position: static;
        margin-bottom: 4px;
    }
    .learing-path-list>li:nth-child(3) .path-list-info-title {
        border: none;
    }
    .learing-path-list>li:nth-child(4) .path-list-info-title {
        padding: 23px 15px 57px 92px;
        margin-bottom: 0;
    }
    .learing-path-list>li:nth-child(2) .path-list-info-title,
    .learing-path-list>li:nth-child(3) .path-list-info-title,
    .learing-path-list>li:nth-child(5) .path-list-info-title {
        padding: 23px 15px 23px 92px;
        margin-bottom: 0;
    }

    .learing-path-list > li:nth-child(4) .path-list-info-title, .learing-path-list > li:nth-child(5) .path-list-info-title {
        padding: 23px 15px 57px 92px;
        margin-bottom: 0;
    }

    .learing-path-list > li:nth-child(2) .path-list-info-title {
        position: relative;
        padding: 23px 15px 67px 92px;
        margin-bottom: 1px;
    }

    .learing-path-list > li:nth-child(2) .path-list-info-title span {
        position: absolute;
        left: 15px;
        bottom: 18px;
        color: #575d6c;
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
    }

    .learing-path-list > li:nth-child(6) .path-list-info-title {
        padding: 23px 15px 23px 92px;
        margin-bottom: 0;
    }

    .learing-path-list > li:nth-child(6):before {
        left: 40px !important;
        top: 19px;
    }

    .learing-path-list-info-mb {
        padding: 16px;
        font-size: 12px;
        line-height: 18px;
        color: #191919;
        text-align: justify;
    }

    .learing-path-list>li:nth-child(3) .learing-path-list-info-mb p:nth-child(3) {
        margin-bottom: 0
    }

    .learing-path-list-info-mb p:nth-child(3) {
        margin: 16px 0;
    }

    .learing-path-list-info-mb p:nth-child(2),.learing-path-list-info-mb p:nth-child(4){
        margin-top: 16px
    }

    .learing-path-list > li:nth-child(1) .learing-path-list-info-mb p:nth-child(3) {
        margin-bottom: 0
    }

    .learing-path-list-info-mb-grid {
        padding: 10px 15px 17px 15px;
    }

    .learing-path-list-info-mb-grid>span {
        color: #595959;
        display: none;
    }

    .learing-path-list-info-mb-lab {
        background: #fff;
        padding: 0px 0px 0;
    }

    .learing-path-list-info-mb-lab>span {
        padding: 14px 12px 0px 20px;
        color: #595959;
        display: none;
    }
    .path-list-info-title~span {
        display: block;
    }
    .learing-path-list>li:nth-child(1):before {
        left: 40px!important;
        top: 34px;
    }
    .learing-path-list>li:nth-child(2):before,
    .learing-path-list>li:nth-child(3):before,
    .learing-path-list>li:nth-child(4):before,
    .learing-path-list>li:nth-child(5):before {
        left: 40px!important;
        top: 19px;
    }
    .learing-path-list>li:before {
        left: 0px!important;
        width: 32px!important;
        height: 32px!important;
    }
    .certification-detail-flow-lab-list-title {
        float: none;
        text-align: center;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .certification-detail-flow-lab-list {
        width: 100%;
        margin-bottom: 0;
    }
    .certification-detail-flow-lab-title {
        width: calc(100% - 120px);
        align-self: center;
    }
    .edu-certification-exam-tips {
        position: absolute;
        left: 45px;
        top: 48px;
        color: #999;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
    }
    .edu-certification-exam-tips i {
        display:none;
        position: absolute;
        top: 0px;
        left: -25px;
        width: 16px;
        height: 16px;
        background: url(../images/micoAuthenticationDetailImg/edu-certification-exam-icon.png);
    }
    .path-list-info-grid td {
        font-size: 12px;
        padding: 8px;
        line-height: 16px;
        font-weight: normal!important;
        white-space: normal;
    }

    .path-list-info-grid thead {
        height: 30px;
    }

    .path-list-info-grid thead tr td:nth-child(1) {
        width: 35%;
    }

    .path-list-info-grid thead tr td {
        color: #595959;
        padding: 11px 16px 9px 16px;
        line-height: 18px;
    }

    .certification-detail-flow-content {
        margin-top: 0px;
        padding-top: 8px;
    }
    .certification-detail-flow-lab-single {
        margin-top: 16px;
        padding: 0px 16px;
        display: flex;
        align-items: center;
        display: none;
    }
    .certification-detail-flow-lab-single .certification-detail-flow-btn{
       right:-10px;
    }
    .certification-detail-flow-lab-multiple {
        margin-top: 20px;
    }
    .certification-detail-flow-lab-list li {
        padding: 8px 0px;
        margin: 0px 15px;
        border-color: #DFE1E6;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }
    .certification-detail-flow-lab-list li a {
        padding: 5px 0px 4px 0px;
        box-sizing: border-box;
        width: 93px;
        text-align: center;
        top: 6px;
        position: inherit;
        align-self: center;
    }
    .certification-detail-flow-lab-intro {
        overflow: hidden;
        margin-bottom: 8px;
        padding: 0;
        background: transparent;
    }
    .certification-detail-flow-manual {
        background: transparent;
        padding: 0 0 8px 0px;
    }
    .certification-detail-flow-manual h1 {
        text-align: center;
        display: none;
    }
    .certification-detail-flow-manual-line {
        margin-top: 16px;
        padding-top: 19px;
        border-top: #DFE1E6 1px solid;
        display: none;
    }
    .certification-detail-flow-lab-intro h1 {
        text-align: center;
        color: #191919;
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        margin-bottom: -3px;
        display: none;
    }
    .certification-detail-flow-lab-intro dl dt {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 12px;
        padding-top: 8px;
        position: relative;
    }
    .certification-detail-flow-lab-intro dl:not(:first-child) dt {
        margin-top: 0px;
    }
    .certification-detail-flow-lab-intro dl dt:before {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #D8D8D8;
        left: -2px;
    }

    .certification-detail-flow-lab-intro dl dd {
        font-size: 12px;
        line-height: 18px;
    }

    .certification-detail-flow-lab-intro dl dd p {
        font-size: 12px;
        line-height: 18px;
    }

    .certification-detail-flow-manual dl dt {
        float: none;
        font-size: 12px!important;
        color: #191919;
        position: relative;
        margin-bottom: 12px;
        margin-top: 8px;
        padding: 0;
    }

    .certification-detail-flow-manual dl dt:before {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #D8D8D8;
        left: -2px;
        top: 8px;
    }

    .certification-detail-flow-lab-intro dl, .certification-detail-flow-manual dl {
        overflow: initial;
        padding: 0px 16px 8px;
    }

    .certification-detail-flow-manual dl dd {
        font-size: 12px;
        line-height: 18px;
    }

    .path-list-info-title-wrap .certification-btn-box {
        position: absolute;
        right: 11px;
    }

    .edu-certification-buy {
        position: absolute;
        right: 127px;
        top: 22px;
    }
    .edu-certification-buy-current {
        color: #c7000b;
        font-size: 24px;
        line-height: 33px;
    }
    .edu-certification-buy-origin {
        color: #575D6C;
        font-size: 12px;
        line-height: 17px;
        font-weight: normal;
        text-decoration: line-through;
    }
    .edu-certification-switch-icon {
        width: 24px;
        height: 24px;
        float: right;
        background: url(../images/micoAuthenticationDetailImg/edu-certification-switch-icon.png);
        transition: transform .3s;
        transform: rotate(0deg);
    }
    .edu-certification-switch-icon-toggle {
        transform: rotate(-180deg);
    }
    /* flow e */
}


/*  mb  end */


/* new  version  add  2020-8-20 19:39:37  end */