/*首页*/
.main{
    min-height: 720px;
}
.banner-item{
    display: inline-block;
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
}
.section-title{
    overflow: hidden;
}
.section-title .title-name{
    float: left;
    font-weight: 700;
    line-height: 26px;
    font-size: 26px;
    color: #333;
}
.section-title .more{
    float: right;
    line-height: 36px;
    color: #6D7278;
    transition: all .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
}
.icon-title{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/train/icon-title.svg")no-repeat center;
    background-size: 100%;
    vertical-align: -2px;
}
.section-wrap{
    margin-top: 18px;
}
/*列表*/
.course-wrap{
    margin-bottom: 20px;
}
.course-wrap a{
    transition: all .2s;
}
.course-item{
    position: relative;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(95,101,105,0.06);
    transition: all .2s;
    overflow: hidden;
    border-radius: 6px;
    padding-bottom: 10px;
    height: 265px;
}
.course-item:hover{
    transform: translateY(-4px);
}
.course-item .course-img{
    position: relative;
    width: 100%;
    height: 152px;
    background-image: url("/static/images/icons/icon-empty-img.svg");
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: center;
    background-color: #f2f6f9;
    color: #fff;
    border-radius:  2px 2px 0 0;
    overflow: hidden;
}

.course-item .course-img img{
    width: 100%;
    height: 100%;
}
.course-item .course-img .status{
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    border-radius: 0 0 11px;
    left: 0;
    width: 44px;
    height: 26px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.course-item .course-title{
    margin:12px 8px 8px;
    height: 18px;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-item .course-describe{
    margin:0  8px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course-item .course-property{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 8px;
    color: #9199A1;
    font-size: 12px;
    padding: 0 8px;
    overflow: hidden;
}
.course-property .left{
    float: left;
}
.course-property .left .layui-icon{
    vertical-align: -1px;
}
.course-property .left span{
    padding-right: 6px;
    margin-right: 2px;
    border-right: 1px solid #eaeaea;
}
.course-property .left span:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    font-size: 12px;
}
.course-property .right{
    color: #ff5722;
    font-size: 14px;
    font-weight: bold;
    float: right;
}
/*list.html*/
.course-list{
    margin-top: 18px;
}
.recommend-item{
    overflow: hidden;
    padding: 12px 0;
}
.course-recommend{
    margin-top: 0;
    min-height: 280px;
}
.recommend-item{
    display: flex;
    border-bottom: 1px dashed rgba(43,51,59,0.1);
}
.course-recommend .course-img{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-right: 12px;
    overflow: hidden;
}
.course-recommend .course-img img{
    height: 60px;
    transform: translateX(-20%);
}
.course-recommend .course-info{
    float: left;
    flex: 1;
}
.course-recommend .course-describe{
    padding: 0;
    margin-bottom: 6px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course-recommend .course-property{
    padding: 0;
}
.course-recommend .course-title{
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}
/*view.html*/
.layui-btn-xs{
    line-height: 21px;
}
.goHome{
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    color: rgba(255,255,255,0.5);
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 4px;
}
.goHome:hover{
    color:#fff;
    border: 1px solid #fff
}
.course-view{
    width: 100%;
}
.course-view-header{
    width: 100%;
    min-height: 200px;
    /*background: url("/static/images/train/banner-view.png") no-repeat center;*/
    background: linear-gradient(to top right, #bbdcb1 0%, #5bc3c0 25%, #6690ff 100%);
    background-size: cover;
    /*  color: #fff;*/
    padding-bottom: 12px;
    overflow: hidden;
}
.view-header-box{
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.view-header-box .title{
    width: 70%;
    font-size: 24px;
    margin: 16px 0;
    color: #fff;
}
.view-header-box .intro{
    width: 70%;
    color: #fff;
    margin-bottom: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.view-header-box .course-info{
    color: #fff
}
.view-header-box .course-breadcrumb a,.view-header-box .course-breadcrumb{
    color: rgba(255,255,255,0.6);
}
.course-info-menu{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
}
.course-menu div{
    position: relative;
    display: block;
    float: left;
    margin-right: 56px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.course-menu  div.active,.course-menu  div:hover{
    color: #ff5722;
}
.course-menu div.active:after{
    position: absolute;
    content: '';
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 36px;
    border-radius: 3px;
    height: 3px;
    background: #ff5722;
}
.course-info-img{
    display: inline-block;
    margin: -9px 6px 0 0;
    float: left;
    width: 36px;
    height: 36px;
    background: url("/static/images/avatar/default.png")no-repeat center;
    background-size: 100%;
}
.course-info-item{
    display: inline-block;
    float: left;
    margin: 0 12px 14px 0;
    padding-right: 12px;
    line-height: 18px;
    border-right: 1px dashed rgba(255,255,255,0.3);
    color: #fff;
}
.course-info-img img{
    display: inline-block;
    width: 36px;
}
.course-info-wrap {
    position: relative;
}
.course-info-left{
    overflow: visible;
    margin-right: 330px;
    padding: 0 18px;
    background-color: #fff;
    border-radius: 12px;
}
.info-main-item{
    line-height: 28px;
    padding: 20px 20px 20px 0;
    background: #fff;
    min-height: 600px;
}
.chapter{
    margin-bottom: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eaeaea;
}
.chapter h3 {
    margin-bottom: 10px;
    color: #1c1f21;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.chapter h4 {
    color: #666666;
}
.chapter .video {
    padding-top: 16px;
}
.course-chapters .chapter .video li {
    position: relative;
    padding-left: 12px;
    height: 48px;
    line-height: 48px;
    list-style: none;
}
.course-chapters .chapter .video li a {
    color: #1c1f21;
    display: block;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 48px;
}
.video-list{
    font-size: 16px;
}
.video-list .layui-icon{
    font-weight: bold;
    font-size: 18px;
    vertical-align: -1px;
}
.video-list li{
    overflow: hidden;
    padding: 10px 0;
    text-indent: 12px;
}
.video-list li .layui-progress{
    float: right;
    margin-top: 14px;
    width: 50px;
}
.course-info-right{
    position: absolute;
    right: 0;
    float: right;
    top: -150px;
    width: 320px;
}
.course-info-right .learn-box{
    width: 320px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 160px;
    z-index: 901;
    background-color: #fff;
    border-radius: 12px;
}
.learn-box .layui-btn span{
    margin-right: 6px;
}
.original{
    margin: 6px auto;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.course-info-tip{
    font-size: 14px;
}
.course-info-tip dt{
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
}
.course-info-tip dd{
    line-height: 16px;
    color: #545c63;
    white-space: pre-line;
}
.course-info-right .learn-info{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.course-info-right .layui-progress{
    margin: 12px 0;
}
.course-info-right  .layui-btn{
    margin: 12px 0;
    width: 100%;
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.package .recommend-item{
    position: relative;
}
.package .course-info{
    padding-left: 12px;
}
.package .course-title{
    font-size: 18px;
}
.package .package-price{
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-right: 6px;
}
.package .package-price span{
    color: #FF5722;
    font-size: 16px;
    font-weight: bold;
}
.package .package-price-initial{
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.package .stamp{
    right: 0;
}
.package .course-property{
    margin: 12px 0;
    padding: 0;
    font-size: 16px;
}
/*video.html*/
.course-breadcrumb{
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    overflow: hidden;
}
.course-intro{
    margin-top: 12px;
    background-color: #fff;
}
.course-content{
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}
.course-content-left{
    flex: 1;
    background-color: #f2f6f9;
}
.course-content-right {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 0 0 320px;
    border-left: 1px solid #f2f6f9;
    background-color: #fff;
}
.course-tabs-content {
    width: 100%;
    height: 540px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 2px;
    padding-bottom: 4px;
}
.course-tabs-content::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}
.course-tabs-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #eaeaea;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}
.course-tabs-content::-webkit-scrollbar-track {
    border-radius: 10px;
}
.course-video-session{
    position: relative;
    width: 100%;
    min-height: 495px;
    cursor: pointer;
}
.course-video-session video{
    border: none;
    width: 100%;
}
.course-video-intro{
    margin-top: -4px;
    min-height: 122px;
    overflow: hidden;
    padding: 22px 20px;
    background-color: #fff;
    position: relative;
}
.course-video-name{
    width: 700px;
    font-size: 24px;
    color: #111213;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.course-video-property{
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
}
.course-video-property .left{
    float: left;
}
.course-video-property .right{
    float: right;
    color: #999;
}
.course-video-property .left .layui-icon{
    font-size: 18px;
    vertical-align: -1px;
}
.course-video-intro .layui-btn{
    position: absolute;
    right: 20px;
    top: 18px;
}
.course-right-title{
    height: 60px;
    padding: 0 12px;
    font-size: 20px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
}
.course-right-property{
    padding: 0 12px 12px 12px;
    border-bottom: 1px solid #eaeaea;
}
.course-right-property .left{
    float: left;
}
.course-right-property .right{
    float: right;
}
.course-tabs-item{
    clear: both;
}
.course-tabs-item-header {
    position: relative;
    font-weight: 600;
    width: 310px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #111213;
    text-indent: 16px;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-tabs-item-header:before{
    position: absolute;
    content: '';
    left: 18px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background-color: #f3111a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.course-tabs-item-session{
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
}
.course-tabs-item-link{
    width: 100%;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    padding: 12px 16px;
}
.course-tabs-item-index{
    -ms-flex: none;
    flex: none;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    font-size: 12px;
}
.course-tabs-item-name{
    width: 205px;
    margin: 0 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.course-tabs-item-duration{
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: right;
    color: #999;
}
/*研修资料*/
.index-query-list{
    position: relative;
}
.index-query-list:first-child{
    padding-right: 4px;
}
.index-query-list:last-child{
    padding-left: 18px;
}
.index-query-list:first-child:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #f3f3f3;
}
.index-query-list .title{
    display: inline-block;
}
.index-query-list .title a{
    display: inline-block;
    margin: 0 14px 14px 14px;
    font-size: 18px;
    color: #ff8a00;
}
.index-query-list .title a:hover{
    text-decoration: underline;
}
.index-query-list .list-item li{
    padding-bottom: 14px;
    clear: both;
    overflow: hidden;
    height: 20px;
    margin:0 8px 12px 0;
}
.index-query-list .list-item span{
    color: #ff8a00;
    float: left;
}
.index-query-list .list-item  a{
    position: relative;
    width: 278px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 14px;
}
.index-query-list .list-item a:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    background: #ff8a00;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    margin-top: -2px;
}

.but-radius{
    border-radius: 12px;
    margin-left: 10px;
}

.but-display{
    display: none;
}

.pointer-hover:hover{
    color: #58b1ff;
}
.train-play{
    height: 25px;
    line-height: 25px;
}
.train-play:hover{
    color: #ff5722;
}
.train-play .to-learn{
    display: none;
}
.train-play:hover .to-learn{
    display: inline-block;
}
.course-tabs-item-link:hover{
    color: #1E9FFF;
}
.train-select{
    background-color: rgba(68,164,248,0.2);
    color: #1E9FFF;
}
.train-select .course-tabs-item-index{
    border-color: #44A4F8;
}

/*专题*/
.banner{
    position: relative;
    margin-top: 1px;
    height: 600px;
    background: url('/static/images/train/banner-train-bg.jpg') center no-repeat;
    background-size: cover;
}
.banner-title{
    position: absolute;
    left: 20%;
    top: 150px;
    z-index: 22;
    border: none;
    max-width: 100%;
    vertical-align: top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@keyframes bounceIn{
    0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}
    50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
    70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}
    100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
.special-wrap{
    width: 100%;
    margin: 12px 0;
    padding-bottom: 6px;
    overflow: hidden;
}
.special-wrap .item-wrap:nth-child(2n){
    background-color: #fff6f3;
}
.special-wrap .item-title{
    margin: 24px auto 12px;
    width: 724px;
    color: #ff7d15;
    font-size: 32px;
    background: url("/static/images/train/train-title.png")no-repeat center;
    height: 64px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.special-wrap .item-info{
    margin: 12px auto;
    max-width: 1000px;
    padding: 0 12px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.special-wrap .item-content{
    margin: 0 auto;
    width: 1000px;
}
.special-wrap .user-title{
    margin-bottom: 12px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: url("/static/images/train/train-user-title.png")no-repeat center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.special-wrap .item-content-left{
    position: relative;
}
.special-wrap .item-content-left:after{
    position: absolute;
    content: '';
    right: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px dashed #eaeaea;
}
.special-wrap .user-img{
    float: left;
    margin-right: 12px;
    width: 180px;
    height: 210px;
    border-radius: 8px;
}
.special-wrap .user-name{
    float: left;
    max-width: calc(100% - 200px);
}
.special-wrap .user-name h3{
    margin-bottom: 6px;
    font-size: 24px;
}
.special-wrap .user-name p{
    line-height: 24px;
}
.special-wrap .item-content-right ul{
    padding: 12px;
    min-height: 200px;
}
.special-wrap .item-content-right ul li{
    position: relative;
    margin-bottom: 24px;
    padding-left: 36px;
    font-size: 18px;
    font-weight: bold;
}
.special-wrap .item-content-right ul li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 26px;
    height: 21px;
    background: url("/static/images/train/train-list.png")no-repeat center;
    background-size: 80%;
}
.special-wrap .item-content-right a{
    display: block;
    margin-left: 16px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    color: #ff7912;
    border: 1px solid #ff7912;
}
.special-wrap .item-content-right a:hover{
    background-color: #ff7912;
    color: #fff;
}
.special-more{
    border-top: 1px solid #eaeaea;
    padding: 24px 0;
    margin: 24px auto 0;
    font-size:18px;
    font-weight: bold;
    color: #ff7912;
    text-align: center;
    max-width: 1200px;
}
.bottom-slot{
    width: 100%;
    height: 148px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: url('/static/images/banner/banner-bottom.png') bottom no-repeat;
    background-size: 100%;
    z-index: 99;
    animation: moveUp 0.5s ease-in-out;
    -webkit-animation: moveUp 0.5s ease-in-out;
    -moz-animation: moveUp 0.5s ease-in-out;
}
.bottom-slot .btn-close{
    position: absolute;
    right: 48px;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out;
}
.bottom-slot .btn-close .layui-icon{
    font-size: 24px;
    font-weight: bold;
}
.bottom-slot .btn-close:hover{
    background-color: #44A4F8;
}
.bottom-slot .btn-close:hover .layui-icon{
    font-size: 18px;
}
@-webkit-keyframes moveUp {
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0);
    }
}
@-moz-keyframes moveUp{
    0%{
        -moz-transform: translateY(100%);
    }
    100%{
        -moz-transform: translateY(0);
    }
}
@-ms-keyframes moveUp{
    0%{
        -ms-transform: translateY(100%);
    }
    100%{
        -ms-transform: translateY(0);
    }
}