
/*header*/
.inner-page .headerTemp{
    height: 80px;
}
header{
    /* padding: 15px 0; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 16px;
    /*border-bottom: 1px solid transparent;*/
}
header.header-fixed {
    position: fixed;
    background: #fff;
    top: -100%;
    /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
header.header-fixed .header .logo img{
    height: 54px;
}
header.header-fixed.show {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
}
header .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo{
    display: block;
    padding: 13px 0;
}
header .logo img{
    height: 54px;
    display: block;
    line-height: 1;
    transition: all .3s;
    
}


header .layui-nav .layui-nav-item a,
header .layui-nav .layui-nav-item a:hover, 
header .layui-nav .layui-this a{
    color: #252525;
}
header .layui-nav>.layui-nav-item>a{
    height: 40px;
    line-height: 40px;
    color: #666;
}

header .nav{
    line-height: 1;
}
header .nav .layui-nav>.layui-nav-item>a{
    font-size: 16px;
    position: relative;
}
header .nav .layui-nav>.layui-nav-item:hover>a,
header .nav .layui-nav>.layui-nav-item.active>a{
    color: #252525;
}
header .nav .layui-nav>.layui-nav-item>a:after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background-color: var(--color-primary);
    /* transform: scaleX(0); */
    transition: all .3s;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
}
header .nav .layui-nav>.layui-nav-item:hover>a:after,
header .nav .layui-nav>.layui-nav-item.active>a:after{
    opacity: 1;
}

header .nav .layui-nav,
header .nav .layui-nav>.layui-nav-item{
    position: static;
}
header .nav .layui-nav-child{
    margin-top: 0;
    border: unset;
    border-radius: unset;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
    /* background: #eaeced; */
    border-top: 1px solid #eaeced;
    padding: 50px 0;
    overflow: hidden;
}
header .nav .layui-nav .layui-nav-child:before,
header .nav .layui-nav .layui-nav-child:after{
    content: unset;
}


header .layui-container{
    position: unset;
}

header .layui-col-space30{
    margin: -3vw;
}
header .layui-col-space30>*{
    padding: 3vw;
}
header .sub-menu:not(:last-child):after{
    content: "";
    position: absolute;
    right: 0;
    top: 3vw;
    bottom: 3vw;
    width: 1px;
    background: #eaeced;
}
header .nav .menu-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
header .nav .menu-title .title{
    font-size: 18px;
    font-weight: bold;
}
header .nav .menu-title a{
    padding: 0;
    line-height: 1;
    color: #9CA6B4;
    font-size: 13px;
}
header .nav .menu-title a:hover{
    background: unset;
    text-decoration: underline;
    color: #252525;
}
.dropmenu{
    line-height: 1.5;
}
.dropmenu .menu-item{
    height: unset;
    padding: 0px!important;
    line-height: 1.5;
    box-shadow: unset;
    background: unset!important;
    transition: all .3s;
    padding: 10px!important;
    background: #f5f7fa!important;
    border-radius: 4px;
    overflow: hidden;
}
.dropmenu .menu-item .item-body{
    padding-top: 15px;
}
.dropmenu .menu-item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.dropmenu .menu-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.dropmenu .menu-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropmenu .menu-item .text-box .type{
    color: #9CA6B4;
    margin-top: 5px;
    font-size: 12px;
}
.dropmenu .menu-item .text-box .title{
    font-size: 14px; 
    white-space: normal;
}
.dropmenu .menu-item:hover .title{
    color: #c90015;
}
.dropmenu .menu-item .text-box .title+.type,
.dropmenu .menu-item .text-box .type+.title{
    margin-top: 5px;
}

.dropmenu .menu-item.is-horizonal{
    display: flex!important;
    align-items: center;
}
.dropmenu .menu-item.is-horizonal .item-left{
    width: 90px;
}
.dropmenu .menu-item.is-horizonal .item-body{
    flex: 1;
    position: relative;
    margin-left: 15px;
    padding: 0;
    overflow: hidden;
}
.dropmenu .menu-item.is-horizonal  .text-box .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .nav .course-type .type-item{
    display: flex!important;
    box-shadow: unset;
    padding: 10px 10px 10px 15px!important;
    background: #f5f7fa!important;
}
header .nav .course-type .type-item:hover{
    top: 0;
}
header .nav .course-type .type-item .middle .title{
    font-size: 14px;
}
header .nav .course-type .type-item .middle{
    margin: 0 10px;
}
header .nav .course-type .type-item .icon-box{
    width: 36px;
    height: 36px;
    border-width: 2px;
}
header .nav .course-type .type-item .icon-box img{
    width: 16px;
}


.header-icon{
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    line-height: 1;
}
.header-icon .layui-nav>.layui-nav-item>a{
    padding: 0;
    font-size: 16px;
}
.header-icon .layui-nav .layui-nav-more{
    display: none;
}
.header-icon .layui-nav .layui-nav-child{
    width: 140px;
    margin-left: -70px;
    left: 50%;
    padding: 10px;
    margin-top: 10px;
}
.header-icon .layui-badge-dot{
    position: absolute;
    right: 6px;
    top: 2px;
    width: 6px;
    height: 6px;
}
.header-icon .icon-mobile-o{
    font-size: 18px;
}
.login-btn{
    padding: 0 10px;
}
.login-btn span{
    color: #4d4d4f;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.login-btn>span{
    opacity: .75;
}
header.fixed .login-btn span{
    color: #4d4d4f;
}

.user-nav .layui-nav .layui-nav-child{
    margin-top: 10px;
}

@media screen and (max-width:1199px) {
    header .layui-nav>.layui-nav-item>a{
        padding: 0 15px;
    }
    header .nav .layui-nav>.layui-nav-item>a:after{
        left: 15px;
        right: 15px;
    }
    header .logo img,
    header.header-fixed .header .logo img{
        height: 44px;
    }
    header .logo,
    header.header-fixed .header .logo{
        padding: 18px 0;
    }
}
.site-tree-mobile{
    display: none;
}
@media screen and (max-width:991px) {
    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        padding: 32px 15px;
        height: 80px;
        line-height: 1;
        margin-right: -10px;
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #c90015;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        margin-bottom: 6px;
    }
    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        margin: 0;
    }
    /* .site-mobile .site-tree-mobile{
        padding: 34px 15px;
    } */
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        margin-top: 8px;
        -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(3){
        margin-top: -4px;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        transform: rotate(-42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(2){
        opacity: 0;
    }
    .site-mobile .site-mobile-shade{
        position: fixed; 
        top: 80px; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        background-color: rgba(0,0,0,.75); 
        z-index: 999;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    
    header .nav{
        position: fixed;
        top: 80px;
        right: -100%;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 20px;
        left: unset;
        transition: all .3s;
        border-top: 1px solid #eaeced;
    }
    .site-mobile header .nav{
        right: 0;
    }
    header .nav .layui-nav{
        width: 100%;
    }
    header .nav .layui-nav>.layui-nav-item>a,
    header .nav .layui-nav .layui-nav-item{
        width: 100%;
        display: block;
    }
    header .nav .layui-nav>.layui-nav-item>a{
        height: auto;
        line-height: 1.5;
        padding: 18px 0;
        font-size: 18px;
    }
    header .nav .layui-nav>.layui-nav-item>a:after{
        height: 1px;
        background-color: #eaeced;
        opacity: .3;
        left: 0;
        right: 0;
    }
    header .nav .layui-nav>.layui-nav-item:hover>a:after,
    header .nav .layui-nav>.layui-nav-item.active>a:after{
        opacity: .3;
    }
    header .nav .layui-nav>.layui-nav-item:hover>a, 
    header .nav .layui-nav>.layui-nav-item.active>a{
        color: #c90015;
    }
    header .nav .layui-nav .layui-nav-child{
        position: static;
        padding: 18px 0;
        border-top: unset;
        box-shadow: unset;
        transform: unset!important;
    }
    header .layui-col-space30{
        margin: -15px;
    }
    header .layui-col-space30>*{
        padding: 15px;
    }
    header .layui-col-space20{
        margin: -7px;
    }
    header .layui-col-space20>*{
        padding: 7px;
    }
    header .layui-nav-child .layui-container{
        padding: 0;
    }
    header .nav .menu-title .title{
        font-size: 15px;
    }
    .dropmenu .menu-item{
        padding: 0px!important;
        background: unset!important;
        margin: 7px 0;
    }
    .dropmenu .menu-item .text-box .type{
        display: none;
    }
    .dropmenu .menu-item .item-body{
        padding-top: 10px;
        color: #9CA6B4;
    }
    .dropmenu .menu-item.is-horizonal{
        display: block!important;
        padding: unset!important;
        background: unset!important;
    }
    .dropmenu .menu-item.is-horizonal .item-left{
        width: 100%;
    }
    .dropmenu .menu-item.is-horizonal .text-box .title{
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .dropmenu .menu-item.is-horizonal .item-body{
        margin-left: 0;
        padding-top: 10px;
    }
    .dropmenu .menu-item .text-box .title {
        font-size: 13px;
    }
}
@media screen and (max-width:767px) {
    .header-icon{
        display: none;
    }
    header .logo img,
    header.header-fixed .header .logo img{
        height: 30px;
    }
    header .logo,
    header.header-fixed .header .logo{
        padding: 25px 0;
    }
    .user-nav .layui-nav>.layui-nav-item>a{
        padding: 0;
    }
    .user-nav .layui-nav>.layui-nav-item>a>span{
        display: none;
    }
    .user-nav .layui-nav-img{
        margin-right: 0;
    }
    .user-nav .layui-nav .layui-nav-more{
        display: none;
    }
    .user-nav .layui-nav-child{
        left: 50%;
        margin-left: -62px;
    }
    /* .user-nav .layui-nav .layui-nav-child:before,
    .user-nav .layui-nav .layui-nav-child:after{
        left: unset;
        right: 9px;
        margin-left: 0;
    } */
}
/*header END*/



/* footer */
/*footer*/
footer{
    background: #252525;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
footer,footer a,footer a:visited{
    color: rgba(255,255,255,0.65);
    font-size: 12px;
}
footer a:hover,
footer a:focus{
    color: rgba(255,255,255,0.95);
}
.footer-top{
    padding: 50px 0;
}
.footer-top img{
    max-width: 100%;
}
.footer-top .footer-logo{
    margin-bottom: 15px;
}
.footer-top .footer-logo img{
    max-height: 60px;
}
.footer-top .layui-row{
    overflow: hidden;
}

footer .title{
    margin-bottom: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
}
.footer-top p{
    margin-bottom: 10px;
}

.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
    margin-bottom: 10px;
}
.footer-top .footer-link li a{
    display: block;
}
.footer-top .media-list{
    margin: 0 -2px;
}
.footer-top .media-list .media-item{
    padding: 0;
    display: inline-block;
    margin: 2px;
}
.footer-top .media-list .media-item a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,.15);
    color: rgba(255,255,255,.85);
    border-radius: 20px;
    font-size: 19px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer-top .media-list .media-item a:hover{
    background: rgba(255,255,255,.85);
    color: #C90015;
}
@media screen and (min-width: 992px) {
    footer .layui-col-space30{
        margin: -2vw;
    }
    footer .layui-col-space30>*{
        padding: 2vw;
    }
    footer .layui-col-space30>[class^='layui-col']:not(:last-child):after{
        content: "";
        position: absolute;
        right: 0;
        top: 2vw;
        bottom: 2vw;
        width: 1px;
        background: rgba(255, 255, 255, .05);
    }
}

@media screen and (max-width: 767px) {
    footer .title{
        margin-bottom: 5px;
        font-size: 16px;
    }
    .footer-top .footer-link li{
        display: inline-block;
    }
    .footer-top .footer-link li a{
        padding: 0 5px;
        position: relative;
        margin: 0;
    }
    .footer-top .footer-link li:not(:last-child) a:after{
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -1px;
        border-right: 1px solid #666;
    }
}
.footer-copyright{
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.1)
}
footer .footer-copyright a:hover,
footer .footer-copyright a:focus{
    color: #C90015;
}

/*footer END*/
/* footer END */


/*banner*/
.banner{
    height: 38vw;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background-size: cover;
    color: #0B162B;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #0B162B;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.banner img{
    width: 100%;
}

.banner .swiper-bottom{
    width: 200px;
    bottom: 5vh;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    height: 30px;
    z-index: 5;
}
.banner .swiper-bottom .swiper-pagination-progressbar{
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: rgba(0,0,0,.25);
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: rgba(0,0,0,.85);
}
.banner .swiper-button-prev, .banner .swiper-button-next{
    width: unset;
    height: unset;
    background: unset;
    margin-top: unset;
    transform: translateY(-50%);
}
.banner .swiper-button-prev{
    left: -50px;
}
.banner .swiper-button-next{
    right: -50px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
    font-size: 14px;
    content: "\e72d";
    font-family: 'iconfont';
    color: #0B162B;
}
.banner .swiper-button-prev:after{
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner .swiperNum {
    color: #0B162B;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    right: -36px;
    text-align: right;
}
.banner .swiperNum ul li {
    position: absolute;
    left: 0;
    width: 36px;
    text-align: center;
}

.banner .swiperNum .total{
    width: 36px;
    text-align: center;
    display: inline-block;
}
.ui-loop{
    position:absolute;
    width: 32px;
    height: 32px;
    right: -90px;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
}
.ui-loop .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #0B162B;
}
.ui-loop.pause .icon-pause:before{
    content: "\e72d";
}
    
.path-loop {
    fill: none;
    stroke: #0B162B;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}   
    
.path-loop-bg {
    fill: none;
    stroke: #0B162B;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}
@media screen and (max-width:991px) {
    header{
        background-color: #fff;
    }
    .banner{
        margin-top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .banner{
        height: 56.25vw;
    }
    .banner .swiper-bottom{
        width: 120px;
        margin-left: -60px;
        bottom: 20px;
    }
    .banner .banner-box .banner-desc{
        display: none;
    }
    .banner .banner-box .banner-title{
        margin-bottom: 20px;
    }
}
/*banner END*/


/*banner-box*/
.banner-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #0B162B;
    z-index: 9;
}
.banner-box .banner-text{
    max-width: 50%;
}
.banner-box .banner-title{
    font-size: 46px;
}
.banner-box .banner-title .desc{
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}
.banner-box .banner-desc{
    font-size: 20px;
    margin-top: 20px;
}
.banner-box .banner-more{
    font-size: 14px;
    margin: 0 auto;
    /*margin-top: 30px;*/
    text-align: center;
}
.banner-box .banner-more .single-link{
    color: #0B162B;
}
@media screen and (max-width: 1600px) {
    .banner-box .banner-title{
        font-size: 42px;
    }
    .banner-box .banner-desc{
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-box .banner-text{
        max-width: 70%;
    }
}
@media screen and (max-width: 992px) {
    .banner-box .banner-text{
        max-width: 100%;
    }
    .banner-box .banner-title{
        font-size: 32px;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .banner-box .banner-text{
        max-width: 100%;
        text-align: center;
    }
    .banner-box .banner-title{
        font-size: 28px;
    }
    .banner-box .banner-desc,
    .banner-box .banner-more{
        font-size: 13px;
    }
    .banner-box .banner-more .single-link{
        justify-content: center;
    }
    .banner .swiper-pagination-bullet-active:after{
        content: none;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet{
        width: 24px;
        height: 2px;
        margin: 10px 5px;
        border-radius: 0;
    }
}
/*banner-box END*/

/* course_block */
.course_block:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #F7FAFF;
    z-index: 0;
}
.course_block>*{
    position: relative;
    z-index: 2;
}
.course_block .more-box{
    text-align: center;
}
/* course_block END */

/* alumni-swiper */
.alumni-swiper{
    position: relative;
    padding-bottom: 50px;
}
.alumni-swiper .swiper-slide{
    height: unset;
}
/* alumni-swiper END */

/* course-type */
.course-type .type-item{
    border-radius: 4px;
    padding: 20px;
    background-color: #fff;
    border-left: 5px solid transparent;
    overflow: hidden;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    /* margin: 15px 0; */
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    transition: all .3s;
    color: #252525;
}
.course-type .type-item:hover{
    top: -5px;
}
.course-type .type-item .icon-box{
    width: 48px;
    height: 48px;
    border: 3px solid rgba(37,37,37,.1);
    padding: 10px 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-type .type-item .icon-box img{
    width: 20px;
}
.course-type .type-item .middle{
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
}
.course-type .type-item .middle .title{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-type .type-item .right{
    color: rgba(37,37,37, 0.5);
    font-size: 12px;
}
/* course-type END */

/* logo-img */
.logo-img{
    width: 100%;
    height: 0;
    padding-bottom: 33.33333%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
}
.logo-img .img{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 8% 10%;
}
.logo-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* logo-img END */

/* logo-swiper */
.logo-swiper{
    padding: 30px 70px;
    position: relative;
}
.logo-swiper .swiper-button-prev,
.logo-swiper .swiper-button-next{
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 40, 133, 0.08);
    border-radius: 4px;
}
.logo-swiper .swiper-button-prev{
    left: 0;
}
.logo-swiper .swiper-button-next{
    right: 0;
}
.logo-swiper .swiper-button-prev:after,
.logo-swiper .swiper-button-next:after{
    font-size: 20px;
    color: #252525;
}
.logo-swiper .logo-img{
    background: none;
    box-shadow: unset;
}
.logo-swiper .logo-img .img{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}
.logo-swiper .logo-img img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    transition: all .3s;
}
.logo-swiper .logo-img:hover img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    filter: Alpha(opacity=100);
}
/* logo-swiper END */


/* inner-banner */
.inner-banner{
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.inner-banner .banner-box{
    position: static;
    padding: 50px 0 100px;
}
.inner-banner .banner-box {
    position: static;
    padding: 100px 0 100px;
}
.inner-banner .banner-box .banner-text{
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.inner-banner .banner-box .banner-desc{
    margin-top: 10px;
}
@media screen and (max-width: 1600px) {
    .inner-banner .banner-box .banner-title{
        font-size: 40px;
    }
    .inner-banner .banner-box .banner-desc{
        font-size: 18px;
    }
}
@media screen and (max-width: 992px) {
    .inner-banner .banner-box .banner-title{
        font-size: 36px;
    }
    .inner-banner .banner-box .banner-desc,
    .inner-banner .banner-box .banner-more{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .inner-banner .banner-box .banner-title{
        font-size: 30px;
    }
    .inner-banner .banner-box .banner-desc,
    .inner-banner .banner-box .banner-more{
        font-size: 13px;
    }
}
.inner-page header{
    background-color: #fff;
}
.mt40{
    margin-top: 40px;
}
/* inner-banner END */

/* program-banner */
.program-banner{
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.program-banner .img-box,
.program-banner .img-box img{
    width: 100%;
}
.program-banner .banner-box{
    color: #fff;
    padding: 30px 0 70px;
    position: static;
}
.program-banner .banner-box .banner-text{
    text-align: left;
    width: 100%;
    max-width: 960px;
}
.program-banner .banner-title{
    font-size: 40px;
}
.program-banner .banner-desc{
    font-size: 15px;
    margin-top: 15px;
    opacity: .9;
}
.program-banner .layui-breadcrumb a{
    color: #eee!important;
}
.program-banner .layui-breadcrumb span[lay-separator]{
    color: #999;
}
.program-banner .layui-breadcrumb a cite{
    color: #ccc;
}
.program-banner .price{
    margin-top: 30px;
}
.program-banner .price em{
    font-style: normal;
    font-size: 2em;
}
.program-banner .rate{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.program-banner .rate .tip{
    margin-left: 10px;
}
.program-banner .banner-bottom{
    margin-top: 30px;
}
.program-banner .banner-bottom span{
    margin-left: 20px;
    /* color: #9CA6B4; */
}
@media screen and (max-width: 1199px) {
    .program-banner .banner-title{
        font-size: 36px;
    }
    .program-banner .banner-desc{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .program-banner .banner-title{
        font-size: 32px;
    }
    .program-banner .banner-desc{
        font-size: 13px;
    }
}
/* program-banner END */

/* faculty-banner */
.faculty-banner{
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.faculty-banner .banner-box{
    padding: 30px 0 70px;
    position: static;
    align-items: unset;
}
.faculty-banner .avatar{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    overflow: hidden;
}
.faculty-banner .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faculty-banner .banner-body{
    padding: 0 60px 0 20px;
    flex: 1;
}
.faculty-banner .banner-body .name{
    font-size: 28px;
}
.faculty-banner .banner-body .title{
    font-size: 16px;
    margin-top: 5px;
}
.faculty-banner .banner-body .desc{
    margin-top: 15px;
    color: #9CA6B4;
}
.faculty-banner .banner-right{
    display: flex;
    align-items: center;
    height: 120px;
}
.faculty-banner .banner-right .item{
    padding: 0 10px;
    text-align: center;
}
.faculty-banner .banner-right .item .num{
    font-size: 28px;
}
.faculty-banner .banner-right .item .text{
    color: #9CA6B4;
}
@media screen and (max-width: 991px) {
    .faculty-banner .banner-body{
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .faculty-banner .banner-box{
        display: block;
        text-align: center;
    }
    .faculty-banner .banner-body{
        padding: 0;
    }
    .faculty-banner .avatar{
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100px;
        height: 100px;
    }
    .faculty-banner .banner-right{
        justify-content: center;
    }
    .faculty-banner .banner-body .name{
        font-size: 24px;
    }
    .faculty-banner .banner-body .title{
        font-size: 14px;
    }
}
/* faculty-banner END */

/* layui-breadcrumb */
.layui-breadcrumb{
    padding: 20px 0;
}
.layui-breadcrumb a:hover{
    color: #C90015!important;
}
/* layui-breadcrumb END */

/* course-filter */
.course-filter .layui-form{
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 30px;
    margin-top: -57px;
}
.course-filter .layui-form .layui-input{
    height: 54px;
    line-height: 54px;
    border: unset;
    background: #F5F7FA;
    padding-left: 30px;
    padding-left: 42px;
}
.course-filter .layui-form-item{
    margin-bottom: 0;
    position: relative;
}
.course-filter .layui-form-select dl{
    top: 60px;
}
.course-filter .layui-form-item i.iconfont{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    line-height: 55px;
    z-index: 10;
    color: #575757;
    font-size: 20px;
}
.course-filter .layui-form-select .layui-edge{
    right: 15px;
}
.course-filter .layui-btn{
    height: 54px;
    line-height: 52px;
    flex: 1;
}
.layui-btn.layui-btn-normal{
    background: var(--color-primary);
}
.layui-btn-primary{
    border-color: #e4e7ed;
}
.layui-btn-primary:hover{
    border-color: var(--color-primary);
}
.course-filter .layui-btn-primary{
    background: #F5F7FA;
    border-color: transparent;
    color: var(--color-primary);
}
.course-filter .layui-btn+.layui-btn{
    margin-left: 20px;
}
@media screen and (max-width:767px) {
    .course-filter .layui-form{
        padding: 20px;
    }
}
/* course-filter END */

/* sidebar */
.sidebar{
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-top: 6px solid rgba(234, 235, 236, 1);
}
.sidebar .sidebar-item+.sidebar-item{
    margin-top: 30px;
}
.sidebar .sidebar-item .sidebar-title{
    font-size: 20px;
    margin-bottom: 20px;
}
/* sidebar END */

/*course-info*/
.course-info dl{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.course-info dl+dl{
    margin-top: 20px;
}

.course-info .course-icon{
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    margin-right: 15px;
    text-align: center;
    border: 3px solid rgba(49, 58, 70, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-info .course-icon .iconfont{
    font-size: 32px;
    line-height: 25px;
    text-align: center;
}
.course-info .info-title{
    /* font-weight: bold; */
    font-size: 16px;
}
.course-info .info-desc{
    margin-top: 5px;
    color: #9CA6B4;
}
/*course-info END*/

.sidebar .partner-swiper{
    position: relative;
    padding-bottom: 30px;
}
.sidebar .partner-swiper .logo-img{
    width: 100%;
    height: 0;
    padding-bottom: 33.333333%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    position: relative;
}

/* unit-list */
.unit-list .layui-collapse{
    border: unset;
}
.layui-colla-item{
    background-color: #fff;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.layui-colla-title{
    height: unset;
    line-height: unset;
    background-color: unset;
    padding: 30px 50px;
    font-size: 18px;
}
.layui-colla-content, .layui-colla-item{
    border-top: unset;
}
.layui-collapse .layui-colla-item+.layui-colla-item{
    margin-top: 20px;
}
.layui-colla-icon{
    top: 34px;
    left: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layui-colla-content{
    padding: 0 50px 20px;
    color: inherit;
}
.unit-item{
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    transition: all .3s;
    background: unset;
}
.unit-item i{
    font-size: 20px;
    color: #29ac77;
    line-height: 1.3em;
}
.unit-item+.unit-item{
    border-top: 1px solid #F5F7FB;
}
.unit-item .left{
    flex: 1;
    display: flex;
}
.unit-item .left .title{
    padding-left: 8px;
}
/* unit-list END */

/* ourse-swiper */
.course-swiper .grid{
    box-shadow: unset;
}
/* ourse-swiper END */

/* course-rate */
.course-rate{
    margin-bottom: 40px;
}
.course-rate .grade-num{
    font-size: 32px;
    margin-right: 20px;
}
/* course-rate END */

/* comment-list */
.comment-list .comment-item{
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 25px;
}
.comment-list .comment-item .avatar{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.comment-list .comment-item .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-list .comment-item .comment-body{
    flex: 1;
    padding-left: 20px;
}
.comment-list .comment-item .comment-head{
    display: flex;
    align-items: center;
}
.comment-list .comment-item .comment-head .name{
    font-size: 16px;
    margin-right: 10px;
}
.comment-list .comment-item .comment-content{
    margin-top: 10px;
}
.comment-list .comment-item .comment-bottom{
    margin-top: 5px;
    color: #9CA6B4;
}
@media screen and (max-width:767px) {
    .comment-list .comment-item .avatar{
        width: 42px;
        height: 42px;
    }
    .comment-list .comment-item .comment-body{
        padding-left: 10px;
    }
    .comment-list .comment-item .comment-content{
        margin-top: 5px;
    }
}
/* comment-list END */

/* live-swiper */
.live-swiper{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.live-swiper .live-item{
    display: block;
    position: relative;
}
.live-swiper .live-item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.live-swiper .live-item .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.live-swiper .live-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.live-swiper .live-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-swiper .swiper-pagination{
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-align: unset;
}
.live-swiper .swiper-pagination-bullet{
    width: 24px;
    background-color: #fff;
    border-radius: 0;
    height: 3px;
}
.live-swiper .tag{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}
/* live-swiper END */

/* live-coming */
.live-coming{
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
}
.live-coming-head{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
    font-size: 24px;
    background: url(../images/live_top_bg.png) center center no-repeat;
    background-size: cover;
}
.live-coming-body{
    background-color: #fff;
    flex: 1;
    position: relative;
}
.live-coming-body .scrollbar{
    /* padding: 20px; */
    left: 0;
    right: 5px;
    top: 20px;
    bottom: 20px;
    padding-right: 15px;
    padding-left: 20px;
}
.live-coming-body .coming-item{
    padding-left: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
}
.live-coming-body .coming-item:last-child{
    padding-bottom: 0;
}
.live-coming-body .coming-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #DDE6FE;
    border-radius: 4px;
}
.live-coming-body .coming-item:before{
    content: "";
    position: absolute;
    left: 3.5px;
    top: 14px;
    bottom: -14px;
    width: 1px;
    background: #ECECEC;
}
.live-coming-body .coming-item:last-child:before{
    bottom: 0;
}
.live-coming-body .coming-item .title{
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.live-coming-body .coming-item .tag{
    margin-top: 10px;
}
.live-coming-body .coming-item:hover .title{
    color: #C90015;
}

@media screen and (max-width:1199px) {
    .live-coming-head{
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width:992px) {
    .live-coming{
        display: block;
    }
    .live-coming-body{
        height: 360px;
    }
}
/* live-coming END */

/* category-list */
.category-list ul,
.category-list ul li{
    list-style:none;
    padding:0;
    margin:0;
}
.title-wrap .category-list{
    padding-left: 40px;
}
.category-list ul li{
    display:inline-block;
    padding:7px 10px;
    border-radius:2px;
    line-height:1;
    background:none;
    transition:all .3s;
    cursor:pointer
}
.category-list ul li.active,
.category-list ul li:hover{
    background:#3D86FB;
    color:#fff
}
.category-list ul li+li{
    margin-left:10px
}
@media screen and (max-width:767px){
    .category-list ul{
        display:flex;
        align-items:center;
        justify-content:space-between
    }
    .category-list ul li{
        padding:7px
    }
    .category-list ul li+li{
        margin-left:6px
    }
}
/* category-list END */


/*video-top*/
.video-top .video-item{
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    padding: 30px;
}
.video-top .video-item .video-right,
.video-top .video-item .video-left{
    width: 40%;
    position: relative;
}
.video-top .video-item .video-right{
    flex: 1;
    padding-left: 30px;
}
.video-top .video-item .video-left .video-img{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.video-top .video-item .video-left .video-img img{
    width: 100%;
}

.video-top .video-item .video-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: rgba(0,0,0,.35);
}
.video-top .video-item .video-icon span{
    border: 14px solid transparent;
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -14px;
}

@media screen and (max-width: 767px) { 
    .video-top .video-item .video-icon{
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    .video-top .video-item .video-icon span{
        border: 12px solid transparent;
        border-left: 16px solid #fff;
        margin-left: -6px;
        margin-top: -13px;
    }
}

.video-top .video-item .video-info{
    padding: 0px;
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    bottom: 0;
}
.video-top .video-item .video-right .video-title{
    font-size: 20px;
    margin-bottom: 15px;
}
.video-top .video-item .video-right .price{
    color: #888;
}
.video-top .video-item .video-right .price span{
    font-size: 1.5em;
    color: #c90015;
}
.video-top .video-item .video-right .price span em{
    font-size: .5em;
    color: #888;
    font-style: italic;
    text-decoration: line-through;
}
.video-top .video-item .other-info{
    color: #888;
    margin-top: 30px;
}
.video-top .video-item .other-info .iconfont{
    margin-right: 5px;
}
.video-top .video-item .bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.video-top .video-item .bottom .more{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.video-top .video-item .bottom .more-btn{
    margin-top: 0;
    padding: 8px 15px;
}
.video-top .video-item .bottom .more .end-text{
    color: #888;
    margin-left: 10px;
}
.video-top .video-item .bottom .more .timer{
    margin-left: 10px;
}
.video-top .video-item .bottom .more .timer span{
    color: #c90015;
}
@media screen and (max-width: 1199px) {
    .video-top .video-item{
        padding: 20px;
    }
    .video-top .video-item .video-right{
        padding-left: 20px;
    }
    .video-top .video-item .video-info{
        left: 20px;
    }
    .video-top .video-item .video-right .video-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .video-top .more-btn, .video-top a.more-btn{
        margin-top: 15px;
    }
}
/* @media screen and (max-width: 991px) {
    .video-top .video-item{
        margin-bottom: 30px;
    }
    .video-top .video-item .video-right{
        padding-left: 15px;
    }
    .video-top .video-item .video-info{
        left: 15px;
    }
} */
@media screen and (max-width: 991px) {
    .video-top .video-item{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        padding: 15px;
    }
    .video-top .video-item .video-right, .video-top .video-item .video-left{
        width: 100%;
    }
    .video-top .video-item .video-info,.video-top .video-item .bottom{
        position: static;
    }
    .video-top .video-item .video-right{
        padding-left: 0;
    }
    .video-top .video-item .video-info{
        padding: 15px 0;
    }
}
@media screen and (max-width:767px) {
    .video-top .video-item .video-right .video-title{
        font-size: 16px;
    }
}
/*video-top END*/

.article-content{
    padding: 20px 30px 30px;
    background: #fff;
}
.article-content .title{
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.5
}
.article-content .title:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #c90015;
    bottom: -2px;
}
@media screen and (max-width: 991px) {
    .article-content{
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    .article-content{
        padding: 15px;
    }
    .article-content .title{
        font-size: 18px;
    }
}

/* live-sidebar */
.sidebar.bg_white{
    border-top: unset;
    box-shadow: unset;
    padding: unset;
}
.sidebar.bg_white .sidebar-item{
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}
.sidebar.bg_white .sidebar-item .sidebar-title{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 1.5;
}
.sidebar.bg_white .sidebar-item .sidebar-title:after{
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background: #c90015;
    bottom: -2px;
}
.sidebar .sidebar-item .sidebar-title .more{
    color: #666;
    font-size: 13px;
}
.sidebar .sidebar-item .sidebar-title .more:hover{
    color: #c90015;
}
.sidebar .sidebar-item ul,.sidebar .sidebar-item  ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar .sidebar-item  ul li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar .sidebar-item .video-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;

}
.sidebar .sidebar-item .video-item .img-box{
    width: 120px;
    height: 67.5px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
}
.sidebar .sidebar-item .video-item .text-box{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    line-height: 1.5;
}
.sidebar .sidebar-item .video-item .fee{
    position: absolute;
    left: 135px;
    bottom: 0;
    color: #DA2121;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .sidebar{
        padding-top: 20px;
    }
    .sidebar.bg_white .sidebar-item{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 767px) {
    .sidebar.bg_white .sidebar-item{
        padding: 15px;
    }
    .sidebar.bg_white .sidebar-item .sidebar-title{
        font-size: 18px;
    }
}

.sidebar-item ul,.sidebar-item  ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-item  ul li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar-item .video-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;

}
.sidebar-item .video-item .img-box{
    width: 120px;
    height: 67.5px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}
.sidebar-item .video-item .img-box img{
    width: 100%;
    height: 100%;
}
.sidebar-item .video-item .video-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background-color: rgba(0,0,0,.35);
}
.sidebar-item .video-item .video-icon span{
    border: 7px solid transparent;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -8px;
}

.sidebar-item .video-item .text-box{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    line-height: 1.5;
}
.sidebar-item .video-item .fee{
    position: absolute;
    left: 135px;
    bottom: 0;
    color: #DA2121;
    font-size: 12px;
}
.sidebar-item .video-item .info{
    position: absolute;
    left: 135px;
    right: 0;
    bottom: 0;
    color: #888;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.sidebar-item .video-item .info span {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.sidebar-item .video-item .info span+span{
    margin-left: 5px;
}
.sidebar-item .video-item .info img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
    cursor: pointer;
}
/* live-sidebar END */


/*live_view*/
.live-view{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.live-view .live-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1d1d1d;
    color: #fff;
    display: flex;
    padding: 0 30px;
    color: #fff;
}
.live-view .live-header>div{
    width: 33.333333%;
}

.live-view .video-header{
    justify-content: space-between;
}
.live-view .video-header>div{
    width: auto;
}
.live-view .live-header .live-title a{
    color: #aaa;
}
.live-view .live-header .live-title .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-size: 16px; */
}
.live-view .live-header .live-status{
    text-align: center;
}
.live-view .live-header .live-status span{
    position: relative;
    padding-left: 10px;
}
.live-view .live-header .live-status span.pv{
    opacity: .75;
}
.live-view .live-header .status:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2a9832;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
}
.live-view .live-header .status.grey:before {
    background: #aaa;
}
.live-view .live-header .user-info{
    /* text-align: right; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.live-view .content{
    flex: 1;
    background: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    overflow: hidden;
    flex-direction: row;
}
.live-view .content .video-ppt-wrapper{
    flex: 1;
    position: relative;
}
.live-view .content .video-ppt-wrapper .video-ppt-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}
.live-view .content .video-ppt-wrapper .count_down{
    width: 100%;
    font-size: 20px;
}
.live-view .content .video-ppt-wrapper .live-title{
    font-size: 1.5em;
}
.live-view .content .video-ppt-wrapper .text-tip{
    font-size: .9em;
    margin-top: 20px;
}
.live-view .content .video-ppt-wrapper .timer{
    font-size: 1em;
    margin-top: 10px;
}
.live-view .content .video-ppt-wrapper .timer span{
    font-size: 2.4em;
    color: #0092AA;
    display: inline-block;
    margin: 0 5px;
}
@media screen and (max-width: 991px) {
    .live-view .content .video-ppt-wrapper .count_down{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .live-view .content .video-ppt-wrapper .count_down{
        font-size: 10px;
    }
}

.live-view .content .video-ppt-wrapper .video-container{
    width: 100%;
    height: 100%;
}
.live-view .content .video-ppt-wrapper .video-container video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*讨论区header*/
.live-view .content .interaction {
    background: #333234;
    color: #fff;
    position: relative;
    width: 315px;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
}
.live-view .content .interaction .interaction-header{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #2d2c2e;
    padding: 0 15px;
    color: #aaa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.live-view .content .interaction .interaction-header .left-tab span+span{
    margin-left: 15px;
    cursor: pointer;
}
.live-view .content .interaction .interaction-header .left-tab span.active{
    color: #fff;
}
.live-view .content .interaction .interaction-header a{
    display: none;
}
.live-view .content .interaction .interaction-header .live-status{
    font-size: 12px;
    position: relative;
    padding-left: 10px;
    display: none;
}
.live-view .content .interaction .interaction-header .live-status .status{
    padding-right: 5px;
    border-right: 1px solid #e0e0e0;
    margin-right: 5px;
}
.live-view .content .interaction .interaction-header .live-status .pv{
    color: #999;
}
.live-view .content .interaction .interaction-header .status:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2a9832;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
}
.live-view .content .interaction .interaction-header .status.red:before {
    background: red;
}
.live-view .content .interaction .interaction-header .status.grey:before {
    background: #aaa;
}
/*讨论区header END*/

/*讨论区content*/
.live-view .content .interaction .content-container{
    flex: 1;
    position: relative;
    padding: 0 15px;
    overflow: hidden;
}
.live-view .content .interaction .content-container .scrollbar  .content-box{
    padding:0 15px;
}
.live-view .msg-part{
    margin-bottom: 30px;
}
.live-view .msg-part .msg-item{
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.live-view .msg-part .msg-item:last-child{
    border-bottom: unset;
}
.live-view .msg-part .msg-item .basic-info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.live-view .msg-part .msg-item .basic-info .avatar{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
}
.live-view .msg-part .msg-item .basic-info .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-view .msg-part .msg-item .basic-info .nickname{
    max-width: 140px;
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: hsla(0,0%,100%,.6);
    line-height: 18px;
    margin-left: 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-view .msg-part .msg-item .msg-text{
    font-size: 12px;
    font-weight: 400;
    color: hsla(0,0%,100%,.9);
    flex-wrap: nowrap;
    margin: 0 32px;
}
.live-view .msg-part .msg-item .msg-text .text{
    line-height: 1.8;
    word-break: break-all;
}
.live-view .msg-part .msg-item .msg-text .time{
    margin-top: 5px;
    color: #666;
}

.live-view .msg-part .msg-item.right .basic-info{
    flex-direction: row-reverse;
}
.live-view .msg-part .msg-item.right .basic-info .nickname{
    margin-left: 0;
    margin-right: 8px;
}
.live-view .msg-part .msg-item.right{
    text-align: right;
}

.live-view .subtitle-box .subtitle-item{
    margin-top: 15px;
    color: rgba(255,255,255,.6);
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.live-view .subtitle-box .subtitle-item:hover .subtitle{
    color: #fff;
}

.subtitle-hover .subtitle{
    color: #fff;
}

.live-view .subtitle-box .subtitle-item .subtitle{
    margin-right: 10px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.live-view .subtitle-box .subtitle-item .time{
    /*position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;*/
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.live-view .subtitle-box .subtitle-item:hover .time{
    opacity: 1;
}
.subtitle-hover .time{
    opacity: 1!important;
}

/*讨论区content END*/

/*讨论区input END*/
.live-view .content .interaction .input-container{
    display: flex;
    flex-direction: column;
    border-top: 1px solid #2d2c2e;
    padding: 15px;
    background: #333234;
}
.live-view .content .interaction .input-container .layui-form-item{
    margin-bottom: 10px;
}
.live-view .content .interaction .input-container .layui-form-item.back-list{
    display: none;
}
.live-view .content .interaction .input-container .layui-form-item:last-child{
    margin-bottom: 0;
}
.live-view .content .interaction .layui-textarea{
    background: #2d2c2e;
    color: #fff;
    border: none;
    font-size: 13px;
    resize: none;
}
.live-view .content .interaction .el-textarea .el-input__count{
    background: #2D2C2E;
}
/*讨论区input END*/
.live-view .content .interaction .sidebar-item{
    padding: 20px 0;
}
.live-view .content .interaction .sidebar-item .video-item .text-box{
    color: rgba(255,255,255,.75);
    font-size: 13px;
    max-height: 39px;
}
.live-view .layui-btn{
    background: #c90015;
}


@media screen and (max-width:991px){
    .live-view .live-header{
        padding: 0 15px;
        display: none;
    }
    .live-view .content .interaction .input-container{
        padding: 10px;
    }

    .live-view .content .interaction .interaction-header a{
        display: block;
        color: #aaa;
    }
    .live-view .layui-form{
        display: flex;
        align-items: center;
    }
    .live-view .content .interaction .input-container .layui-form-item{
        margin-bottom: 0;
    }
    .live-view .layui-form .layui-form-item.input-box{
        flex: 1;
    }
    .live-view .layui-form .layui-form-item.input-box{
        margin-right: 10px;
    }
    .live-view .content .interaction .layui-textarea{
        max-height: 36px;
        padding: 8px 10px;
        min-height: 0;
        height: unset;
    }

    .live-view .content .interaction .interaction-header .live-status{
        display: block;
    }
    .live-view .content .interaction .input-container .layui-form-item.back-list{
        display: block;
        text-align: left;
        overflow: hidden;
        color: #aaa;
    }
    .live-view .layui-form .layui-form-item.input-box{
        flex: 1;
        margin: 0 10px;
    }
}

@media only screen and (max-device-width : 1024px) and (orientation : portrait){
    .live-view .live-header{
        display: none;
    }
    .live-view .content{
        flex-direction: column;
    }
    .live-view .content .interaction{
        width: 100%;
        background: #f5f5f5;
    }
    .live-view .content .interaction .interaction-header .left-tab span.active{
        color: #333;
    }
    .live-view .content .interaction .interaction-header a{
        display: block;
        color: #888;
    }
    .live-view .content .video-ppt-wrapper{
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .live-view .layui-form{
        display: flex;
        align-items: center;
    }
    .live-view .layui-form .layui-form-item{
        margin-bottom: 0;
    }
    .live-view .layui-form .layui-form-item+.layui-form-item{
        margin-left: 15px;
    }
    .live-view .content .interaction .layui-textarea{
        max-height: 36px;
        padding: 8px 10px;
    }

    .live-view .content .interaction .input-container .layui-form-item.back-list{
        display: block;
        /*width: 32px;*/
        text-align: left;
        overflow: hidden;
        color: #aaa;
    }
    .live-view .layui-form .layui-form-item.input-box{
        flex: 1;
        margin: 0 10px;
    }

    /*白色背景*/
    .live-view .content .interaction .interaction-header .live-status{
        display: block;
    }
    .live-view .msg-part .msg-item .basic-info{
        margin-bottom: 3px;
    }
    .live-view .msg-part .msg-item .basic-info .nickname{
        color: #666;
    }
    .live-view .msg-part .msg-item .msg-text{
        color: #000;
    }
    .live-view .msg-part .msg-item{
        border-bottom: 0;
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .live-view .msg-part .msg-item .msg-text{
        display: inline-block;
    }
    .live-view .msg-part .msg-item .msg-text .text{
        background: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        display: inline-block;
    }
    .live-view .msg-part .msg-item .msg-text .time{
        font-size: 10px;
        color: #aaa;
        margin-top: 8px;
    }
    .live-view .content .interaction .input-container{
        background: #fff;
        border-top: 0;
        overflow: hidden;
    }
    .live-view .content .interaction .layui-textarea{
        background: #F5F5F5;
        color: #000;
    }
    .live-view .content .interaction .input-container .layui-form-item{
        margin-bottom: 0;
    }
    .live-view .content .interaction .interaction-header{
        background: #fff;
        border: 0;
        color: #666;
    }

    /*video*/
    .live-view .content .interaction .sidebar-item .video-item .text-box{
        color: #333;
    }

    /*subtitle*/
    .live-view .subtitle-box .subtitle-item{
        color: rgba(0,0,0,.75);
    }
    .live-view .subtitle-box .subtitle-item:hover .subtitle{
        color: #000;
    }
    .subtitle-hover .subtitle{
        color: #000;
    }
}
@media only screen and (max-width: 667px){
    .live-view .live-header{
        display: none;
    }
    .live-view .content{
        flex-direction: column;
    }
    .live-view .content .interaction{
        width: 100%;
        background: #f5f5f5;
    }
    .live-view .content .interaction .interaction-header .left-tab span.active{
        color: #333;
    }
    .live-view .content .interaction .interaction-header a{
        display: block;
        color: #888;
    }
    .live-view .content .video-ppt-wrapper{
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .live-view .layui-form{
        display: flex;
        align-items: center;
    }
    .live-view .layui-form .layui-form-item__content{
        line-height: 32px;
    }
    .live-view .layui-form .layui-form-item{
        margin-bottom: 0;
    }
    .live-view .layui-form .layui-form-item+.layui-form-item{
        margin-left: 15px;
    }
    .live-view .content .interaction .layui-textarea{
        max-height: 36px;
        padding: 8px 10px;
    }

    .live-view .content .interaction .input-container .layui-form-item.back-list{
        display: block;
        /*width: 32px;*/
        text-align: left;
        overflow: hidden;
        color: #aaa;
    }
    .live-view .layui-form .back-list .layui-form-item__content{
        font-size: 20px;
    }
    .live-view .layui-form .layui-form-item.input-box{
        flex: 1;
        margin: 0 10px;
    }

    /*白色背景*/
    .live-view .content .interaction .interaction-header .live-status{
        display: block;
    }
    .live-view .msg-part .msg-item .basic-info{
        margin-bottom: 3px;
    }
    .live-view .msg-part .msg-item .basic-info .nickname{
        color: #666;
    }
    .live-view .msg-part .msg-item .msg-text{
        color: #000;
    }
    .live-view .msg-part .msg-item{
        border-bottom: 0;
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .live-view .msg-part .msg-item .msg-text{
        display: inline-block;
    }
    .live-view .msg-part .msg-item .msg-text .text{
        background: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        display: inline-block;
    }
    .live-view .msg-part .msg-item .msg-text .time{
        font-size: 10px;
        color: #aaa;
        margin-top: 8px;
    }
    .live-view .content .interaction .input-container{
        background: #fff;
        border-top: 0;
        overflow: hidden;
    }
    .live-view .content .interaction .layui-textarea{
        background: #F5F5F5;
        color: #000;
    }
    .live-view .content .interaction .input-container .layui-form-item{
        margin-bottom: 0;
    }
    .live-view .content .interaction .interaction-header{
        background: #fff;
        border: 0;
        color: #666;
    }

    /*video*/
    .live-view .content .interaction .sidebar-item .video-item .text-box{
        color: #333;
    }

    /*subtitle*/
    .live-view .subtitle-box .subtitle-item{
        color: rgba(0,0,0,.75);
    }
    .live-view .subtitle-box .subtitle-item:hover .subtitle{
        color: #000;
    }
    .subtitle-hover .subtitle{
        color: #000;
    }
}

.banner-text .desc{
    width: 52%;
}

.video-player{
    width: 100%;
    height: 100%!important;
}
.video-player .video-js{
    height: 100%!important;
    padding-top: 0!important;
    width: 100%;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button{
    background-color: rgba(36,131,213,.9);
}

/*live_view END*/

/* order-list */
.order-list .order-item{
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}
.order-list .order-item+.order-item{
    margin-top: 30px;
}
.order-list .order-item .order-head{
    padding: 15px 25px;
    border-bottom: 1px solid #F4F5F7;
}
.order-list .order-item .order-head .status{
    display: none;
}
.order-list .order-item .order-head .status .tag{
    background: none;
    padding: 0;
}

.order-list .order-item .order-body{
    display: flex;
    align-items: center;
    padding: 25px;
}
.order-list .order-item .left{
    display: flex;
    align-items: center;
    flex: 1.5;
}
.order-list .order-item .left-img{
    width: 120px;
    position: relative;
}
.order-list .order-item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.order-list .order-item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.order-list .order-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-list .order-item .text-box{
    flex: 1;
    display: flex;
    align-items: center;
}

.order-list .order-item .right{
    display: flex;
    align-items: center;
    flex: 1;
}
.order-list .order-item .order-btn{
    width: 180px;
    text-align: right;
}
.order-list .order-item .order-btn .more-btn{
    min-width: 79px;
    text-align: center;
}

.order-list .order-item .item{
    padding: 0 1.5vw;
    flex: 1;
    text-align: center;
}
.order-list .order-item .item.title{
    flex: 2;
    text-align: left;
}
.order-list .order-item .item.price{
    color: #c90015;
}
.order-list .order-item .item.price em{
    display: none;
    font-style: unset;
    color: #9CA6B4;
}
.order-list .order-item .item.status{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order-list .order-item .item.quantity{
    color: #9CA6B4;
}
@media screen and (max-width: 1199px) {
    .order-list .order-item .item{
        padding: 0 1.2vw;
    }
}
@media screen and (max-width:991px) {
    .order-list .order-item .order-head{
        background: #F7F8FB;
    }
    .order-list .order-item .order-head .status{
        display: block;
    }
    .order-list .order-item .order-head .time{
        display: none;
    }
    .order-list .order-item .order-body,
    .order-list .order-item .text-box{
        display: block;
    }
    .order-list .order-item .left{
        align-items: unset;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #F4F5F7;
    }
    .order-list .order-item .item{
        text-align: unset;
        padding: 0 20px;
    }
    .order-list .order-item .item.title{
        margin-bottom: 10px;
    }
    .order-list .order-item .item.status{
        display: none;
    }
    .order-list .order-item .item.price{
        padding-left: 0;
    }
    .order-list .order-item .item.price em{
        display: inline-block;
    }
}
@media screen and (max-width:767px) {
    .order-list .order-item .order-body,
    .order-list .order-item .order-head{
        padding: 15px;
    }
    .order-list .order-item .left-img{
        width: 100px;
    }
}
/* order-list END */

/* order-banner */
.order-banner .banner-box{
    padding: 30px 0 80px 0;
}
.order-banner.inner-banner .banner-box .banner-desc{
    color: #9CA6B4;
    font-size: 16px;
}
@media screen and (max-width:767px) {
    .order-banner .banner-title .desc{
        display: block;
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }
}

/* order-banner END */

/* order-pay */
.order-pay .layui-form-item{
    display: flex;
}
.order-pay .layui-form-item .label{
    color: #9CA6B4;
    width: 80px;
}
.order-pay .layui-form-item .content{
    flex: 1;
}
.order-pay .pay-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
}
.order-pay .pay-item{
    position: relative;
    width: 50%;
    padding: 5px;
}
.order-pay .pay-item:before{
    content: "";
    position: absolute;
    left: 52px;
    top: 28%;
    bottom: 28%;
    right: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 0;
}
.order-pay .pay-item.wechat:before{
    background-image: url(../images/weixin.svg);
}
.order-pay .pay-item.alipay:before{
    background-image: url(../images/alipay.svg);
}
.order-pay .pay-item img{
    max-width: 100%;
}
.order-pay .pay-item .layui-unselect{
    border: 1px solid #F4F5F7;
    border-radius: 4px;
    width: 100%;
    height: 0;
    padding-bottom: 33.33333%;
    position: relative;
}
.order-pay .pay-item .layui-form-radio{
    margin-top: 0;
    margin-right: 0;
}
.order-pay .pay-item .layui-unselect .layui-anim.layui-icon{
    position: absolute;
    left: 15px;
    top: 50%;
    /* transform: translateY(-50%); */
    margin-top: -14px;
}
.order-pay .layui-form-radio>i{
    font-size: 18px;
}
.order-pay .pay-item .layui-form-radioed{
    border-color: #5FB878;
}
/* order-pay END */

/* faculty-swiper */
.faculty-swiper {
    position: relative;
    padding-bottom: 50px;
}
.grid-faculty{
    display: block;
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 6%); */
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    /* border-top: 6px solid #C90015; */
}
.grid-faculty .img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.grid-faculty .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-faculty .text-box .name {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grid-faculty .text-box .title {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
/* faculty-swiper END */


.layui-layer .layui-layer-setwin .layui-layer-close2{
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    color: #fff;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.35);
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:after{
    content: "\e60b";
    font-family: 'iconfont';
    font-weight: bold;
}
/*layui-layer tc-video*/
.layui-layer.tc-video{
    background: none;
    max-height: 95vh;
    max-width: 95vw;
}
.layui-layer.tc-video .video-player{
    height: 100%;
}
.layui-layer.tc-video .video-js{
    width: 100%;
    height: 100%;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2{
    background: rgba(0,0,0,.25);
}
.layui-layer.tc-video .layui-layer-setwin{
    top: 10px;
    right: 10px;
    margin: 0;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2:hover{
    background: #c90015;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-video{
        background: none;
        height: 100vh!important;
        width: 100vw!important;
        max-height: 100vh;
        max-width: 100vw;
    }
}
/*layui-layer tc-video END*/


/* cert-container */
.cert-container .title{
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    /* color: #9b8788; */
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.cert-container .cert-wrapper {
    width: 640px;
    margin: 0 auto;
    float: none;
    background: #fff;
    max-width: 100%;
    padding: 40px;
    border-radius: 5px;
}
.cert-container .layui-form-item {
    margin-bottom: 8px;
}
.layui-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.cert-container input::-webkit-input-placeholder, 
.cert-container textarea::-webkit-input-placeholder {
    color: #ccc;
}
.cert-container .layui-form .layui-btn{
    height: 40px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    background-color: #c9151e;
    border-radius: 4px;
    overflow: hidden;
}
.cert-container .icon{
    width: 160px;
    margin: 0 auto;
    display: block;
}
.cert-container .tip{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}
.cert-container .success,
.cert-container .fail{
    text-align: center;
}
.cert-container .success .layui-btn,
.cert-container .fail .layui-btn{
    line-height: 38px;
    height: 40px;
}
/* cert-container END */

/* ala-section */
.ala-section{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
}
.ala-section + .ala-section{
    margin-top: 20px;
}
.ala-section .ala-title{
    font-size: 22px;
    margin-bottom: 20px;
}

/* ala-section  END*/
/* order-block */
.order-block{
    padding-top: 0;
    overflow: unset !important;
}
.order-section{
    margin-top: -40px;
    z-index: 99;
} 
/* order-block END */
/* order-course-list */
.order-course-list.show-pc{
    display: block;
}
.order-course-list .order-course-title{
    display: flex;
    background-color: #f5f6f6;
    padding: 10px 0;
}

.order-course-list .order-course-title li{
    flex: 1;
    text-align: center;
}
.order-course-list .order-course-title li:first-child{
    flex: 1.5;
}
.order-course-content{
    border: 1px solid #f2f2f2;
    border-top: none;
    border-bottom: none;
    
}
.order-course-list .course-item{
    display: flex;
    padding: 20px 0;
    border-bottom:  1px solid #f2f2f2;
    font-size: 15px;
    color: #4d4d4f;
}
.order-course-list .course-item .item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-course-list .course-item .item:first-child{
    flex: 1.5;
}
.order-course-list .course-item .item.course-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
.order-course-list .left-img{
    width: 130px;
    position: relative;
    margin-right: 15px;
}
.order-course-list .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.order-course-list .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.order-course-list .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-course-list .item.course-title .title{
    flex: 1;
}
.order-course-list .item.num{
    color: #c90015;
}
@media screen and (max-width: 767px) {
    .order-course-list.show-pc{
        display: none;
    }
}
/* order-course-list END */
/* mobile-course-list */
.mobile-course-list.show-mobile{
    display: none;
}
.mobile-course-list .item{
    border: 1px solid #F7F8FB;
}
.mobile-course-list .item + .item{
    margin-top: 15px;
}
.mobile-course-list .item .head{
    background: #F7F8FB;
    padding: 15px;
}
.mobile-course-list .item .course-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}
.mobile-course-list .item .left-img{
    width: 130px;
    position: relative;
    margin-right: 15px;
}
.mobile-course-list .item .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.mobile-course-list .item .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mobile-course-list .item .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-course-list .item .course-title .title{
    flex: 1;
}
@media screen and (max-width: 767px) {
    .mobile-course-list.show-mobile{
        display: block;
    }
}
/* mobile-course-list END */
/* pay-box */
.pay-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    padding-bottom: 20px;
}
.pay-box .img-box{
    width: 150px;
    height: 150px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
}
.pay-box .img-box img{
    width: 100%;
    height: 100%;
}
.pay-box em{
    font-style: normal;
    color: #c90015;
    font-size: 24px;
}
/* pay-box END */
/* pay-finished */
.pay-finished .status-wrap {
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
}
.pay-finished .status-wrap .img{
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.pay-finished .status-wrap .img img{
    width: 100%;
}
.pay-finished .status-wrap .num{
    font-size: 20px;
}
.pay-finished .status-wrap .desc{
    color: #aaa;
    margin-top: 5px;
    font-size: 14px;
}
.pay-finished .status-wrap .desc a{
    color: #C90015;
    text-decoration: underline;
}
.pay-finished .btn{
    text-align: center;
}
.pay-tc-skin .layui-layer-setwin .layui-layer-close2{
    background: unset;
    color: #888;
    font-size: 16px;
}
.pay-tc-skin .layui-layer-setwin{
    top: 0;
    right: 0;
}
/* pay-finished END */
.pay-btn{
    display: flex;
    justify-content: center;
    padding: 15px;
    padding-bottom: 25px;
    background-color: #fff;
}
.pay-btn button{
    display: inline-block;
    padding: 12px 36px;
    border-radius: 4px;
    color: #fff;
    border: none;
    background-color: #72246C;
}