/* 公共样式 */
@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.5.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-check:before{content:"\f00c"}
.fa-check-square:before{content:"\f14a"}
.mui-toast-container{
    position:fixed;z-index:9999;width:120px;min-height:120px;top:180px;left:50%;
    margin-left:-3.8em;background:rgba(40,40,40,.75);
    text-align:center;border-radius:5px;color:#fff;
    opacity:0;-webkit-transition:opacity .8s;
    transition:opacity .8s
}
.mui-toast-container.mui-active{opacity:1}.mui-toast-container .mui-toast-icon{margin-top:20px;height:55px;line-height:55px;color:#fff;font-size:40px;text-align:center;margin-bottom:4px}.mui-toast-message{font-size:14px}


/*iPhoneX的适配*/

*{
    padding: 0;
    margin: 0;
}
input{
    border: 0;
    outline: none;
}
button{
    outline: 0;
}
a{
    text-decoration: none;
}
.footer{
    background: #f4f4f4;
    margin-top: 60px;
}
.footer_box{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 20px;
}
.footer_left{
    width: 160px;
}
.footer_link{
    font-size: 14px;
    color: #999;
}
.footer_link span{
    margin-right: 5px;
    margin-left: 5px
}
.footer_link span a{
    color: #999;
}
.footer_link a:hover{
    color: #007aff;
}
.footer_copyright{
    font-size: 12px;
    color: #666;
    margin-top: 15px;
}
.footer_contact{
    width: 100%;
    text-align: center;
}
.footer_contact>div{
    position: relative;
    margin-left: 10px;
}
.footer_contact>div>img{
    width: 20px;
}
/*首页*/
.search_box{
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 15px;
}
.search_left{
    width: 34px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.search_left img{
    width: 19px;
}
.search_right{
    flex: 1;
    background: rgba(238,238,238,0.5);
    height: 30px;
    border-radius: 35px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.search_right img{
    width: 13px;
}

.search_right input{
    width: calc(100% - 19px);
    height: 100%;
    background: none;
}

.search_right input::-webkit-input-placeholder { /* WebKit browsers */
    color: #c4c4c4;
}

.search_right input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c4c4c4;
}

.search_right input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c4c4c4;
}

/*轮播*/
.carousel {
    border-radius: 4px;
    overflow: hidden;
}

.carousel .swiper-container {
    width: 100%;
    height: 180px;
    overflow: unset!important;
    margin-top: 10px
}

.carousel .swiper-slide {
    width: 100%;
    height: 150px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 0 8px rgba(79,139,248,0.3);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.carousel .swiper-slide a{
    width: 100%;
}

.carousel .swiper-slide a  img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    display: block;
}

.carousel .swiper-pagination-bullet-active {
    background: #666!important;
    border-radius: 6px;
}

.carousel .swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
    width: 7px;
    height: 7px;
}

.carousel .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0!important;
}

/*轮播*/
.page_box{
    padding: 0 15px 10px;
}
.vajra_district{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.vajra_district>a{
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.vajra_district>a>img{
    width: 40px;
    height: 40px;
}
.vajra_district>a>p{
    font-size: 11px;
    color: #666;
    margin-top: 6px;
}
.img_hot{
    position: absolute;
    right: 18px;
    top: -10px;
    width: 30px!important;
    height: auto!important;
    z-index: 10;
}
.title_box{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    font-weight: 500
}
.title_box>a{
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    color: #999;
}
.title_box>a>img{
    width: 5px;
    margin-left: 4px;
    margin-top: 2px;
}

.live_notice{
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}
.live_notice>img{
    width: 100%;
    height: 150px;
    display: block;
    border-radius: 10px
}
.live_notice_box p{
    font-size: 15px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
    color: #333;
}
.live_time{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    margin-top: 8px;
}
.live_online{
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
}
.live_online>a{
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-bottom: 7px;
    margin-top: 7px;
}
.live_online>a:nth-child(odd){
    margin-right: 2%;
}
.live_online_top{
    position: relative;
    width: 100%;
    padding-top: 66%;
}
.live_online_top>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.on_live{
    position: absolute;
    right: 6px;
    top: 8px;
    z-index: 10;
}
.on_live>span{
    background: rgba(0,0,0,0.3);
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 11px;
    color: #fff;
}
.on_live>span>img{
    width: 10px;
    height: 14px;
    margin-right: 4px;
}
.live_online_name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 5px 5%;
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.live_online_name>span{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50%;
}
.live_online_name>p{
    display: inline-flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}
.live_online_name>p>img{
    width: 12px;
    margin-right: 2px
}
.live_online_name>p>span{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 12px);
}
.live_online_bottom{
    font-size: 14px;
    color: #333;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.special_column{
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px;
}
.special_column>a{
    width: 49%;
    margin-bottom: 7px;
    margin-top: 7px;
}
.special_column>a:nth-child(odd){
    margin-right: 2%;
}
.special_list{
    position: relative;
    width: 100%;
    padding-top: 66%;
}
.special_list>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.special_list_bottom{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.special_list_bottom span{
    color: #007aff;
}
.special_list_title{
    font-size: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 10px;
    color: #333;
}

.special_list>p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    padding: 0 5%;
    width: 90%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0 0 10px 10px;
}

/*专家团队*/
.expert_team {
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 20px;
}

.expert_team .swiper-container {
    width: 100%;
    overflow: unset!important;
    margin-top: 10px;
}

.expert_team .swiper-slide {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 0 10px rgba(79,139,248,0.3);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.expert_team .swiper-slide a{
    display: block;
    width: 100%;
}
.expert_team .swiper-slide   img {
    width: 100%;
    height: 140px;
    border-radius: 10px 10px 0 0;
    display: block;
}

.expert_team .swiper-slide p{
    margin-bottom: 4px;
    height: 18px;
    color: #333
}

/*我的界面*/
.head_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 15px;
}
.head_box>img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*margin-right: 15px;*/
}
.head_box .head_center{
    width: calc(100% - 160px);
}
.head_box .head_right a{
    display: inline-flex;
    background: linear-gradient(to right,#00bffe,#008bfc);
    color: #fff;
    border-radius: 30px 0 0 30px;
    font-size: 11px;
    height: 33px;
    padding: 0 10px 0 20px;
    align-items: center;
}
.head_center a{
    display: block;
    width: 100%;
}
.head_center .login_title{
    font-size: 21px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.head_center .login_title1{
    font-size: 14px;
    color: #999;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    line-height: 19px;
}
.head_center .login_title1 span{
    display: inline-flex;
    align-items: center;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #008cfc;
    color: #008cfc;
    font-size: 10px;
    padding: 0 4px;
    /*margin-left: 4px;*/
}
.basic_inf{
    display: flex;
    margin-top: 11px;
}
.basic_inf>div{
    width: 25%;
    font-size: 10px;
    color: #000;
    text-align: center;
}
.basic_inf>div>p>span{
    font-size: 17px;
}
.basic_name{
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}
.white_box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(54,110,239,0.2);
    margin-top: 25px;
}
.function_box{
    padding: 10px 0;
    display: flex;
}
.function_box>a{
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    font-size: 11px;
    color: #999;
    font-weight: 200
}
.function_box>a>img{
    width: 30px;
    margin: 0 auto;
}
.function_box>a>p{
    text-align: center;
    margin-top: 2px
}
.title{
    font-size: 16px;
    padding: 14px 16px 12px;
    color: #000;
    font-weight: 200
}
.data_settings{
    padding: 10px 0 17px;
    display: flex;
}
.data_settings>a{
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    font-size: 11px;
    color: #999;
}
.data_settings>a>img{
    width: 22px;
    margin: 0 auto 6px;
}
.data_settings>a>p{
    text-align: center;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.head_box{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.head_box:after{
    content: "";
    display: block;
    clear: both;
}
*/
.img_logo>img{
    width: 160px;
    height: 55px;
    display: block;
}
.search_box{
    display: inline-flex;
}
.search_box>input{
    width: 380px;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-radius: 42px 0 0 42px;
    padding: 0 20px;
}
.search_box>input::-webkit-input-placeholder{
    color: #999;
}
.search_box>input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
.search_box>input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.search_box>input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999;
}
.search_box>button{
    background: #366eef;
    height: 42px;
    width: 86px;
    border-radius: 0 42px 42px 0;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.search_box>button>img{
    width: 19px;
    margin-right: 7px;
}
.login_box{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.login_box>img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 8px;
}
.log_out{
    width: 90%;
    height: 40px;
    font-size: 15px;
    background: linear-gradient(to right,#3f34db,#5280f9);
    color: #fff;
    border-radius: 65px;
    border: 0;
    margin: 40px auto 0;
    display: block;
}
/*!*登录*!*/
/*.login{*/
    /*width: 90%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
/*}*/
/*.login_bg{*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 4%;*/
    /*width: 65%;*/
/*}*/
/*.login_bg_bottom{*/
    /*position: fixed;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
/*}*/
/*.login_box{*/
    /*background: #fff;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    /*padding: 25px 18px 15px;*/
/*}*/

/*.login_tab{*/
    /*font-size: 17px;*/
    /*color: #3e4a59;*/
    /*margin-bottom: 25px*/
/*}*/
/*.login_tab>span{*/
    /*display: inline-block;*/
    /*margin-right: 10px;*/
/*}*/
/*.tab_active{*/
    /*font-size: 26px;*/
    /*font-weight: 500;*/
/*}*/
/*.input_box{*/
    /*margin-top: 15px;*/
/*}*/
/*.input_box>p{*/
    /*font-size: 12px;*/
    /*color: #3e4a59;*/
    /*opacity: 0.45*/
/*}*/
/*.input_box>div{*/
    /*display: flex;*/
    /*align-items: center;*/
    /*border-bottom: 1px solid #d3dfef;*/
/*}*/
/*.input_box>div>input{*/
    /*flex: 1;*/
    /*height: 41px;*/
    /*line-height: 41px;*/
/*}*/
/*.input_box>div>button{*/
    /*font-size: 14px;*/
    /*color: #366eee;*/
    /*height: 30px;*/
    /*border-radius: 6px;*/
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*padding: 0 10px;*/
    /*border: 1px solid #366eee;*/
    /*background: #fff;*/
    /*font-weight: 500*/
/*}*/
/*.input_active{*/
    /*border-bottom: 1px solid #356ceb;*/
/*}*/

/*.input_img{*/
    /*width: 24%;*/
    /*position: relative;*/
    /*padding-top: 24%;*/
    /*margin: 60px auto 0;*/
/*}*/
.file_img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.imgbox{
    width: 100%;
    height: 100%;
}
.imgbox>div{
    margin-bottom: 10px;
}
.imgbox .img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.single_part{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgbox .img>img{
    width: 100%;
    height: 100%;
    border: 1px dashed #eee;
}
.imgbox>.img>.del{
    width: 15px;
    height: 15px;
    background-image: url(../images/imgdel.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    right: -4px;
    font-size: 12px;
}
.uploadFile{
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 2vmin;
}
.uploadFile>img{
    width: 100%;
    height: 100%;
}
#imgUpload{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkbox-group{
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
    flex: 1;
}
.checkbox-group input{
    opacity: 0;
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 1000;

}
.checkbox-group input[type=checkbox] + label, .checkbox-group input[type=radio] + label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*cursor: pointer;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px;
    justify-content: space-between;
    position: absolute;
    left: 0;
}
.checkbox-group input[type=checkbox] + label:before, .checkbox-group input[type=radio] + label:before {
    line-height: 20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    color: #fff;
    background: url(../images/ic_radio.png) no-repeat center center;
    background-size: 15px 15px;
    margin-right: 8px;
}

.checkbox-group input[type=checkbox]:checked + label:before, .checkbox-group input[type=radio]:checked + label:before {
    content: '';
    color: #fff;
    background: url(../images/ic_radio1.png) no-repeat center center;
    background-size: 15px 15px;
}
.btn_box{
    display: flex;
    margin-top: 15px;
}
.btn_box button{
    width: 48%;
    height: 50px;
    background: #366eee;
    color: #fff;
    border-radius: 6px;
    border: 0;
    font-size: 18px;
}

.forget_password{
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.forget_password a{
    color: #007aff;
}
.login_input{
    display: none;
}

/*课程分类*/
.course_search{
    padding: 13px;
}
.course_search_box>img{
    width: 19px;
    margin-right: 12px;
}
.course_search_box{
    display: flex;
    align-items: center;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 5px rgba(54,110,239,0.08);
    padding: 0 10px;
    flex: 1;
}
.course_search_box input{
    height: 100%;
    flex: 1;
    background: transparent;
}

.classify_box {
    /*width: 100%;*/
    /*height: calc(100% - 144px);*/
    /*box-sizing: border-box;*/
    /*overflow: hidden;*/
}

.classify_box ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    width: 33vw;
    /* background: rgba(0, 0, 0, 0.6); */
    /*定位 作为父级使用*/
    position: fixed;
    background: #f9f9f7;
    /*overflow-y: auto;*/
    height: calc(100% - 112px);
}

.classify_box ul li {
    height: 50px;
    line-height: 50px;
    list-style-type: none;
    text-align: center;

}

.classify_box ul li:hover {
    background: #fff;
    color: black;
}


.classify_box>ul>li>a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    position: relative;
    height: 50px;
    display: block;
    line-height: 50px;
}

.classify_box ul li:hover>a {
    display: block;
    color: black;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    list-style-type: none;
    text-align: center;
}
.classify_box ul li:hover>a:after {
    content: '';
    width: 5px;
    height: 22px;
    border-radius: 5px;
    background: #007aff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*滑动门*/

.div2 {
    width: 59vw;
    /*使用定位实现滑动门-------重要步骤*/
    position: absolute;
    top: 0;
    left: 33vw;
    display: none;
}

/*当鼠标悬停在内容上是显示对应的代码块*/
.playdiv1 {
    background: #fff;
    font-weight: bold;
    color: black;
}

.play {
    display: block;
    width: 59vw;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.cate  a {
    display: inline-flex;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
    color: #444;
    height: 24px;
    line-height: 22px;
    border-radius: 50px;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
}


.second_title {
    text-align: left;
    color: black;
    font-size: 15px;
}

/*.second_title:after {*/
/*content: ">>";*/
/*}*/

.fir:after{
    content: '';
    width: 5px;
    height: 22px;
    border-radius: 5px;
    background: #007aff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

/*公用头部*/
.header_title {
    width: 100%;
    height: 45px;
    background: #fff;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    line-height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    z-index: 1000;
}

.header_title a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    /*top: 0;*/
}

.header_title a img {
    width: 21px;
}
.content_box{
    padding-top: 45px;
}

.grey_search{
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.grey_search button{
    background: #fff;
    height: 32px;
    min-width: 60px;
    color: #007aff;
    border: 1px solid #007aff;
    margin-left: 8px;
    border-radius: 4px;
}
.grey_search .course_search_box{
    background: #f5f5f5;
    box-shadow: unset;
    border: unset;
}
.live_classify{
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #999;
}
.live_classify>span{
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.live_classify>span:last-child{
    margin-right: 0;
}
.classify_active{
    color: #007aff;
}
.classify_active:after{
    content: '';
    background: #007aff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}
.playback_list{
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(136,160,220,0.35);
    padding: 13px;
    margin-top: 15px;
}
.playback_left{
    position: relative;
    width: 35%;
    padding-top: 28%;
    margin-right: 14px;
    /*overflow: hidden;*/
}
.playback_left>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.playback_right{
    flex: 1;
    position: relative;
}
.playback_right .playback_title{
    font-size: 15px;
    color: #404040;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.playback_right .playback_details{
    font-size: 13px;
    color: #404040;
    opacity: 0.7;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 7px;
}
.playback_right .playback_time{
    font-size: 13px;
    color: #404040;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.playback_right .playback_time span img{
    width: 10px;
}
.join_live{
    color: #fff;
    background: #007aff;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 12px;
}

/*专家团队*/
.recommended_doctors{
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0 0 10px rgba(136,160,220,0.35);*/
    padding: 10px;
}
.recommended_doctors>img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 10px auto;
}

.recommended_doctors .doctors_name{
    font-size: 14px;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.recommended_doctors .doctors_hospital,.recommended_doctors .doctors_title{
    font-size: 11px;
    color: #8b8b8b;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.recommended_doctors .doctors_details{
    color: #4177ff;
    font-size: 11px;
    margin-top: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.more_doctors{
    display: flex;
    margin-top: 20px;
}
.more_doctors>img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.more_doctors_right{
    flex: 1;
    padding-left: 20px;
}

.more_doctors .doctors_name{
    font-size: 19px;
    color: #000;
    font-weight: 500;
}
.more_doctors .doctors_hospital, .more_doctors .doctors_title{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.more_doctors .doctors_details{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/*医疗资讯*/
.header_title1{
    color: #fff;
}
.medical_bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*资料设置*/
.set_list{
    display: flex;
    justify-content: space-between;
    background: #fff;
    height: 55px;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}
.set_list_left{
    width: 20%;
    font-size: 15px;
}
.set_list_right{
    width: 75%;
    display: inline-flex;
    align-items: center;
    justify-content:flex-end;
    font-size: 14px;
    color: #999;
    height: 100%;
}
.set_list_right>span{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}
.set_list_right>input{
    width: 90%;
    text-align: right;
    font-size: 14px;
}
.set_list_head{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.set_list_more{
    width: 6px;
    margin-left: 8px;
}
.set_input{
    display: inline-flex;
    align-items: center;
    flex: 1;
}
.set_input form{
    display: inline-flex;
    align-items: center;
}
.set_input input{
    opacity: 0;
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 1000;

}
.set_input input[type=checkbox] + label, .set_input input[type=radio] + label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*cursor: pointer;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px;
    justify-content: space-between;
    position: absolute;
    left: 0;
}
.set_input input[type=checkbox] + label:before, .set_input input[type=radio] + label:before {
    line-height: 20px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    color: #fff;
    background: url(../images/ic_radio.png) no-repeat center center;
    background-size: 15px 15px;
    margin-right: 8px;
}

.set_input input[type=checkbox]:checked + label:before, .set_input input[type=radio]:checked + label:before {
    content: '';
    color: #fff;
    background: url(../images/ic_radio1.png) no-repeat center center;
    background-size: 15px 15px;
}

.btn_upload{
    background: #007aff;
    width: 70%;
    display: block;
    margin: 50px auto;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 17px;
    color: #fff;
}

.edit_inf{
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.edit_inf>span{
    display: inline-flex;
    width: 28%;
    font-size: 15px;
}
.edit_inf>input{
    flex: 1;
    font-size: 15px;
    color: #000;
    height: 100%;
}
.edit_inf>button{
    font-size: 13px;
    color: #366eee;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border: 1px solid #366eee;
    background: #fff;
}
.ic_delete{
    width: 20px;
}
.popup{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
    display: none;
}
.popup_box{
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.gender_title{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.gender_select>p{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*首页-课程分类*/
.course_list{
    display: flex;
    justify-content: space-between;
    padding: 13px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}
.course_left{
    position: relative;
    width: 35%;
    padding-top: 28%;
    margin-right: 14px;
    /*overflow: hidden;*/
}
.course_left>p{
    width: 100%;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.course_left>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.course_right{
    flex: 1;
    position: relative;
}
.course_right .playback_title{
    font-size: 15px;
    color: #404040;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.course_right .playback_details{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 13px;
    color: #404040;
    opacity: 0.7;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*视频详情*/
.video_play{
    width: 100%;
    height: 210px;
    object-fit:fill;
}
.video_tab{
    padding: 20px 15px 25px;
    /*margin-top: 10px;*/
}
.video_tab>span{
    font-size: 13px;
    margin-right: 18px;
    color: #999;
    cursor: pointer;
}
.video_active{
    font-size: 18px!important;
    color: #333!important;
    font-weight: 600;
}
.video_details {
    font-size: 14px;
    color: #999;
    padding: 0 0 15px;
    width: 60%;
    margin: 0 auto;
}
.video_details img{
    width: 100%;
}
.video_details p{
    margin-top: 15px;
}
.video_chapter{
    padding: 0 0 15px;
    display: none;
}
.chapter_list_box{
    display: flex;
    flex-wrap: wrap;
}
.chapter_list_box>div:nth-child(3n){
    margin-right: 0;
}
.chapter_list{
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    width: 30%;
    margin-right: 2%;
    cursor: pointer;
}
.chapter_left{
    position: relative;
    width: 35%;
    padding-top: 24%;
    margin-right: 14px;
}
.ic_bofang{
    width: 30px!important;
    height: 30px!important;
    position: absolute!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%,-50%);
    object-fit:unset!important;
}
.chapter_left>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.chapter_duration{
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 4px;
    bottom: 4px;
}
.chapter_right{
    flex: 1;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 15px;
    color: #333;
}
.video_comment{
    display: none;
}
.comment_box{
    border-bottom: 1px solid #eee;
    padding: 15px 15px 15px 0;
}
.comment_head{
    display: flex;
    align-items: center;
}
.comment_head_left{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.comment_head_right{
    flex: 1;
    font-size: 12px;
    color: #999;
}
.comment_right_name{
    font-size: 15px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.comment_content{
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    font-weight: 500;
    padding-left: 55px;
}
.comment_content>div{
    padding-left: 45px;
    font-size: 14px;
}
.comment_function{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.comment_function>div{
    margin-left: 15px;
    font-size: 12px;
    color: #888;
    display: inline-flex;
    align-items: center;
}
.comment_function>div>img{
    width: 16px;
    margin-right: 4px;
}
.comment_reply{
    background: #f3f3f3;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
}
.comment_reply .comment_head_left{
    width: 30px;
    height: 30px;
}
.comment_reply .comment_head_right{
    font-size: 10px;
}
.comment_input{
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    height: 50px;
    background: #fff;
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-top: 20px;
}
.comment_input .comment_head_left{
    width: 30px;
    height: 30px;
}
.comment_input>input{
    font-size: 14px;
    color: #000;
    height: 100%;
    flex: 1;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
}
.send_out{
    background: #007aff;
    height: 32px;
    min-width: 60px;
    color: #fff;
    border: 0;
    margin-left: 8px;
    border-radius: 4px;
}
.collection{
    position: fixed;
    right: 14px;
    bottom: 200px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    z-index: 111
}
.collection>img{
    width: 22px;
}
.collection>img:nth-child(2){
    display: none
}
.collect_active>img:nth-child(2){
    display: block!important
}
.collect_active>img:nth-child(1){
    display: none!important
}
.section-active{
    color: #007aff
}
.chapter-title{
    font-size: 18px;
    margin-bottom: 13px;
    color: #333;
}
.to-update{
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}
.teacher-intro{
    font-size: 14px;
    color: #333;
    padding: 16px;
    border: 1px solid #eee;
    margin-top: 20px;
}
.chapter-intro-user{
    display:flex;
    justify-content: space-between;
}
.chapter-intro-user img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;
}

.chapter-head{
    width: 27%;
}
.chapter-head div{
    font-size: 15px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
