img{
    display: block;
}
body{
    display: none;
}

/* main-head */
.main-head{
    position: relative;
    z-index: 5;
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #f2f2f2;
}
.main-head .back{
    position: absolute;
    left: 0.2rem;
    top: 0.28rem;
    width: 0.18rem;
    height: 0.32rem;
    background: url(/mobile/images/icon_back.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.main-head h1{
    width: 100%;
    color: #333;
    font-size: 0.32rem;
    font-weight: normal;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
}

/* tab-nav */
.tab-nav{
    line-height: 0.82rem;
    height: 0.82rem;
    color: #666;
}
.tab-nav .item-wrap{
    height: 0.82rem;
    overflow-x: auto;
    background-color: #fff;
    padding: 0 0.2rem;
    position: fixed;
    z-index: 5;
    top: 0.88rem;
    left: 0;
    white-space:nowrap;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0.02rem solid #dedede;
}
.tab-nav .item-wrap::-webkit-scrollbar {
    display: none;
}
.tab-nav a{
    position: relative;
    z-index: 1;
    margin-right: 0.2rem;
    display: inline-block;
    cursor: pointer;
}
.tab-nav a.on{
    color: #b82226;
    border-bottom: 0.02rem solid #b82226;
}
.tab-nav a:last-child{
    margin-right: 0;
}

/* list-view */
.list-view .main-products{
    width: 100%;
    clear: both;
}
.list-view .main-products a{
    display: block;
    width: 100%;
}
.list-view .main-products .img img{
    width: 100%;
}
.list-view .main-products .text{
    color: #999;
    font-size: 0.2rem;
    padding-top: 0.1rem;
}
.list-view .main-products .text .name{
    font-size: 0.28rem;
    color: #333;
}
.list-view .product-list{
    padding: 0 0.2rem;
	padding-bottom: 58px;
}
.list-view .product-list li{
    width: 3.45rem;
    margin-bottom: 0.15rem;
}
.list-view .product-list li:nth-of-type(odd){
    margin-right: 0.2rem;
}
.list-view .product-list li a{
    display: block;
}
.list-view .product-list li img{
    width: 3.45rem;
    height: 3.6rem;
}
.list-view .product-list .text{
    padding: 0.1rem 0;
}
.list-view .product-list .text .second-name{
    font-size: 0.2rem;
    color: #999;
}
.sub-tab-box{
    height: 38px;
    line-height: 38px;
    /* border-bottom: 2px solid #b82226; */
    overflow: hidden;
}
.sub-tab{
    float: left;
    min-width: 40px;
    padding: 0 10px;
    line-height: 38px;
    font-size: .24rem;
    color: #000;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    margin-right: 4px;
    transition: all 0.3s ease;
}
.sub-tab.active{
    background-color: #b82226;
    color: #fff;
}
.main-products .preset-pic{
    min-height: 3.36rem;
}
.product-list .preset-pic{
    min-height: 3.6rem;
}
