body{
    background-color: #f7f7f7;
}
.fixed{
    position: relative;
    z-index: 9;
}
.catoryHeadWrap{
    /*background-image: linear-gradient(-29deg, #fad3c9 0%, #fff2ef 70%, #fae8c9 100%), linear-gradient(#ffd6c9, #ffd6c9);*/
    /*background-blend-mode: normal, normal;*/
    padding-bottom: 1rem;
    background-color: #fff;

}
.classifycon {
    width: 100%;
    padding: 1.4rem 0;
}
.classifycon .swiper-slide{
    margin-right: 1rem;
    width: auto!important;
}
.classifycon .swiper-slide a {
    height: 48px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /* justify-content: center; */
    /*align-items: center;*/
    position: relative;
    font-size: 14px;
    color: #777;
}
.classifycon .classifyActive a {
    position: relative;
    font-size: 16px;
    color: #222;
    font-weight: bolder;
}
.classifycon li.classifyActive a::after {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    right: 0px;
    content: " ";
    width: 20px;
    height: 5px;
    background-image: linear-gradient(-29deg, #4750ff 1%,#8040fd 50%, #b131fb 100%),linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 3px;
}
.catoryWrap{
    position: relative;
    left: 0;
    top: -2rem;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    padding-top: 2rem;
    overflow: inherit;
    padding-bottom: .5rem;
}
.screeningWrap{
    color: #666;
    font-size: 1.4rem;
    position: relative;
}

.screeningWrapLeft a{
    color: #666;
    padding-right: 2rem;

}
.screeningWrapLeft a.recommendAct{
    color: #f2023a;
    font-weight: bolder;
}
.screeningWrapRight{
    display: flex;
    align-items: center;
}
.screeningWrapRight .catorySpan2{
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("/skin/v1/img/trianglehs.png");
    background-position: center;
    background-size: 1.2rem 1.2rem;
}
.screeningTime .catorySpan2{
    background-image: url("/skin/v1/img/trianglers.png");
}
.screeningTime span{
    color:#f2023a;
}
.screenPostion{
    position: absolute;
    top: 4rem;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding: 1rem 4%;
    border-radius: 0 0 10px 10px;
    display: none;

}
.screenList{
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
}
.screenList i{
    width: 1.6rem;
    height: 1.6rem;
    background: url("/skin/v1/img/payhs.png") no-repeat center center;
    background-size: 1.6rem 1.6rem;
}
a.screenListActive i{
    background-image: url("/skin/v1/img/payrs.png");
}
.bg{
    background: #666;
    opacity: 0.75;
    position: fixed;
    top: 11rem;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}


.catoryList{
    position: relative;
    top:-2rem;
    background-color: #fff;
}

/*分页*/
.pageturnBox{
    display: flex;
   padding-bottom: 2rem;
    align-items: center;
    justify-content: center;
}
.pageturnBox .curPage{
    display: flex;
    align-items:center;
    box-align:center;
    padding: 0px .6rem;
}
.pageturnBox .curPage a,.pageturnBox .curPage span{
    font-size: 1.4rem;
    color: #222;
    margin: 0px 1.4rem;
    line-height: 1;
}
.pageturnBox .curPage .curr{
    color: #ff4200;
    font-size: 1.4rem;
    font-weight: 700;
}
.pageturnBox .lastPage, .pageturnBox .lastPage a,.pageturnBox .nextPage, .pageturnBox .nextPage a{
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
}
.pageturnBox .lastPage a i{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/left_black.png") no-repeat left center;
    background-size: auto 1.8rem;
}
.pageturnBox .lastPage .las{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/left_grey.png") no-repeat left center;
    background-size: auto 1.8rem;
}
.pageturnBox .nextPage a i{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/right_black.png") no-repeat right center;
    background-size: auto 1.8rem;
}
.pageturnBox .nextPage .nex{
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("https://image.huanghepiao.com/images/right_grey.png") no-repeat left center;
    background-size: auto 1.8rem;
}
/*城市弹框样式*/
.citySelBox{
    display:none;
    position: fixed;
    top: 0px;
    z-index: 99999999999999;
    max-width: 650px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.Cityheader{
    height: 4.8rem;
    border-bottom: 1px solid #eee;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.Cityheader a{
    display: inline-block;
    width: 22%;

}
.Cityheader img{
    width: 1.6rem;
    margin-left: 2rem;
}
.Cityheader span{
    font-size: 1.6rem;
    color: #222;
}
.cityTit {
    margin-top: 1.2rem;
    padding-left: 4%;
    font-size: 1.6rem;
}
.hotcity{
    width: 92%;
    margin: 0 auto;
}
.hotcitylist{
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}
.hotcitylist a {
    width: 22%;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    line-height: 1.8;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    margin-top: 2rem;
}
#cityLetter {
    position: fixed;
    right: 1rem;
    top: 11.5rem;
    width: 3rem;
    background: #fff;
    z-index: 10000;
}
#cityLetter a {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    color: #666;
}
#cityList{
    margin-top: 2rem;
    height: 48rem;
    overflow-y: auto;
}
.cityletter{
    font-size: 1.6rem;
    line-height: 2.4;
    padding-left: 4%;
    background: #f8f8f8;
}
.cityList .citybox a{
    display: block;
    font-size: 1.4rem;
    color: #555;
    padding: 4%;
    border-top: .5px solid #eee;
}
.cityList .citybox a:nth-of-type(1){
    border-top: none;
}
/*空状态*/
.emptyCatory{
padding: 3rem 0;
}
.emptyCatory img {
    display: block;
    width: 9rem;
    margin: 0 auto;
}
.emptyCatory p{
    font-size: 1.4rem;
    color: #777;
    text-align: center;
    padding-top: 0.6rem;
    text-shadow: 0 1px 0 #fff;
}