﻿/*@charset "utf-8";
*/
.nav_top{
    position:fixed;
    left: 0;
    top:0;
    width: 100%;
    height:0.95rem;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0.25rem;
    box-sizing: border-box;
    z-index: 999;
}
.nav_top .arrow{
    width:0.4rem;
    height:0.95rem;
    line-height: 0.95rem;
    display: block;
}
.nav_top .arrow img{
    width: 0.22rem;
    height: 0.37rem;
    vertical-align: middle;
}
.nav_top  .tit{
    width: 80%;
    text-align: center;
    line-height: 0.95rem;
    position: absolute;
    left: 0.65rem;
    top:0;
}
.curriculum_con{
    /* padding-top:0.95rem; */
    padding-bottom: 0.98rem;
}
.curriculum_con .banner_img img{
   width: 100%;
   height: 4.7rem;
}
.curriculum_con .info{
    padding: 0.25rem;
    padding-bottom: 0;
    background: #fff;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
}
.curriculum_con .info .tit{
    font-size: 0.3rem;
    color:#333;
    margin-bottom: 0.3rem;
}
.curriculum_con .info .txt{
    border-bottom:1px dashed #999;
    display: flex;
    padding-bottom:0.2rem;
}
.curriculum_con .info .txt .box:first-child{
    width:4rem;
}
.curriculum_con .info .txt .box p{
    font-size:0.24rem;
    margin-bottom: 0.2rem;
    color: #999;
}
.curriculum_con .info .txt .box p span{
    color: #666;
}
.curriculum_con .info .price_box{
    height:0.92rem;
    display: flex;
    align-items: center;
}
.curriculum_con .info .price_box .p1{
    font-size:0.36rem;
    color: #f02519;
    font-weight: bold;
    margin-right: 0.1rem;
}
.curriculum_con .info .price_box .p2{
    font-size: 0.24rem;
    color:#999;
    text-decoration:line-through
}
.curriculum_con .tab_box{
    height:0.8rem;
    border: 1px solid #eee;
    line-height: 0.8rem;
    display: flex;
    background: #fff;
}
.curriculum_con .tab_box .li{
    width:33.33%;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
}
.curriculum_con .tab_box .active{
    color: #f02519;
    border-bottom:1px solid #f02519;

}
.curriculum_con .con{
    background: #fff;
}
.curriculum_con .con .tab_con .li{
    display: none;
}
.curriculum_con .con .tab_con .active{
    display: block;
}
.curriculum_con .con .tab_con .xq{
    padding: 0.25rem;
    box-sizing: border-box;
}
.curriculum_con .con .tab_con .xq p{
    font-size: 0.24rem !important;
    color: #666 !important;
    line-height: 0.4rem !important;
}
.curriculum_con .con .tab_con .xq img{
     width: 100%;
}
.curriculum_con .outline{
     padding:0 0.25rem;
     box-sizing: border-box;
}
.curriculum_con .outline .outline_nav{
    height: 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.curriculum_con .outline .outline_nav .o_li{
    border: 1px solid #f02519;
    border-right:0;
    height:0.56rem;
    line-height: 0.56rem;
    width: 1.6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #f02519; 
  
}
.curriculum_con .outline .chapter{
    display: none;
}
.curriculum_con .outline .c_active{
    display: block;
}
.curriculum_con .outline .outline_nav .active{
    background: #f02519;
    color: #fff;
    
}
.curriculum_con .outline .outline_nav .o_li:last-child{
    border-right: 1px solid #f02519;
}
.chapter .c_li{
    border-bottom:1px solid #eeeeee;
}
.chapter .c_li .tit{
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 1.1rem;
   font-size: 0.3rem;
   color: #333;

}
.chapter .c_li .tit img{
    width: 0.11rem;
    height: 0.22rem;
    transform:rotateZ(0);
    -webkit-transform: rotateZ(0);	/* Safari 和 Chrome */
    -moz-transform: rotateZ(0);
    transition: all 0.3s;
}
.chapter .c_li ul{
    display: none;
}
.chapter .c_li ul li{
    display:flex;
    align-items: center;
    margin-bottom: 0.24rem;
    position: relative;
}
.chapter .c_li ul .active p{
    color: #f02519 !important;
}
.chapter .c_li ul li p{
    font-size: 0.24rem;
    color: #666;
}
.chapter .c_li ul li .icon{
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}
.chapter .c_li ul li span{
    /* width: 0.75rem; */
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    color:#ff9000;
    background: #fff4e5;
    border-radius:0.08rem;
    position: absolute;
    right: 0;
    top:0.05rem;
    font-size: 0.24rem;
    display: none;
    padding: 0 0.2rem;
}
.chapter .c_li ul .Audition span{
    display: block;
}
.chapter .active .tit img{
    transform:rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);	/* Safari 和 Chrome */
    -moz-transform: rotateZ(90deg);
    transition: all 0.3s;
   
}
.curriculum_con .evaluate{
    padding:0 0.25rem;
    box-sizing: border-box;
}
.curriculum_con .evaluate .evaluate_nav{
    height: 1.2rem;
    /* border-bottom: 1px solid #eee; */
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.curriculum_con .evaluate .evaluate_nav .e_li{
    border: 1px solid #ccc;
    height:0.56rem;
    line-height: 0.56rem;
    padding: 0 0.3rem;
    text-align: center;
    font-size: 0.24rem;
    color: #666; 
    margin-right: 0.2rem;
}
.curriculum_con .evaluate .evaluate_nav .e_li:last-child{
    margin-right: 0;
}
.curriculum_con .evaluate .evaluate_nav .active{
    background: #fff3f2;
    color: #f02519;
    border: 1px solid #f02519;
}
.evaluate .e_list ul li{
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 0.25rem;
}
.evaluate .e_list ul li:last-child{
    border: 0;
}
.evaluate .e_list ul li .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:0.2rem;
}
.evaluate .e_list ul li .tit .user{
    font-size: 0.3rem;
    color: #333;
    display: flex;
    align-items: center;
}
.evaluate .e_list ul li .tit .user img{
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-right: 0.15rem;
}
.evaluate .e_list ul li .tit .icon{
    display: flex;
    align-items: center;
}
.evaluate .e_list ul li .tit .icon .i{
    margin-right: 0.1rem;
}
.evaluate .e_list ul li .tit .icon span{
    font-size: 0.24rem;
    /* color: #e93e0c; */
    line-height: 0.24rem;
}
.evaluate .e_list ul li .con{
    font-size: 0.24rem;
    color: #666;
    line-height: 0.4rem;
}
.evaluate .e_list ul li .con .img_box{
    margin-top:0.2rem;
}
.evaluate .e_list ul li .con .img_box img{
    width: 2.22rem;
    height: 1.6rem;
    margin-right: 0.1rem;
}
.evaluate .e_list ul li .con .img_box img:nth-child(3n){
    margin-right: 0;
}
.evaluate .e_list ul li .con .time{
    line-height: 0.6rem;
}
.evaluate .e_list ul li .van_c1{
    color: #e93e0c !important;
}
.evaluate .e_list ul li .van_c2{
    color: #ffae02 !important;
}
.evaluate .e_list ul li .van_c3{
    color: #999 !important;
}
.v_box{
    width: 7rem;
    background: #fff;
    padding:0.6rem 0.2rem;
    box-sizing: border-box;
    position: relative;
    
}
.v_box .close{
    position: absolute;
    right: 0.25rem;
    top:0.25rem;
}
.v_box .tit{
    font-size: 0.36rem;
    color: #333;
    margin-bottom: 0.4rem;
}
.v_box .box{
    max-height: 8rem;
    overflow-y: scroll;
}
.v_box .box .li{
    display: flex;
    margin-bottom: 0.3rem;
}
.v_box .box .li .img{
   flex-shrink: 0;
   width: 0.95rem;
   height: 1.4rem;
   margin-right: 0.25rem;
}
.v_box .box .li .con p{
    font-size: 0.3rem;
    color: #333;
    margin-bottom: 0.15rem;
}
.v_box .box .li .con ul{
    display: flex;
    flex-wrap: wrap;
}
.v_box .box .li .con ul li{
    padding: 0 0.2rem;
    line-height: 0.52rem;
    font-size: 0.24rem;
    color: #333;
    border: 1px solid #ccc;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
/* .v_box .box .li .con ul li:nth-child(3n){
    margin-right: 0;
} */
.v_box .box .li .con ul .active{
    background: #fff3f2;
    color: #f02519;
    border: 1px solid #f02519;
}
.v_box .sure{
    width: 100%;
    line-height:0.88rem;
    text-align: center;
    font-size: 0.32rem;
    color: #fff;
    background: #f02519;
    border-radius: 5px;
    margin: 0.2rem 0;
}




.curriculum_video{
    padding-top:0.95rem;
}
.curriculum_video .video{
    width: 100%;
    height:4.2rem;
    position: relative;
}
.no_v{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 4.2rem;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.no_v p{
    font-size: 0.28rem;
    color: #fff;
    margin-bottom: 0.4rem;
}
.no_v .van-button--normal{
    padding: 0 0.4rem !important;
}
.no_v .van-button{
   height:0.6rem !important;
   line-height: 0.6rem !important;
   font-size: 0.24rem;
}
.video_box {
    background: #fff;
    margin-bottom: 0.2rem;
}
.video_box .con{
    padding: 0.3rem 0.25rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.video_box .con .txt{
    width: 6rem;
    
}
.video_box .con .txt h2{
   font-size: 0.36rem;
   color: #333;
   margin-bottom:0.1rem;
   font-weight: normal;
}
.video_box .con .txt p{
    font-size: 0.24rem;
    color:#666;
}
.video_box .con .share {
    font-size: 0.22rem;
    color: #999;
    text-align: center;
}
.video_box .con .share img{
    width: 0.36rem;
    height: 0.35rem;
}

.video_sw{
    background: #fff;
    padding: 0.3rem 0.25rem;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}
.video_sw h3{
    font-size: 0.3rem;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.2rem;
}
.video_sw .con{
    display: flex;
    overflow-x: scroll;
}
.video_sw .con .li{
    margin-right: 0.18rem;
}
.video_sw .con .li .img_box{
    position: relative;
    margin-bottom: 0.2rem;
    width: 2.65rem;
}
.video_sw .con .li .img_box em{
    position: absolute;
    width: 0.8rem;
    height: 0.4rem;
    top:0;
    right:0;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
}
.video_sw .con .li .img_box .shiting{
    background: #ff9000;
}
.video_sw .con .li .img_box .gm{
    background: #197ef0;
}
.prism-player .prism-big-play-btn{
    width: 1rem !important;
    height: 1rem !important;
}
.prism-player .prism-big-play-btn .outter{
    width: 1rem !important;
    height: 1rem !important;
}
.video_sw .con .li .img_box img{
    width: 2.65rem;
    height: 1.5rem;
}
.video_sw .con .li p{
    font-size: 0.24rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.video_sw .con .active p{
    color: #e93e0c;
}
.video_sw .con::-webkit-scrollbar {
    display: none;
}
.chapter_box{
    background: #fff;
    
}
.chapter_box .c_nav{
    display: flex;
    border-bottom:1px solid #eee;
    overflow-x:scroll;
}
.chapter_box .c_nav .li{
    width: 33.33%;
    text-align: center;
    line-height: 0.77rem;
    font-size: 0.24rem;
    color: #333;
    position: relative;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.chapter_box .c_nav .li::after{
    position: absolute;
    content:"";
    height: 2px;
    width: 100%;
    background: #f02519;
    bottom: 0;
    left: 0;
    transform:scaleX(0);
    -ms-transform:scaleX(0); 	/* IE 9 */
    -moz-transform:scaleX(0); 	/* Firefox */
    -webkit-transform:scaleX(0); /* Safari 和 Chrome */
    -o-transform:scaleX(0); 	/* Opera */
    transition: all 1s;
    transform-origin:right 0;
}
.chapter_box .c_nav .active::after{
    position: absolute;
    content:"";
    height: 2px;
    width: 100%;
    background: #f02519;
    bottom: 0;
    left: 0;
    transform:scaleX(1);
    -ms-transform:scaleX(1); 	/* IE 9 */
    -moz-transform:scaleX(1); 	/* Firefox */
    -webkit-transform:scaleX(1); /* Safari 和 Chrome */
    -o-transform:scaleX(1); 	/* Opera */
    transition: all 1s;
    transform-origin:left 0;
}

.chapter_box .chapter{
    padding:0 0.25rem;
    box-sizing: border-box;
    display: none;
}
.chapter_box .c_active{
    display: block;
}
.buy_box{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.98rem;
    display: flex;
    z-index: 9;
    -moz-box-shadow:0px -1px 2px #eee; -webkit-box-shadow:0px -1px 2px #eee; box-shadow:0px -1px 2px #eee;
}
.buy_box .lf_box{
    width: 50%;
    background: #fff;
    display: flex;
    justify-content:center;
    align-items: center;
}
.buy_box .lf_box .img{
    font-size: 0.2rem;
    color: #666;
    text-align: center;
}
.buy_box .lf_box .sc{
    margin-right: 0.85rem;
}
.buy_box .lf_box .sc img{
    width: 0.4rem;
    height: 0.38rem;
}
.buy_box .lf_box .fx img{
    width: 0.36rem;
    height: 0.35rem;
}
.buy_box .buy{
    text-align: center;
    line-height: 0.98rem;
    background: #f02519;
    font-size: 0.3rem;
    color: #fff;
    width: 50%;
}
.buy_box .buy:active{
    opacity: 0.8;
}

[v-cloak]{
    display: none;
}






/*网页适配*/
/*@media screen and (min-width:601px){
    html{font-size: 260%;}
}
@media screen and (min-width:601px) and (max-width:1000px){
    html{font-size: 200%;}
}

@media screen and (min-width:481px) and (max-width:600px){
    html{font-size: 160%;}
}

@media screen and (min-width:401px) and (max-width:480px){
    html{font-size: 110%;}
}

@media screen and (min-width:340px) and (max-width:400px){
    html{font-size: 100%;}
}

@media screen and (max-width:340px){
    html{font-size: 90%;}
}
*/