

/* 精彩课程列表 */
.course{
    padding-bottom: 0.79rem;
}
.course_type,
.course_sort{
    margin: 0.3rem 0 0.2rem;
    background: #F7F6F2;
    border-radius: 0.04rem;
    border: 0.01rem solid #917952;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.course_type .type_name,
.course_sort .sort_name{
    width: 1.27rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.29rem;
    background: #E5E2D9;
    border-right: 0.01rem solid #917951;
    font-weight: 600;
    font-size: 0.16rem;
    color: #917951;
}
.course_type .type_body,
.course_sort .sort_body{
    width: calc(100% - 1.27rem);
    height: auto;
    padding: 0.14rem 0.4rem 0.14rem 0.28rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.course_type .type_body .type_list{
    width: calc(100% - 0.7rem);
    height: 0.36rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.36rem;
    row-gap: 0.1rem;
}
.course_type .type_body .type_list span{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    padding: 0.08rem 0.16rem;
    box-sizing: border-box;
    cursor: pointer;
}
.course_type .type_body .type_list span.act{
    background: #017143;
    border-radius: 0.2rem;
    color: #fff;
}
.course_type .type_body .type_more{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #017143;
    cursor: pointer;
}
.course_type .type_body .type_more i{
    margin-left: 0.06rem;
    display: inline-block;
    width: 0.16rem;
    height: 0.1rem;
    background: url(../img/more_icon.png) center no-repeat;
    background-size: contain;
}
.course_type .type_body .type_more.collapsed i{
    transform: rotate(180deg);
}



.course_sort{
    margin-top: 0;
    margin-bottom: 0.3rem;
}
.course_sort .sort_name{
    background: none;
}
.course_sort .sort_body{
    padding: 0;
    height: 0.64rem;
}
.course_sort .sort_body .sort_item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0.01rem solid #917951;
    padding: 0 0.26rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    cursor: pointer;
}
.course_sort .sort_body .sort_item i{
    display: block;
    margin-left: 0.1rem;
    width: 0.08rem;
    height: 0.14rem;
    background: url(../img/sort_icon1.png) center no-repeat;
    background-size: contain;
}
.course_sort .sort_body .sort_item.act i{
    background: url(../img/sort_icon2.png) center no-repeat;
    background-size: contain;
}



.course_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.24rem;
}
.course_list .video_item{
	width: calc(25% - 0.18rem);
	height: auto;
	overflow: hidden;
	background: #FFFCF7;
	border-radius: 0.08rem;
	border: 0.01rem solid #C4B191;
}
.course_list .video_item .video_img{
	width: 100%;
	height: 1.87rem;
	overflow: hidden;
}
.course_list .video_item .video_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.course_list .video_item:hover .video_img img{
	transform: scale(1.1);
}
.course_list .video_item .video_txt{
	padding: 0.2rem 0.16rem 0.3rem;
	box-sizing: border-box;
}
.course_list .video_item .video_txt .video_title{
	margin-bottom: 0.1rem;
	font-weight: 600;
	font-size: 0.18rem;
	color: #1A1A1A;
}
.course_list .video_item .video_txt .video_cont{
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
}
.course_list .video_item .video_person{
	margin-top: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.course_list .video_item .video_person .course_txt{
	display: flex;
	align-items: center;
	column-gap: 0.1rem;
	font-family: Arial-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
}
.course_list .video_item .video_person .course_txt i{
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../img/course_icon.png) center no-repeat;
	background-size: contain;
}
.course_list .video_item .video_person .person_more{
	background: #B19369;
	border-radius: 0.3rem;
	padding: 0.09rem 0.19rem;
	box-sizing: border-box;
	font-family: PingFang;
	font-weight: 500;
	font-size: 0.18rem;
	color: #FFFFFF;
    background: linear-gradient( 180deg, #EAA237 0%, #905804 100%);
}






/* 精彩课程详情 */
.view{
    padding: 0.4rem 0 0.79rem;
}
.view .main{
    display: flex;
    justify-content: space-between;
    column-gap: 0.4rem;
}
.view .view_fl{
    width: 9.6rem;
}
.view .view_fr{
    width: 4rem;
}
.view .view_fl .view_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.32rem;
}
.view .view_img{
    width: 4rem;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
}
.view .view_img img{
    width: 100%;
    height: auto;
}
.view .view_img .view_collect{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: 0.1rem;
    right: 0.1rem;
    background: url(../img/collect_icon.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.view .view_img .view_collect.act{
    background: url(../img/collect_icon2.png) center no-repeat;
    background-size: contain;
}
.view .view_txt{
    width: calc(100% - 4.3rem);
    position: relative;
}
.view .view_txt .view_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: 0.2rem;
}
.view .view_txt .view_cont{
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-bottom: 0.3rem;
}
.view .view_txt .view_num{
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-bottom: 0.56rem;
}
.view .view_txt .view_num i{
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    background: url(../img/course_icon.png) center no-repeat;
    background-size: contain;
}
.view .view_txt .view_price{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}
.view .view_txt .view_price .price_txt{
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.14rem;
    color: #EC1C24;
}
.view .view_txt .view_price .price_txt span{
    font-family: Arial-Regular;
    font-weight: bold;
    font-size: 0.18rem;
    color: #EC1C24;
}
.view .view_txt .view_price .price_txt span b{
    font-family: Arial-Regular;
    font-weight: bold;
    font-size: 0.28rem;
    color: #EC1C24;
}
.view .view_txt .view_more{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 0.56rem;
    background: linear-gradient( 180deg, #EAA237 0%, #905804 100%);
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
    cursor: pointer;
}
.view .view_bottom{
    width: 100%;
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDDDD;
}
.view .view_bottom .view_tab{
    height: 0.72rem;
    display: flex;
    padding-left: 0.36rem;
    column-gap: 0.6rem;
    border-bottom: 0.01rem solid #CCCCCC;
}
.view .view_bottom .view_tab .view_btn{
    margin-top: 0.2rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #917951;
    position: relative;
    cursor: pointer;
}
.view .view_bottom .view_tab .view_btn::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0.03rem;
    background: #017143;
    border-radius: 0.03rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.view .view_bottom .view_tab .view_btn.act{
    font-weight: bold;
    color: #017143;
}
.view .view_bottom .view_tab .view_btn.act::before{
    width: 0.56rem;
}
.view .view_bottom .view_box .view_show{
    display: none;
}
.view .view_bottom .view_box .view_show.on{
    display: block;
}
.view .view_content{
    padding: 0.33rem 0.3rem 0.44rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2.5;
}
.view .view_content video{
    max-width: 100%;
    display: block;
    height: auto!important;
}
.view .view_content p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2.5;
    text-indent: 2em;
}

.view .course_content{
    padding: 0.33rem 0.3rem 0.65rem;
    box-sizing: border-box;
}
.view .course_content .course_item{
    display: flex;
    align-items: center;
    padding: 0.1rem 0.4rem 0.1rem 0.62rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E6E6E6;
    position: relative;
    column-gap: 0.1rem;
}
.view .course_content .course_item .course_icon{
    width: 0.16rem;
    height: 0.12rem;
    position: absolute;
    top: 0.16rem;
    left: 0.21rem;
    display: none;
}
.view .course_content .course_item.act .course_icon{
    display: block;
}
.course_item .course_center{
    width: calc(100% - 1rem);
    height: auto;
}
.course_item .course_center .course_title{
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.06rem;
}
.course_item.act .course_title{
    color: #017143;
}
.course_item .course_center .course_time{
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
}
.course_item .course_more{
    width: 0.9rem;
    height: 0.36rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    border: 0.01rem solid #917951;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.14rem;
    color: #917951;
}
.course_item:hover{
    background: #FFFFFF;
}
.course_item:hover .course_more{
    color: #fff;
    border: 0.01rem solid #EAA237;
    background: linear-gradient( 180deg, #EAA237 0%, #905804 100%);
}







.like_body{
    width: 100%;
    height: auto;
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDDDD;
    padding: 0.24rem 0.3rem 0.38rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.like_body .like_class{
    width: 100%;
    font-weight: bold;
    font-size: 0.26rem;
    color: #333333;
}
.like_body .like_item{
    width: 100%;
    margin-top: 0.24rem;
    display: flex;
    align-items: center;
    column-gap: 0.14rem;
}
.like_body .like_item .like_img{
    width: 1.4rem;
    height: 0.78rem;
    border-radius: 0.06rem;
    overflow: hidden;
}
.like_body .like_item .like_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.like_body .like_item:hover .like_img img{
    transform: scale(1.1);
}
.like_body .like_item .like_txt{
    width: calc(100% - 1.54rem);
    height: auto;
}
.like_body .like_item .like_txt .like_title{
    font-weight: 600;
    font-size: 0.18rem;
    color: #1A1A1A;
    margin-bottom: 0.07rem;
}
.like_body .like_item .like_txt .like_cont{
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.5;
}
.like_body .like_item:hover .like_txt .like_title{
    color: #017143;
}




.pop_buy{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.pop_buy.act{
    display: flex;
}
.pop_buy .buy_body{
    width: fit-content;
    height: fit-content;
    background: #F4F7FA;
    border-radius: 0.12rem;
    padding: 0.7rem 0.4rem 0.28rem;
    position: relative;
}
.pop_buy .buy_body .buy_class{
    position: absolute;
    top: 0.18rem;
    left: 0.24rem;
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
}
.pop_buy .buy_body .buy_colse{
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    top: 0;
    right: -0.3rem;
    cursor: pointer;
}
.pop_buy .buy_body .buy_price{
    width: 6rem;
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    border: 0.01rem solid #917951;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
}
.pop_buy .buy_body .price_txt{
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FF0000;
}
.pop_buy .buy_body .price_txt span{
    font-family: Arial-Regular;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FF0000;
}
.pop_buy .buy_body .price_txt span b{
    font-family: Arial-Regular;
    font-weight: bold;
    color: #FF0000;
    font-size: 0.28rem;
}
.pop_buy .buy_body .buy_method{
    display: flex;
    align-items: center;
    margin: 0.36rem 0;
}
.pop_buy .buy_body .buy_method .method_clas{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.1rem;
}
.pop_buy .buy_body .buy_method .buy_tab{
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
.pop_buy .buy_body .buy_method .method_item{
    display: flex;
    align-items: center;
    column-gap: 0.12rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    cursor: pointer;
}
.pop_buy .buy_body .buy_method .method_item .method_lable{
    width: 0.21rem;
    height: 0.21rem;
    border: 0.01rem solid #BFBFBF;
    border-radius: 50%;
}
.pop_buy .buy_body .buy_method .method_item .method_img{
    width: 0.4rem;
    height: 0.4rem;
}
.pop_buy .buy_body .buy_method .method_item.act .method_lable{
    background: url(../img/lable_img.png) center no-repeat;
    background-size: cover;
    border: none;
}

.pop_buy .buy_body .buy_box{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.12rem;
    border: 0.01rem solid #E8E8E9;
    padding: 0.15rem 0.3rem;
    box-sizing: border-box;
}
.pop_buy .buy_body .buy_box .buy_show{
    display: none;
}
.pop_buy .buy_body .buy_box .buy_show.on{
    display: flex;
    column-gap: 0.26rem;
}
.pop_buy .buy_body .buy_box .buy_litpic{
    width: 1.2rem;
    height: auto;
}
.pop_buy .buy_body .buy_box .buy_litpic img{
    width: 100%;
    height: auto;
    margin-bottom: 0.03rem;
}
.pop_buy .buy_body .buy_box .buy_litpic span{
    display: block;
    width: 100%;
    text-align: center;
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.pop_buy .buy_body .buy_box .buy_tit{
    width: calc(100% - 1.46rem);
}
.pop_buy .buy_body .buy_box .zhifu_time,
.pop_buy .buy_body .buy_box .zhifu_cont{
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 2;
}
.pop_buy .buy_body .zhifu_price{
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}




.pop_success{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.pop_success.act{
    display: flex;
}
.pop_success .success_body{
    width: fit-content;
    height: fit-content;
    background: #F7F7F7;
    border-radius: 0.12rem;
    position: relative;
    width: 5.02rem;
    height: 3.74rem;
}
.pop_success .success_body .success_colse{
    position: absolute;
    width: 0.18rem;
    height: 0.18rem;
    top: 0;
    right: -0.3rem;
    cursor: pointer;
}
.pop_success .success_body .success_icon{
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.43rem auto 0.24rem;
}
.pop_success .success_body .success_title{
    width: 100%;
    text-align: center;
    margin-bottom: 0.24rem;
    font-family: PingFang;
    font-weight: 600;
    font-size: 0.24rem;
    color: #000000;
}
.pop_success .success_body .success_cont{
    min-width: 2.14rem;
    width: fit-content;
    margin: 0 auto 0.06rem;
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
}
.pop_success .success_body .success_more{
    width: 1.8rem;
    height: 0.48rem;
    margin: 0.3rem auto 0;
    background: linear-gradient( 180deg, #EAA237 0%, #905804 100%);
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.2rem;
    color: #FFFFFF;
}





/* 视频详情 */
.view_video{
    width: 100%;
    height: auto;
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDDDD;
    overflow: hidden;
}
.video-container{
    width: 100%;
    height: 5.4rem;
    position: relative;
}
.jw-display-icon-container{
    background: url(../img/bofang.png) center no-repeat !important;
    background-size: cover !important;
    border: none !important;
}
.jw-skin-bce .jw-icon-display{
    display: none !important;
}
.jw-skin-bce .jw-controlbar{
    width: 100%;
    height: 0.64rem !important;
    background: #102834 !important;
    align-items: center;
    padding: 0 0.15rem;
}
.jw-skin-bce .jw-progress{
    background: #B9BFC3 !important;
}


.video_txt{
    padding: 0.3rem 0.3rem 0.33rem;
    box-sizing: border-box;
}
.video_txt .video_title{
    width: 100%;
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.24rem;
    color: #000000;
    margin-bottom: 0.2rem;
}
.video_txt .video_content{
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-bottom: 0.23rem;
}
.video_txt .video_num{
    display: flex;
    align-items: center;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
}
.video_txt .video_num i{
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/course_icon.png) center no-repeat;
    background-size: contain;
    margin-right: 0.1rem;
}
.video_txt .video_author{
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}
.video_txt .author_txt{
    display: flex;
    align-items: center;
    column-gap: 0.12rem;
}
.video_txt .author_txt .author_img{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    overflow: hidden;
}
.video_txt .author_txt .author_title{
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.07rem;
}
.video_txt .author_txt .author_cont{
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}




.chapter_body{
    margin-top: 0.17rem;
}
.chapter_body .chapter_item{
    padding: 0.1rem 0.1rem 0.1rem 0.41rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E6E6E6;
    position: relative;
}
.chapter_body .chapter_item:hover {
    background: #FFFFFF;
}
.chapter_body .chapter_item.act::before{
    content: "";
    position: absolute;
    width: 0.16rem;
    height: 0.12rem;
    background: url(../img/video_icon2.png) center no-repeat;
    background-size: cover;
    left: 0;
    top: 0.16rem;
}
.chapter_body .chapter_item .chapter_title{
    font-family: PingFang;
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
    margin-bottom: 0.06rem;
}
.chapter_body .chapter_item .chapter_time{
    font-family: PingFang;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
}
.chapter_body .chapter_item.act .chapter_title{
    color: #017143;
}







/* 专家 */
.address_box{
    margin: 0.3rem 0 0.42rem;
    background: #F7F6F2;
    border-radius: 0.04rem;
    border: 0.01rem solid #917952;
}
.address_box .course_type{
	margin: 0;
    border: none;
    border-radius: 0;
    border-bottom: 0.01rem solid #707070;
}
.address_box .course_type:last-child{
    border-bottom: none;
}

.expert_list{
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.24rem;
    column-gap: 0.25rem;
}
.expert_list .expert_item{
    width: calc(20% - 0.2rem);
    background: #F7F6F2;
    border-radius: 0.08rem;
    border: 0.01rem solid #C4B191;
    padding-bottom: 0.35rem;
}
.expert_list .expert_item .expert_img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin: 0.4rem auto 0.2rem;
    overflow: hidden;
}
.expert_list .expert_item .expert_name{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.22rem;
    color: #000000;
}
.expert_list .expert_item .expert_txt{
    width: 100%;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    font-family: Arial-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #4E4A43;
}



/* 专家弹窗 */
.pop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .5);
	top: 0;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	display: none;
}

.pop .pop_body {
	width: 94%;
    max-width: 9.6rem;
	max-height: 5.56rem;
	background: #FCFBFA;
	padding: 0.8rem 0.6rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.pop .pop_body .colse {
	position: absolute;
	width: 0.26rem;
	height: 0.26rem;
	top: 0.2rem;
	right: 0.23rem;
	cursor: pointer;
}

.pop .pop_body .colse img {
	max-width: 100%;
	max-height: 100%;
}

.pop .pop_body .pop_div {
	display: flex;
	justify-content: space-between;
    column-gap: 0.4rem;
}

.pop .pop_body .pop_div .pop_img {
	width: 2.92rem;
	height: 100%;
}

.pop .pop_body .pop_div .pop_img img {
	width: 100%;
	max-height: 100%;
}

.pop .pop_body .pop_div .pop_txt {
	width: calc(100% - 3.32rem);
}

.pop .pop_body .pop_div .pop_txt .pop_title {
	width: 100%;
	font-weight: bold;
    font-size: 0.24rem;
    color: #000000;
	margin-bottom: 0.15rem;
	position: relative;
}
.pop .pop_body .pop_div .pop_txt .pop_content,
.pop .pop_body .pop_div .pop_txt .pop_content p{
	font-family: Arial-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #4E4A43;
    line-height: 2;
}

.pop .pop_body .pop_div .pop_txt .pop_content b,
.pop .pop_body .pop_div .pop_txt .pop_content strong{
	font-weight: bold;
}





@media screen and (max-width: 1043px){
    /* 精彩课程列表 */
    .course_type .type_body, .course_sort .sort_body{
        padding-right: 0.1rem;
    }
    .course_type .type_body .type_list {
        width: calc(100% - 0.9rem);
        column-gap: 0.1rem;
    }
    .course_type .type_body .type_list span{
        font-size: 0.24rem;
    }
    .course_type .type_body .type_more{
        font-size: 0.24rem;
        padding-top: 0.1rem;
    }
    .course_type .type_name, 
    .course_sort .sort_name{
        font-size: 0.24rem;
        padding-right: 0;
        justify-content: center;
    }

    .course_sort .sort_body .sort_item{
        font-size: 0.24rem;
    }
    .course_sort .sort_body .sort_item i{
        width: 0.16rem;
        height: 0.28rem;
    }


    .course_list{
		flex-wrap: wrap;
		column-gap: 0.2rem;
		row-gap: 0.2rem;
	}
	.course_list .video_item{
		width: calc(50% - 0.1rem);
	}



    .view .view_fr{
        display: none;
    }
    .view .view_fl{
        width: 100%;
    }



    /* 专家 */
    .expert_item{
        width: calc(50% - 0.125rem) !important;
        height: auto;
    }
    .expert_list .expert_item .expert_img{
        width: 2rem;
        height: 2rem;
    }
    .expert_list .expert_item .expert_name{
        font-size: 0.36rem;
    }
    .expert_list .expert_item .expert_txt{
        font-size: 0.24rem;
        margin-top: 0.2rem;
    }


    /* 专家弹窗 */
    .pop .pop_body{
        max-height: 15rem;
        padding: 0.5rem;
    }
    .pop .pop_body .pop_div{
        row-gap: 0.4rem;
        flex-wrap: wrap;
    }
    .pop .pop_body .pop_div .pop_img{
        width: 100%;
        height: auto;
    }
    .pop .pop_body .pop_div .pop_img img{
        height: 3rem;
    }
    .pop .pop_body .pop_div .pop_txt{
        width: 100%;
    }
    .pop .pop_body .pop_div .pop_txt .pop_title{
        margin-bottom: .2rem;
    }
    .pop .pop_body .pop_div .pop_txt .pop_content, .pop .pop_body .pop_div .pop_txt .pop_content p{
        line-height: .4rem;
        font-size: 0.24rem;
    }
}

@media screen and (max-width: 769px){
    .course_list{
		column-gap: 0.2rem;
		row-gap: 0.2rem;
	}
	.course_list .video_item{
		width: calc(50% - 0.1rem);
	}
	.course_list .video_item .video_txt .video_title{
		font-size: 0.28rem;
	}
	.course_list .video_item .video_txt .video_cont{
		font-size: 0.24rem;
	}
	.course_list .video_person .course_txt{
		font-size: 0.2rem !important;
	}
	.video_person .person_more{
		font-size: 0.2rem;
	}




    .view .view_fl .view_top{
        flex-wrap: wrap;
    }
    .view .view_img{
        width: 100%;
        height: auto;
        margin-bottom: 0.3rem;
    }
    .view .view_txt{
        width: 100%;
    }
    .view .view_txt .view_title{
        font-size: 0.32rem;
    }
    .view .view_txt .view_cont,
    .view .view_txt .view_num{
        font-size: 0.28rem;
    }
    .view .view_txt .view_num i{
        width: 0.32rem;
        height: 0.32rem;
    }
     .view .view_txt .view_price{
        font-size: 0.28rem;
    }
    .view .view_txt .view_price .price_txt{
        font-size: 0.28rem;
    }
    .view .view_txt .view_price .price_txt span{
        font-size: 0.32rem;
    }
    .view .view_txt .view_price .price_txt span b{
        font-size: 0.56rem;
    }
    .view .view_txt .view_more{
        font-size: 0.32rem;
        height: 0.66rem;
    }
    .view .view_bottom .view_tab{
        height: 0.86rem;
    }
    .view .view_bottom .view_tab .view_btn{
        font-size: 0.32rem;
    }
    .view .view_bottom .view_tab .view_btn::before{
        height: 2px;
    }
    .view .view_content,
    .view .view_content p{
        font-size: 0.28rem;
        line-height: 1.8;
    }


    .course_item .course_center{
        width: 100%;
    }
    .view .course_content .course_item{
        padding: 0.2rem 0 0.2rem 0.62rem;
    }
    .view .course_content .course_item .course_icon{
        width: 0.32rem;
        height: 0.24rem;
        top: 0.26rem;
        left: 0.1rem;
    }
    .course_item .course_center .course_title{
        font-size: 0.28rem;
    }
    .course_item .course_center .course_time{
        font-size: 0.24rem;
    }
    .course_item .course_more{
        position: absolute;
        right: 0;
        bottom: 0.1rem;
        font-size: 0.24rem;
        width: auto;
        height: auto;
        padding: 0.04rem 0.16rem;
    }



    /* 支付弹窗 */
    .pop_buy .buy_body{
        width: 90%;
        padding: 1rem 0.2rem 0.4rem;
    }
    .pop_buy .buy_body .buy_class{
        font-size: 0.32rem;
    }
    .pop_buy .buy_body .buy_price{
        width: 100%;
    }
    .pop_buy .buy_body .buy_colse,
    .pop_success .success_body .success_colse{
        width: 0.36rem;
        height: 0.36rem;
        right: -0.3rem;
        top: -0.6rem;
    }
    .pop_buy .buy_body .buy_price{
        font-size: 0.28rem;
        height: auto;
        align-items: baseline;
        padding: 0.2rem 0;
    }
    .pop_buy .buy_body .price_txt{
        font-size: 0.28rem;
    }
    .pop_buy .buy_body .price_txt span{
        font-size: 0.32rem;
    }
    .pop_buy .buy_body .price_txt span b{
        font-size: 0.56rem;
    }
    .pop_buy .buy_body .buy_method .method_clas,
    .pop_buy .buy_body .buy_method .method_item,
    .pop_buy .buy_body .buy_box .buy_litpic span{
        font-size: 0.28rem;
    }
    .pop_buy .buy_body .buy_box .buy_litpic{
        width: 35%;
        max-width: 3rem;
    }
    .pop_buy .buy_body .buy_box .buy_tit{
        width: 65%;
    }
    .pop_buy .buy_body .zhifu_price{
        font-size: 0.24rem;
    }
    .pop_buy .buy_body .buy_box .zhifu_time, 
    .pop_buy .buy_body .buy_box .zhifu_cont{
        font-size: 0.28rem;
        line-height: normal;
    }


    .pop_success .success_body{
        width: 70%;
        max-width: 6rem;
        height: 4.2rem;
    }
    .pop_success .success_body .success_title{
        font-size: 0.32rem;
    }
    .pop_success .success_body .success_cont{
        font-size: 0.24rem;
    }
    .pop_success .success_body .success_more{
        font-size: 0.28rem;
    }





    /* 视频 */
    .video-container{
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 58%;
    }
    #playercontainer{
        position: absolute;
        top: 0;
    }
    .jw-skin-bce .jw-controlbar{
        height: 0.5rem !important;
        font-size: 0.6em !important;
    }
    .video_txt .video_title{
        font-size: 0.32rem;
    }

    .video_txt .video_content,
    .video_txt .video_num,
    .video_txt .video_author{
        font-size: 0.28rem;
    }
    .video_txt .video_num i{
        width: 0.32rem;
        height: 0.32rem;
    }
    .video_txt .author_txt .author_img{
        width: 1rem;
        height: 1rem;
        margin-right: 0.2rem;
    }
    .video_txt .author_txt .author_title{
        font-size: 0.24rem;
    }
    .video_txt .author_txt .author_cont{
        font-size: 0.24rem;
    }






    
}
