body {
    background: #FFF;
}

.levelone {
    width: 100%;
    font-size: 0;
    letter-spacing: -0.16rem;
    height: 1.33333rem;
    border-bottom: 0.02667rem solid #F0F0F0;
    /*position: relative;*/
    left: 0;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    background-color: #FFFFFF;
    position: fixed;
    top: 1.17333rem;
}
.header {
    border-bottom: solid #e4e4e4 1px;
}
/*.fixedLeve {
    position: fixed;
    top: 88px;
}*/
.levelone ul {
   /* position: absolute;*/
    width: 100%;
    height: 1.33333rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
}

.levelone-li {
    height: 0.58667rem;
    font-size: 0.42667rem;
    letter-spacing: 0;
    color: #333;
    line-height: 0.58667rem;
    padding: 0.37333rem;
    margin-left: 0.4rem;
    display: inline-block;
    vertical-align: top;
}
.levelone-li:first-child {
    margin-left: 0;
}

.levelone-li-on {
    background: #000;
    color: #fff;
}

.brandListWrap {
    padding: 1.86667rem 0.4rem 0 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: PingFang-SC-Regular;
}
.brandListItem {
    margin-bottom: 0.53333rem;
}
.listTitle {
    margin-bottom: 0.37333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}
.listTitle h2 {
    font-size: 0.48rem;
    color: #333333;
}
.listType {
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.58667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}
.brandType {
    height: 0.58667rem;
    padding: 0 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F3F3F3;
    margin-right: 0.26667rem;
}
.moreImg {
    width: 0.21333rem;
    height: 0.37333rem;
    background: url("../images/more.png") center center no-repeat;
    background-size: cover;
}
.brandList {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    clear: both;
}
.brandList-left {
    float: left;
    width: 3.54667rem;
    height: 6.16rem;
    margin-right: 0.26667rem;
    -webkit-box-shadow: 0 0 0.16rem 0 #E4E4E4;
            box-shadow: 0 0 0.16rem 0 #E4E4E4;
    position: relative;
}
.brandLeftImg {
    width: 2.88rem;
    height: 2.93333rem;
    margin: 1.22667rem 0.32rem 0.26667rem 0.32rem;
}
.brandLeftTitle {
    font-family: PingFang-SC-Medium;
    font-size: 0.48rem;
    color: #333333;
    line-height: 0.58667rem;
    margin-left: 0.32rem;
    max-width: 2.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.topOneImg {
    position: absolute;
    left: 0.26667rem;
    top: 0.10667rem;
    width: 1.30667rem;
    height: 1.49333rem;
    background: url("../images/topOne.png") center center no-repeat;
    background-size: cover;
}
.brandList-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.brandRightItem {
    width: 2.56rem;
    height: 2.88rem;
    margin-right: 0.26667rem;
    margin-bottom: 0.4rem;
    -webkit-box-shadow: 0 0 0.16rem 0 #E4E4E4;
            box-shadow: 0 0 0.16rem 0 #E4E4E4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}
.brandRightItem:nth-child(even) {
    margin-right: 0;
}
.brandRightItem:nth-child(3) {
    margin-bottom: 0;
}
.brandRightItem:nth-child(4) {
    margin-bottom: 0;
}
.brandRightImg {
    width: 1.44rem;
    height: 1.44rem;
    margin-bottom: 0.29333rem;
}
.brandRightTitle {
    font-size: 0.37333rem;
    color: #333333;
    line-height: 0.58667rem;
    max-width: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



