.propaganda_img_box{
    width: 1100px;
    height: 240px;
    position: relative;
    background: url('/statics/gyh/master/CourseTrain_page/img/mb_Img.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
.propaganda_title_box li:nth-child(1){
    position: absolute;
    bottom: 38px;
    left: 61px;
    width: 300px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #96352b;
}
.propaganda_title_box li:nth-child(2){
    position: absolute;
    bottom: 38px;
    left: calc(50% - 149px);
    width: 300px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #96352b;
}
.propaganda_title_box li:nth-child(3){
    position: absolute;
    bottom: 38px;
    right: 59px;
    width: 300px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #96352b;
}
.nav_mao_box{
    position: absolute;
    bottom: -62px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1080px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 2px 2px 0px
    rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 10;
    margin: 0 auto;
}
.select_red{
    display: none;
}
.nav_mao_li{
    position: relative;
    display: flex;
    width: 100px;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.nav_mao_li img{
    width: 18px;
    height: 18px;
}
/*.nav_mao_li a{*/
/*    position: relative;*/
/*    width: 100px;*/
/*    height: 80px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
.nav_mao_li h3{
    padding-top: 3px;
    font-size: 17px;
    font-weight: 400;
}
.lin_reds{
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ec4e4e;
    bottom: 0;
    right: 11px;
    display: none;
}
/*试听课程*/
.modular_title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 122px;
}
.modular_big_title{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}
.modular_title h2{
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 0 30px;
}
.modular_title h2 span{
    color: #df1e1e;
}
.modular_title img{
    width: 91px;
    height: 23px;
}
.kcpx_video_big_box{
    width: 1100px;
    /*height: 480px;*/
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.kcpx_video_box{
    position: relative;
    width: 800px;
    /*height: 480px;*/
}
.kcpx_video_box video{
    display: none;
}
.video_tan{
    display: none;
    position: absolute;
    width: 400px;
    height: 230px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10000;
}
.video_x{
    cursor: pointer;
}
.video_tan_top{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    background-color: #F8F8F8;
}
.video_tan_bottom{
    background: white;
    overflow: hidden;
}
.video_tan_bottom p{
    text-align: center;
    margin: 20px 0;
}
.video_tan_bottom ul{
    display: flex;
    justify-content: center;
}
.video_tan_bottom ul li{
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 20px;
}
.video_tan_bottom ul .video_buy{
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}
.kcpx_nav_box{
    width: 300px;
    /*height: 480px;*/
}
.kcpx_video_table{
    width: 300px;
    height: 401px;
    overflow-y: auto;
    scrollbar-width:none;
    -ms-overflow-style: none;
}
.kcpx_video_table::-webkit-scrollbar{
    display: none;
}
.kcpx_video_table li{
    width: 100%;
    height: 86px;
    cursor: pointer;
    background-color: #202020;
    color: #ffffff;
    border: solid 1px #343434;
}
.kcpx_video_table li span{
    display: inline-block;
    color:#ffffff;
    margin-top: 20px;
    font-size: 16px;
    margin-left: 44px;
}
.kcpx_video_table li img{
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
    margin-left: 20px;
}
.kcpx_video_table li p{
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
}
.kcpx_video_table .kcpx_video_active{
    background-color: #373737;
    color: #18bcda;
    border: none;
}
.video_icon_b{
    display: none;
}
.kcpx_video_di_ul{
    display: flex;
    justify-content: space-between;
}
.kcpx_video_di_ul li{
    width: 150px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
}
.kcpx_video_di_ul li a{
    display: block;
    height: 100%;
    width: 100%;
}
.kcpx_video_di_ul li:nth-child(1){
    background-color: #f9f9f9;
    color: #333333;
}
.kcpx_video_di_ul li:nth-child(2){
    background-color: #ec3a45;
    color: #ffffff;
}
/*2022年教师资格证考试辅导方案*/
.fdfa_big_box_conter{
    position: relative;
    margin-top: 40px;
}
.modular_title_dao{
    margin-top: 58px;
}
.class_title_box{
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 10000;
}
.display_none{
    display: none;
}
.class_title_box li{
    padding: 8px 0 4px 0;
}
.class_title_box li:nth-child(1){
    width: 340px;
    height: 80px;
    background-image: linear-gradient(90deg,
    #3278c2 0%,
    #3e89d9 100%);
    border-radius: 0px 20px 0px 0px;
    text-align: center;
}
.class_title_box li:nth-child(1) h3{
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}
.class_title_box li p{
    width: 238px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
}
.class_title_box li:nth-child(2) p{
    color: #753e19;
}
.class_title_box li:nth-child(2){
    width: 340px;
    height: 80px;
    background-image: linear-gradient(90deg,
    #facb73 0%,
    #fbe2a2 100%);
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}
.class_title_box li:nth-child(2) h3{
    font-size: 22px;
    color: #753e19;
    font-weight: 700;
}
.class_title_box li:nth-child(3){
    width: 340px;
    height: 80px;
    background-image: linear-gradient(90deg,
    #e84657 0%,
    #ef6c79 100%);
    border-radius: 20px 0px 0px 0px;
    text-align: center;
}
.class_title_box li:nth-child(3) h3{
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}
.list_conter_start{
    display: flex;
}
.list_conter_start li{
    position: relative;
    width: 340px;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding: 0 0 0 20px;
}
.list_conter_start li .list_p_titile{
    position: relative;
    margin-left: 20px;
    margin-top: 13px;
}
.list_conter_start .list_unified{
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 4px;
    writing-mode: vertical-lr;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 80px;
    width: 80px;
    padding: 0;
}
.list_start1 li:nth-child(1){
    height: 160px;
}

.list_start2 li:nth-child(1){
    height: 230px;
}
.list_start3 li:nth-child(1){
    height: 335px;
}
.list_start4 li:nth-child(1){
    height: 328px;
}
.list_start5 li:nth-child(1){
    height: 106px;
}
.list_start6 li:nth-child(1){
    height: 584px;
}
.list_start7 li:nth-child(1){
    height: 460px;
}
.list_start8 li:nth-child(1){
    height: 122px;
}
.bskcd_list_box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.bskcd_list_top{
    width: 300px;
    height: 96px;
    display: flex;
}
.bskcd_list_bottom{
    display: flex;
    width: 300px;
    height: 92px;
}
.bskcd_list_top h4{
    width: 48px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 48px;
}
.bskcd_list_bottom h4{
    width: 48px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 48px;
}
.lubo_title_b{
    background-color: #c3e0ff;
    color: #3d87d6;
}
.zhibo_title_b{
    background-color: #3d87d6;
    color: #ffffff;
}
.lubo_title_y{
    background-color: #ffefd2;
    color: #e4a127;
}
.zhibo_title_y{
    background-color: #e4a127;
    color: #ffffff;
}
.lubo_title_r{
    background-color: #ffaeb6;
    color: #ec0017;
}
.zhibo_title_r{
    background-color: #ec0017;
    color: #ffffff;
}


.bskcd_list_top p,
.bskcd_list_bottom p{
    /*color: #1070d5;*/
    font-size: 14px;
    margin-top: 3px;
}
.bskcd_zichi_b{
    color: #1070d5;
}
.bskcd_zichi_y{
    color: #da900a;
}
.bskcd_zichi_r{
    color: #ec0017;
}
.list_tongyi_jing{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 101px;
    height: 101px;
    margin: auto;
}
.bskcd_list_top span,
.bskcd_list_bottom span{
    color: #333333;
}
.bskcd_list_right_box{
    padding: 10px 0 0 10px;
}
.bskcd_list_color_b{
    background-color: #e4f1ff;
}
.bskcd_list_color_y{
    background-color:  #fffaf1;
}
.bskcd_list_color_r{
    background-color:  #fff5f6;
}

.kstdd_list_top,
.kstdd_list_bottom{
    width: 300px;
    height: 148px;
    display: flex;
    flex-direction: column;
}
.kstdd_list_top h4,
.kstdd_list_bottom h4{
    width: 300px;
    height: 30px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    line-height: 30px;
}
.kstdd_list_right_box{
   padding:0 0 0 20px;
}
.kstdd_list_right_box p{
    font-size: 14px;
    margin-top: 6px;
}

.list_start5 li p{
    margin-top: 13px;
}
.list_start5 li p span{
    color: #dc2828;
}
.list_start5 li p:nth-child(1){
    margin-top: 24px;
}


.list_start6 h5{
    width: 300px;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
    padding-left: 16px;
}
.peit_box h5+p{
    margin-top: 14px;
}
.list_start6 p{
    font-size: 14px;
    line-height: 26px;
}
.list_start9 li{
    padding: 0;
}
.m_material_item{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.m_material_item>span{
   position: relative;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
}
.m_material_item>span i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.curr_pice_all_top{
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 14px 0 10px 0;
}
.curr_pice_all_top span{
    color: #de3232;
    font-size: 18px;
}
.curr_pice_all_top b{
    font-size: 36px;
    color: #de3232;
    font-weight: 800;
    margin-right: 20px;
}
.curr_pice_all_top i{
    font-style: normal;
    font-size: 16px;
}
.curr_pice_jump{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 57px;
}
.curr_pice_jump a:nth-child(1){
    display: block;
    width: 140px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #ec0017;
    color: #de3232;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}
.curr_pice_jump a:nth-child(2){
    display: block;
    width: 140px;
    height: 36px;
    background-color: #ec0017;
    border-radius: 18px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}
.shuang_yuan_b_b{
    background-color: #1b64b2
}
.shuang_yuan_s_b{
    border: solid 1px #1b64b2;
}
.shuang_yuan_b_y{
    background-color: #e4a127;
}
.shuang_yuan_s_y{
    border: solid 1px #e4a127;
}

.shuang_yuan_b_r{
    background-color: #ec0017;
}
.shuang_yuan_s_r{
    border: solid 1px #ec0017;
}

.m_material_item>b{
    font-style: normal;
    font-weight: 400;
    margin-left: 10px;
}
.list6_yuan_icon_b{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: 4px;
    height: 4px;
    width: 4px;
    background: #3279c3;
    border-radius: 50%;
}
.list6_yuan_icon_y{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: 4px;
    height: 4px;
    width: 4px;
    background: #e4a127;
    border-radius: 50%;
}
.list6_yuan_icon_r{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: 4px;
    height: 4px;
    width: 4px;
    background: #ec0017;
    border-radius: 50%;
}
.list_title_zi_b{
    color: #1b64b2;
}
.list_title_zi_y{
    color: #e4a127;
}
.list_title_zi_r{
    color: #ec0017;
}
.list_yuan_icon_b{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background: #3279c3;
    border-radius: 50%;
}
.list_yuan_icon_h{
    position: absolute;
    content: '';
    top: calc(50% - 3px);
    left: -14px;
    height: 6px;
    width: 6px;
    background: #cccccc;
    border-radius: 50%;
}
.list_yuan_icon_y{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background: #facc75;
    border-radius: 50%;
}
.list_yuan_icon_r{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background: #e84959;
    border-radius: 50%;
}
.list_yuan_icon_f_b{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background-color: #3d87d6;
}
.list_yuan_icon_f_y{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background-color: #e4a127;
}
.list_yuan_icon_f_r{
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background-color: #ec0017;
}
/*全部课程*/
.all_curr_big_box{
    width: 1100px;
    padding: 40px 0px 40px 0px;
    background: url('/statics/gyh/master/CourseTrain_page/img/kecheng_bg.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}
.curr_table_box{
    display: flex;
}
.curr_table_box li{
    width: 160px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    border: solid 1px #d8d8d8;
    text-align: center;
    line-height: 48px;
    margin-right: 30px;
    font-size: 18px;
    cursor: pointer;
}
.curr_table_box li:nth-child(1){
    margin-left: 20px;
}
.curr_table_box .curr_li_active{
    background-image: linear-gradient(90deg,
    #ec3a45 0%,
    #ff525d 100%);
    color: #ffffff;
    font-weight: 700;
}
.curr_conter{
    display: none;
}
.curr_conter_show{
    display: block;
}
.curr_conter_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.curr_conter_box li{
    width: 250px;
    margin-left: 20px;
    margin-top: 21px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.curr_conter_top_box{
    width: 250px;
    height: 140px;
    background-image: linear-gradient(90deg,
    #f07d84 0%,
    #f4636e 100%);
    border-radius: 4px 4px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.curr_conter_top_box p{
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}
.curr_conter_top_box h3{
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    margin-top: 10px;
}
.curr_conter_top_box a{
    display: block;
    width: 120px;
    height: 32px;
    background-image: linear-gradient(90deg,
    rgba(255, 138, 145, 0.6) 0%,
    rgba(248, 147, 153, 0.2) 100%);
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #ffc5c9;
    margin-top: 16px;
}
.curr_conter_bottom_box{
    padding: 18px 10px 10px 13px;
    background-color: #ffffff;
}
.curr_conter_title{
    display: flex;
    align-items: center;
}
.curr_conter_title i{
    font-style: normal;
    width: 60px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 11px;
    border: solid 1px #ec3a45;
    color: #e62e39;
    text-align: center;
    line-height: 22px;
}
.curr_conter_title h4{
    font-size: 18px;
    color: #333333;
    margin-top: 3px;
    margin-left: 10px;
}
.curr_conter_price{
    margin-top: 10px;
}
.curr_conter_price i{
    font-style: normal;
    color: #ed3843;
    font-size: 16px;
}
.curr_conter_price strong{
    color: #ed3843;
    font-size: 24px;
}
.curr_conter_jump{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.curr_conter_jump p{
    width: 110px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.curr_conter_jump p:nth-child(1){
    color: #b21720;
    background-color: #ffe2e4;
}
.curr_conter_jump p:nth-child(2){
    color: #ffffff;
    background-color: #ee3d49;
}

/*师资力量*/
.faculty_big_box{
    overflow: hidden;
    width: 1100px;
    padding: 0 20px 40px 20px;
    background: url('/statics/gyh/master/CourseTrain_page/img/faculty_bg.jpg') no-repeat;
    background-size: 100% 100%;
}
.faculty_big_dao{
    margin-top: 37px;
}
.faculty_table_box{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.faculty_table_ul{
    border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    background: white;
}
.faculty_table_ul li{
    width: 241px;
    height: 60px;
    border-radius: 4px 4px 0px 0px;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.faculty_table_ul .faculty_li_active{
    background-image: linear-gradient(90deg,
    #ec3a45 0%,
    #fd5762 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}
.faculty_conter_box{
    position: relative;
    width: 800px;
    border-radius: 4px;
    padding: 20px 40px 20px 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.faculty_conter_now{
    position: relative;
    display: none;
}
.faculty_conter_show{
    display: block;
}
.faculty_bg_t{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 268px;
    background: url('/statics/gyh/master/CourseTrain_page/img/faculty_bg_t.png') no-repeat;
    background-size: 100% 100%;
}
.faculty_bg_t img{
    width: 180px;
    height: 248px;
}
.faculty_jies_box{
   float: left;
}
.faculty_name{
    font-size: 36px;
    color: #333333;
    font-weight: 800;
    margin-left: 40px;
    margin-top: 20px;
}
.faculty_main_curr{
    height: 25px;
    position: relative;
    font-style: normal;
    font-size: 16px;
    color: #666666;
}
.faculty_main_curr::before {
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background: #afafaf;
    border-radius: 50%;
}
.faculty_main_curr_box{
    display: flex;
    margin-left: 47px;
    margin-top: 30px;
}
.faculty_main_curr_box>p{
    font-size: 16px;
    color: #b9170b;
    width: 400px;
    margin-left: 10px;
}
.faculty_introduce_box{
    display: flex;
    justify-content: space-between;
}
.faculty_introduce{
    margin-top: 20px;
    margin-left: 33px;
    padding-top: 20px;
    padding-left: 14px;
    border-top: solid 1px #dcdcdc;
}
.faculty_introduce_curr{
    width: 69px;
    position: relative;
    height: 25px;
    font-style: normal;
    font-size: 16px;
    color: #666666;
}
.faculty_introduce_box p{
    width: 400px;
    font-size: 16px;
    margin-left: 10px;
}
.faculty_introduce_curr::before {
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -14px;
    height: 4px;
    width: 4px;
    background: #afafaf;
    border-radius: 50%;
}
.min_faculty_quan,
.big_faculty_quan,
.min_faculty_xing{
    position: absolute;
}
.min_faculty_quan{
    width: 32px;
    height: 32px;
    right: 20px;
    bottom:102px;
}
.big_faculty_quan{
    width: 53px;
    height: 53px;
    left: 254px;
    bottom: 25px;
}
.min_faculty_xing{
    width: 44px;
    height: 42px;
    right: 20px;
    top: 20px;
}
/*学员反馈*/
.feedback_big_box{
    width: 1100px;
    height: 630px;
    background: url('/statics/gyh/master/CourseTrain_page/img/fack_fan.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
    overflow: hidden;
}
.feedback_hang{
    display: flex;
    margin-top: 22px;
}
.feedback_fan{
    justify-content: flex-end;
}
.feedback_hang img{
    width: 80px;
    height: 80px;
    margin-left: 20px;
}
.feedback_img_fan{
 margin-right: 20px;
}
.feedback_hang div{
    width: 520px;
    height: 68px;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    margin-left: 40px;
    margin-top: 4px;
    padding: 14px 12px 13px 14px;
}
.feedback_hang .feedback_zhen:before {
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-right: 27px solid #ffffff;
    border-bottom: 25px solid transparent;
    margin: 11px 0 0 -27px;
}
.feedback_hang .feedback_fan_s:before {
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-left: 27px solid #ffffff;
    border-bottom: 25px solid transparent;
    margin: 11px 0 0 497px;
}
/*配套教材*/
.pcjc_and_zxtc{
    margin-top: 40px;
}
.zxtk_big_box_s{
    width: 550px;
    height: 600px;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
    float: left;
    background-color: #ffffff;
}
.pcjc_big_box{
    background: url('/statics/gyh/master/CourseTrain_page/img/ptjc_bg.png') no-repeat;
    background-size: 100% 100%;
    width: 1000px;
    height: 640px;
    margin-left: 100px;
}
.zxtk_big_box_s h2{
    width: 360px;
    height: 60px;
    margin-top: 30px;
    background-image: linear-gradient(90deg,
    rgba(232, 65, 65, 0.3) 0%,
    rgba(232, 65, 65, 0.2) 66%,
    rgba(232, 66, 66, 0.1) 80%,
    white 100%);
    font-size: 24px;
    color: #df1e1e;
    font-weight: 700;
    line-height: 60px;
}
.zxtk_big_box_s h2 span{
    color: #ffffff;
}
.zxtk_conter_s_box{
    display: flex;
    flex-wrap: wrap;
}
.zxtk_conter_s_box li{
    text-align: center;
    width: 230px;
    height: 180px;
    background-color: #ffffff;
    border: dashed 1px #b9b9b9;
    margin-top: 20px;
    margin-left: 30px;
}
.zxtk_conter_s_box li img{
    width: 36px;
    height: 40px;
    margin-top: 30px;
}
.zxtk_conter_s_box li h3{
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-top: 20px;
}
.zxtk_conter_s_box li p{
    font-size: 14px;
    color: #333333;
    width: 183px;
    margin:  0 auto;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.kszt_button_s{
    display: block;
    margin: 30px auto;
    width: 240px;
    height: 50px;
    background-image: linear-gradient(90deg,
    #df1e1e 0%,
    #ff5252 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: white;
    cursor: pointer;
}
.pcjc_big_box h2{
    float: right;
    width: 210px;
    height: 60px;
    background-image: linear-gradient(90deg,
    rgba(255, 255, 255, 0.0) 20%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.2) 70%,
    rgba(255, 255, 255, 0.3) 100%);
    text-align: center;
    line-height: 60px;
    margin-top: 40px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
.ptjc_four_box{
    float: right;
    position: relative;
    width: 487px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 30px;
}
.ptjc_four_box li{
    text-align: center;
    width: 231px;
    height: 180px;
    background-color: #f14e4e;
    margin-top: 20px;
}
.ptjc_yuan_big_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
    margin: auto;
}
.ptjc_yuan_min_box{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: white;
    position: relative;
    overflow: hidden;
}
.constellation_part{
    position: absolute;
    width: 50%;
    height: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}
.part-1{
    top: 0;
    left: 0;
    transform: rotate(0deg);
    background: white;
    border: solid 1px  #f4f4f4;
    color: #ff4344;
    padding-top: 5px;
}
.part-2{
    top: 0;
    right: 0;
    transform: rotate(0deg);
 background: #e7e7e73d;
    color: #333333;
    padding-top: 5px;
}
.part-3{
    bottom: 0;
    left: 0;
    transform: rotate(0deg);
    background: #e7e7e73d;
    color: #333333;
    line-height: 45px;
}
.part-4{
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
    background: #e7e7e73d;
    color: #333333;
    border: solid 1px  #f4f4f4;
    line-height: 45px;
}


.ptjc_four_box li img{
    width: 36px;
    height: 40px;
    margin-top: 30px;
}
.ptjc_four_box li h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
}
.ptjc_four_box li p{
    font-size: 14px;
    color: #ffffff;
    width: 154px;
    margin: 0 auto;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ckjc_button_s{
    display: block;
    float: right;
    margin: 30px 133px;
    width: 240px;
    height: 50px;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    color: white;
}
.ckjc_button_s:hover{
    color: white !important;
}
.kszt_button_s:hover{
    color: white !important;
}
/*专享服务*/
.zxfw_big_box{
    width: 1100px;
    background-color: #fff9f9;
    margin-top: 60px;
    overflow: hidden;
}
.zxfw_dao{
    margin-top: 40px;
}
.zxfw_ul_box{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.zxfw_ul_box li{
    text-align: center;
    width: 195px;
    height: 240px;
    background-image: linear-gradient(0deg,
    #fff9f9 0%,
    #ffdbdb 100%);
    border-radius: 10px 10px 0px 0px;
}
.zxfw_ul_box li img{
    width: 68px;
    height: 68px;
    margin-top: 30px;
}
.zxfw_ul_box li h3{
    font-size: 18px;
    color: #e75454;
    font-weight: 700;
    margin-top: 20px;
}
.zxfw_ul_box li p{
    font-size: 14px;
    color: #333333;
    width: 113px;
    margin: 0 auto;
    margin-top: 9px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
}
/*学习指南*/
.xxzn_big_box_s{
    width: 1100px;
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.xxzn_ul_box_s{
    width: 1041px;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}
.xxlc_title_box{
    width: 68px;
    height: 160px;
    background-image: linear-gradient(0deg,
    #e3412a 0%,
    #ffc334 100%);
    border-radius: 0px 0px 34px 34px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    writing-mode: vertical-lr;
    line-height: 68px;
    text-align: center;
    letter-spacing: 4px;
}
.liuc_li_s{
    /*width: 72px;*/
    height: 102px;
    text-align: center;
}
.liuc_li_s img{
    width: 35px;
    height: 36px;
}
.right_jiantou{
    width: 23px;
    height: 25px;
}

/*常见问题*/
.cjwt_big_box_s{
    margin-top: 40px;
    overflow: hidden;
    width: 1100px;
    background-color: #f3f3f3;
    padding-bottom: 20px;
}
.cjwt_ul_s{
    display: flex;
    flex-wrap: wrap;
}
.cjwt_ul_s li{
    width: 520px;
    height: 126px;
    background-color: #ffffff;
    margin-left: 20px;
    margin-top: 20px;
    padding: 19px 30px 19px 20px;
}
.cjwt_ul_s li p span{
    display: inline-block;
    margin-left: 16px;
}
.cjwt_ul_s li p:nth-child(2) span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 432px;
}
.cjwt_ul_s li p:nth-child(1){
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: dashed 1px #ebebeb;
}
.cjwt_ul_s li p:nth-child(2){
   display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.wen_h{
    font-size: 18px;
    color: #333333;
}
.da_h{
    font-size: 16px;
}
.cjwt_ul_i_w{
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url('/statics/gyh/master/CourseTrain_page/img/wen.png') no-repeat;
    background-size: 100% 100%;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
}
.cjwt_ul_i_d{
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url('/statics/gyh/master/CourseTrain_page/img/da.png') no-repeat;
    background-size: 100% 100%;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
}
/*最后的按钮*/
.qtwt_last_show{
    display: block;
    width: 400px;
    height: 68px;
    background-image: linear-gradient(90deg,
    #e81600 0%,
    #ff5c4b 100%);
    border-radius: 34px;
    text-align: center;
    line-height: 68px;
    margin:0 auto;
    margin-top: 40px;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 40px;
}
.qtwt_last_show:hover{
    color: #ffffff;
}
.liuc_li_s img+p{
    margin-top: 10px;
}
.liuc_li_s img+p+p{
    margin-top: 5px;
}
.kcdy_hqzsk_box{
    width: 1060px;
    /*height: 146px;*/
    margin: 0 auto;
    margin-top: 20px;
    background: url('/statics/gyh/master/CourseTrain_page/img/kcdy_kc_img.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.kcdy_hqzsk_box h2{
    font-size: 30px;
    margin-top: 24px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}
.kcdy_hqzsk_box h2 span{
    color: #d61f00;
}
.lqkc_xm_iphone{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 24px;
}
.shuxie_kuang{
    display: flex;
    align-items: center;
    padding: 10px 0 10px 14px;
    width: 340px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f2f2f2;
}
.shuxie_kuang img{
    width: 15px;
    height: 18px;
}
.shuxie_kuang input{
    outline: none;
    border: none;
    border-left: 1px #ccc solid;
    text-indent: 13px;
    width: 100%;
    height: 16px;
    background: white;
    border-radius:initial;
    margin-left: 10px;
}

.tj_click_button{
    width: 200px;
    height: 48px;
    background-image: linear-gradient(90deg,
    #fa9a3a 0%,
    #fbbc63 100%);
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    color: white;
    font-weight: 700;
    cursor: pointer;
}


/*弹窗二维码*/
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
    user-select: none;
    z-index: 100;
}
.show_QR_code {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 340px;
    z-index: 523;
    box-shadow: 2px -3px 26px #c2c2c2;
    background-image: url('/statics/gyh/materials/materials_img/cloud.png');
    background-size: 100% 100%;
    border-radius: 10px;
    text-align: center;
}
.show_QR_code h2 {
    font-weight: 600;
    color: white;
    font-size: 24px;
    line-height: 100px;
}
.show_QR_code h3 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-top: 1px;
}
.show_QR_code img {
    width: 140px;
    height: 140px;
    margin-top: 20px;
}