/* 分类 start */
.fenlei{
    width: 12rem;
    margin: 0.2rem auto 0;
    display: flex;
    justify-content: space-between;
}
.fenlei_block{
    width: 2.6rem;
}
.fenlei_img{
    width: 100%;
    height: 1.1rem;
}
.fenlei_block img{
    width: 1rem;
    height: auto;
    margin: 0 auto;
}
.fenlei_title{
    font-size: 0.2rem;
    color: rgb(0,46,89);
    font-weight: bold;
    text-align: center;
}
.fenlei_p{
    width: 70%;
    margin: 0.1rem auto 0;
    font-size: 0.14rem;
    color: rgb(0,46,89);
    text-align: center;
}
/* 分类 end */
/* 大咖讲师 start */
.exhibition{
    width: 100%;
}
.teacher{
    width: 11rem;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.teacher_block{
    width: 5.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.22rem;
}
.teacher_block img{
    width: 2.1rem;
    height: 2.1rem;
}
.teacher_block_right{
    width: 3rem;
    padding: 0.15rem;
    background-color: rgb(235,235,235);
}
.teacher_block_right .p1{
    font-size: 0.2rem;
    font-weight: bold;
    color: rgb(0,46,89);
}
.teacher_block_right .p2{
    font-size: 0.12rem;
    color: #000000;
}
.teacher_block_right .p3{
    font-size: 0.12rem;
    color: #000000;
    margin-top: 0.2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.teacher_zuopin{
    width: 4.86rem;
    padding: 0.15rem;
    margin-top: -0.2rem;
    background-color: rgb(0,46,89);
    display: none;
}
.teacher_block:hover .teacher_xian{
    display: none;
}
.teacher_block:hover .teacher_zuopin{
    display: block;
}
.teacher_zuopin_flex{
    width: 100%;
    display: flex;
    align-items: center;
}
.teacher_zuopin_name{
    text-align: center;
}
.teacher_zuopin_name .p4{
    font-size: 0.16rem;
    color: rgb(255,198,2);
    font-weight: bold;
}
.teacher_zuopin_name .p5{
    font-size: 0.12rem;
    color: rgb(255,198,2);
}
.teacher_zuopin_name .p6{
    font-size: 0.12rem;
    color: #ffffff;
    padding: 0.04rem 0.1rem;
    border-radius: 2px;
    background-color: rgb(161,178,194);
    margin-top: 0.1rem;
}
.teacher_zuopin_img{
    display: flex;
    align-items: center;
}
.teacher_zuopin_img img{
    width: 1rem;
    height: 1rem;
    margin-left: 0.12rem;
}
.teacher_zuopin_more{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.teacher_zuopin_more p{
    font-size: 0.12rem;
    color: rgb(87,176,246);
}
.list{
    width: 12rem;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_block{
    width: 2rem;
    border: 1px solid rgb(235,235,235);
    margin-top: 0.2rem;
    padding-bottom: 0.15rem;
}
.list_block img{
    width: 100%;
    height: auto;
}
.list_block .p7{
    width: 1.8rem;
    margin: 0.06rem auto 0;
    font-size: 0.17rem;
    color: rgb(0,46,89);
    font-weight: bold;
}
.list_block .p8{
    width: 1.8rem;
    margin: 0.03rem auto 0;
    font-size: 0.12rem;
    color: #000000;
}
.class_introduce_teachers{
    width: 100%;
    text-align: center;
    padding: 0.16rem 0;
    margin-top: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.class_introduce_teachers form{
    display: flex;
    align-items: center;
}
.signUp_inputs{
    display: flex;
    align-items: center;
}
.signUp_inputs input{
    width: 1.6rem;
    height: 0.28rem;
    color: rgb(0,46,89);
    background-color: transparent;
    border: 1px solid rgb(0,46,89);
    margin-left: 0.3rem;
}
.signUp_inputs:nth-child(3) input{
    width: 3.6rem;
}
.submits{
    width: fit-content;
    font-size: 0.14rem;
    font-weight: bold;
    color: rgb(0,46,89);
    padding: 0.04rem 0.22rem;
    margin-left: 0.3rem;
    background-color: rgb(254,198,1);
}
input::-webkit-input-placeholder {
/* WebKit browsers */
    color: rgb(0,46,89);
    text-align: left;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color: rgb(0,46,89);
    text-align: left;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color: rgb(0,46,89);
    text-align: left;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
    color: rgb(0,46,89);
    text-align: left;
}
/* 大咖讲师 end */
/* 教师作品展示 start */
.banner6_flex{
    width: 12rem;
    display: flex;
    align-items: flex-end;
    margin: 0.2rem auto 0;
}
.banner6_flex img{
    width: 0.2rem;
    height: auto;
}
.banner6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ex_tab_flex_btn{
    padding: 0.08rem 0;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(12,47,84);
    text-align: center;
    border: 0.02rem solid rgb(254,198,1);
}
.zidingyi{
    position: relative !important;
}
.zidingyi img{
    width: 0.2rem;
    height: auto;
}
.zidingyi:nth-child(1){
    margin-right: 0.5rem;
}
.zidingyi:nth-child(3){
    margin-left: 0.5rem;
}
.swiper-button-prev:after{
    content: "" !important;
}
.swiper-button-next:after{
    content: "" !important;
}
.zuopin_tu{
    width: 9rem;
    margin: 0.15rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zuopin_tu img{
    width: 2rem;
    height: auto;
    margin-top: 0.13rem;
}
.ex_btn_flexs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}
.ex_btn_flex_ds{
    padding: 0.06rem 0.12rem;
    border-bottom: 0.05rem solid rgb(0,46,89);
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(0,46,89);
    background-color: rgb(255,173,0);
}
.ex_btn_flexs img{
    width: 0.34rem;
    height: auto;
    margin-left: 0.2rem;
}
/* 教师作品展示 end */
/* 推荐课程 start */
.mokuai_flex{
    width: 11rem;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tjkc_tu{
    position: relative;
    background-size: 100% 100%;
    height: 1.985rem;
    width: 3.8rem;
    margin-top: 0.4rem;
    border-radius: 10px;
    padding-bottom: 0.1rem;
    /* border: 1px solid rgb(0,46,89); */
    background-color: #ffffff;
}
.tjkc_tu img{
    width: 100%;
    /*height: auto;*/
    height: 0.9rem;
    border-radius: 10px 10px 0 0;
}
.tjkc_tu .pp{
    font-size: 0.16rem;
    font-weight: bold;
    color: rgb(0,46,89);
    margin-left: 0.2rem;
    margin-top: 0.05rem;
}
.tjkc_tu .p_detail{
    width: 85%;
    margin: 0.01rem auto 0;
    display: flex;
}
.tjkc_tu .p_p_1{
    font-size: 0.14rem;
    font-weight: bold;
    color: rgb(0,46,89);
    white-space: nowrap;
}
.tjkc_tu .p_p_2{
    font-size: 0.14rem;
    color: rgb(0,46,89);
    margin-left: 0.03rem;
}
/* 推荐课程 end */
/* 精品课程 start */
.curriculum{
    width: 100%;
    height: 7rem;
    background: url(../images/dytp_ditu1.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner61_flex{
    width: 12rem;
    display: flex;
    align-items: center;
    margin: 0.2rem auto 0.7rem;
}
.banner61_flex img{
    width: 0.2rem;
    height: auto;
}
.banner61 {
    width: 100%;
    height: 5rem;
    margin-left: auto;
    margin-right: auto;
}
.banner61 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: 2rem;
    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;
}
.banner61 img{
    width: 2rem;
    height: auto;
    border-radius: 20px;
}
.ex_btn_flexs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.3rem;
}
.ex_btn_flex_ds{
    padding: 0.06rem 0.12rem;
    border-bottom: 0.05rem solid rgb(0,46,89);
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(0,46,89);
    background-color: rgb(255,173,0);
}
.ex_btn_flexs img{
    width: 0.34rem;
    height: auto;
    margin-left: 0.2rem;
}
.tjkc_tu{
    width: 3.8rem;
    margin-top: 0.4rem;
    border-radius: 10px;
    padding-bottom: 0.1rem;
     border: 1px solid rgb(0,46,89); 
    background-color: #ffffff;
}
.tjkc_tu img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.tjkc_tu .pp{
    font-size: 0.16rem;
    font-weight: bold;
    color: rgb(0,46,89);
    margin-left: 0.2rem;
    margin-top: 0.05rem;
    text-align: left;
}
.tjkc_tu .p_detail{
    width: 85%;
    margin: 0.01rem auto 0;
    display: flex;
    align-items: flex-start;
}
.tjkc_tu .p_p_1{
    font-size: 0.14rem;
    font-weight: bold;
    color: rgb(0,46,89);
    white-space: nowrap;
}
.tjkc_tu .p_p_2{
    font-size: 0.14rem;
    color: rgb(0,46,89);
    margin-left: 0.03rem;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 0.2rem;
}
.shubiaoqian{
    position: absolute;
    height: 0.95rem;
    width: 100%;
    bottom: 0;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    background-color: #ffffff;
}
.shubiaoyi{
    position: absolute;
    width: 100%;
    height: 1.965rem;
    padding: 0.06rem 0;
    display: none;
    background-color: #ffffff;
    border-radius: 0.1rem;
}
.shubiaoyi_tou{
    width: 100%;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.shubiaoyi_tou p:nth-child(1){
    font-size: 0.18rem;
    font-weight: bold;
    color: rgb(0,46,89);
}
.shubiaoyi_tou p:nth-child(2){
    font-size: 0.16rem;
    font-weight: bold;
    color: rgb(0,46,89);
}
.shubiaoyi_tou p:nth-child(3){
    font-size: 0.14rem;
    color: rgb(0,46,89);
}
.dianwoliaojie{
    width: 1rem;
    padding: 0.05rem 0;
    border-radius: 12px;
    background-color: rgb(255,173,0);
    color: rgb(0,46,89);
    font-size: 0.14rem;
    font-weight: bold;
    text-align: center;
    margin: 0.1rem auto 0;
}
.shubiaoyi .p_p_2{
    min-height: 0.6rem;
    -webkit-line-clamp: 3;
}
.tjkc_tu:hover .shubiaoqian{
    display: none;
}
.tjkc_tu:hover .shubiaoyi{
    display: block;
}
/* 精品课程 end */