*{margin:0;padding:0}html{overflow-x:auto}
body{position:absolute;width:100%;min-height:100%; -webkit-user-select:none;-webkit-user-drag:none;-webkit-text-size-adjust:none; }
body, input, textarea, select { font-size: 14px; color: #333; font-family: "microsoft yahei", Arial, Helvetica, sans-serif; }
button{border:0;background:transparent;font-family:'microsoft yahei','Helvetica Neue',Helvetica,Arial,sans-serif;}
input,button,.control{-webkit-tap-highlight-color:rgba(255,255,255,0);outline: none;box-shadow: none;}
input { border: 0; margin: 0; padding: 0px;height: 20px; line-height: 20px; border-radius: 3px; outline: none;}
input[type="checkbox"], input[type="radio"] { margin-right: 5px; height: 14px; line-height: 30px; }
li{list-style:none}
em,i { font-style:normal; font-weight:normal;}
.clear{ clear:both;}
a { color: #333; text-decoration: none; outline: none;}
a:hover { text-decoration: none;outline: none; }
a img { border: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;}
input{
    -webkit-appearance: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
html{   
    font-size: 100%;
}
body {

    background: #F5F5F5;
    padding-bottom: .2rem;
}
.content{
    width:375px;
    
}
/* 页面禁止滚动 */
.stopscroll{
    height:100%;overflow:hidden;
}
.blank_tab{
    width: 100%;
    height: .64rem;
}
/* 顶部男女频切换/搜索模块 */
.sexTab{
    width: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-top: 0.125rem;
    z-index: 1000;
}
.sexTab_box{
    width: 50%;
    float: left;
}
.search_box{
    width:48%;
    height: .34rem;
    line-height: .32rem;
    float: right;
    border-radius: .17rem;
    padding-left: .17rem;
    /* opacity: 0.5; */
    color:#222222;
    box-sizing: border-box;
    background: #FDE676;
}
.tab_module{
    float: left;
    text-align: center;
    margin-right: .35rem;
}
.tab_module p{
    font-size: .16rem;
    color: #222222;
    line-height: .35rem;
}
.active p{
    font-size: .2rem;
}
.tab_border_bottom{
    display: block;
    width: .1rem;
    height: .04rem;
    border-radius: .04rem;
    background: #222222;
    margin: -.04rem auto 0;
}
.icon_search{
    width: .14rem;
    height: .14rem;
    display: inline-block;
    position: relative;
    top: .03rem;
}
.val_search{
    margin-left: .05rem;
    color: #222222;
}

/* 正常的 tab */
.sexTabNormal{
    width: 100%;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-top: 0.125rem;
    z-index: 1000;
}
.sexTabNormal .tab_module p{
    font-size: .16rem;
    color: #333333;
}
.sexTabNormal .active p{
    font-size: .2rem;
}
.sexTabNormal .tab_border_bottom{
    display: block;
    width: .1rem;
    height: .04rem;
    border-radius: .04rem;
    margin: -.04rem auto 0;
    background-color: #FED900;
}

.sexTabNormal .search_box{
    width:48%;
    height: .34rem;
    line-height: .32rem;
    float: right;
    border-radius: .17rem;
    padding-left: .17rem;
    opacity: 1;
    color:#333333;
    border: 1px solid #EAE4E4;
    box-sizing: border-box;
    background: #EBEBEB;
}
.sexTabNormal .val_search{
    margin-left: .05rem;
    color: #333333;
}

/* 顶部轮播模块 */
.swiperbox{
    width: 100%;
    overflow: hidden;
    margin:0 auto;
    height: 3.6rem;    
}
.swiperboxNormal{
    width: 100%;
    overflow: hidden;
    margin:0 auto .15rem;
}
.swipercontent{
    width: 100%;
    position: relative;
    position: absolute;
    top: .6rem;
    padding: 0 .15rem;
    box-sizing: border-box;
}
.swipercontentNormal{
    width: 100%;
    position: relative;
    padding: 0 .15rem;
    box-sizing: border-box;    
}
.swiperbg{
    width: 100%;
    height: 1.42rem;
    position: relative;
    background: linear-gradient(180deg, #FED300 0%, rgba(254, 211, 0, 0.43) 87%, rgba(254, 211, 0, 0) 100%);  

}
.bg_img .swiper-slide img{
    width: 140%;
    height: 120%;
    display: block;
}
.swiperbg:after { width: 140%; height: 1.42rem; position: absolute; left: -20%; top: 0; z-index: -1; content: ''; border-radius: 0 0 40% 40%; }
.fade_swiper{
    width: 120%;
    border-radius: 0;
}
.real_swiper{
    box-shadow: 0px .04rem .08rem 0px #EEEEEE;
    border-radius: .08rem;
    padding: 0 .15rem;
}
.swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-pagination{
    padding: 0 .12rem;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
    width: .05rem;
    height: .05rem;
    border-radius: .05rem;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: .15rem;
    height: .05rem;
    border-radius: .05rem;
}

/* 糖豆区 */
.classModule{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-bottom: .15rem;
    box-shadow: 0px .04rem .08rem 0px #EEEEEE;
}
.classcontent{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: .2rem 0;
    background: #FFFFFF;
    border-radius: .08rem;
}

.class_piece{
    flex: 1;
    text-align: center;
    position: relative;
}
.class_mark{
    width: .6rem;
    height: .2rem;
    line-height: .18rem;
    position: absolute;
    top: -.14rem;
    left:45%;
    background: url(/assets/img/frontend/images/class-mark.png);
    background-size: 100% 100%;
    font-size: .09rem;
    color: #FFFFFF;
    
}
.class_piece img{
    width: .27rem;
    margin: 0 auto .06rem;
}
/* 横 1+4 */
.hengPlus{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-bottom: .15rem;    
}
.hengPluscontent{
    width: 100%;
    box-sizing: border-box;
    padding: .55rem 0 .2rem .15rem;
    background: #FFFFFF;   
    position: relative; 
    border-radius: .08rem;
    box-shadow: 0px .04rem .08rem 0px #EEEEEE;
}
.content_title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .53rem;
    line-height: .60rem;
    text-indent: .15rem;
}
.more_box{
    position: absolute;
    top: 0rem;
    right: .15rem;
}
.main_title{
    font-size: .18rem;
    color: #222222;
}
.more_box img{
    width: .04rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.04rem;
}
.hengPlus_onebox{
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: .15rem;
}
.hengPlus_oneleft{
    float: left;
    width: .72rem;
    height: .95rem;
    border-radius: .06rem;
    border: 1px solid #F7F7F7;
    margin-right: .1rem;
}
.hengPlus_oneleft img{
    border-radius: .06rem;
}
/* .hengPlus_oneright{
    
} */
.hengPlus_onebookname{
    font-size: .16rem;
    color: #222222;
    margin: .03rem 0 .1rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hengPlus_onebookintr{
    margin-bottom: .08rem;
    font-size: .12rem;
    color: #888888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.speinstr{
    padding-right: .15rem;
    box-sizing: border-box;
}
.hengPlus_onebookauthor{
    font-size: .12rem;
    color: #AFAFAF;    
}
.hengPlus_fourbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.hengPlus_fourpiece{
    flex: 0 0 .72rem;
    box-sizing: border-box;
    margin-right: .085rem;
}
.hengPlus_fourpiece img{
    border: 1px solid #F7F7F7;
    border-radius: .06rem;
}
.hengPlus_fourpiece p{
    font-size: .14rem;
    color: #222222;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;    
    margin-top: .06rem;
}
/* 竖三限免 */
.shuFree{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-bottom: .15rem;    
}
.shuFreecontent{
    width: 100%;
    box-sizing: border-box;
    padding: .55rem .15rem .05rem;
    background: #FFFFFF;   
    position: relative; 
    border-radius: .08rem;
    box-shadow: 0px .04rem .08rem 0px #EEEEEE;
}
.free_mark{
    color: #FF1029;
    margin-right: .07rem;
}
/* 竖三正常 */
.gray_line{
    color: #E0E0E0;
    margin: 0 .03rem;
}
.normal_mark{
    color: #FF1029;
}
.num_people{
    float: right;
}

/* 横四特价 */
.hengPlus_fourpiece .sale_name{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;    
    margin-top: .06rem;  
    line-height: .15rem;  
}
.hengPlus_fourpiece .sale_num{
    color: #FF1029;
    font-size: .12rem;
    margin-top: .05rem;
}
.get_btn{
    display: block;
    width: .56rem;
    height: .28rem;
    line-height: .28rem;
    text-align: center;
    border-radius: .28rem;
    background: #FED900;
    font-size: .12rem;
    color: #222222;
    margin-top: .1rem;
}

.feed_box{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .15rem;
    margin-bottom: .15rem;    
    box-shadow: 0px .04rem .08rem 0px #EEEEEE;    
}
.feed_content{
    width: 100%;
    box-sizing: border-box;
    padding: .55rem .15rem .15rem;
    background: #FFFFFF;   
    position: relative; 
    border-radius: .08rem;    
}
.i_images_text_list{
    margin: 0 0 0 0;
}
.i_images_text_ul li{
    padding-bottom: 0;
    margin: 0 0 .15rem;
}
.i_images_txt_box p{
    margin-bottom: .08rem;
}
.new_ul{
    border-radius: .06rem;
}
.loading_box{
    height: auto;
    background:none;
}
/* 倒计时 */
.limit_timebox{
    position: absolute;
    top: 0rem;
    left: .81rem;
    font-size: .12rem;
    color: #222222;
}
.limit_timepiece{
    display: inline-block;
    width: .22rem;
    height: .18rem;
    background: linear-gradient(90deg, #FF6A00 0%, #FF2B58 100%);
    border-radius: .04rem;
    vertical-align: middle;
    margin-top: -0.04rem;
    line-height: .18rem;
    color: #FFFFFF;
    font-size: .12rem;
    text-align: center;
    text-indent: 0;
}
.limit_timepiece1{
    margin-left: .04rem;
}
.limit_timepiece2{
    background: linear-gradient(90deg, #FF1F67 0%, #E300B3 100%);
}
.limit_timepiece3{
    background: linear-gradient(90deg, #D900BF 0%, #A100FE 100%);
}
.feed_content .hengPlus_onebookauthor .pnumber{
    float:right;
}


/* 关注二维码 */
.codeModule{
    display: none;
    width: 100%;
    margin-top: .3rem;
    text-align: center;
}
.code_img{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .08rem;
    margin: 0 auto .3rem;
}
.code_word{
    font-size: .12rem;
    color: #888888;
    margin-bottom: .1rem;
}





/* 专题部分 special.html */
.specialed .swiper-pagination{
    text-align: center;
}
.specialed .swiper-pagination-bullet{
    background-color: #fff;
}
.specialed .swiperbox, .specialed .swipercontent, .specialed .hengPluscontent{
    height: 2.6rem;
}
.specialed .hengPluscontent{
    background-size: 100% 100%;
}
.specialed .swipercontent {
    position: relative;
    top: 0;
    padding: 0;
}

.specialed .main_title > .spaDesc{
    max-width: 70%;
    font-size: 0.14rem;
    height: 0.26rem;
    line-height: 0.26rem;
    position: relative;
    top: -0.15rem;
    /* border-bottom: 1px solid #fff;
    margin: 0 0.2rem; */
}
.specialed .main_title > .spaDesc p,
.specialed .main_title > .spaDesc img,
.specialed .main_title > .spaDesc table{
    display: none;
}
.special_top_border{
    /* border-bottom: 1px solid #fff; */
    height: 1px;
    width: 100%;
    margin-right: .15rem;
    margin-bottom: 15px;
    position: relative;
}
.special_top_border:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }

.specialed .main_title > .spaDesc>p:first-of-type{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.specialed .main_title{
    text-align: start;
}

.specialed .hengPlus_fourbox{
    padding-top: 20px;
    /* border-top: 2px solid red; */
}
.specialed .hengPlus_fourpiece img{
    /* height: 0.96rem; */
    height: 1.4rem;
}
.specialed .hengPlus_fourpiece{
    position: relative;
}
.specialed .hengPlus_fourpiece > p{
    position: absolute;
    bottom: 0.12rem;
    color: #fff;
    padding: 0 8px;
}




/* 企微引导性二维码 */
.qiwei_impot{
    margin: 0 auto;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.qiwei_impot .qiwei_impot_content{
    height: 3.8rem;
    width: 3rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}
.qiwei_impot .qiwei_impot_content .qiwei_impot_content_title{
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
}

.qiwei_impot .qiwei_impot_content img{
    width: 2rem;
    height: 2.2rem;
    margin-left: 0.4rem;
    border: 2px solid red;
}
.qiwei_impot .qiwei_impot_content content_p{
    margin: 5px 0;
}
.qiwei_impot .qiwei_impot_content .content_p_last{
    margin-bottom: 10px;
}
.qiwei_impot .qiwei_impot_footer{
    font-size: 20px;
    color: #e74444;
    margin-top: 10px;
}