
.ios{
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.head .hd-homet {
    width: 100%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
}

.head .hd-homet .hd-s-city {
    max-width: 85%;
}

.head .hd-homet a {
    display: block;
}

.hd-s-city {
    display: block;
    padding-left: 20px;
    padding-right: 15px;
    /* background: url(../images/4.png) no-repeat 10px center;
    background-size: 11px 16px; */
    color: #fff;
    font-size: 16px;
}

.hd-special.pos-center span.arrow-bot,
.head .hd-homet .hd-s-city span.arrow-bot {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-sizing: border-box;
    padding-right: 13px;
    margin-right: 10px;
    background: url(../images/187.png) right center no-repeat;
    background-size: 8px 4px;
    height: 44px;
}

.oneover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hd-h-text {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.hd-homet .hdh-operate.search-ico {
    background: url(../images/190.png) center 7px no-repeat;
    background-size: 15px 15px;
    right: 15px;
}

.hd-homet .hdh-operate {
    position: absolute;
    top: 0;
    padding-top: 26px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
}

/* 轮播 */
.swiper-container {
    width: 100%;
}

.swiper-container img {
    display: block;
    width: 100%;
}


/* screening */
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.screen{
    background: #fff;
    position: fixed;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 44px;
    box-sizing: border-box;
    display: none;
    z-index: 10;
}

div.screening {
    width: 100%;
    max-width: 750px;
    overflow: hidden;
    background: #fff;
    /* position: fixed; */
    z-index: 15;
}
#screening{
    width: 100%;
    max-width: 750px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 15;
    top:0
}
div.screening>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: solid 1px #d3d3d3;
    overflow: hidden;
}

div.screening>ul>li {
    float: left;
    font-size: 0.75em;
    width: 25%;
    text-align: center;
    border-left: solid 1px #d3d3d3;
    margin: 12px 0;

}

div.screening>ul>.Regional {
    border-left: none;
}

/* div.screening>ul>.Sort {
    border-left: none;
} */

div.screening>ul>li>span {
    background: url("../images/95.png") no-repeat right center;
    background-size: 0.75em;
    padding-right: 15px;
}

div.screening>ul>.current>span {
    background: url("../images/193.png") no-repeat right center;
    background-size: 0.75em;
    color: #000;
}


.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 5;
}

/* grade */
.meishis,
.grades,
.Categorys,
.Sorts {
display: none;
}
.meishis{
    height:375px;
}


.grade-eject,
.Category-eject,
.Sort-eject {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    font-size: 15px;
    color: #666;
    position: relative;
    height: 400px;
    font-weight: 700;
}
.meishi22{
    width: 100%;
    max-width: 750px;
    height:100%;
    z-index: 10;
}

.grade-eject>ul,
.Sort-eject>ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    overflow-y:scroll;
    height:100%;
}


.meishis>.btn,
.grades>.btn,
.Sorts>.btn,
.Categorys>.btn {
    width: 100%;
    height: 35px;
    background: rgb(37, 143, 243);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.meishi22>ul{
    height:60%;
    padding:4%;
}

.meishi22>ul>li:nth-child(1),.meishi22>ul>li:nth-child(4),.meishi22>ul>li:nth-child(7){
    margin-left:1%;
}

.meishi22>ul>li{
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    height: 24%;
    width: 30%;
    background: #F5F5F5;
    border-radius: 5px;
}

.meishi22>ul>li.selected {
    border: 1px solid #8AA3F5;
    box-sizing: border-box;
    background: #E4E4E4;
}

.meishi22>ul>li>p {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items:Center;
    color: #333;
    border-radius:5px;
    font-size:14px;
}


.Category-eject>ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    overflow-y:scroll;
    height: 100%;
}

.grade-eject>ul>li,
.Category-eject>ul>li,
.Sort-eject>ul>li {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.75em;
    margin-left: 1rem;
    margin-right: 1rem;
    border-bottom: solid 1px #eee;
}

.Category-eject>ul>.focus {
    border-bottom: solid 1px #ff8e0d;
}

.Category-eject>ul>li>p {
    width: 100%;
}

.Category-eject>ul>li>.Category_ul {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding-left: 20px;
    height:100%;
    overflow-y:scroll;
}

.Category-eject>ul>li>.Category_ul>.Category_li.cur {
    color: #f04d52;
    background: url(../images/97.png) right center no-repeat;
    background-size: 13px 11px;
    margin-right: 20px
}

.meishi22>ul>li.cur,
.grade-eject>ul>li.cur,
.Sort-eject>ul>.cur {
    color: #f04d52;
    background: url(../images/97.png) right center no-repeat;
    background-size: 13px 11px;
}

.meishi22>ul.meishia-w,
.grade-eject>ul.grade-w {
    z-index: 1;
}

.Category-eject>ul.Category-w {
    z-index: 1;
}

.grade-w-roll {
    background: #fff;
    display: block;
}

/* .grade-w-roll::after {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
} */
.express-city-box {
    width: 100%;
    background: #fff;
}
.hot-city-title {
    box-sizing: border-box;
    padding: 15px 20px 10px;
    height: 40px;
    background: #fff;
    line-height: 15px;
}
.hot-city-title i {
    display: inline-block;
    width: 4px;
    height: 12px;
    background: #4f98ff;
    margin-right: 5px;
}
.hot-city-title h4 {
    display: inline-block;
    vertical-align: top;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.city-sidaber {
    position: absolute;
    height: 100%;
    right: 0;
    top: 40px;
    z-index: 20;
}
.city-sidaber p {
    box-sizing: border-box;
    padding-right: 0.2rem;
    width: 1.78rem;
    line-height: 0.75rem;
    font-size: 0.55rem;
    font-weight: 700;
    text-align: center;
    color: #666;
}
.hot-city .hot {
    padding: 0 35px 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-content: space-around;
    width: 100%;
    height: 80px;
}
.hot-city .hot a {
    display: block;
    box-sizing: border-box;
    width: 45%;
    line-height: 35px;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    letter-spacing: 1px;
}
.hot-city .hot .active{
    border: 1px solid red;
}

#cityBox {
    height: 280px;
    background: #fff;
    overflow: hidden;
}
.letter-title {
    padding: 0 1.4rem 0 1rem;
    padding-top: 0.48rem;
    height: 1.2rem;
    line-height: 0.88rem;
    font-size: 0.64rem;
    font-weight: 700;
    color: #4f76e6;
}
.item-list {
    padding: 0 1.8rem 0 1rem;
}
.item-list li {
    line-height: 1.8rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: #666;
    border-bottom: 0.5px solid #edeef5;
}
.item-list>.cur {
    color: #f04d52;
    background: url(../images/97.png) right center no-repeat;
    background-size: 13px 11px;
}


/* 滑动区域 */
.mescroll {
    position: fixed;
    top: 44px;
    bottom: 53px;
    height: auto;
    max-width: 750px;
}

/*回到顶部按钮*/
.mescroll-totop {
    bottom: 75px;
}


