#selectedBrandsMore {
    /*padding-bottom: 50px;*/
}
.brandBox {
    width: 7.50rem;
    height: 2.44rem;
    position: relative;
}
.brandBox img {
    width: 7.50rem;
    height: 2.44rem;
    position: absolute;
    z-index: 0;
}
.brandBox>div:nth-of-type(1) {
    width: 1.0rem;
    height: 1.0rem;
    position: absolute;
    z-index: 1;
    left: .20rem;
    top: .45rem;
    box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.2);
}
.brandBox>div:nth-of-type(1) img {
    width: 1rem;
    height: 1rem;
}
.brandBox>div:nth-of-type(2) {
    width: 3.90rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 1.40rem;
}
.brandBox>div:nth-of-type(2)>p:nth-of-type(1) {
    font-size: .34rem;
    line-height: 1;
    color: white;
    margin-top: 0.45rem;
}
.brandBox>div:nth-of-type(2) div p:nth-of-type(2) {
    font-size: .22rem;
    color: white;
    line-height: 0.36rem;
    margin-top: 0.07rem;
}
.brandIntroductionBox {
    width: 3.9rem;
    height:1.36rem;
    overflow-y: scroll;
    color: white;
    font-size: 0.20rem;
    margin-top: 0.09rem;
}
.brandIntroductionBox p {
    line-height: 0.34rem;
}
.brandsChoice {
    width: 7.5rem;
    height: 0.82rem;
    background: white;
}
.brandsChoice  .ulDiv{
    width:5.65rem;
    height: 0.5rem;
    float: left;
    margin-left: .20rem;
}
.brandsChoice .ulDiv .liDiv {
    width:1.30rem;
    height: 0.5rem;
    margin-left: .15rem;
    position: relative;
    border-radius:0.5rem;
    float: left;
}
.brandsChoice .ulDiv .liDiv:nth-of-type(1) {
    margin-left: 0;
}
.brandsChoice .ulDiv .liDiv span{
    font-size: .30rem;
    line-height: 1;
    color: #2f2f2f;
}
.brandsChoice .ulDiv .liDiv img.img1 {
    width: 0.1rem;
    height: 0.19rem;
    margin-left: 0.06rem;
}
.brandsChoice .ulDiv .liDiv img.img2 {
    width: 0.1rem;
    height: 0.07rem;
    margin-left: 0.06rem;
}
.brandsChoice .ulDiv .liDiv img.img3 {
    width: 0.1rem;
    height: 0.07rem;
    margin-left: 0.06rem;
}
.brandsChoice .fillerDiv {
    width: 1.4rem;
    height: 0.5rem;
    float: right;
    margin-right: 0.2rem;
    flex-direction: row-reverse;
}
.brandsChoice .fillerDiv img{
    width: 0.24rem;
    height: 0.24rem;
}
.brandsChoice .fillerDiv span{
    width: 1.12rem;
    font-size: 0.28rem;
    color: black;
    margin-right: 0.04rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brandsChoice .fillerDiv.active span{
    /*color: rgb(182,29,57);*/
}
.brandsChoice .ulDiv .liDiv.active {
    /*background: rgb(182,29,57);*/
    color: white;
}
.brandsChoice .ulDiv .liDiv.active span{
    color: white;
}
.brandsChoice .ulDiv .liDiv.active span.fitForAndroid{
    padding-top: 1px;
}
.pullDownMore {
    width: 100%;
    /*height: 1.81rem;*/
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    overflow: hidden;
}
.pullDownMore ul {
    width: 6.4rem;
    margin-left: 0.2rem;
    overflow: hidden;
    float: left;
}
.pullDownMore ul li.active {
    /*background: rgb(182,29,57);*/
    border-radius: .25rem;
    font-size: .30rem;
    color: white;
    font-weight: bold;
}
.pullDownMore ul li.active span.fitForAndroid {
    /*margin-top: 2px;*/
}
.pullDownMore ul li span {
    width: 1.2rem;
    white-space: nowrap;
    text-align: center;
    overflow: auto;
}
.pullDownMore ul li span::-webkit-scrollbar {
    display: none;
}
.pullDownMore ul li {
    float: left;
    width: 1.6rem;
    height: 0.5rem;
    /*color: rgb(182,29,57);*/
    font-size: .30rem;
}
.pullDownMore img {
    float: right;
    width: 0.30rem;
    margin-right: 0.2rem;
    margin-top: 0.19rem;
}

/*固定不动的推荐*/
.fixedBrandsChoice {
    position: fixed;
    top: 0;
    z-index: 99999;
    border-top: 1px solid rgb(222,222,222);
    border-bottom: 1px solid rgb(222,222,222);
}
.fixedPullDownMore {
    position: fixed;
    top: 0.82rem;
    z-index: 999999;
    background: rgba(0,0,0,0.3);
}
.canChangePositionBrandsChoice {
    z-index: 99999;
}

.scrollProductsBox {
    padding-left: .20rem;
    padding-right: .20rem;
    /*background:rgb(187,31,64);*/
    padding-bottom: 0.20rem;
}
.scrollProductsBox .products .itemBox{
    width: 2.26rem;
    height: 3.52rem;
    margin-left:0.16rem;
    border-radius: .24rem;
    background: white;
    display: inline-block;
    margin-top: 0.16rem;
}
.scrollProductsBox .products .itemBox:nth-of-type(3n+1) {
    margin-left:0;
}
.scrollProductsBox .productImgBox {
    width: 100%;
    padding: .14rem;
}
.scrollProductsBox .productImgBox img {
    width: 1.98rem;
    height: 1.98rem;
}
.scrollProductsBox .productNameBox {
    height: 0.8rem;
}
.scrollProductsBox .productName {
    height: 0.76rem;
    line-height:.38rem;
    font-size: .22rem;
    color: rgb(0,0,0);
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: .14rem;
    padding-right: .14rem;
    white-space: normal;
}
.productPriceBox {
    width: 100%;
    height: .30rem;
    padding-left: .14rem;
    padding-right: .15rem;
    line-height: 1;
    position: relative;
}
.productPriceBox p span:nth-of-type(1){
    font-weight: 500;
    font-size: .20rem;
    align-self: baseline;

}
.productPriceBox p span:nth-of-type(2){
    font-weight: 500;
    font-size: .28rem;
    margin-left: 0.04rem;
    align-self: baseline;
}
.productPriceBox p span:nth-of-type(2).active{
    font-size: .20rem;
}

/*.productPriceBox div{*/
/*    background:rgb(187,31,64);*/
/*    border-radius: 0.15rem;*/
/*    height: 0.30rem;*/
/*    padding:0.06rem 0.11rem 0.05rem;*/
/*    float: right;*/
/*    align-self: center;*/
/*    color: rgb(255,255,255);*/
/*    font-size: .20rem;*/
/*}*/
.productPriceBox div{
    /*background:rgb(187,31,64);*/
    border-radius: 0.30rem;
    height: 0.60rem;
    width: 1.6rem;
    line-height: 0.60rem;
    /*padding:0.12rem 0.22rem 0.1rem;*/
    align-self: center;
    color: rgb(255,255,255);
    font-size: .40rem;
    position: absolute;
    right: 0.15rem;
    text-align: center;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    bottom: -0.30rem;
}


.fixedPageNum{
    position: fixed;
    right: 0.2rem;
    bottom: 2.8rem;
    z-index: 100000;
    width: 41px;
    height: 41px;
    border: solid 1px rgb(214,214,214);
    background-color: #fff;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    line-height: 1;
}
.fixedPageNum .currentPage{
    font-size: 18px;
}
.fixedPageNum .totalPage{
    font-size: 12px;
    color: rgb(189,189,189);
    position: relative;
    padding-top: 3px;
}
.fixedPageNum .totalPage:before{
    content: '';
    width: 26px;
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    display: block;
    margin-left: -13px;
    background-color:rgb(214,214,214);
    transform: scale(1,0.5);
    -webkit-transform: scale(1,0.5);
    -ms-transform: scale(1,0.5);
    -moz-transform: scale(1,0.5);
}
