/* 头部 */
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f0f0f2;
    padding: 0 10px;
}
.head_left{
    display: block;
    float: left;
    width: 10px;
    height: 18px;
    background: url(../images/icon/l_left.png) no-repeat !important;
    background-size: 100% !important;
    margin-top: 16px;
}
header span{
    display: block;
    width: calc(100% - 160px);
    height: 25px;
    line-height: 25px;
    margin: 12px 0 0 70px;
    float: left;
    text-align: center;
    color: #3e99ff;
    font-size: 0.15rem;
}
.head_right{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/l_big.png) no-repeat;
    background-size: 100%;
    margin-top: 16px;
}
/* 中间内容 */
.wrapper{
    padding: 50px 0 65px 0;
}
/* banner */
.banner{
    width: 100%;
    height: 1.2rem;
    padding: 0.55rem 0 0 0.2rem;
    background: url(../images/icon/ten_banner.png) no-repeat;
    background-size: 100%;
}
.banner strong{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
}
.banner span{
    display: block;
    color: #7eabff;
}
.h3{
    height: 0.2rem;
    line-height: 0.2rem;
    position: relative;
}
.h3::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 0.15rem;
    background: #3e99ff;
    top: 0.04rem;
    left: 0;
    border-radius: 2px;
}
.h3 strong{
    font-weight: 600;
    color: #333;
    margin-left: 0.1rem;
}
.h3 a{float: right;}
/* 为你推荐 */
.tuijian{
    padding: 0.1rem;
    background: #fff;
    margin-top: 0.1rem;
}
.tuijian ul li{
    height: 1rem;
    padding: 0.18rem 0;
    border-bottom: 1px solid #eee;
}
.tuijian_logo{
    display: flex;
    width: 0.84rem;
    height: 0.64rem;
    float: left;
    border: 1px solid #eee;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tuijian_logo span{
    position: absolute;
    width: 0.27rem;
    height: 0.2rem;
    line-height: 0.2rem;
    top: 4px;
    left: -0.11rem;
    background: url(../images/icon/h_bg.png) no-repeat;
    background-size: 100% !important;
    text-indent: 0.12rem;
    font-size: 0.15rem;
    color: #fff;
}
.blue span{
    background: url(../images/icon/l_bg.png) no-repeat !important;
    background-size: 100% !important;
}
.tuijian_cont{
    width: calc(100% - 0.84rem - 0.1rem);
    float: left;
    height: 0.64rem;
    margin-left: 0.1rem;
}
.tuijian_cont .p1{
    width: 100%;
    height: 0.2rem;
    line-height: 0.2rem;
}
.tuijian_cont .p1 strong{
    font-size: 0.14rem;
    color: #333;
}
.tuijian_cont .p1 span{color: #666;float: right;}
.tuijian_cont .p1 em{color: #ff0000;}
.tuijian_cont .p2{
    width: 100%;
    margin-top: 0.04rem;
    color: #999;
    height: 0.4rem;
    line-height: 0.2rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.more_btn{
    display: block;
    height: 0.2rem;
    line-height: 0.2rem;
    color: #3e99ff;
    text-align: center;
    margin-top: 0.1rem;
}

/* 最受关注的十大品牌 */
.hot{
    padding: 0.1rem;
    background: #fff;
    margin-top: 0.1rem;
}
.hot ul{padding: 0.1rem;}
.hot li{
    height: 0.3rem;
    line-height: 0.3rem;
    border-bottom: 1px dashed #eee;
    position: relative;
    text-indent: 0.12rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hot li:last-child{border: 0;}
.hot li::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0.13rem;
    left: 0;
    background: #cecccd;
}
.hot li a span{color: #3e99ff;}
/* 知名教育品牌推荐 */
.guess{
    padding: 0.1rem;
    background: #fff;
    margin-top: 0.1rem;
}
.guess ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.1rem;
}
.guess ul li{
    width: 48%;
    height: 1.5rem;
    border-radius: 0.05rem;
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.guess ul li a{
    display: block;
    width: 100%;
    height: 0.85rem;
    margin-bottom: 0.05rem;
}
.guess ul li p{
    padding: 0 0.1rem;
    height: 0.28rem;
    line-height: 0.28rem;
    color: #333;
    font-size: 0.13rem;
}
.guess ul li p em{
    font-size: 0.15rem;
    color: #ff0000;
    float: left;
}
.guess ul li p span{
    float: right;
    color: #666;
}
/* 教育加盟品牌排行榜 */
.pinpai{
    padding: 0.1rem;
    background: #fff;
    margin-top: 0.1rem;
}
.pinpai ul{padding: 0.1rem 0.1rem 0;}
.pinpai ul li{
    height: 0.3rem;
    line-height: 0.3rem;
    border-bottom: 1px dashed #eee;
}
.pinpai ul li:last-child{border: 0;}
.pinpai ul li em{
    display: block;
    float: left;
    width: 0.14rem;
    height: 0.14rem;
    line-height: 0.14rem;
    text-align: center;
    background: #bbbbbb;
    border-radius: 2px;
    color: #fff;
    margin-top: 0.08rem;
}
.pinpai ul li .em1{background: #3e99ff !important;}
.pinpai ul li .em2{background: #79b8ff !important;}
.pinpai ul li .em3{background: #afd5ff !important;}
.pinpai ul li a{
    display: block;
    float: left;
    width: 1.2rem;
    margin-left: 0.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pinpai ul li span{
    display: block;
    float: left;
    width: 0.9rem;
    height: 0.3rem;
    margin-left: 0.1rem;
    position: relative;
    color: #ff0202;
    text-indent: 0.15rem;
}
.pinpai ul li span::after{
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background: url(../images/icon/money.png) no-repeat;
    background-size: 100%;
    top: 0.1rem;
    left: 0;
}
.pinpai ul li strong{
    display: block;
    float: left;
    width: 0.55rem;
    height: 0.3rem;
    margin-left: 0.3rem;
    position: relative;
    color: #333;
    text-indent: 0.12rem;
}
.pinpai ul li strong::after{
    position: absolute;
    content: "";
    width: 0.07rem;
    height: 0.1rem;
    background: url(../images/icon/dz.png) no-repeat;
    background-size: 100%;
    top: 0.1rem;
    left: 0;
}
.pinpai ul li .heng{
    display: block;
    float: right;
    width: 0.08rem;
    height: 0.03rem;
    background: url(../images/icon/heng.png) no-repeat;
    background-size: 100%;
    margin-top: 0.13rem;
}
.pinpai ul li .up{
    display: block;
    float: right;
    width: 0.07rem;
    height: 0.09rem;
    background: url(../images/icon/ten_up.png) no-repeat;
    background-size: 100%;
    margin-top: 0.11rem;
}
.pinpai ul li .down{
    display: block;
    float: right;
    width: 0.07rem;
    height: 0.09rem;
    background: url(../images/icon/ten_down.png) no-repeat;
    background-size: 100%;
    margin-top: 0.11rem;
}
/* 幼儿教育加盟咨询 */
.xiangguan{
    padding: 0.1rem;
    background: #fff;
    margin-top: 0.1rem;
}
.xiangguan_img{
    width: 100%;
    height: 1.05rem;
    overflow: hidden;
    position: relative;
    margin: 0.1rem 0;
}
.xiangguan_img span{
    position: absolute;
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    left: 0;
    bottom: 0;
}
.xiangguan ul{
    padding: 0 0.1rem;
}
.xiangguan ul li{
    height: 0.35rem;
    line-height: 0.35rem;
    border-bottom: 1px dashed #cfcfcf;
    position: relative;
}
.xiangguan ul li:last-child{border: 0;}
.xiangguan ul li::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    top: 0.15rem;
    left: 0;
}
.xiangguan ul li a{
    display: block;
    float: left;
    color: #666;
    width: calc(100% - 0.5rem);
    margin-left: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xiangguan ul li span{float: right;color: #999;}
/* 十大教育用户点评 */
.remark{
    padding: 0.1rem;
    background: #fff;
    margin-top: 0.1rem;
}
.txtScroll-top{ width:100%; height: 7.2rem; overflow:hidden; position:relative; padding-top: 0.1rem;}
.txtScroll-top .infoList li{ height:1.2rem; margin-bottom: 0.25rem;border-bottom: 1px solid #eee;  }
.txtScroll-top .infoList li div{
    height: 0.25rem;
    line-height: 0.25rem;
    padding: 0 0.1rem;
    background: #f9f9f9;
}
.txtScroll-top .infoList li div a{
    color: #3e99ff;
}
.txtScroll-top .infoList li div span{
    display: block;
    float: right;
    width: 1rem;
    height: 0.25rem;
    position: relative;
    color: #999;
    text-indent: 0.15rem;
}
.txtScroll-top .infoList li div span::after{
    position: absolute;
    content: "";
    width: 0.09rem;
    height: 0.09rem;
    background: url(../images/icon/zhishu.png) no-repeat;
    background-size: 100%;
    top: 0.09rem;
    left: 0;
}
.txtScroll-top .infoList li div span em{color: red;}
.txtScroll-top .infoList li p{
    color: #999;
    padding: 0.05rem 0.1rem;
    height: 0.85rem;
    line-height: 0.25rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
















/* 底部固定 */
footer{
    position: fixed;
    left: 0;
    bottom: -1px;
    z-index: 9;
    width: 100%;
    height: 65px;
    background: #fff;
    overflow-x: hidden;
    box-shadow: 0 0 2px #ccc; 
}
footer a{
    display: block;
    float: left;
    width: 25%;
    height: 65px;
    color: #666;
}
footer a em{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}
footer a i{
    color: #ababab;
    font-size: 0.25rem !important;
}
footer a span{
    display: block;
    line-height: 15px;
    text-align: center;
    font-size: 15px;
}
.footer_active{color: #3e99ff !important;}
.footer_active i{color: #3e99ff !important;}