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: #797c81;
}

.widthper95 {
    width: 95%;
}

.widthper100 {
    width: 100%;
}

.mt90 {
    margin-top: 90px;
}

.ver_align_m {
    vertical-align: middle;
}

.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("../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;
}

.crumbs .course_position {
    display: inline-block;
}

.course_position a {
    font-size: 12px;
    color: #787d83;
}

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

.crumbs .type_tag {
    position: relative;
    display: inline-block;
    color: #ff5400;
    font-size: 12px;
    line-height: 1;
    padding: 3px 40px 3px 10px;
    /*margin: 7px 0 0 10px;*/
    margin: 14px 0 0;
    border: 1px solid #ff5400;
}

.crumbs .type_tag i>a {
    position: absolute;
    top: 0;
    right: 6px;
    color: #a9aaae;
    font-size: 22px;
    cursor: pointer;
}

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

.crumbs .clean_tags {
    display: inline-block;
    margin-top: 5px;
    margin-left: 20px;
    color: #84878c;
    line-height: 2;
    cursor: pointer;
}

.crumbs .clean_tags a {
    color: #84878c;
}

.crumbs .clean_tags .delete {
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 2px;
    background-image: url("../images/course/delete.png");
    background-repeat: no-repeat;
    background-position: 0 -1px;
    background-size: 19px auto;
}

.crumbs .clean_tags:hover .delete {
    background-position: 0 -20px;
}

.crumbs .clean_tags label {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    padding-top: 2px;
}

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

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

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

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

.row>ul {
    float: left;
    width: 1090px;
}

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

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

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

/* 列表筛选 完成 */

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

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

.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.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("../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("../images/course/promotion.png");
    background-repeat: no-repeat;
    background-position: right top;
}

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

.sch_a {
    display: inline-block;
    width: 200px;
    height: 140px;
    position: relative;
}

.sch_a {
    border: 1px solid #e3e3e3;
    position: relative;
}

.sch_img {
    display: block;
    width: 100%;
    height: 100%;
}

.sch_promotion_con_box {
    margin-left: 220px;
}

.sch_promotion_part_con {
    font-size: 12px;
    width: 98%;
    color: #797c81;
    line-height: 1.4;
}

.rec-talk-box,
.com-talk-box {
    position: absolute;
    right: 0;
    top: -16px;
    width: 121px;
    height: 30px;
    background: #ed960e url(/assets/images/anniu.gif) no-repeat center 2px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    cursor: pointer;
}

div.com-talk-box {
    right: 15px;
}

.com-call-box {
    margin-right: 15px;
}

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

/*.sch_promotion_intro{  margin-top: 8px;  }
.sch_promotion_intro > a{
    display: inline-block;
    width: 90%;
    color: #797c81;
}*/
.sch_promotion_tags {
    margin-top: 2px;
    margin-left: 30px;
    line-height: 1;
}

.rec_tag {
    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("../images/school/rec-call.png");
    vertical-align: middle;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.rec-call-num {
    font-size: 15px;
    font-weight: bold;
    color: #f72862;
}

.rec-talk {
    width: 23px;
    height: 21px;
    background-image: url("../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("../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: 5px;
}

.sch_promotion_addr .addr_name {
    font-size: 12px;
    color: #797c81;
    vertical-align: middle;
    display: block;
}

.sch_promotion_addr .addr_name>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.sch_promotion_addr .addr {
    width: 15px;
    height: 15px;
    color: #797c81;
    background-image: url("../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:hover {
    background-color: #fffcee;
}

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

.sch_exclusive_part>.sch_exclusive_li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.specail_exclusive {
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    width: 79px;
    height: 48px;
    background: url(/assets/images/hot-recommend.png) no-repeat 0 0;
    z-index: 1;
}

.sch_exclusive_part_con {
    font-size: 12px;
    margin-left: 220px;
    color: #797c81;
    line-height: 1.4;
}

.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;
    /*border: 1px solid #e8e8e8;*/
}

.orange_fire {
    display: inline-block;
    width: 20px;
    height: 25px;
    margin-left: 10px;
    background-image: url("../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 {
    /*letter-spacing: 2px;
    padding: 7px 16px 7px 18px;*/
    margin: -1px 0;
}

.com_tag {
    font-size: 12px;
    color: #ffbaa4;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 9px;
    background-color: #fff3ed;
}

.com-call {
    width: 20px;
    height: 23px;
    background-image: url("../images/school/com-call.png");
    vertical-align: middle;
    margin-right: 8px;
}

.com-call-num {
    font-size: 18px;
    color: #ff5400;
    font-weight: bold;
}

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

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

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

.com-talk-box:hover .com-talk-btn {}

/*独家推荐 完成*/

/*我的足迹*/
.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;
}

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

/*为你推荐（“无商品”页）*/
/*.sch_recommend_foryou_title{
    margin: 8px 9px 0;
    line-height: 1.5;
    height: 21px;
}
.sch_recommend_foryou_title > a{
    display: inline-block;
    color: #333;
    width: 100%;
}
.sch_recommend_foryou_tip{
    font-size: 12px;
    margin: 8px 9px 0;
}*/
/*为你推荐（“无商品”页） 完成*/
/* 左 完成 */

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

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

.signup_div {
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    font-size: 16px;
    color:#999;
}

.signup_div>span {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin: 3px 8px 0 10px;
 
}

/* .signup_div>span.user {
    background: url("../images/course/sign_up.png") no-repeat 0 0;
}

.signup_div>span.phone {
    background: url("../images/course/sign_up.png") no-repeat 0 -22px;
}

.signup_div>span.city {
    background: url("../images/course/sign_up.png") no-repeat 0 -44px;
}

.signup_div>span.want {
    background: url("../images/course/sign_up.png") no-repeat 0 -66px;
} */

.signup_form input[type=text],
.signup_form textarea {
    display: block;
    width: 180px;
    height: 18px;
    line-height: 18px;
    padding-left: 8px;
    margin: 6px 5px 6px 0;
    border: 0;
    border-left: 1px solid #e8e8e8;
    font-size: 16px;
    font-family: "microsoft yahei", Arial;
    color: #999999;

}

.signup_form input[type=text]::placeholder,
.signup_form textarea::placeholder {
    font-size: 16px;
    font-family: "microsoft yahei", Arial;
    color: #999999;
}

.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;
}

.news-ul {
    width: 399px;
    border-right: 1px solid #ddd;
    margin-top: 22px;
    box-sizing: border-box;
    padding: 0 15px;
}

.news-li {
    height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-li:hover .news-li-lf {
    background-position: 0 7px;
}

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

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

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

.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;
}