﻿html,body{
    /*width: 100%;
    height: 100%;*/
    margin: 0;
    border: 0;
    padding: 0;
    /*-webkit-overflow-scrolling: touch;*/
    overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6, hr, p, ul, ol, li, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body{  font-size: 20px; color: #333;overflow-x:hidden ;}
img,input[type="submit"],button{
    margin: 0;
    border: 0;
    padding: 0;
}
body input[type="text"]{
    -webkit-appearance:none;
}
body input[type="password"]{
    -webkit-appearance:none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ol {
    margin: 0;
    padding: 0;
}
input,textarea{outline: none;}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #ed232f;
}

a{text-decoration: none;}

.block{display: block;}
.inlineB{display: inline-block;}

body textarea{
    -webkit-appearance: none;
}
/* 单行添加省略号 */
.ellip {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* 多行添加省略号 */
.row_ellip{
    overflow : hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;/*子元素垂直排列*/
    -moz-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
}

/* padding不会增大元素 */
.box_size{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 清浮动 */
.clear { *zoom:1; }
.clear:after {
    content:'';
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
    visibility:hidden;
}

/*清除浮动*/
.clearfix:after {
    content: '\200B';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clear {
    /*clear: both;*/
}

.clearfix {
    zoom: 1;
}

/* 浮动 */
.fl { float: left;}
.fr { float: right;}

/*知道问题内容区宽度*/
.fill{
    width: 100% !important;
}

.hole_body{
    max-width: 18rem;
    margin: 0 auto;
    background-color: #fff;
}
.hidden{overflow: hidden;}

/* 自定义选项卡1（个人中心——我的订单） */
.table_tab ul{
    width: 100%;
    background-color: #ebf0f4;
    overflow: hidden;
}
.table_tab ul li{
    float: left;
    display: inline-block;
    height: 2.73rem;
}

.table_tab ul li a{
    display: inline-block;
    width: 100%;
    color: #666;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.68rem;
    margin-top: 0.58rem;
}
.table_tab ul li.tab_active{border-bottom: 1px solid #ff9900;}
.table_tab ul li.tab_active a{color: #ff9900; }

.table_tab_content{width: 100%;}
.table_tab_box{
    display: none;
    width: 100%;
}
/* 自定义选项卡1 完成 */

/* 边距 */
.mr3{margin-right: 0.16rem;}

/* 不换行 */
.no_break{word-break: keep-all;}

/* 字体颜色 */
.word_white{color:#fff;}
.word_orange{color:#ed232f;}
.word_orange2 a{color:#ff9900 !important;}
.word_pink{color: #fc6189;}
.word_red{color: #ff4744;}
.c6{color:#666;}
.c9{color:#999;}
.c919{
    color: #191919;
}
.feb{
    color: #ed232f;
}

/* 字体修饰 */
.underline{text-decoration: underline;}

/* 宽度 */
.widthper20{width: 20%;}
.widthper25{width: 25%;}
.widthper33{width: 33.3%;}
.widthper50{width: 50%;}
.widthper100{width: 100%;}
.widthper66{width: 66.6%}
.widthper22{width: 22.2%}
.widthper40{width: 40%;}
.widthper80{width: 80%;}
.widthper35{width: 35%;}
.widthper65{width: 65%;}
.widthper60{width: 60%}

/* 边距 */
.mtcheckbox{
    margin-top: 0.19rem;
    margin-right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

/*.mtcheckbox{*/
    /*display: none;*/
/*}*/
/*.bingo{*/
    /*background: url(/asset/images/checkbox.png) no-repeat 0 0!important;*/
    /*background-size: 0.6rem!important;*/
    /*width: 0.7rem!important;*/
    /*height: 0.7rem!important;*/
    /*margin: -0.013rem 0.1rem 0 0!important;*/
/*}*/
/*.bingo-ios{*/
    /*background: url(/asset/images/checkbox-.png) no-repeat 0 0!important;*/
    /*background-size: 0.6rem!important;*/
    /*width: 0.6rem!important;*/
    /*height: 0.6rem!important;*/
    /*margin: 0.08rem 0.2rem 0 0!important;*/
/*}*/
/*.bingoChange{*/
    /*background: url(/asset/images/checkbox.png) no-repeat 0 0!important;*/
    /*background-size: 0.6rem!important;*/
/*}*/
/* 内联元素纵向对齐方式 */
.ver-align-m{vertical-align: middle;}

/* 首页等页面的部分标题样式 */
.floor-title-static {
    height: 0.95rem;
    line-height: 0.95rem;
}
.floor-title {
    height: 1.1rem;
    line-height: 1.1rem;
}
/* 副标题 */
.floor-name {
    display: inline-block;
    font-size: 0.56rem;
    padding-left: 1.22rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 0.85rem auto;
}
.floor-more{
    font-size: 0.5rem;
    color: #999;
    line-height: 1.25rem;
}

/* 灰色上边距 */
.border_top {  border-top: 0.3rem solid #f6f6f6;  }
.border_bottom {  border-bottom: 0.3rem solid #f6f6f6;  }
.a_block{
    display: block;
    color: #333;
}

/* 页面底部定位内容 */
.fixb{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.1rem;
    border-top: 0.05rem solid #cbcbcb;
    white-space: nowrap;
    z-index: 100;
}
.fixb-detail {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.91rem;
    border-top: 0;
    white-space: nowrap;
    z-index: 1;
}
/* 页面中间内容（有定位头部时，中间内容所需类名） */
.martop{
    margin-top: 1.8rem;
    overflow: hidden;
}
.martop02{
    margin-top: 3.34rem;
}
.martop03{
    margin-top: 3.34rem;
}
.martop04{
    margin-top: 1.4rem;
}
.martop05{
    margin-top: 1.5rem;
}
.martop06{
    margin-top: 0.2rem;
}
.martop07{
    margin-top: 0.8rem;
}
.martop08{
    margin-top: 1.3rem;
}
.martop09{
    margin-top: 3.36rem;
}
.martop10{
    margin-top: 0.12rem;
}
.martop11{
    margin-top: 0.1rem;
}
.martop12{
    margin-top: 1.6rem;
}
.martop13 {
    margin-top: 0.4rem;
}
.top-bar-w>.marleft{
    margin-left: 0.6rem;
}
/* 页面中间内容（有定位底部时，中间内容所需类名） */
.marbottom{  margin-bottom: 2.15rem;  }

/* （页面底部有页面切换） */
.marbottom-home{  margin-bottom: 3rem;  }
/* 定位的头部标题 */
.fixed-title{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.43rem;
    background: -webkit-linear-gradient(left, #ed232f , #f74550);
    background: -o-linear-gradient(right, #ed232f, #f74550);
    background: -moz-linear-gradient(right, #ed232f, #f74550);
    background: linear-gradient(to right, #ed232f , #f74550);
    z-index: 11;
}
.fixed-title > p{
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.65rem;
    line-height: 1.43rem;
    margin: 0 1.9rem;
}
.subm{
    position: fixed;
    right: 0.5rem;
    top: 0.3rem;
    font-size: 0.6rem;
    color: #fff;
    z-index: 11;
    background: transparent;
}
.fixed-title > .back{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1.81rem;
    height: 100%;
    background-image: url("/asset/images/back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.backHide{
    position: absolute;
    left: 0;
    top: 0;
    width: 1.81rem;
    height: 100%;
    background-image: url(/asset/images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    display: none;
}

.account_back,
.back_before,
.xxback_before,
.back_photo,
.back_hide,
.hotnewsback_hide,
.search_back,
.hotnewsback_before {
    position: absolute;
    display: block;
    width: 1.3rem;
    background-image: url(/asset/images/back.png);
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.2rem;
}

.cityback_before,
.askback_before,
.back_back{
    position: absolute;
    display: block;
    width: 1.3rem;
    background-image: url(/asset/images/back.png);
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.2rem;
}
.hotnewsback_hide{
    display: none;
}
.fixed-title > .message,
.fixed-title > .home,
.fixed-title > .menu,
.top-bar-w > .menu_data{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1.81rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.fixed-title > .message{
    background-image: url("/asset/images/course/message.png");
    background-size: auto 55%;
}
.fixed-title > .home{
    background-image: url("/asset/images/home.png");
    background-size: auto 55%;
}
.fixed-title > .menu,.top-bar-w > .menu_data{
    background-image: url("/asset/images/employ/menu.png");
    background-size: auto 45%;
}
.fixed-title > .back:active,
.fixed-title > .message:active,
.fixed-title > .menu:active{
    background-color: #ec4e00;
}
.fixed-title > .title-share{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 2rem;
    height: 100%;
    background-image: url("/asset/images/share.png");
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-position: center;
}
.fixed-title > .title-share:active{
    background-color: #ec4e00;
}
/* 定位的头部标题 结束 */

/* 定位的底部 */
.home_footer_ul{
    height: 100%;
    background-color: #fdfdfd;
}
.home_footer_ul > li{width:16.666%;
    float: left;
    height: 100%;
    text-align: center;
}
.home_footer_per{
    width: 25%;
}
.tohome,.subject,.shopping_mall,.mine,.classification{
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: center -1.7rem;
}
.trencher_cap{
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: center -1.7rem;
}
.tohome{background-image: url("/asset/images/home/footer_home.png");}
.subject{background-image: url("/asset/images/home/subject.png");}
.trencher_cap{background-image: url("/asset/images/home/cap.png");}
.shopping_mall{background-image: url("/asset/images/home/shopping_mall.png");}
.mine{background-image: url("/asset/images/home/mine.png");}
.classification{
    background-image: url("/asset/images/home/footer_fenlei.png");
}
.tohome > a,
.subject > a,
.trencher_cap > a,
.shopping_mall > a,
.mine > a,
.classification>a{
    display: block;
    width: 100%;
    padding-top: 1.26rem;
    color: #555;
    font-size: 0.5rem;
}
.home_footer_ul > li.active,
.home_footer_ul > li:active{
    background-position: center -3.7rem;
}
.home_footer_ul > li.active > a,
.home_footer_ul > li:active > a{color: #ed232f;}

/*收藏弹窗*/
.maskC{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 104;
    display: none;
}
.AddImg{
    width: 8.1rem;
    background: #fff;
    border-radius: 0.5rem;
    margin: 0 auto;
    padding: 1.6rem 0 0 0;
    margin-top: 10rem;
    position: relative;
}
.ChooseStyle{
    font-size: 0.6rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
}
.AddStyle{
    border-top: 1px solid #c3c3c3;
    margin-top: 1.5rem;
}
.AddStyle>ul>li{
    font-size: 0.55rem;
    float: left;
    width: 4rem;
    text-align: center;
    line-height: 2rem;
}
.AddStyle>ul>li>a{
    color: #999;
}
.AddStyle>ul>li:first-child{
    border-right: 1px solid #c3c3c3;
}
.AddStyle>ul>li:first-child>a{
    display: block;
    color: #ed232f;
}


/* 首页以外的定位顶部按钮 */
.lighter-btn,
.light-btn,
.orange-btn{
    display: block;
    width: 100%;
    font-size: 0.6rem;
    text-align: center;
    height: 1.91rem;
    line-height: 1.91rem;
}
.light-btn{
    color: #ed232f;
    background-color: #fff2e8;
}
.orange-btn{
    color: #fff;
    background-color: #ed232f;
}
.lighter-btn{
    color: #ed232f;
    background-color: #fff8f3;
}

.ui-refresh .ui-refresh-down{
    font-size: 0.5rem;
    color: #999;
    text-align: center;
    height: 1.59rem;
    padding: 0;
    line-height: 1.59rem;
    border-bottom: none;
}
.ui-refresh .ui-refresh-up .ui-refresh-label, .ui-refresh .ui-refresh-down .ui-refresh-label{
    color: #999;
}

/* 定位的底部 完成 */

/* “暂无信息”公用样式 */
.none-message {
    padding: 1rem;
    overflow: hidden;
}
.none-message-img-box {
    width: 2.5rem;
    margin: 0 auto;
}
.rabbit-sad-img {
    display: block;
    width: 100%;
}
.none-message-img-text {
    color: #666;
    font-size: 0.6rem;
    width: 10rem;
    line-height: 1.4rem;
    padding-top: 0.8rem;
    text-align: center;
    margin: 0 auto;

}

.none-message-img-textoff{
    color: #666;
    font-size: 0.6rem;
    width: 10rem;
    line-height: 1rem;
    margin-top: 0.8rem;
    margin-left: 0.2rem;
}
.none-message-img-text>a{
    display: inline-block;
    width: 4.4rem;
    text-align: center;
    font-size: 0.65rem;
    color: #fff;
    background: #ed232f;
    line-height: 1.2rem;
    border-radius: 0.2rem;
    margin: 0 0.4rem;
}
.fortit{
    font-size: 0.6rem;
    color: #333;
    border-bottom: 1px solid #efefef;
    padding: 0.2rem 0 0.2rem 0.4rem;
}
/* “暂无信息”公用样式 完成 */

/* 一、列表页公用样式 */

.checked-icon{
    width: 0.84rem;
    height: 0.68rem;
    background-image: url("/asset/images/course/checked.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
}

/* 头部搜索框 */
/*首页头部*/
.fsh{
    height: 1.1rem;
    line-height: 1.2rem;
}

.top-bar {
    width: 100%;
    z-index: 101;
    position: fixed;
    top: 0;
    background: -webkit-linear-gradient(left, #ed232f , #f74550);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ed232f, #f74550);
 /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ed232f, #f74550);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ed232f , #f74550);
    /* 标准的语法 */
    /*FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ed232f,endColorStr=#f74550); *//*IE 6 7 8*/
}
.top-bar-w {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    width: 100%;
    color: #212121;
    height: 1.1rem;
    /*line-height: 1.15rem;*/
    padding: 0.3rem 0;
}
.list-logo{
    width: 2.5rem;
    margin-top: 0.2rem;
    margin-left: 0.36rem;
}
.top-bar-w .back {
    display: block;
    width: 1rem;
    height: 100%;
    background-image: url("/asset/images/back.png");
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-position: 0 center;
}
.top-bar-w .message {
    display: block;
    width: 1.84rem;
    height: 1.1rem;
    background: url("/asset/images/course/message.png") no-repeat center;
    background-size: auto 80%;
}
.top-bar-w .cancel-inputSearch{
    display: none;
    color: #fff;
    font-size: 0.55rem;
    height: 1.1rem;
    line-height: 1.1rem;
    padding: 0 0.32rem;
}
.c-is{
    margin-right: 0.36rem;
}


.top-bar-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    margin-left: 1.3rem;
    background: #fff;
    -webkit-border-radius: .5rem;
}
.s-input-select {
    display: -webkit-box;
    height: 1.1rem;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 0.5rem;
}
.s-input-tab {
    display: none;
    position: relative;
}
.s-input-tab .s-input-tab-txt {
    width: 2.45rem;
    height: 1.1rem;
    line-height: 1.1rem;
    text-indent: 0.26rem;
    color: #7f7f7f;
    font-size: 0.55rem;
}
.s-input-tab .s-input-tab-txt:after {
    content: '';
    position: absolute;
    width: 0.42rem;
    height: 0.24rem;
    background-repeat: no-repeat;
    background-image: url("/asset/images/home/arrow-another.png");
    background-size: 0.42rem auto;
    top: 0.5rem;
    right: 0.2rem;
}
.s-input-tab .s-input-tab-nav {
    position: absolute;
    left: 0;
    top: 1.1rem;
    z-index: 101;
    padding: 0.44rem;
}
.s-input-tab .s-input-tab-nav.on{display: block;}
.s-input-tab .s-input-tab-nav.off{display: none;}
.s-input-tab .s-input-tab-nav ul {
    background: #484d50;
    -webkit-border-radius: 0.26rem;
    border-radius: 0.26rem;
    width: 2.6rem;
    overflow: hidden;
    color: #c7c8c9;
}
.s-input-tab .s-input-tab-nav ul:after {
    position: absolute;
    left: 0.87rem;
    top: 0.22rem;
    content: '';
    display: inline-block;
    width: 0.43rem;
    height: 0.43rem;
    background: #484d50;
    -webkit-transform: rotate(45deg);
}
.s-input-tab .s-input-tab-nav li {
    border-top: 1px solid #707476;
    margin-top: -1px;
    height: 1.35rem;
    font-size: 0.55rem;
    text-indent: 0.6rem;
    line-height: 1.35rem;
}

.s-input-frame {
    -webkit-box-flex: 1;
    width: 100%;
    /*padding-right: 0.3rem;*/
    line-height: 1.1rem;
}
.c-form-suggest {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    width: 100%;
}
.c-form-suggest .c-form-btn {
    width: 1.68rem;
    height: 1.1rem;
}
.icons-search{
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    background: url("/asset/images/course/search.png") no-repeat center;
    background-size: auto 60%;
}
.c-form-suggest .s-form-search{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    height: 100%;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    /*padding-left: 0.8rem;*/
    /*background: url(/asset/images/home/logoxue.png) 0.2rem center no-repeat;*/
    background-size: 0.8rem;
}
.c-form-suggest .s-form-search .complete{
    display: block;
    border: none;
    background: none;
    width: 100%;
    height: 1.1rem;
    line-height: 0.8rem;
    font-size: 0.56rem;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.cltC{
    /*background-color: #FF7B33;*/
    color: #fff;
}
.s-formchnage{
    background: none!important;
    padding-left: 0!important;
}

.c-form-suggest .s-form-search .complete.c-form-btn-padding{
    padding-left: 1.2rem;
    background: url("/asset/images/course/search.png") no-repeat 0.35rem center;
    background-size: 0.7rem auto;
}
.c-form-suggest .s-form-search .complete.c-form-btnW-padding{
    padding-left: 1.2rem;
    background: url("/asset/images/course/search.png") no-repeat 0.35rem center;
    background-size: 0.7rem auto;
}
.c-form-suggest .s-form-search .search-clear{
    display: none;
    position: absolute;
    top: 0;
    right: 0.1rem;
    width: 1.5rem;
    height: 1rem;
    font-size: 0.65rem;
    color: #999;
    line-height: 1rem;
    text-align: center;
    border: none;
    background-color: transparent;
}
/* 头部搜索框 完成 */

/* 排序方式 */
.filterbar-container{
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
.filter-bar {
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #efefef;
    z-index: 100;
    margin-top: 1.7rem;
    height: 1.6rem;
}
.filter-bar .sort-tab li {
    position: relative;
    display: inline-block;
    /*height: 1.68rem;
    line-height: 1.68rem;*/
    padding: 0.45rem 0;
    color: #555;
    font-size: 0.55rem;
    text-align: center;
}
.filter-bar .sort-tab .text{
    max-width: 2.6rem;
}
.filter-bar .sort-tab .arrow {
    display: inline-block;
    width: 0.68rem;
    height: 0.42rem;
     /*margin-bottom: 3%;*/
    background-image: url(/asset/images/course/arrow_course.png);
    background-repeat: no-repeat;
    background-size: auto 0.84rem;
    background-position: -0.74rem 0;
    margin-bottom: 0.2rem;
}
.filter-bar .sort-tab .selected {
    color: #ed232f;
    overflow: hidden;
}
.filter-bar .sort-tab .open .arrow{  background-position-y: -0.45rem;  }
.filter-bar .sort-tab .selected .arrow {   background-position-x: 0;  }

.filter-bar .sort-tab .screen {
    display: inline-block;
    width: 0.68rem;
    height: 0.6rem;
    /*vertical-align: text-top;*/
    background-image: url(/asset/images/course/screen.png);
    background-repeat: no-repeat;
    background-size: 0.7rem;
    background-position: 0 0;
    /* margin-top: -0.3rem; */
    margin-bottom: 0.1rem;

}

.filter-bar .sort-tab .screen01 {
    display: inline-block;
    width: 0.68rem;
    height: 0.6rem;
    /*vertical-align: text-top;*/
    background-image: url(/asset/images/screen02.png);
    background-repeat: no-repeat;
    background-size: 0.7rem;
    background-position: 0 0;
    /* margin-top: -0.3rem; */
    /*margin-bottom: 0.1rem;*/

}
.position01{
    position: absolute;
    top: 0.62rem;
}
.position02{
    margin-bottom: 0.15rem;
}
/* 分类（内容分类） */

.classify_list{
    display: none;
    position: absolute;
    top: 1.46rem;
    /*bottom: 0;*/
    right: 0;
    left: 0;
    white-space: nowrap;
    background: #fff;
    font-size: 0.5rem;
    line-height: 2.5;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    z-index: 2;
}

.classify_two {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    left: 0;
    width: 3.95rem;
}
.classify_two .classify_two_list {
    width: 3.95rem;
    border-bottom: 0.05rem solid #dadada;
}
.classify_two li.selected1 {
    background: #fff;
}
.show{
    display: block;
}
.classify_two_list .classify_two_a {
    height: 1.75rem;
    line-height: 1.75rem;
    display: block;
    color: #333;
    padding-left: 0.75rem;
    font-size: 0.5rem;
}
.show1{
    display: block;
}
.classify_three {
    display: none;
    width: 11.05rem;
    padding: 0 0.5rem;
    min-height: 19.69rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 3.95rem;
}
.show_xue{
    width: 11.05rem;
}
.show2{
    display: block;
}
.classify_three .classify_three_a {
    position: relative;
    height: 1.75rem;
    color: #666;
    line-height: 1.75rem;
    display: block;
    border-bottom: 0.05rem solid #e8e8e8;
    font-size: 0.5rem;
}

.classify_three_a .arrow_down,
.classify_three_a .arrow_up {
    position: absolute;
    top: 0.665rem;
    right: 0.3rem;
    display: inline-block;
    width: 0.52rem;
    height: 0.32rem;
    background-image: url("/asset/images/course/arrow_course.png");
    background-repeat: no-repeat;
    background-size: auto 0.7rem;
    background-position: -0.64rem 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.classify_three_a.choose .arrow_down{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.show_hidde{
    padding-bottom: 0.38rem;
    border-bottom: 0.05rem solid #e8e8e8;
    display: none;
    overflow-y: auto;
    max-height: 5.01rem;
}
.show_h{
    padding-bottom: 0.38rem;
    border-bottom: 0.05rem solid #e8e8e8;
    display: none;
}
.show3{
    display: block;
}
.show_hidde li,.show_h li {
    float: left;
    width: 3.68rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.38rem;
}
.show_hidde li a,.show_h li a {
    /*max-width: 2.88rem;*/
    height: 1rem;
    line-height: 1rem;
    display: block;
    padding: 0 0.4rem;
    color: #333;
    font-size: 0.55rem;
    overflow: hidden;
}

/* 分类（内容分类）完成 */

/* 分类（地区、排列方式） */
.filter-bar .droplist {
    display: none;
    position: absolute;
    top: 1.6rem;
    left: 0;
    right: 0;
    white-space: nowrap;
    background: #fff;
    font-size: 0.55rem;
    line-height: 2.5;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    z-index: 2;
}
.filter-bar .droplist-expand {  display: block;  }
.filter-bar .droplist .sort {
    position: relative;
    border-bottom: solid 1px #efefef;
}
.filter-bar .droplist .sort:last-child{border-bottom: none;}
.filter-bar .droplist .sort > a{
    display: block;
    padding-left: 1.26rem;
    height: 100%;
    color: #666;
}
.filter-bar .droplist .selected >a {  color: #ed232f;  }

.filter-bar .droplist .checked-icon {
    display: none;
    position: absolute;
    right: 0.84rem;
    top: 0.42rem;
}
.filter-bar .droplist .selected .checked-icon {  display: block;  }
/* 分类（地区、排列方式） 完成 */

/* 排序方式 完成 */

/* 筛选条件时的蒙版 */
.sift-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: rgba(0,0,0,0.2);
    z-index: 103;
}
.sort-droplist-mask {
    display: none;
    position: fixed;
    top: 3.5rem;
    left: 0;
    width: 100%;
    height: 100%!important;
    opacity: 0.5;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}

/* 搜索推荐、记录 */
/*.scc{*/
    /*color: #fff !important;*/
/*}*/
.fntc{
    color: #fff;
}

.search-panel{
    display: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    z-index: 100;
}

.search-panel .sift-row,.search-panel02 .sift-row{
    padding: 0 4%;
}
.sift-row .row-head {  margin-top: 0.85rem;position: relative; }
.sift-row .row-head .row-title {
    display: block;
    font-size: 0.55rem;
}
.sift-row .row-body {  margin: 0.45rem 0 0.2rem 0;position: relative  }
.search-panel .sift-row-last,.search-panel02 .sift-row-last{
    margin-bottom: 3.16rem;
    border: none;
}
.search-panel .sift-row .row-body .search-panel-ul,.search-panel02 .sift-row .row-body .search-panel-ul{
    margin-left: -0.45rem;
    display: none;
}
.search-panel .sift-row .row-body .search-panel-ul-active,.search-panel02 .sift-row .row-body .search-panel-ul-active{
    display: block;
}
.search-panel .sift-row .row-body .sift-item,.search-panel02 .sift-row .row-body .sift-item {
    float: left;
    margin-bottom: 0.45rem;
    margin-left: 0.45rem;
}
.search-panel .sift-row .row-body .sift-item > a,.search-panel02 .sift-row .row-body .sift-item > a{
    display: block;
    color: #555;
    font-size: 0.55rem;
    text-align: center;
    line-height: 1;
    /*text-overflow: ellipsis;*/
    background: #f6f6f6;
    white-space: nowrap;
    /*overflow: hidden;*/
    padding: 0.33rem 0.6rem ;
    -webkit-border-radius: 0.11rem;
    -moz-border-radius: 0.11rem;
    border-radius: 0.11rem;
}

.search-panel .sift-row .row-body .history-item,.search-panel02 .sift-row .row-body .history-item{
    margin-bottom: 0.45rem;
}
.search-history-text{
    color: #555;
    font-size: 0.55rem;
    text-align: center;
    line-height: 1;
    text-overflow: ellipsis;
    background: #f6f6f6;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.33rem 0.6rem;
    -webkit-border-radius: 0.11rem;
    -moz-border-radius: 0.11rem;
    border-radius: 0.11rem;
}
.clear-the-history {
    width: 1.5rem;
    height: 1.25rem;
    font-size: 0.7rem;
    color: #999;
    line-height: 1.25rem;
    text-align: center;
    border: none;
    background-color: #fff;
}
.clear-all-history{
    display: inline-block;
    color: #ed232f;
    font-size: 0.5rem;
    line-height: 1.5;
    padding-left: 1rem;
    margin-top: 0;
    background-image: url(/asset/images/school/scdlt.png);
    background-size: auto 0.64rem;
    background-repeat: no-repeat;
    background-position: 0 0.1rem;
    height: 0.8rem;
    position: absolute;
    top: 0;
    right: -0.424rem;
}
/* 搜索推荐、记录 完成 */

/* 列表页公用样式 完成 */

.original-cost{
    color: #999;
    font-size: 0.55rem;
    text-decoration: line-through;
}

 /*回到顶部 */
/*.toTop{*/
    /*display: none;*/
    /*position: fixed;*/
    /*right: 0.8rem;*/
    /*bottom: 2.25rem;*/
    /*width: 1.4rem;*/
    /*height: 1.4rem;*/
    /*background: url("/asset/images/school/zhiding.png") no-repeat center;*/
    /*background-size: 95% auto;*/
/*}*/
.complete{
    border-top-left-radius: 0;
    border-left-left-radius: 0;
}


/*广告样式*/
.guanggao-tip_tl{
    position: absolute;
    font-size: 10px;
    color: #999;
    padding: 5px 4px;
    line-height: 1;
    filter: alpha(opacity:50);
    visibility: visible;
    left: 0;
    bottom: 0;
    z-index: 10;

}



/*等级标签样式*/
.level_tips{
    position: absolute;
    right: 0;
   top: 0.1rem;
    z-index: 10;
    opacity: 0.4;
}
.level_tips>span{
    display: block;
    width: 3.6rem;
    margin-top: 0.2rem;
}
.level_tips>span>img{
    width: 100%;
    display: block;
}

/*新版课程列表，详情，学校样式  2017/5/8*/
.back_before{
    position: absolute;
    display: block;
    width: 1.3rem;
    background-image: url(/asset/images/back.png);
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.2rem;
}

.new_input{
    border-radius: 1.1rem;
}
.lr_radius{
    border-top-right-radius: 1.1rem;
    border-bottom-right-radius: 1.1rem;
}
.menu_s{
    display: block;
    width: 1.84rem;
    height: 1.1rem;
    background: url("/asset/images/menu_s.png") no-repeat center;
    background-size: 1rem;
}

.menu_content{
    width: 5.18rem;
    /*height: 4.8rem;*/
    background: #fff;
    position: fixed;
    right: 0.37rem;
    top: 1.9rem;
    z-index: 102;
    padding: 0 0 0.55rem 0.74rem;
    display: none;
    box-shadow: 0 0 10px #cdcdcd;
    border-radius: 0.11rem;
}
.top01{
    top: 1.6rem;
}
.menu_content>ul>li>a{
    color: #000;
    font-size: 0.59rem;
    display: block;
    padding-left: 1.5rem;
}
.menu_content>ul>li{
    background-size: 0.74rem;
    line-height: 1.7rem;
}
.idx_{
    background: url("/asset/images/home_.png") no-repeat 0 center;
}
.ser{
    background: url("/asset/images/serch_.png") no-repeat 0 center;

}
.per{
    background: url("/asset/images/person_.png") no-repeat 0 center;
}
.sha{
    background: url("/asset/images/share_.png") no-repeat 0 center;
}
.line{
    background: url("/asset/images/lineask.png") no-repeat 0 center;
}
.cit{
    background: url("/asset/images/changecity.png") no-repeat 0 center;
}
.hp{
    position: absolute;
    right: 0;
    top: 0.2rem;
}

/*学校课程列表底部新样式5.9*/

.ke_xue_bt{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.91rem;
    border-top: 0;
    white-space: nowrap;
    overflow: hidden;
}
.ke_xue_bt>ul{
    transition: transform .4s;
    display: flex;
}

.pho_ask,.line_ask{
    display: inline-block;
    width: 100%;
    font-size: 0.6rem;
    text-align: center;
    height: 1.91rem;
    line-height: 1.91rem;
}

.find_bg_ke{
    color: #ed232f;
    margin-left: -0.5rem;
    background: #fdfdfd url("/asset/images/find_ke.png") no-repeat 0.95rem 0.2rem;
    background-size: 0.84rem;
}
.find_sc{
    color: #ed232f;
    margin-left: -0.5rem;
    background: #fdfdfd url("/asset/images/find_sc.png") no-repeat 0.95rem 0.2rem;
    background-size: 0.84rem;
}
.backHome{
    margin-left: 0.1rem;
    color: #ed232f;
    background: #fdfdfd url(/asset/images/home/shouye.png) no-repeat 0.95rem 0.2rem;
    background-size: 0.84rem;
}
.backHome,.find_sc,.find_bg_ke{
    display: inline-block;
    width: 50%;
    font-size: 0.55rem;
    text-align: center;
    height: 1.91rem;
    line-height: 1.91rem;
    padding-top: 0.5rem;
}
.bgColor{
    background: #fdfdfd;
}
.pho_ask{
    background: -webkit-linear-gradient(left,#f2a652, #fd7055); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f2a652, #fd7055); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f2a652, #fd7055); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f2a652, #fd7055); /* 标准的语法 */
    color: #fff;
}
.line_ask{
    background: -webkit-linear-gradient(left, #f7865e , #fd5972); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #f7865e , #fd5972); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #f7865e , #fd5972); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f7865e , #fd5972); /* 标准的语法 */
    color: #fff;
}
/*新版课程学校，课程，城市样式  2017/5/9*/
.filter-bar .droplistN {
    background-color: #fff;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1rem 1.2rem;
    z-index: 2;
    white-space: normal !important;
    border: none !important;
}
.filter-bar .droplist-expand {  display: block;  }
.filter-bar .droplistN .sort {
    display: inline-block;
    width: 28%;
    height: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.56rem;
    text-align: center;
    border: 1px solid #fff;
    line-height: 1.5rem;
    border-radius: 1rem;
}
.filter-bar .droplistN .sort:not(:nth-of-type(3n+1)){
    margin-left: 0.74rem;
}
.filter-bar .droplistN .sort:first-of-type{border-color:#fff;}
.filter-bar .droplistN .sort:first-of-type>a{color:#333;}
.filter-bar .droplistN .sort > a{
    color:#333;
    padding-left:0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chag-cs{
    position: absolute;
    width: 180px;
    height: 32px;
    box-sizing: border-box;
    background: url(/asset/images/csqhan.png) no-repeat;
    left: 6rem;
    font-size: 14px;
    bottom: 0.4rem;
    line-height: 32px;
    padding-left: 30px;
    background-size: 19px;
    background-position-y: 7px;
    color: #696969;
}

.signUp{
    float: left;
    background: url("/asset/images/signUp.png") no-repeat 0 center;
    background-size: 1.48rem;
    width: 1.48rem;
    height: 1.48rem;
    margin: 0.26rem 0 0 0.9rem;
}
.collection_,.nonfind-kc,.nonfind-xx{
    float: left;
    font-size: 0.4rem;
    color: #555;
    width: 2rem;
    height: 1.5rem;
    margin: 0.3rem 0 0 0.4rem;
    padding: 0.9rem 0 0 0;
    text-align: center;
}
.collection_{
    background: url(/asset/images/collection.png) no-repeat 0.6rem 0.1rem;
    background-size: 0.8rem;
}
.nonfind-kc{
    background: url("/asset/images/course/nonfindkc.png") no-repeat 0.6rem 0.1rem;
    background-size: 0.8rem;
}
.nonfind-xx{
    background: url("/asset/images/course/nonfindxx.png") no-repeat 0.6rem 0.1rem;
    background-size: 0.8rem;
}

.detail_ke_bg{
    background: #fdfdfd;
    padding-bottom: 0.3rem;
    overflow: hidden;
}
.collection02_{
    float: left;
    background: url(/asset/images/collectionSelected.png) no-repeat 0.6rem 0.1rem;
    background-size: 0.8rem;
    font-size: 0.4rem;
    color: #555;
    width: 2rem;
    height: 1.5rem;
    margin: 0.3rem 0 0 0.4rem;
    padding: 0.9rem 0 0 0;
    text-align: center;
}
.collectionblock{
    display:none;
}

.wid66{
    width: 66.6%;
}

.chooseCate{
    font-size: 0.6rem;
    color: #999;
    text-align: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #efefef;
}
.CateTitle{
    background: url(/asset/images/ask/rtarow.png) right center no-repeat;
    background-size: 0.4rem;
    display: inline-block;
    padding-right: 0.8rem;
    color: #999;
}
.askQue{
    color: #fff;
    font-size: 0.6rem;
    height: 1.31rem;
    line-height: 1.31rem;
    padding: 0 0.32rem;
}
.aims{
    background: url("../images/aims.png") 0 0 no-repeat;
}
.kecheng{
    background: url("../images/course.png") 0 0 no-repeat;
}
.shuom{
    background: url("../images/shuom.png") 0 0 no-repeat;
}
.jieshao{
    background: url("../images/jieshao.png") 0 0 no-repeat;
}

.totoptab{
    position: fixed;
    top: 0;
}
.course-detail-more-p>table{
    width: 100%;
}
.course-detail-more-p>table>tbody>tr>td{
    width: 16% !important;
}

/*置顶样式开始*/
.top_{
    position: fixed;
    bottom: 3rem;
    right: 0.59rem;
    display: none;
    width:2rem;
    z-index: 100;
}

.changes_{
    display: block;
}
/*置顶样式结束*/

#referer{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1.81rem;
    height: 100%;
    background-image: url(/asset/images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.top03{
    top:0.88rem!important;
}

/*固定到顶部样式添加*/
.cdtufixed{
    position: fixed;
    top: 1.43rem;
    width: 100%;
    background: #fff;
    left: 0;
}

.cdtufixed02{
    position: fixed;
    top: 1.73rem;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.cancel_history{
    background: url(/asset/images/guanbi.png) center no-repeat;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.5rem;
    margin-top: 0.3rem;
}
.pddnone{
    padding: 0!important;
}
.widcs{
    width: 6.5rem;
}

.sort-tab>>li>span:first-child{
    position: relative;
}

.school-detail-more>a,.school-detail-more02>a{
    color: #999;
    font-size: 0.6rem;
    text-align: center;
    display: block;
    margin-top: 0.5rem;
}


.school-detail-more02{
    display: none;
}
.posit{
    position: absolute;
    top: 0.08rem;
    right: 0.1rem;
}
.view_img_mask{
    background: rgba(0, 0, 0, 1);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
.view_img{
    max-width: 8rem;
    max-height: 15rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 7rem;
    margin: auto;
}
.view_img>img{
    width: 100%;
    height: 100%;
    display: block;
}

/*收藏提示样式*/

.collectionTips{
    opacity: 0;
    background: rgba(0,0,0,0.6);
    font-size: 0.6rem;
    color: #fff;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 5rem;
    line-height: 1.4rem;
    bottom: 3rem;
    border-radius: 0.8rem;
    z-index: 10;
    transition: opacity 200ms;
    -moz-transition: opacity 200ms; /* Firefox 4 */
    -webkit-transition: opacity 200ms; /* Safari 和 Chrome */
    -o-transition: opacity 200ms; /* Opera */
}
body table{
    max-width: 100%;
    width: 100% !important;
}
.nocoopTips{
    font-size: 0.6rem;
    color: #ed232f;
    display: block;
    padding: 0.4rem 0 0.4rem 0.5rem;
    background: #fff1dc;
    width: 100%;
}
.NavigationPlace{
    width: 100%;
    background: #ed232f url(/asset/images/school/daohang.png) 1.1rem 0.15rem no-repeat;
    background-size: 0.5rem;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    box-sizing: border-box;
}
.marLeft03{
    margin: 0.26rem 0 0 2rem;
}
.hxtt-img-ios {
    top: 0.32rem!important;
}

.hxtt-text-box-ios {
    padding: 0.41rem 0 0 0 !important;
}

#bdjrcheck{
    margin-top: 0.2rem;
}



.none-message-tips{
    font-size: 0.5rem;
    color: #999;
    text-align: center;
    height: 1.59rem;
    line-height: 1.59rem;
}
.none-message-tips>a{
    color: #999;
    font-size: 0.6rem;
    text-align: center;
    display: block;
    margin-top: 0.5rem;
}

.ovfHiden{
    overflow: hidden;
    height: 100%;
}

/*2017.7.18 搜索联想匹配*/
.search-sx{
    display: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    overflow: auto;
    z-index: 100;
    font-size: 0.55rem;
    padding: 0.4rem 0;
}
.search-sx>ul>li{
    box-sizing: border-box;
    padding: 0 0.3rem;
    margin-top: 0.5rem;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.5rem;
}
.search-sx>ul>li>a{
    display: flex;
    justify-content: space-between;
}
.search-sx>ul>li>a>span{
    color: #454545;
}
.search-sx>ul>li>a>div{
    color: #969696;
}
.search-sx>ul>li>a>div>a{
    color: #969696;
}
.ForYouRec{
    margin-top: 0.5rem;
}
.ForYouRecTit{
    font-size: 0.6rem;
    padding: 0 4% 0.4rem 4%;
}
