/* 公共  开始 */
body {
    background-color: #f5f5f6;
}
.edu-index-top-banner-wrap {
    height: 530px;
    position: relative;
}

.edu-index-top-banner,
.index-top-banner-slide {
    height: 530px;
}

.index-top-banner-slide {
    background-position: center;
    background-size: cover;
}

.edu-index-top-banner-slide .por-carousel-slide {
    display: block;
}

.index-top-banner-content {
    width: 1280px;
    margin: 0px auto;
    padding: 129px 0px 265px 0px;

}

.index-top-banner-title {
    font-size: 40px;
    line-height: 50px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 8px;
}

.edu-index-top-banner {
    font-size: 14px;
    line-height: 22px;
    color: #575D6C;

}

.index-top-banner-text-btn {
    margin-top: 16px;
}

.edu-index-top-banner .por-carousel-pagination {
    bottom: 128px;
}

.index-top-banner-slide-mb {
    display: none;
}
.index-top-banner-text-btn .cui-btn{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    border-radius: 2px;
    padding: 9px 30px;
    cursor: pointer;
    height:auto;
    width: 120px;
    border: 1px solid #252b3a;
    color: #252b3a;
    background-color: rgba(0, 0, 0, 0);
}
.index-top-banner-text-btn .cui-btn:hover{
    border-color: #c7000b;
    color: #c7000b;
    cursor: pointer;
    box-shadow: none;
}
@media (max-width:1439px) {
    .index-top-banner-content {
        width: 1200px;
    }
}

@media (max-width:767px) {

    .edu-index-top-banner-wrap,
    .edu-index-top-banner,
    .index-top-banner-slide {
        height: 53.3vw;
    }

    .index-top-banner-slide {
        background: transparent !important;
    }

    .index-top-banner-title {
        font-size: 6.4vw;
        line-height: 8vw;
        color: #252b3a;
        font-weight: bold;
        margin-bottom: 2.13vw;
    }

    .edu-index-top-banner {
        font-size: 14px;
        line-height: 18px;
        color: #252b3a;

    }

    .index-top-banner-content {
        width: 100vw;
        margin: 0px auto;
        padding: 17vw 6.4vw;
        height: 53.335vw;
        position: absolute;
        top: 0;
    }

    .index-top-banner-slide-mb {
        width: 100vw;
        margin: 0px auto;
        background-size: cover;
        height: 53.335vw;
        display: block;
    }
    .index-top-banner-text{
        max-width: 87.2vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 3.73vw;
        line-height: 4.8vw;
    }

    .index-top-banner-text-btn {
        display: none;
    }

    .edu-index-top-banner .por-carousel-pagination {
        bottom: 2.1vw;
    }
}
.header-tag-pc:after{display:none;}
.edu-index-version-wrapper, .edu-index-version-bottom-block {
    margin: auto;
    max-width: 1280px;
  
}
.edu-index-version-wrapper{
    content: "";
    display: table;
    clear: both;
}
.edu-index-version-bottom-block {
    overflow: hidden;
}
.edu-index-version-wrapper {
    padding-bottom: 0px;
}

.edu-index-version-left {
    float: left;
    width: 928px;
    margin-right: 24px;
}

.edu-index-version-left-block {
    padding-top: 56px;
    clear: both;
}
.edu-index-tab-mycourse-mytest{
    padding-top: 76px;
}
.edu-index-version-right {
    width: 328px;
    overflow: hidden;
}

.edu-index-version-list {
    padding-top: 32px;
    clear: both;
}
#mico li{
    height:220px;
    position: relative;
}
#mico li>a{
    display:block;
    overflow:hidden;
    height: 220px;
}

.edu-index-version-list li {
    width: 298px;
    background-color: #fff;
    float: left;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.edu-index-version-list li:hover {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

.edu-index-version-list li a {
    color: #252b3a;
    text-decoration: none;
}
.edu-index-version-mytest-sandbox li a{
   display: block;
   height: 286px;
}
.edu-index-version-list li:not(:first-child) {
    margin-left: 16px;
}

.view-more-link, .certificate-more-link a {
    float: right;
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    bottom: -5px;
    padding-right: 13px;
}

.view-more-link:hover, .certificate-more-link a:hover {
    color: #c7000b;
}

.certificate-more-link a:after, .view-more-link:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    background: url(../images/homepage/edu-index-more-arrow.png);
    right: 0;
    top: 6px;
}
.certificate-more-link a:hover:after, .view-more-link:hover:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    background: url(../images/homepage/edu-index-more-arrow-hover.png);
    right: 0;
    top: 6px;
}
.certificate-more-link {
    position: relative;
}

.certificate-more-link>a:last-child {
    margin-right: 17px;
}

.certificate-more-link i {
    float: right;
    position: relative;
    width: 1px;
    height: 14px;
    background-color: #DFE1E6;
    right: 8px;
    top: 12px;
}

.edu-index-version-right {
    margin-top: 56px;
}

.edu-index-version-right-block {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.edu-index-version-right-block h1 {
    color: #252b3a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.edu-index-version-bottom-block-img-mb,.more,.certificate-more-link-mb {
    display: none;
}
.edu-index-nodata-wrap{
    padding: 200px 0px;
   
}
.edu-index-nodata-img{
    width: 52px;height: 50px;
    display: table;
    margin: auto;
    background: url(../images/homepage/edu-no-data.png);
}

.edu-index-nodata-wrap p{
    color:#A0A2A8;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}
.edu-index-mycourses-top-logined{
	display:none;
}
.edu-news-nodata {
    display: table;
    margin: auto;
    text-align: center;
    padding: 60px 0px 82px 0px;
  }
  
  .edu-news-nodata p {
    color: #252b3a;
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
  }
  .edu-index-version-list-nodata{
      display: flex;
  }
  .edu-index-version-list-nodata .edu-news-nodata{
      float: left;
  }
/* 公共  结束 */
.edu-selected-monthly-wrap{
margin-top: 12px;
}
.edu-selected-monthly-img{
  width: 288px;
  height: 162px;
  margin-bottom: 8px;
  background: url(../images/homepage/edu-index-selected-monthly-img.png);
  background-size: cover;
}
.edu-selected-monthly-wrap p{
    font-size: 14px;
    line-height: 22px;
    color:#252b3a;
    font-weight: bold;
}
.edu-index-user-voice-wrap {
    width: 288px;
    height: 268px;
    padding: 16px;
    background:#F5F5F6 url(../images/homepage/edu-index-user-voice-bg.png) no-repeat;
    background-position: 200px 0px;
    margin-top: 16px;
    margin-bottom: 18px;
}
@media (max-width:1439px){
    .edu-index-user-voice-wrap {
   width: 248px;
   height: 290px;
   background-position: 160px 0px;
    }
    .edu-selected-monthly-img{
        width: 248px;
        height: 140px;
}
}
.edu-index-user-voice-wrap.certifications{
    margin-bottom: 0;
}
.user-info-avatar{
width: 48px;
height: 48px;
float: left;
margin-right: 12px;
}
.user-info-avatar.vocation{
    background: url(../images/homepage/edu-index-user-voice-avatar1.png);
}
.user-info-avatar.lab{
    background: url(../images/homepage/edu-index-user-voice-avatar2.png);
}
.user-info-avatar.certificate{
    background: url(../images/homepage/edu-index-user-voice-avatar3.png);
}
.user-info-wrap{
overflow: hidden;
}
.user-info-username{
    font-size: 14px;
    line-height: 22px;
    color:#252b3a;
    font-weight: bold;
    margin-bottom: 4px;
}
.user-info-vocation{
    font-size: 12px;
    line-height: 18px;
    color:#8A8E99;
}
.edu-index-user-voice-description{
font-size: 14px;
line-height: 22px;
color:#252b3a;
clear: both;
padding-top: 16px;
padding-bottom: 22px;
text-align: justify;
}
.edu-index-user-voice-reference{
font-size: 12px;
line-height: 18px;
color:#8A8E99;
}
/* 我的课程&我的实验   开始 */
.edu-index-mycourse-tab {
    margin-top: -2px;
    overflow: hidden;
    padding-bottom: 16px;
    float: left;
}

.edu-index-mycourse-tab li {
    color: #252b3a;
    font-size: 20px;
    line-height: 26px;
    float: left;
    cursor: pointer;
}

.edu-index-mycourse-tab li:hover {
    color: #c7000b;
}

.edu-index-mycourse-tab li:not(:first-child) {
    margin-left: 32px;
}

.edu-index-mycourse-tab li.active {
    position: relative;
	font-weight: bold;
}

.edu-index-mycourse-tab li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #c7000b;
    bottom: -15px;
    left: 0;
}

.edu-index-user-login-register {
    float: left;
}

.edu-index-mycourse-wrap>div,.edu-index-user-login-register>div,.view-more-link-unlogin>a {
    display: none;
}

.edu-index-version-list-mycourses li {
    height: 282px;
}

.edu-index-version-mytest-sandbox li {
    height: 286px;
}

.edu-index-version-list-mycourses li a {
    height: 282px;
    clear: both;
    display: block;
}

.edu-index-version-list-sandbox li a {
    height: 286px;
    clear: both;
    display: block;
}

.edu-index-mycourses-top {
    position: relative;
    overflow: hidden;
}

.edu-index-mycourses-top .view-more-link {
    float: right;
    position: relative;
    top: 0px;
}

.edu-index-mycourse-register {
    display: inline-block;
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    top: 0px;
    left: 17px;
}
.edu-index-mycourse-register a{
    cursor: pointer;
}
.edu-index-mycourse-register a, .edu-index-mycourse-register .login+span {
    text-decoration: none;
    color: #526ecc;
}
.edu-index-mycourse-register a:hover{
    text-decoration: underline;
}
.certificate-list-no-data {
    display: none;
    margin: 32px auto;
    text-align: center;
}

.certificate-list-no-data-img {
    width: 90px;
    height: 90px;
    background: url(../images/homepage/my-courses-nodata.png);
    background-size: contain;
    margin: auto;
}

.certificate-list-no-data p {
    font-size: 16px;
    line-height: 22px;
    color: #252b3a;
    margin-top: 16px;
}

.certificate-list-no-data p a {
    color: #526ecc;
    text-decoration: none;
}
.certificate-list-no-data p a:hover{
    text-decoration:underline;
}
.edu-index-mycourse-process-title {
    font-size: 14px;
    line-height: 20px;
}

.edu-index-mycourse-process-line {
    display: inline-block;
    background: #DDDEE1;
    width: 136px;
    height: 6px;
    border-radius: 6px;
    position: relative;
    margin: 0px 8px;
    top: -2px;
}

.edu-index-mycourse-process-line span {
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 6px;
    border-radius: 6px;
    background-color: #50D4AB;
}

.edu-index-mycourse-process-rate {
    font-size: 14px;
    line-height: 20px;
}

.edu-index-mycourse-learn-time {
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 24px;
    left: 20px;
}

.edu-index-sandbox-bottom {
    top: 144px;
    width: 288px;
    padding: 0px 20px 0px 20px;
}

.sandbox-test-data-time, .sandbox-test-data-start, .sandbox-test-data-finish {
    color: #8A8E99;
    font-size: 12px;
    line-height: 18px;
}

.sandbox-test-data-start {
    margin: 4px 0px;
}

.edu-index-version-mytest-sandbox,.edu-index-version-list-mycourses {
    overflow: inherit;
}

.edu-index-sandbox-test-viewmore {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 113px;
	display:none;
}

.edu-index-mycourse-learn-viewmore {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 83px;
	display:none;
}

.edu-index-sandbox-test-viewmore a,.edu-index-mycourse-learn-viewmore a {
    color: #526ecc;
    text-decoration: none;
}

.edu-index-sandbox-test-viewmore a:hover,.edu-index-mycourse-learn-viewmore a:hover {
    text-decoration: underline;
}

/* 我的课程&我的实验   结束 */
/* 学习路径   开始 */
.edu-index-version-list-programs {
    padding-top: 32px;
    clear: both;
}

.edu-index-version-list-programs li {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.edu-index-version-list-programs li:hover {

    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

.edu-index-version-list-programs li a {
    text-decoration: none;
    color: #252b3a;
}

.edu-index-version-list-programs li:not(:last-child) {
    margin-bottom: 16px;
}

.index-version-programs-img {
    width: 298px;
    height: 167px;
    float: left;
}

.index-version-programs-content {
    overflow: hidden;
    padding: 24px 32px 21px 32px;
}

.index-version-programs-content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-version-programs-content p {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 课程数量和价格 开始 */
.index-version-programs-data {
    margin-top: 16px;
    position: absolute;
    bottom: 24px;
}

.index-version-programs-amount {
    float: left;
    position: relative;
    padding-right: 17px;
    margin-right: 16px;
}

.index-version-programs-amount:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #DFE1E6;
    right: 0px;
    top: 6px;
}

.index-version-programs-price {
    overflow: hidden;
}
.index-version-programs-price .originAmount{
     position:relative;
     top:2px;
 }
.index-version-programs-price .course-price-amount {
    margin-left: 0px!important;
    position: relative;
    top: 2px;
}
.course-price {
    display: inline-block;
    color: #fff;

    font-size: 12px;
    height: 18px;
    line-height: 16px;
    padding: 0 4.5px;
    border-radius: 2px;
    text-align: center;
    background-color: #FA9841;
}

.series-course-count-icon {
    position: relative;
    background: url(../images/homepage/edu_course_icon.svg) no-repeat center;
    width: 16px;
    display: inline-block;
    height: 17px;
    background-size: contain;
    margin: 0px 5px 0px 0px;
    position: relative;
    top: 2px;
}

.programs-amount-title, .index-programs-amount {
    color: #8A8E99;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    bottom: 1px;
}
.index-programs-amount{
    width:14px;
    display:inline-block;
    text-align:right;
}
/* 课程数量和价格 结束 */
/* 学习路径   结束 */
/* 在线课程  开始 */
.edu-index-version-list-courses li {
    height: 258px;
}

.edu-index-version-list-courses li>a {
    height: 300px;
    display: block;
    clear: both;
}

.rating-background {
    width: 60px;
    height: 12px;
    background: url(../images/homepage/Mask-grey.svg);
}

.rating-red {
    display: block;
    height: 12px;
    background: url(../images/homepage/Mask.svg);
}

.edu-index-courses-img {
    width: 298px!important;
    height: 163px!important;
    display: block;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    outline: none!important;
}

.edu-index-courses-title {
    width: 84%;
    color: #191919;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    position: absolute;
    padding: 0;
    top: 16px;
    max-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 学习时长  学习人数  开始 */
.edu-index-courses-learn-data {
    position: absolute;
    top: 130px;
    width: 298px;
    padding: 0px 20px;
}

.edu-index-courses-learn-time {
    font-size: 12px;
    line-height: 18px;
}

.edu-index-courses-learn-time i {
    display: inline-block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/homepage/edu-course-learn-time.svg) no-repeat center;
    margin-right: 4px;
}

.edu-index-courses-learn-time span {
    position: relative;
    bottom: 4px;

}

.edu-index-courses-learn-amount {
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #fff;

}

.edu-index-courses-learn-amount i {
    display: inline-block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/homepage/edu-course-learner-icon.svg) no-repeat center;
    margin-right: 5px;
}

.edu-index-courses-learn-amount span {
    position: relative;
    bottom: 4px;
 
}

/* 学习时长  学习人数 结束 */
/* 在线课程底部内部   开始 */
.edu-index-courses-bottom {
    position: absolute; 
    width: 298px;
    padding: 0px 24px 0px 24px;
}
.edu-index-mycourses-top-logined .edu-index-courses-bottom .edu-index-courses-title{
    top: 16px;
    left: 24px;
}
.edu-index-mycourses-top-logined .edu-index-courses-bottom .edu-index-mycourse-process{
    position: absolute; 
    top: 51px;
    left: 24px;
}
.edu-index-mycourses-top-logined .edu-index-courses-bottom .edu-index-mycourse-learn-time{
    position: absolute; 
    top: 76px;
    left: 24px;
    bottom:unset;
}
.edu-index-mycourses-top-logined .edu-index-courses-bottom .edu-index-mycourse-learn-time span:nth-of-type(1){
    position: relative;
    padding-right: 10px;
}
.edu-index-mycourses-top-logined .edu-index-courses-bottom .edu-index-mycourse-learn-time span:nth-of-type(1)::after{
    content: " ";
    position: absolute;
    right: 2px;
    background: #DFE1E6;
    width: 1px;
    height: 12px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);

}

.edu-index-courses-bottom p {
    font-size: 14px;
    color: #575D6C;
    line-height: 22px;
    margin-bottom: 12px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.edu-index-courses-price {
    position: absolute;
    bottom: 24px;
    right: 20px;
}

.edu-index-courses-evaluate {
    position: absolute;
    top: 52px;
    display: flex;
    color: #666a75;
    font-size: 12px;
    line-height: 18px;
}
.edu-index-courses-evaluate span {
    padding: 0 8px; 
    position: relative;
}
.edu-index-courses-evaluate span:nth-of-type(1) {
    padding-left: 0px;  
}
.edu-index-courses-evaluate span:nth-of-type(3)::after {
    content: unset;
}
.edu-index-courses-evaluate span::after{
    content: " ";
    position: absolute;
    right: 0;
    background: #DFE1E6;
    width: 1px;
    height: 12px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);

}

.edu-index-courses-isv {
    float: right;
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
}

/* 在线课程底部内部   结束 */
/* 在线课程  结束 */
/* 沙箱实验室  开始 */
.edu-index-sandbox-wrap {
    padding: 32px 20px 13px 20px;
}

.edu-index-version-list-sandbox li {
    height: 268px;
}

.edu-index-version-list-sandbox li a {
    height: 268px;
    clear: both;
    display: block;
}

.edu-index-sandbox-img {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}

.edu-index-lab-learn-time i {
    display: inline-block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/homepage/edu-lab-learn-time.svg) no-repeat center;
    margin-right: 5px;
}

.edu-index-lab-learn-amount i {
    display: inline-block;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/homepage/edu-lab-learner-icon.svg) no-repeat center;
    margin-right: 4px;
}

.edu-index-sandbox-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.edu-index-sandbox-description {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    text-align: center;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.edu-index-sandbox-test-data {
    padding: 0px 20px;
    position: absolute;
    bottom: 18px;
    
}

.edu-index-sandbox-test-data .edu-index-courses-learn-time {
    float: none;
    display: inline-block;
    color: #575D6C;
    margin-right: 20px;
}

.edu-index-sandbox-test-data .edu-index-courses-learn-amount {
    float: none;
    display: inline-block;
    color: #575D6C;
}

.edu-index-sandbox-test-points {
    position: absolute;
    right: 20px;
    bottom: 21px;
    color: #c7000b;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.edu-index-sandbox-test-points span{
    display: inline-block;
    padding-right: 5px;
}
/* 沙箱实验室  结束 */
/* 微认证&职业认证   开始 */
.edu-index-certificate-img {
    width: 100%;
    height: 88px;
    display: inline-block;
}

.edu-index-certificate-wrap h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    position: absolute;
    top: 18px;
    padding: 0px 20px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.edu-index-certificate-wrap p {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 20px 20px;
    max-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.edu-index-certificate-btn {
    color: #fff !important;
    display: table;
    font-size: 12px;
    line-height: 17px;
    padding: 8px 26px 7px 26px;
    background-color: #c7000b;
    border-radius: 2px;
    left: calc(100% / 3);
    margin: 0px auto;
    position: absolute;
    bottom: 24px;
}

.edu-index-certificate-btn:hover {
    cursor: pointer;
    background: #d64a52;
}

/* 微认证&职业认证   结束 */
/* 培训服务    开始 */
.edu-index-version-bottom {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #fff;
}

.edu-index-version-title {
    display: inline-block;
    margin-bottom: 32px;
}
.edu-index-training-link{
    display: block;
    overflow: hidden;
}

.edu-index-version-title h1 {
    float: left;
}

.edu-index-version-title span {
    display: inline-block;
    overflow: hidden;
}

.edu-index-version-bottom-left {
    width: 552px;
    float: left;
}

.edu-index-version-bottom-block-img {
    width: 555px;
    height: 300px;
    float: right;
    background: url(../images/homepage/edu-index-bottom-service.png);
    border-radius: 3px;
}

.edu-index-version-title h1 {
    color: #252b3a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 16px;
}

.edu-index-version-title span {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    top: 5px;
}

.edu-index-version-bottom-tag {
    overflow: hidden;
    padding-bottom: 36px;
}

.edu-index-version-bottom-tag li {
    color: #252b3a;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 24px;
    border: #252b3a 1px solid;
    border-radius: 2px;
    float: left;
}

.edu-index-version-bottom-tag li:not(:last-child) {
    margin-right: 16px;
}

.edu-index-version-bottom-title {
    color: #252b3a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.edu-index-version-bottom-content {
    color: #252b3a;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
}

.edu-index-version-bottom-description li {
    color: #575D6C;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 13px;
}

.edu-index-version-bottom-description li:before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #8A8E99;
    position: absolute;
    left: 0px;
    top: 10px;
}

/* 培训服务   结束 */
/* 最新上线  开始 */
.edu-index-version-right-tab {
    margin-top: 16px;
    overflow: hidden;
    border-bottom: 1px solid #DFE1E6;
    padding-bottom: 9px;
    margin-bottom: 17px;
   
}

.edu-index-version-right-tab li {
    color: #575D6C;
    font-size: 14px;
    line-height: 17px;
    float: left;
    cursor: pointer;
}

.edu-index-version-right-tab li:hover {
    color: #c7000b;
}

.edu-index-version-right-tab li:not(:first-child) {
    margin-left: 23%;
}

.edu-index-version-right-tab li.active {
    font-weight: bold;
    position: relative;
}

.edu-index-version-right-tab li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c7000b;
    bottom: -9px;
    left: 0;
}

.edu-index-latest-list li {
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-latest-list-courses li{
    height:79px;
    background:url(../images/homepage/right-latest-course-bg.png);
    background-size:100% 100%;
}

.right-latest-list-lab li{
    height:79px;
    background:url(../images/homepage/right-latest-lab-bg.png);
    background-size:100% 100%;
}
.right-latest-list-certificate li{
    height:79px;
    background:url(../images/homepage/right-latest-certificate-bg.png);
    background-size:100% 100%;
}
.edu-index-latest-list li:hover {

    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
}

.edu-index-latest-list li:not(:last-child) {
    margin-bottom: 16px;
}

.edu-index-latest-list li a {
    display:block;
    padding: 0px 12px;
    color: #252b3a;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.edu-index-latest-list li a div{
    font-size: 14px;
    line-height: 20px;
}
.edu-index-latest-list li a div .edu-index-latest-tag{
   display: inline-block!important;
}
.edu-index-latest-list li:hover a,.edu-index-latest-list li:hover a span {
    color: #c7000b;
}

.edu-index-latest-tag {
    color: #252b3a;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
    font-style: normal;
}

.edu-index-version-right-content>ul {
    display: none;
}

/* 最新上线   结束 */
/* 金牌讲师  开始 */
.edu-news-lecturer-wrap {
    width: 288px;
    position: relative;
}
.edu-news-lecturer-container .por-carousel-pagination{
    bottom:inherit;
    top:173px;
}


.swiper-pagination-lecture .swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    border-radius: inherit;
    background-color: #fff!important;
    opacity: 1!important;
}

.swiper-pagination-lecture .swiper-pagination-bullet:nth-child(2) {
    margin: 0px 12px;
}

.swiper-pagination-lecture {
    left: 0;
    right: 0;
    top: 163px;
}

.swiper-pagination-lecture .swiper-pagination-bullet-active {
    background-color: #c7000b!important;
}

.swiper-container {
    width: 100%;
    height: 100%;
    display: block;
}

.view-more-link-lecturer {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.edu-news-lecturer-list {
    margin-top: 16px;
}

.edu-news-lecturer-list li {
    background-color: #fff;
}

.edu-news-lecturer-list-content {
    color: #252B3A;
}

.edu-news-lecturer-list li img {
    width: 288px;
    height: 179px;
    display: inline-block;
}

.edu-news-lecturer-list-content h1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.lecturer-list-content-skills {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.lecturer-list-content-skills span {
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #ADB0B8;
    padding: 0px 12px;
    float: left;
    max-width: 173px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 8px 0px 0px;
}

.list-content-skills-title {
    font-size: 12px;
    line-height: 18px;
    color: #252B3A;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.lecturer-list-content-course {
    margin-top: 16px;
}

.lecturer-list-content-course h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin: 20px 0px 6px 0px;
}

.lecturer-list-content-course a {
   line-height: 18px;
    height: 18px!important;
    display: block!important;
    overflow: hidden;
    margin-top: 4px;
}

.lecturer-list-content-course a span {
    position: relative;
    display: inline-block;
    color: #575D6C;
    font-size: 12px;
    line-height: 16px;
    max-width: 272px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}

.lecturer-list-content-course a:hover span {
    color: #c7000b;
}

.lecturer-list-content-course a span:after {
    position: absolute;
    content: ">";
    right: 0;
}
.mob_subtitle{
     display:none!important;
    }
/* 金牌讲师   结束 */
/* pc端适配  开始 */
@media (max-width: 1439px) {
    .edu-index-version-wrapper, .edu-index-version-bottom-block {
        max-width: 1200px;
        margin: auto;
    }
.edu-index-latest-list li {
    height:68px;
}

    .edu-index-version-left {
        float: left;
        width: 888px;
    }
    .edu-news-lecturer-container .por-carousel-pagination{
        bottom:inherit;
        top: 147px;
    }
       .edu-index-courses-img {
        width: 285px!important;
        height: 156px!important;
    }
       .index-version-programs-img{
        width:285px;
       height:160px;
}
.edu-index-certificate-img{
    width:285px;
    height:84px;
}
    .edu-index-courses-learn-data, .edu-index-courses-bottom {
        width: 285px;
    }

    .edu-index-version-list li {
        width: 285px;
    }

    .edu-index-version-right {
        width: 288px;
    }

    .edu-index-version-right-tab li:not(:first-child) {
        margin-left: 18.8%;
    }

    .edu-news-lecturer-list li img {
        width: 248px;
        height: 154px;
    }

    .lecturer-list-content-course a span {
        max-width: 235px;
    }

    .edu-news-lecturer-wrap {
        width: 248px;
    }

    .swiper-pagination {
        top: 142px;
    }
}

/* pc端适配 结束 */
/* mb端适配  开始 */
@media (max-width: 767px) {
    .pc_subtitle{
        display:none!important;
    }
    .mob_subtitle{
        display:inline-block!important;
    }
    .edu-index-version-wrapper {
        padding-bottom: 0;
        clear: both;
    }

    .edu-index-version-right {
        display: none;
    }

    .edu-index-version-left-block {
        padding-top: 28px;
        padding-bottom: 20px;
        overflow: inherit;
        /* display: flex; */
        /* flex-direction: column; */
    }
.edu-index-banner-img-mb{
    width: 100vw;
    height: 53.3vw;
    background-size: cover;
}
.swiper-pagination-banner-mb{
    top:inherit;
    bottom:5px!important;
}
.swiper-pagination-banner-mb .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    width: 20px;
    margin: 0px 4px;
    height: 3px;
   background-color: #fff!important;
   
}
.swiper-pagination-banner-mb .swiper-pagination-bullet-active:before{
    background-color: #c7000b!important;
}
.edu-index-banner-mb{
    position: absolute;
    top:15.46vw;
    padding:0px 20px;
    font-size: 12px;
    color:#252B3A;

}
.banner-caption-mb{
    font-size: 24px;
    line-height: 30px;
}
.banner-caption-mb span+span{
    color:#c7000b;
}
.banner-poster-text-mb{
	margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
	width: 65vw;
}
   .edu-index-version-title{
       margin-bottom:0;
   }
    .edu-index-version-title,.edu-index-mycourses-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        overflow: inherit;
        position: inherit;
    }
.edu-index-mycourses-top-logined{
    display:none;
}
    .edu-index-mycourse-wrap {
        width: 92vw;
        margin: auto;
    }

    .edu-index-mycourse-tab {
        display: table;
        margin: auto;
        padding-bottom: 12px;
    }
    .edu-index-mycourse-tab li:hover {
    color: #252b3a;
    }
    .edu-index-mycourse-tab li.active:after {
        bottom: -12px;
    }

    .edu-index-version-left,.edu-index-version-bottom-left {
        width: 100vw;
    }

    .edu-index-version-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .edu-index-version-list {
        padding-top: 16px;
        padding-bottom: 0;
    }

    .view-more-link,.certificate-more-link,.edu-index-version-bottom-title, .edu-index-version-bottom-tag, .edu-index-version-bottom-block-img,.view-more-link-unlogin {
        display: none;
    }

    .edu-index-version-title h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
		margin-right: 0;
    }

    .edu-index-version-title span {
        font-size: 12px;
        line-height: 18px;
        position: inherit;
    }

    .more {
        margin-top: 20px;
        width: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 18px;
        display: block;
    }

    .certificate-more-link-mb {
        display: flex;
        justify-content: center;
        clear: both;
        margin-top: 18px;
    }

    .certificate-more-link-mb a,.certificate-more-link-mb i {
        float: none;
        position: unset;
        padding-right: 0;
    }

    .more a {
        display: inline-block;
        position: relative;
        color: #526ECC;
        text-decoration: none;
    }

    .certificate-more-link-mb i {
        margin: 0px 12px;
    }

    .certificate-more-link-mb a {
        font-size: 12px;
        line-height: 17px;
        color: #526ECC;
        margin-right: 0!important;
    }
    .certificate-more-link-mb a:hover{
        color: #526ECC;
    }
    .certificate-more-link a:after, .view-more-link:after {
        display: none;
    }

    .more a em {
        display: inline-block;
        width: 14px;
        height: 11px;
        background: url(../images/homepage/more.svg) no-repeat center;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        margin-left: 6px;
    }

    /* 我的课程&我的实验 开始 */
    .edu-index-mycourse-register {
        position: inherit;
    }

    .edu-index-version-list li:not(:first-child) {
        margin-left: inherit;
    }

    .edu-index-version-list li {
        width: inherit;
        box-shadow: none;
        border: #DFE1E6 1px solid;
        box-sizing: border-box;
    }
    #mico li, #mico li a{
    height:204px;
    }
    .edu-index-version-list li:not(:last-child) {
        margin-bottom: 16px;
    }

    .edu-index-version-list {
        width: 92vw;
        margin: auto;
        /* clear: both; */
    }

    .edu-index-version-list-courses li {
        height: 74.2vw;
    }

    .edu-index-courses-img {
        width: 100%!important;
        height: 50.67vw!important;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .edu-index-mycourse-process-line {
        width: 46.93vw;
    }

    .edu-index-mycourse-learn-viewmore,.edu-index-sandbox-test-viewmore {
        display: none!important;
    }

    .edu-index-sandbox-bottom {
        width: 90vw;
        padding: 0px 0px 0px 30px;
    }

    .edu-index-version-mytest-sandbox .edu-index-sandbox-test-data {
        bottom: 24px;
    }

    .edu-index-version-mytest-sandbox li,.edu-index-version-mytest-sandbox li {
        height: 278px;
    }

    .edu-index-mycourse-learn-time {
        left: 15px;
        bottom: 20px;
    }

    .edu-index-courses-title {
        top: 0;
        padding: 0px;
    }

    .edu-index-courses-learn-data {
        top: 41.5vw;
        width: 84vw;
        padding: inherit;
        margin: 0px 15px;
    }

    .edu-index-courses-bottom {
        top: 54.4vw;
        width: 84vw;
        padding: inherit;
        margin: 0px 15px;
    }

    .edu-index-courses-bottom p {
        margin-bottom: 8px;
		font-size: 12px;
        line-height: 18px;
    }

    .edu-index-courses-price {
        bottom: 20px;
        right: 15px;
    }

    .edu-index-mycourse-tab li {
        font-size: 16px;
    }

    .edu-index-mycourse-register {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }

    .certificate-list-no-data p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 8px;
    }

    .edu-index-version-list-mycourses li {
        height: 72vw;
    }
    .edu-index-mycourses-top-logined .edu-index-version-list-mycourses li {
        height: 80vw;
    }

    /* 我的课程&我的实验 结束 */
    /* 学习路径 开始 */
    .index-version-programs-img {
        float: none;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        width: 100%;
        height: 51.7vw;
        display: block;
    }

    .edu-index-version-list-programs li {
        width: 92vw;
        margin: auto;
        /* height: 86.6vw; */
        border-radius: 2px;
        box-shadow: none;
        border: #DFE1E6 1px solid;
        box-sizing: border-box;
    }

    .index-version-programs-content h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .index-version-programs-amount{
        bottom:16px;
        position:absolute;
     }
    .index-version-programs-content p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }

    .index-version-programs-content {
        padding: 16px 15px 20px 15px;
        box-sizing: border-box;
    }

    .index-version-programs-price {
        position: relative;
        right: 0px;
        bottom: 0px;
    
    }
.index-version-programs-price .originAmount{
     position:relative;
     top:2px;
 }
    .index-version-programs-amount:after {
        display: none;
    }

    .programs-amount-title, .index-programs-amount {
        line-height: 17px;
    }

    .edu-index-version-list-programs li:not(:last-child) {
        margin-bottom: 16px;
    }

    .edu-index-version-list-programs {
        padding-top: 16px;
        padding-bottom: 0;
    }

    .edu-index-version-left-block-programs {
        background-color: #fff;
        padding-top: 28px;
        padding-bottom: 18px;
    }

    .index-version-programs-data {
        margin-top: 12px;
	position: inherit;
    }

    /* 学习路径  结束 */
    /* 在线课程 开始 */
    /* 在线课程  结束 */
    /* 沙箱实验室  开始 */
    .edu-index-version-left-block-sandbox {
        background-color: #fff;
    }

    .edu-index-sandbox-wrap {
        padding: 32px 30px 16px 30px;
    }

    .edu-index-sandbox-test-points {
        right: 30px;
        bottom: 20px;
    }

    .edu-index-sandbox-test-data {
        padding: 0px 30px;
        bottom: 15px;
    }

    .edu-index-version-list-sandbox li,.edu-index-version-list-sandbox li a {
        height: 260px;
    }

    .edu-index-version-list li:hover {
        box-shadow: none;
    }
    .edu-index-sandbox-description{
	    font-size: 12px;
        line-height: 18px;
    }
    .edu-index-sandbox-title {
        font-size: 16px;
        line-height: 20px;
    }
    /* 沙箱实验室  结束 */
    /* 微认证&职业认证 开始 */
    .edu-index-certificate-wrap h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .edu-index-certificate-img {
        height: 76px;
        width: 100%;
        display: block;
    }

    .edu-index-certificate-wrap p {
        font-size: 12px;
        line-height: 18px;
        margin: 20px 15px;
    }

    .edu-index-certificate-btn {
        margin: auto;
        position: absolute;
        bottom: 20px;
        left: 49.9%;
        transform: translate(-50%, 0);
    }

    /* 微认证&职业认证  结束 */
    /* 培训服务 开始 */
    .edu-index-version-bottom {
        padding: 28px 0px;
    }

    .edu-index-version-bottom-block-img-mb {
        display: block;
        width: 92vw;
        height: 172px;
        float: none;
        margin: 0 auto;
        border-radius: 2px;
        margin-top: 16px;
        background: url(../images/homepage/edu-index-bottom-service-mb.png);
        background-size: cover;
    }

    .edu-index-version-bottom-content {
        font-size: 12px;
        line-height: 18px;
        width: 92vw;
        margin: 16px auto;
        text-align: justify;
    }

    .edu-index-version-bottom-description {
        width: 92vw;
        margin: auto;
    }

    .edu-index-version-bottom-description li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .edu-index-version-bottom-description li:not(:last-child) {
        margin-bottom: 16px;
    }

    /* 培训服务  结束 */
}

/* mb端适配  结束 */

.slide-link:hover .item-caption span{
    color:#c7000b;
}

.header-search-icon{
    transition:visibility 0.01s;
}

.header-search{
    transition:visibility 0.01s;
}


