body{
    background-color: #fff;
}
.head-banner{
    height:4rem;
}
.brand-top {
    position: relative;
    min-height: 1rem;
}
.brand-top-self {
    position: relative;
    min-height: 1rem;
    margin-top: 1rem;
}
.search-box{
    width:6.9rem;
    height:0.62rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0.08rem;
    position: absolute;
    left:0.3rem;
    top:0.2rem;
    z-index: 100;
}

.search-logo{
    background: url("../img/ico33.png") no-repeat center;
    width:0.24rem;
    height:0.24rem;
    background-size: cover;
    margin:0.2rem 0.1rem 0 0.2rem;
}
.search-input{
    height:0.62rem;
    background: rgba(0,0,0,0);
    width: 5rem;
}
.search-input::-webkit-input-placeholder{
    font-size: 0.26rem;
    color: #666;
}
.select-box{
    padding:0 0.3rem ;
    border-bottom: 0.01rem solid #eee;
}
.shu-line{
    width:1px;
    height:0.8rem;
    background-color: #4285f4;
    margin:0 0.3rem;
    margin-top: 0.2rem;
}
.type,.brand{
    height:1.2rem;
    width:3.1rem;
    background: rgba(0,0,0,0);
    font-size: 0.3rem;
    color: #222;
    -webkit-appearance: none;
    appearance: none;
    background: url("../img/ico34.png") no-repeat right center;
    background-size: 0.24rem 0.12rem;
}
.brand-item{
    padding:0.3rem 0.3rem 0 0.3rem;
}
.brand-item-ul li{
    width:3.33rem;
    margin-bottom: 0.6rem;
    margin-right: 0.2rem;
    float: left;
}
.brand-item-ul li:nth-child(2n){
    margin-right: 0rem;
}

.brand-div {
    width:3.33rem;
    height:1.8rem;
    overflow :hidden;
    border:0.02rem solid #cfdaec; 
	    
}

.brand-img{
    width:3.33rem;
    height:1.75rem;
 
}


.brand-name{
    line-height: 0.4rem;
    margin-top: 0.2rem;
    text-align: center;
    font-size:0.28rem;
    color:#222;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pagination {
    text-align: right;
    position: absolute;
    bottom: 0.14rem;
    width: 100%;
    z-index: 100;
    right: 0.3rem;
}

/* ÐÞ¸Ä */
.navOne{
    width: 45%;
    background: url(../img/ico38.png) no-repeat 2.8rem center;
    background-size: 0.22rem 0.14rem;
    color: #222;
    font-size: 0.3rem;
    line-height: 1.2rem;
}
.navOne.active{
    width: 45%;
    background: url(../img/ico40.png) no-repeat 2.8rem center;
    background-size: 0.22rem 0.14rem;
    color: #222;
    font-size: 0.3rem;
    line-height: 1.2rem;
}
.navMainBox{
    position: fixed;
    top:6.2rem;
    right: 0;
    bottom:0;
    left: 0;
    z-index: 10;
    display: none;
    background: #fff;
}
.navMainBox .navTwo span{
    float:left;
    margin-right: 0.6rem;
    padding: 0.1rem 0.2rem;
    color: #999;
    font-size: 0.3rem;
    line-height: 1;
}
::-webkit-scrollbar{
    display: none;
}
.navMainBox .navTwo{
    display: flex;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    white-space: nowrap;
}
.navMainBox .navTwo span.active{
    float:left;
    padding: 0.1rem 0.2rem;
    background: #e5f0fc;
    color: #999;
    color: #2f6ef1;
    text-align: center;
    font-size: 0.3rem;
    line-height: 1;
}
.navThreeBox{
    overflow-y: auto;
    width: 100%;
    text-align:center;
    position: absolute;
    bottom: 0;
    top: 1rem;
}
.navThreeBox .navThree{
    display: block;
    color: #333;
    font-size: 0.28rem;
    line-height: 0.8rem;    
}