
body{
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #f4f4f4;
}

/*  首页 搜索样式 */
.top_bar img{
    padding-top: 0px;
}
.searchBigBox{
    width: 100%;
    max-width: 650px;
    min-width: 320px;
    border-bottom: 0;
    padding: 1.3rem 0 0 0;
    position: sticky;
    position: -webkit-sticky;
    background:#fff;
    z-index: 102;
    top:0px
}
.searchBox {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    padding-bottom: 1.2rem;
}
.consultSearchBox{
    flex: 1;
    padding: 0 4%;
}
.searchBox .toCenters{
    height: 100%;
    padding-right: 4%;
}
.searchBox .toCenters img{
    width: 2rem;
    margin-top: .8rem;
}
.indexsearchQ {
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    color: #555;
    text-align: center;
    white-space: nowrap;
    position: relative;
    padding-left: 4%;
}
.consultSearchBox #s-combobox-135{
    width: 65%;
}
.indexsearchQ img{
    width: 1rem;
    padding-left: .3rem;
}

.consultSearchBox{
    float: left;
}

.box-cover {
    z-index: 100;
}
.sea_tips{
    top: 6rem;
}

/*  轮播图 样式   */
.swiper-container {
    width: 100%;
    background-color: #fff;
    height: auto;
}
.swiper-container li{
    padding-left: 4%;
    padding-right: 4%;
}
.swiper-container img{
    border-radius: 1rem;
}

/* 分页器样式 */
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 1rem;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background: #555;
    margin: 0 .5rem;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}


/* 分类 导航样式 */
.classify_tabbar{
    background-color: #fff;
    padding: 2rem 4% .8rem;
    border-radius: 0px 0px 1rem 1rem;
}
.classify_tabbar .tubiao-logo{
    overflow: hidden;
}
.tubiao-logo li {
    width: 25%;
    text-align: center;
    float: left;
}
.tubiao-logo li a img {
    width: 30%;
}
.tubiao-logo li a div{
    font-size: 1.4rem;
    color: #333333;
    line-height: 3rem;
    padding-bottom: .6rem;
}



/* 筛选导航 按钮样式  */
.selectBox{
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 5.6rem;
    background-color: #ffffff;
    z-index: 99;
}
.classifyNavBox .classifyNav{
    height: 5.6rem;
    line-height: 5.6rem;
    width: 90%;
    font-size: 1.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: .8rem auto 0px;
    color: #666;
}
.ftColor{
    color: #333;
}
.selectColor{
    color: #ff4200;
    font-weight: 700;
}

.classifyNavBox .classifyNav .np{
    background: url(/skin/default/images/np.png);
    display: inline-block;
    width: 11px;
    height: 4rem;
    line-height: 4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    vertical-align: middle;
    margin-left: .5rem;
}
.classifyNavBox .classifyNav .up{
    background: url(/skin/default/images/up.png);
    display: inline-block;
    width: 11px;
    height: 4rem;
    line-height: 4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    vertical-align: middle;
    margin-left: .5rem;
}
/* 弹出框的样式 */
.bg {
    background: #000;
    opacity: 0.75;
    position: fixed;
    top: 11rem;
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.sear-histroy {
    max-width: 650px;
    min-width: 320px;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-box-flex: 1;
    display: none;
}

.sear-histroy .sear-div {
    padding: 0;
}
.hotcity {
    width: 94%;
    margin: 2rem auto 1.5rem auto;
}
.hotcity > p {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.hotcity .hotcitylist a {
    display: inline-block;
    width: 16%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: .5rem;
    margin-right: 4%;
    line-height: 2;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 1.5rem;
}
#letterBox {
    height: 32rem;
    overflow-y: auto;
}
.citybox .cityletter {
    width: 97%;
    padding-left: 3%;
    font-size: 1.6rem;
    color: #555;
    background:#f2f2f2;
    line-height: 4rem;
}
.citybox > a{
    display: block;
    padding-left: 3%;
    border-bottom: 1px solid #ddd;
    line-height: 3;
    font-size: 1.4rem;
    color: #666;
}
#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;
}
.sear-histroy .sear-div ul li a {
    display: block;
    width: 95%;
    font-size: 1.6rem;
    line-height: 5rem;
    padding-left: 3%;
    color: #666;
}
.sear-histroy .sear-div ul li.categoryact a {
    color: #ff4200;
    background-image: url("/skin/default/images/gouxuan.png");
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
}
.sear-histroy .sear-div ul li {
    width: 94%;
    margin: 0 3%;
    height: 4.6rem;
    line-height: 4.6rem;
    font-size: 1.0rem;
    border-bottom: 1px solid #eee;
}
.itemTitles {
    margin-top: .5rem;
    padding-top: 2rem;
    background-color: #fff;
    border-radius: 1rem 1rem 0px 0px;
    padding-left: 4%;
    font-size: 1.6rem;
    color: #222;
    font-weight: 700;
}
.classifyNavBox .classifyNav{
    margin-top: 0;
}

.posiBox{
    position: fixed;
    display: block;
    max-width: 650px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999;
}

.goodsMainList{
    background-color: #fff;
}

.layui-flow-more a cite {
    padding: 0 20px;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    font-style: normal;
}

.layui-flow-more a {
    height: 32px;
    line-height: 32px;
}

.layui-flow-more {
    padding: 10px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.layui-flow-more a *, .layui-laypage input, .layui-table-view select[lay-ignore] {
    display: inline-block;
}

.layui-flow-more a * {
    vertical-align: top;
}