body {
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: center top;
}
a:hover{
    cursor: pointer;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.word_orange {
    color: #ff6537;
}

.theme-color{
    color: #ff7200;
}


.under-word {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    margin-top: 5px;
}

.word_red {
    color: #f16765;
}

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

.widthper95 {
    width: 95%;
}

.widthper100 {
    width: 100%;
}

.ver_align_m {
    vertical-align: middle;
}

.course_subtitle {
    color: #666;
    text-indent: 10px;
    border-left: 2px solid #ff5400;
    line-height: 1;
    display: inline-block;
}

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

.drop_down > .drop_down_toggle {
    display: block;
    padding: 2px 12px;
    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;
    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;
}

/* 下拉框 完成 */

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

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

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

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

.page-list li a.present,
.page-list li a:hover {
    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;
}

/* 内容 */
/* .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_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 i:hover {*/
    /*color: #ff5400;*/
/*}*/
.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;
    margin-top: 6px;
    margin-left: 20px;
    color: #84878c;
    line-height: 2;
    cursor: pointer;
}

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



/* 筛选排序方式 */
.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;
}

.zhpx .price i {
    width: 10px;
    height: 5px;
    position: absolute;
    right: 3px;
    cursor: pointer;
    background: url(/assets/images/course/arrow.png) no-repeat;
}

.zhpx .price i.up {
    top: 14px;
    background-position: 0 -70px;
}

.zhpx .price i.up > a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhpx .price i.chooseup {
    background-position: -10px -70px;
}

.zhpx .price i.down {
    top: 21px;
    background-position: 0 -86px;
}

.zhpx .price i.down > a {
    display: block;
    width: 100%;
    height: 100%;
}

.zhpx .price i.choosedown {
    background-position: -10px -86px;
}

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



/* .course_img {
    display: block;
    width: 100%;
    height: 100%;
} */

.promotion_part > li .course_img:hover  {
    box-shadow: 0 0 3px #999;
}

.promotion_con_box {
    margin-left: 220px;
    margin-top: 20px;
    position: relative;
}

.promotion_part_con {
    font-size: 12px;
    /*width:60%;*/
    color: #797c81;
    line-height: 1.4;
    overflow: hidden;
}

.promotion_title {
    font-size: 16px;
    font-weight: bold;
}

.promotion_title > a {
    color: #333;
}

.promotion_intro {
    margin-top: 8px;
}

.promotion_intro > a {
    display: inline-block;
    width: 90%;
    color: #797c81;
}

.promotion_tags {
    margin-top: 0;
}

.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;
    line-height: 1;
}

.pink_fire {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 5px;
    background: url(/assets/images/course/fire.png) no-repeat 3px -5px;
    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;
}

.promotion_addr {
    margin-top: 5px;
}

.promotion_addr .promotion_addr_txt {
    display: inline-block;
    max-width: 95%;
    color: #666;
    font-size: 12px;
}

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

.promotion_part_act {
    /*width:32%;*/
}

.promotion_part_act .yuan {
    font-size: 15px;
    color: #f72862;
    text-align: right;
    /*margin-top:30px;*/
    /*margin-bottom:10px;*/
}

.promotion_part_act .yuan_delete {
    font-size: 12px;
    color: #999;
    text-align: right;
    text-decoration: line-through;
    margin-top: 8px;
}

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

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

.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;
}
.call-talk{
    display: flex;
    height: 119px;
    line-height: 119px;
    width: 130px;
    align-items: center;
    /*margin-right: 20px;*/
}

@-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);
    }
}

/*推广 完成*/

/*今日推荐*/
.refresh_div {
    position: relative;
    padding: 36px 18px 22px 0;
}

.refresh_a_orange {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    padding: 4px 4px 4px 29px;
    height: 20px;
    line-height: 20px;
    background: url(/assets/images/course/refresh.png) no-repeat 4px 4px;
    cursor: pointer;
}

.refresh_a_orange:hover {
    color: #fff;
    background-color: #ff6537;
    background-position: 4px -24px;
}

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

.refresh_part > li {
    width: 50%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.refresh_part > li:hover {
    background-color: #fffcee;
}

.refresh_part > li:nth-child(2n) {
    border-right: 0;
    margin-right: -1px;
}

.refresh_part_box {
    padding: 0 6px 0 5px;
}

.refresh_part_box
.refresh_part > li:last-child,
.refresh_part > li:nth-last-child(2) {
    border-bottom: 0;
}

.refresh_part > li:nth-child(1),
.refresh_part > li:nth-child(2) {
    padding-bottom: 18px;
}

.refresh_part > li:nth-child(3),
.refresh_part > li:nth-child(4) {
    padding-top: 18px;
}

.refresh_course_a {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 119px;
    border: 1px solid #e3e3e3;
}

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

.refresh_part_box:hover .refresh_course_a {
    box-shadow: 0 0 6px #999;
}

.refresh_part_con p, .refresh_part_con h2 {
    height: 25px;
    line-height: 25px;
}

.rpc_teacher, .rpc_hot, .rpc_visit {
    float: left;
}

/*课程提示*/
.box_wrap {
    position: absolute;
    left: 592px;
    top: 0;
    z-index: 10;
    display: none;
}

.img_wrap_ {
    position: absolute;
    left: 825px;
    top: 10px;
    cursor: pointer;
}

.change {
    display: block;
}

.box_ {
    width: 192px;
    height: 62px;
    background: #fff2e9;
    border-radius: 5px;
    border: 1px solid #ffd4b7;
    box-shadow: 0 0 20px #fff2e9;
    position: relative;
    padding: 14px;
    font-size: 12px;
    font-family: 'microsoft yahei';
    line-height: 20px;

}

.sanjiao {
    background: #fff2e9;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 214px;
    top: 10px;
    border-top: 1px solid #ffd4b7;
    border-right: 1px solid #ffd4b7;

}

.recommend_tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 45px;
    background: url(/assets/images/course/recommend.png) no-repeat left top;
    z-index: 1;
}

.refresh_course_consult {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #ff6537;
    z-index: 1;
    cursor: pointer;
}

.refresh_course_consult:hover {
    background-color: #ff5400;
}

.refresh_part_con {
    font-size: 12px;
    color: #797c81;
    margin-left: 10px;
    line-height: 1.4;
    margin-top: 0;
}

.refresh_title {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    font-weight: bold;
    max-width: 255px;
}

.refresh_title > a {
    color: #333;
    font-size: 16px;
}

.refresh_intro {
    margin-top: 7px;
    max-width: 255px;
}

.refresh_intro > a {
    display: inline-block;
    width: 100%;
    color: #797c81;
}

.refresh_addr .addr {
    display: inline-block;
    color: #797c81;
    padding: 8px 0 3px 35px;
    margin-left: 20px;
    background: url(/assets/images/course/addr.png) no-repeat 0 0;
}

/*今日推荐 完成*/



.filter_part > li .filter_title> h2>a:hover,.filter_part > li .course_desc:hover,.filter_part > li .filter_p_border>a:hover {
    color: #FE7E3D;
}

.filter_part > li:last-child {
    border-bottom: none;
}

.filter_part > li:hover .course_img {
    box-shadow: 0 0 6px #999;
}



.filter_title {
    overflow: hidden;
}


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

.filter_part_con .yuan {
    font-size: 15px;
    color: #ff6537;
}

.filter_part_con .under-yuan {
    font-size: 15px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.filter_p_border {
    height: 25px;
    line-height: 25px;
}

.orange_fire {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 10px;
    background: url(/assets/images/course/fire.png) no-repeat 0 -65px;
    vertical-align: middle;
    margin-right: 5px;
}

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

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

.com-call {
    width: 22px;
    height: 23px;
    background: url(/assets/images/school/com-call.png);
    vertical-align: middle;
    margin-right: 8px;
    background-position: 2px 0;
    background-repeat: no-repeat;
}

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

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

.hob-tit {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hob-tit-name {
    font-size: 16px;
    border-left: 2px solid #ff5400;
    padding-left: 10px;
    color: #666;
    line-height: 1;
}


/*筛选结果列表 完成*/

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

/*我的足迹 完成*/

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

.none_result_img {
    display: inline-block;
}

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

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

/*为你推荐（“无商品”页）*/
.recommend_foryou_title {
    margin: 8px 9px 0;
    line-height: 1.5;
    height: 21px;
}

.recommend_foryou_title > a {
    display: inline-block;
    color: #333;
    width: 100%;
}

.recommend_foryou_tip {
    font-size: 12px;
    margin: 8px 9px 0;
}

.fybtn {
    position: absolute;
    width: 30px;
    height: 35px;
    top: 2px;
    left: 68px;
}

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

.news-title-name {
    font-size: 18px;
    line-height: 1;
    color: #666;
}

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

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


/* 热门城市 开始 */
.hot-city-con {
    width: 1120px;
    overflow: hidden;
    color: #666;
}

.hot-city-con > ul > li {
    margin-right: 10px;
    float: left;
    line-height: 24px;
}

.hot-city-con-a {
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}

.shrink-expan {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    color: #666;
    width: 40px;
    background-image: url(/assets/images/index/sh-ex.png);
    background-repeat: no-repeat;
    background-position: 27px -20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.shrink-expan-up {
    background-position: 27px 9px;
}

.friend-link-con {
    width: 1120px;
    overflow: hidden;
}

.floor {
    padding-top: 20px;
    padding-bottom: 20px;
}

.position-10 {
    position: absolute;
    top: 41px;
    right: 44px;
}
.catesel a:hover{
    color: #FE7E3D;
}