@CHARSET "UTF-8";
@import url("y_b.css");
.Filters-s {
    position: relative;
    border: 1px solid #f0f0f0;
    border-top: 2px solid #dcdcdc;
    font-size: 12px;
    color: #666;
}
.Filters-s .f_div {
    background: #f9fafb;
    border-bottom: 1px solid #fff;
}
.Filters-s .p_title {
    width: 100px;
    float: left;
    line-height: 42px;
    font-size: 12px;
    font-family: "微软雅黑";
    text-align: center;
    color: #6c7a85;
    height: 42px;
    background: #f9fafb;
}
.Filters-s .f_div .optionListdiv {
    width: 1040px;
    float: left;
    padding: 0 30px;
    background: #fff;
    line-height: 41px;
    overflow: hidden;
}
.Filters-s .f_div .optionListdiv .aList {
    width: 955px;
    overflow: hidden;
    float: left;
    margin: 10px 0;
    line-height: 19px;
    height: 19px;
}
.Filters-s .f_div .optionListdiv a {
    font-size: 12px;
    display: inline-block;
    padding: 0 7px;
    margin: 0 10px;
    line-height: 20px;
    cursor: pointer;
    color: #4f4f4f;
}
.Filters-s .f_div .optionListdiv a.on {
    color: #fff;
    background-color: #317cec;
    cursor: pointer;
}
.Filters-s .f_div .optionListdiv .option_bottom_border {
    clear: both;
    width: 1038px;
    height: 0;
    border-bottom: 1px dashed #dcdcdc;
    _line-height: 0;
    _height: 10px;
}

.clist_condition {
    height: 38px;
    border-top: 2px solid #b5cbe6;
    background: #eff4fa;
    text-indent: 15px;
    line-height: 38px;
    font-size: 14px;
}
.clist_condition label {color: #666;}
.clist_condition .count {float: right;padding-right: 30px;color: #666;}

/**============course_list**/
.course_list li {border-bottom: 1px solid #ddd;width:100%;float:left;}
.course_list li:last-child{border-bottom: none;}
.course_list li .sch-item {width:100%;float:left;padding: 20px 0;position: relative;}
.course_list li .sch-item .imgdiv {
    display: block;
    float: left;
    width: 200px;
    height: 130px;
    margin-right: 10px;
}
.course_list li .sch-item .imgdiv img {height: 100%;width: 100%;object-fit: cover;}
.course_list li .sch-item .infodiv {width: 520px;float: left;overflow: hidden;font-size: 13px;}
.course_list li .sch-item .infodiv .info_prdtname {
    overflow: hidden;
    height: 30px;
    color: #317cec;
    font-size: 18px;
    width:100%;
    float: left;
}
.course_list li .sch-item .infodiv p {
    padding-left:5px;
    max-height: 52px;
    width: 100%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    line-height: 26px;
    font-size: 14px;
}
.course_list li .sch-item .infodiv p.info_prdttxt{
    display: -webkit-box!important;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course_list li .sch-item .moneydiv {
    width: 134px;
    overflow: hidden;
    float: right;
    margin-top: 8px;
    border-left: 1px solid #eee;
}
.course_list li .sch-item .moneydiv .money {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.course_list li .sch-item .moneydiv .money span {
    font-size: 26px;
    color: #ff5000;
}
.course_list li .sch-item .moneydiv .buybtn {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #bdd6f7;
    font-size: 12px;
    color: #006cbf;
}

/**===========course_course**/
.course_course .course_info{width: 848px;padding: 20px;}

/**================================= course_course pic start**/
.course_course .course_info .pic{width: 321px;padding-bottom: 8px;position: relative;}
.course_course .course_info .pic .bigpic {
    height: 220px;
    border: 1px solid #ececec;
    overflow: hidden;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(5px);
}
.course_course .course_info .pic .bigpic img {
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: cover cover;
}
.course_course .course_info .pic .max-img{display: none;}
.course_course .course_info .pic .bigpicbox:hover .max-img{display: block;}
.course_course .course_info .pic .max-img img {
    width: auto;
    height: fit-content;
    position: absolute;
    top: 1px;
    left: 100%;
    max-width: 800px;
    height: 300px;
    z-index: 9999;
    margin-left: 19px;
    display: block;
}
.course_course .course_info .pic .share {
    width:291px;
    padding-left: 30px;
    margin: 18px 0;
    position: relative;
}
.course_course .course_info .pic .share span {
    margin-right: 5px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 2px 5px;
    cursor: pointer;
}
.course_course .course_info .pic .share span i {
    font-size: 14px;
    margin-right: 2px;
}
.course_course .course_info .pic .share span.time {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #999;
}
.course_course .course_info .pic .share span.yy span {
    margin-right: 5px;
    padding-right: 0;
}
.course_course .course_info .pic .share span:hover {
    color: #4da6ff;
}

/**=================================course_course info start**/
.course_course .course_info .info{
    padding-left: 19px;
    width: 508px;
    float: left;
    min-height: 350px;
    font-size: 14px;
}
.course_course .course_info .info .info_couName {
    padding-bottom: 10px;
    line-height: 28px;
    color: #2a2a2a;
    width: 518px;
    overflow: hidden;
    float: left;
}
.course_course .course_info .info .info_couName .title {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
}
.course_course .course_info .info .info_studType {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 38px;
    color: #a1a1a1;
    float: left;;
}
.course_course .course_info .info .info_studType label {
    display: inline-block;
    margin: 0 8px;
    color: #093;
    cursor: pointer;
}
.course_course .course_info .info .info_tags {
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    color: #a1a1a1;
    float:left;
}
.course_course .course_info .info .info_tags .line{width:100%;float: left;line-height: 25px;margin-bottom: 10px;}
.course_course .course_info .info .info_tags .nomg {margin: 0;}
.course_course .course_info .info .info_tags span.font_st {width:70px;line-height: 25px;display: inline-block;vertical-align: top;float:left}
.course_course .course_info .info .info_tags p {display: inline-block;width: 434px;}
.course_course .course_info .info .info_tags p.xiaoQu {
    display: block;
    width: 100%;;
    color: #666;
    font-size: 14px;
    display: -webkit-box!important;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course_course .course_info .info .info_tags p label {
    display: inline-block;
    padding: 0 12px;
    border: 1px solid #ccc;
    
    
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 23px;
    cursor: pointer;
}
.course_course .course_info .info .info_price div label {
    color: #ff5000;
    font-size: 20px;
    font-weight: bold;
}
.course_course .course_info .info .info_tags .container {display: inline-block;width: 442px;}
.course_course .course_info .info .info_tags .xiaoqu-box {height: 58px;overflow: hidden;}
.course_course .course_info .info .info_tags .container {display: inline-block;width: 438px;}
.course_course .course_info .info .info_botton {
    width: 560px;
    height: 45px;
    padding-top: 25px;
    padding-bottom: 15px;
   
}
.course_course .course_info .info .info_botton div.hear,.course_course .course_info .info .info_botton div.wechatTalk {
    display: block;
    cursor: pointer;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    border: 0;
    float: left;
}
.course_course .course_info .info .info_botton .hear {
    width: 185px;
    margin-right: 15px;
    line-height: 38px;
    background: #ff5000;
    font-weight: bold;
    float:left;
    text-align: center;
}
.course_course .course_info .info .info_botton .hear a{color: #fff;}
.course_course .course_info .info .info_botton div.wechatTalk {
    width: 125px;
    margin-right: 15px;
    background-color: #52bf1c;
    color: #fff;
    background-image: url(/static/home/images/yunxue/wechatTalk.png);
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    background-position: 16px center;
    position: relative;
    padding-left:15px;
}
.course_course .course_info .info .info_botton div.wechatTalk .showWeChat {
    display: none;
    background-image: url(/static/home/images/yunxue/wechatPop-Bg.png);
    position: absolute;
    top: 0;
    right: -50%;
    width: 174px;
    height: 195px;
    background-position: -14px -13px;
    z-index: 99;
    margin-top: -200px;
}
.course_course .course_info .info .info_botton div.wechatTalk:hover .showWeChat{display: block;}
.course_course .course_info .info .info_botton div.wechatTalk .showWeChat img {margin: 23px 29px 0 30px;float:left;}
.course_course .course_info .info .info_botton div.wechatTalk .showWeChat p{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    float: left;
    margin-left:0;
}

/**=========course_main start**/
.course_main {padding-top: 65px;position: relative;}
.PrdtNav {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #317cec;
    background: #fafafa;
    float: left;
}
.cd_PrdtNav li {float: left;padding: 16px 0;cursor: pointer;}
.cd_PrdtNav li.cur {background: #317cec;}
.cd_PrdtNav li.cur p {color: #fff;border: 0;}
.cd_PrdtNav li p {
    padding: 0 25px;
    height: 18px;
    line-height: 18px;
    color: #666;
    font-size: 14px;
    border-right: 1px solid #e9e9e9;
}


.course_main .course_main_left {width: 890px;float: left;}
.course_main .course_main_left .cdml_coursedetail {
    width:850px;
    float: left;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}
.course_main .course_main_left .cdml_coursedetail a{color:#2F2FF1;text-decoration: underline;}
.course_main .course_main_left .cdml_coursedetail table, .wb-c-body img {max-width: 710px;}
.course_main .course_main_left .cdml_coursedetail table{word-break: break-all;table-layout:fixed;}
.course_main .course_main_left .cdml_coursedetail table td{font-family: "5FAE8F6F96C59ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "5B8B4F53" !important;}
.course_main .course_main_left .graydiv{
    height: 170px;
    width: 873px;
    border: 1px solid #ededed;
    background: #f9f9f9;
    padding-left: 15px;
}
.course_main .course_main_left .graydiv .searchtarget {
    margin-top: 28px;
    color: #006cbf;
    font-size: 18px;
    width: 800px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course_main .course_main_left .graydiv .searchtarget i {
    color: #ff5000;
}
.course_main .course_main_left .graydiv .searchdiv {
    margin-top: 20px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #494949;
}
.course_main .course_main_left .cdml_haedtxt {
    height: 27px;
    border-left: 5px solid #317cec;
    color: #494949;
    font-size: 24px;
    margin-bottom: 12px;
    text-indent: 9px;
}
.course_main .course_main_left .cdml_similar .cdml_s_productlist {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
.course_main .course_main_left .cdml_similar .cdml_s_productlist li {
    float: left;
    width: 296px;
    height: 83px;
    padding-bottom: 6px;
}
.course_main .course_main_left .cdml_similar .cdml_s_productlist li .img {
    display: block;
    float: left;
    margin-right: 15px;
    width: 120px;
    height: 75px;
    object-fit: cover;
}
.course_main .course_main_left .cdml_similar .cdml_s_productlist li .pdct_name {
    font-size: 14px;
    color: #494949;
    line-height: 24px;
    width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
    float: left;
}
.course_main .course_main_left .cdml_similar .cdml_s_productlist li .pdct_info {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.course_main .course_main_left .cdml_similar .cdml_s_productlist li .pdct_price {
    font-size: 14px;
    color: #ff5000;
    line-height: 24px;
    width: 152px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    float: left;
}
/**============course_main_left end**/

.course_main .course_main_right{float: right;width: 220px;background: #f9fcff;}
.course_main .course_main_right .cd_r_consult {
    background: #ecf6ff;
    line-height: 50px;
    text-align: center;
    color: #006bbc;
    font-size: 18px;
    height: 50px;
    width:100%;float:left;
}
.course_main .course_main_right .cd_r_href {
    padding: 10px 0;
    display: block;
    width: 220px;
    border-bottom: 1px solid #e7f0f8;
    float: left;
}
.course_main .course_main_right .cd_r_href li {
    position: relative;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #2a2a2a;
}
.course_main .course_main_right .cd_r_href .cur {color: #ff5000;}
.course_main .course_main_right .cd_r_href .cur i {position: absolute;top: -10px;margin-left: 5px;font-style: italic;}
.course_main .course_main_right .imgdiv {
    padding: 10px 0;
    text-align: center;
}
.course_main .course_main_right .imgdiv img {
    display: block;
    margin: 0 auto;
    width: 134px;
}
.course_main .course_main_right .imgdiv label {
    display: block;
    font-size: 14px;
    color: #3c9717;
    padding-bottom: 7px;
}
.course_main .course_main_right .imgdiv p {
    font-size: 14px;
    color: #555;
    padding-bottom: 10px;
}
/**============course_main_right end**/


