body {
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: center top;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.word_orange {
    color: #ff5400;
}

.word_red {
    color: #f16765;
}

.word_pink {
    color: #f72862;
}

/* .clight {
    color: #666;
    font-size: 14px;
} */

.widthper95 {
    width: 95%;
}

.widthper100 {
    width: 100%;
}

.mt90 {
    margin-top: 90px;
}

.ver_align_m {
    vertical-align: middle;
}

a:hover {
    cursor: pointer;
}

/* .course_subtitle {
    color: #666;
    text-indent: 10px;
    border-left: 2px solid #ff5400;
} */

/* 下拉框 */
.drop_down {
    position: relative;
    height: 30px !important;
    padding: 0 !important;
    margin-top: -5px;
}

.drop_down>.drop_down_toggle {
    display: block;
    padding: 2px 12px;
    /*margin:2px 2px 2px 0;*/
    line-height: 26px;
    cursor: pointer;
}

.drop_down>.drop_down_toggle>.caret {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/assets/images/course/arrow.png) no-repeat 0 -83px;
}

.drop_down>.drop_down_menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 85px;
    /*margin:6px 0 0;*/
    list-style: none;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    z-index: 1000;
}

.drop_down>.drop_down_menu>li {
    white-space: nowrap;
    cursor: pointer;
}

.drop_down_menu_a {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    color: #767d85;
    line-height: 28px;
}

.drop_down>.drop_down_menu>li:hover {
    background-color: #ff5400;
    color: #fff;
}

.drop_down>.drop_down_menu>li:hover .drop_down_menu_a {
    color: #fff;
}

.drop_down.open>.drop_down_toggle>.caret {
    background-position: 0 -67px;
}

/* 下拉框 完成 */

/* 内容 */
/* .mainbox {
    width: 100%;
    padding-bottom: 40px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
} */

/* .crumbs {
    height: 38px;
    font-size: 12px;
    line-height: 38px;
} */

.course_position {
    display: inline-block;
}

/* .course_position a {
    font-size: 12px;
    color: #333;
} */
/* .course_bread{
    position: relative;
    border: 1px solid #E7E7E7;
} */
/* .course_bread a:hover{
    color: #ff5400;
}
.course_bread_span{
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    min-width: 40px;
    color: #333;
} */
.course_bread_triangle {
    position: absolute;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    top: 3px;
    right: 10px;
}

.course_bread_list {
    position: absolute;
    top: 17px;
    left: -1px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    z-index: 1000;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.course_bread_list a {
    display: block;
    color: #666;
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.type_tags {
    display: inline-block;
    /*margin-left: 25px;*/
}

.type_tag {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    padding: 0 40px 0 10px;
    margin: 7px 0 0 10px;
    border: 1px solid #E7E7E7;
}

.type_tag i {
    position: absolute;
    top: -2px;
    right: 6px;
    color: #a9aaae;
    font-size: 18px;
    cursor: pointer;
}

.type_tag:hover {
    border-color: #ff5400;
}

.type_tag:hover i {
    color: #ff5400;
}

.type_tag i>a {
    color: #a9aaae;
}

.type_tag:hover i>a {
    color: #ff5400;
}

.clean_tags {
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 6px;
}

.clean_tags>a {
    float: left;
    height: 24px;
    padding-left: 24px;
    line-height: 24px;
    color: #84878c;
    background: 0 -2px no-repeat url(/assets/images/course/delete.png);
    cursor: pointer;
}

.clean_tags>a:hover {
    color: #ff5400;
    background-position: 0 -22px;
}

/*列表筛选*/
/* .screen {
    border: 1px solid #e8e8e8;
} */

/* .screen .row {
    padding: 9px 10px;
    height: auto;
    border-bottom: 1px dashed #e8e8e8;
} */

.screen .row:last-child {
    border-bottom: 0;
}

.row>span {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-right: 6px;
}

.row>ul>li {
    float: left;
    /* height: 20px; */
    line-height: 20px;
    /* padding: 0 7px; */
}

.row>ul>li>a {
    font-size: 12px;
    color: #333;
}

.row>ul>li>a:hover {
    color: #FE7E3D;
}

.row>ul>li.selected>a {
    color: #ff5400;
}

.row .cate-child-div {
    /* display: none; */
    padding-top: 10px;
}

/* .row .cate-child-ul {
    position: absolute;
    background-color: #F8F8F8;
    left: 0;
    width: 1100px;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
}

.row .cate-child-ul .cate-child-li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.row .cate-child-ul .cate-child-li > a {
    color: #666;
}

.row .cate-child-ul .cate-child-li > a:hover {
    color: #FE7E3D;
} */

/* 列表筛选 完成 */

/* 左 */
.main_left {
    width: 940px;
    margin-top: 20px;
}

/* 筛选排序方式 */
.zhpx {
    height: auto;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.zhpx>span {
    float: left;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 10px 33px;
    margin-right: 0;
    background-color: #fff;
    border-right: 1px solid #eaeceb;
}

.zhpx ul {
    float: left;
    width: auto;
}

.zhpx ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    _line-height: 19px;
    padding: 10px 33px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

.zhpx ul li a {
    font-size: 12px;
    color: #666;
}

.zhpx ul li a:hover {
    color: #ff5400;
}

.zhpx ul li.highlight a {
    color: #ff5400;
}

/* 分页 */
.page {
    margin: 40px 0 60px;
}

.page-list {
    text-align: center;
    margin: 0 auto;
}

.page-list li {
    color: #999;
    margin-right: 2px;
    display: inline-block;
}

.page-list li a {
    display: inline-block;
    padding: 9px 13px;
    color: #999;
    line-height: 1;
    border: 1px solid #ddd;
}

.page-list li a:hover {
    color: #fff;
    background-color: #ff5400;
}

.page-list li a.present {
    color: #fff;
    background-color: #ff5400;
    border: 1px solid #ff5400;
}

/* 分页 完成 */
.resultbox {
    padding: 10px;
}

.resultbox a {
    display: inline-block;
    color: #666;
}

.result,
.toppage {
    vertical-align: top;
}

.result {
    margin-right: 15px;
}

.result em {
    /*font-size: 16px;*/
    color: #ff5400;
    /*font-weight: bold;*/
    vertical-align: baseline;
}

.pre_next {
    width: 9px;
    height: 15px;
    background: url(/assets/images/list_sprite.png) no-repeat;
}

.pre {
    background-position: -1px -203px;
    *background-position: -1px -206px;
}

.next {
    background-position: 2px -237px;

}

.next_click {
    background-position: 2px -305px;
    *background-position: 2px -308px;
}

.pre_click {
    background-position: -1px -271px;
}

/* 筛选排序方式 完成 */

/*推广*/
.sch_promotion_part {
    height: auto;
    box-shadow: 0 0 2px #e3e3e3;
    border: 1px solid #e8e8e8;
    border-top: 0;
    background: #fff;
}

.sch_promotion_li:hover .sch_img {
    box-shadow: 0 0 3px #999;
}

.sch_promotion_li:hover {
    background-color: #fffcee;
}

.sch_promotion_part>.sch_promotion_li {
    padding: 10px;
    /*border-bottom:1px solid #e8e8e8;*/
    background-image: url(/assets/images/course/promotion.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.sch_promotion_part>li:last-child {
    border-bottom: 0;
}

.sch_promotion_title {
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: bold;
}

.sch_promotion_tags {
    margin-top: 2px;
    margin-left: 30px;
    line-height: 1;
}

.rec_tag {
    float: left;
    font-size: 12px;
    color: #fcbfcd;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 9px;
    background-color: #fef5f8;
}

.rec-call {
    width: 20px;
    height: 23px;
    background-image: url(/assets/images/school/rec-call.png);
    vertical-align: middle;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.rec-talk {
    width: 23px;
    height: 21px;
    background-image: url(/assets/images/school/rec-talk.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.rec-talk-btn {
    font-size: 15px;
    color: #f72862;
    vertical-align: middle;
    padding-left: 8px;
}

.rec-call-box:hover .rec-call,
.rec-talk-box:hover .rec-talk {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}

.rec-talk-box:hover .rec-talk-btn {
    color: #f51151;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(30deg);
    }

    10% {
        -webkit-transform: rotate(-30deg);
    }

    20% {
        -webkit-transform: rotate(25deg);
    }

    30% {
        -webkit-transform: rotate(-25deg);
    }

    40% {
        -webkit-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(10deg);
    }

    70% {
        -webkit-transform: rotate(-10deg);
    }

    80% {
        -webkit-transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.red_border_tag {
    display: inline-block;
    font-size: 12px;
    color: #f72862;
    padding: 2px 10px;
    border: 1px solid #f72862;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
}

.pink_fire {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/course/fire.png);
    background-repeat: no-repeat;
    background-position: 0 -3px;
    vertical-align: middle;
}

.pink_btn {
    color: #fff;
    font-size: 12px;
    padding: 7px 21px;
    line-height: 1.4;
    text-align: center;
    background-color: #f72862;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

/*.sch_promotion_part_act .pink_btn {
    letter-spacing:2px;
    padding:7px 16px 7px 18px;
}*/
/* .sch_promotion_addr {
    margin-top: 10px;
} */

/* .sch_promotion_addr .addr_name {
    font-size: 12px;
    color: #797c81;
    vertical-align: middle;
    display: inline-block;
    max-width: 455px;
    float: left;
} */

/* .sch_promotion_addr .intro_more {
    color: #797c81;
    display: inline-block;
    float: left;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 12px;
    max-width: 60px;
} */


.sch_promotion_addr .addr {
    width: 15px;
    height: 15px;
    color: #797c81;
    background-image: url(/assets/images/school/small-pos.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}

.sch_promotion_part_act {
    width: 32%;
}

/*推广 完成*/

/*独家推荐*/
.sch_exclusive_li .com-title-box>h2>a:hover,
.sch_exclusive_li .sch_promotion_addr>a:hover {
    color: #FE7E3D;
}

.sch_exclusive_li .sch_img:hover {
    box-shadow: 0 0 6px #999;
}

/* .sch_exclusive_part > .sch_exclusive_li {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-left: 33px;
} */
/* 
.specail_exclusive {
    display: block;
    position: absolute;
    left: 34px;
    top: 16px;
    width: 79px;
    height: 48px;
    background: url(/assets/images/hot-recommend.png) no-repeat 0 0;
    z-index: 1;
} */

/* .sch_exclusive_part_con {
    position: relative;
    font-size: 12px;
    margin-left: 220px;
    padding-top: 30px;
    width: 520px;
    color: #797c81;
} */

.sch_exclusive_title {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    margin-right: 40px;
    max-width: 390px;
    font-weight: bold;
}

.orange_border_tag {
    display: inline-block;
    font-size: 12px;
    color: #ff5400;
    padding: 2px 10px;
    border: 1px solid #ff5400;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 6px;
    line-height: 1;
}

.sch_exclusive_p_border {
    margin-top: 5px;
}

.orange_fire {
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-left: 10px;
    background-image: url(/assets/images/school/small-fire.png);
    background-repeat: no-repeat;
    background-position: 0 -28px;
    vertical-align: middle;
}

.sch_exclusive_p_border>span {
    line-height: 28px;
}

.orange_btn {
    color: #fff;
    font-size: 12px;
    padding: 7px 21px;
    line-height: 1.4;
    text-align: center;
    background-color: #ff5400;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.orange_btn:hover {
    background-color: #f22d00;
}

.sch_exclusive_p_border .orange_btn {
    margin: -1px 0;
}

/* .com_tag {
    float: left;
    font-size: 14px;
    color: #ffbaa4;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 9px;
    background-color: #fff3ed;
} */

.com-title-box {
    margin-bottom: 25px;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

/* .com-title-box h2 {
    float: left;
    height: 25px;
    max-width: 390px;
    margin-right: 30px;
    line-height: 25px;
} */

/* .com-title-box a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
} */

.call-talk {
    position: absolute;
    top: 26px;
    right: 0;
    display: flex;
    height: 119px;
    line-height: 119px;
    width: 140px;
    align-items: center;
    margin-right: 20px;
}

.com-check-box {
    font-size: 12px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -12px;
    left: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .com-talk-box {
    min-width: 76px;
    height: 26px;
    line-height: 26px;
    background: #fff url(/assets/images/course/duihua.png) no-repeat 10px 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    border: 1px solid #ff9c00;
    color: #ff9c00;
    padding-left: 40px;
    font-size: 16px;
}

.com-talk-box:hover {
    color: #fff;
    background: #ff9c00 url(/assets/images/course/duihua2.png) no-repeat 10px 3px;
} */

/* .com-call-box {
    font-size: 18px;
    color: #ff7200;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
} */

.contrast {
    width: 240px;
    display: none;
    background: #FFFFFF;
    border: 1px solid #d0d6d9;
    position: fixed;
    top: 28%;
    right: 4%;
    z-index: 99;
}

/* 
.contrast-position{
    position:fixed;
    right:331px;
    top:85px;
} */

.contrast-head {
    background: #f67d34;
    width: 220px;
    height: 44px;
    line-height: 44px;
    color: white;
    font-size: 16px;
    padding-left: 20px;
}

.contrast-box {
    display: flex;
    justify-content: space-around;
    width: 240px;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.contrast-close {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    color: #aeaeae;
}

.contrast-school-title {
    margin-top: 14px;
    width: 115px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*我的足迹*/
.footprint {
    margin-top: 35px;
}

.footprint_ul {
    margin: 18px 0 18px -20px;
}

.footprint_ul>li {
    float: left;
    width: 220px;
    height: 210px;
    margin-left: 20px;
    box-shadow: 0 0 3px #dcdcdc;
}

.footprint_ul>li:hover {
    box-shadow: 0 0 6px #666;
}

.footprint_ul>li:hover .footprint_title {
    color: #ff5400;
}

.footprint_box {
    font-size: 14px;
    margin: 10px 10px 15px;
}

.footprint_img_wrap {
    position: relative;
}

.renqi {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    font-size: 12px;
}

.footprint_img {
    display: block;
    width: 100%;
    height: 140px;
    border: 1px solid #e3e3e3;
}

.footprint_img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.footprint_title {
    margin-top: 8px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #797c81;
}

.footprint_title>a {
    color: #797c81;
}

.word_free {
    color: #f16765;
}

/*我的足迹 完成*/

/*没有筛选结果*/
.sch_none_filter_result {
    width: 375px;
    font-size: 16px;
    margin: 78px auto 85px;
}

.sch_none_result_img {
    display: inline-block;
}

.sch_none_result_tip {
    color: #666;
    line-height: 1.5;
    margin: 40px 0 0 114px;
}

/*没有筛选结果 完成*/

/* 右 */
.main_right {
    width: 240px;
    margin-top: 20px;
}

/* 个性定制 */
.signup_form {}

/*.signup_form_btn {*/
/*display: block;*/
/*width: 100%;*/
/*height: 35px;*/
/*line-height: 35px;*/
/*text-align: center;*/
/*border: none;*/
/*color: #fff;*/
/*font-size: 16px;*/
/*font-weight: bold;*/
/*cursor: pointer;*/
/*padding: 0 0;*/
/*background: #ff5400;*/
/*border-radius: 2px;*/
/*-moz-border-radius: 2px;*/
/*outline: none;*/
/*}*/

.signup_form_btn:hover,
.signup_form_btn:active {
    background: #f22d00;
}

/* 新闻中心 开始 */
/* .news-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
} */

.news-title-name {
    font-size: 18px;
    line-height: 1;
    color: #666;
    /* margin-top: 20px; */
}

.news-title-more {
    margin-top: 8px;
    line-height: 1;
}

/* .mar_btm {
    margin-bottom: 60px;
    margin-top: -40px;
} */

/* .news-ul {
    width: 25%;
    height: 300px;
    margin-top: 22px;
    padding: 10px 15px 0 15px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
} */

/* .news-ul h2 {
    margin-bottom: 15px;
} */

/* .news-li {
    height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
} */

/* .news-li:hover .news-li-lf {
    background-position: 0 7px;
    color: #ff5400;
}

.news-li:hover .limt-w {
    color: #ff5400;
}

.news-li:hover .news-li-ri {
    color: #ff5400;
}

.news-li-lf {
    position: relative;
    background-image: url(/assets/images/index/squre-dot.png);
    background-repeat: no-repeat;
    background-position: 0 -24px;
    padding-left: 10px;
    /*margin-left: 30px;*/
/* width: 80%; */
/* } */

/*.news-li-lf:hover {*/
/*background-position:0 7px ;*/
/*}*/
.news-li-link {
    position: relative;
}

.limt-w {
    max-width: 200px;
}

.hot {
    position: absolute;
    top: -2px;
    right: -30px;
    padding: 1px 4px;
    background-color: #ff9900;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.new {
    position: absolute;
    top: -2px;
    right: -35px;
    padding: 1px 4px;
    background-color: #f16765;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.news-li-ri {
    /*margin-right: 30px;*/
}

.mrttop {
    margin-top: 20px;
}

.hot-city-con {
    line-height: 20px;
    color: #666;
}

.hot-city-con-a {
    margin-left: 5px;
}

.hot-city-con>ul>li {
    margin-left: 10px;
    float: left;
    color: #666;
}

.catesel a:hover {
    color: #FE7E3D;
}

.search-input-duibi {
    color: #DEDEDE;
    border: 1px solid #DEDEDE;
    padding: 5px 20px;
    width: 73%;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    margin: 0 15px 22px;
    background: url(/assets/images/downdown.png) no-repeat;
    background-position: 184px center;
    display: none;
}

#selecthide {
    display: none;
    position: absolute;
    font-size: 15px;
    top: 104%;
    z-index: 9;
}

.tuijian:hover {
    background: #f5f4f9;
}

.searchSchool {
    width: 179px;
    height: 27px;
    margin: 10px 0 0 10px;
    padding: 5px 0 0 15px;
    border: 1px solid #e8e8e8;
    z-index: 10;
}

.searchSchool::-webkit-input-placeholder {
    /*WebKit browsers*/
    color: #DEDEDE;
    font-size: 15px;

}

.inner-sub {
    width: 78px;
    height: 38px;
    border: none;
    font-size: 18px;
    color: #fff;
    background-color: #ff5400;
    cursor: pointer;
    background-image: url(/assets/images/index/fang-sub.png);
    background-repeat: no-repeat;
    background-position: center;
}

.com-check-box label input {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* margin-top: 10px; */
    appearance: none;
    background: url(/assets/images/duibi/check.png)no-repeat top center;
}

.com-check-box label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.com-check-box label input:checked {
    background: url(/assets/images/duibi/checkbox.png)no-repeat top center;
    background-size: 18px 18px;
    background-position: center;
}