#mallSort {
    width: 100%;
    height: 100%;
}
/*分类、品牌馆*/
.tabBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    border-bottom: 1px solid rgb(225,225,225);
    z-index: 1000;
}
.tabBox .tabLine {
    overflow: hidden;
}
.tabBox .tabLine .liSort {
    float: left;
    margin-left: 2.51rem;
    font-size: 0.26rem;
    font-family: "PingFang SC";
    color: #2F2F2F;
}

.tabBox .tabLine .liBrand {
    float: left;
    margin-left: 1.36rem;
    font-size: 0.26rem;
    font-family: "PingFang SC";
    color: #2F2F2F;
}
.tabBox .tabLine li.active{
    color: #FF4F74;
}
.tabBox .tabLine .bottomLine{
    width: 1.1rem;
    height: 0.02rem;
    background-color: #FF4F74;
    position: absolute;
    left: 2.22rem;
    bottom: 0;
    z-index: 1;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -moz-transition: left 0.5s;
}

/*滑动窗格*/
#swiper-container-1{
    position: relative;
    padding: 0.7rem 0 50px 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sortBox {
    width: 7.5rem;
    overflow: hidden;
}
/*一级分类*/
.leftSort{
    width: 2rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-y:auto;
    background-color: #F5F5F5;
}
.leftSort::-webkit-scrollbar {
    display:none;
}
.sortList li{
    width: 100%;
    height: 1.8rem;
    line-height: 1;
    padding-top: .28rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sortList li .sortImg{
    width: .6rem;
    height: .6rem;
    display: block;
    margin: 0 auto .12rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}
.sortList li.active{
    background-color: #fff;
}
.sortList li.active:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #F5F5F5;
    transform: scale(.5,1);
    -webkit-transform: scale(.5,1);
    -ms-transform: scale(.5,1);
    -moz-transform: scale(.5,1);
}
.sortList li.active .sortImg{
    background-position: bottom;
}
.sortList li p{
    font-size: .28rem;
    margin-bottom: .1rem;
}
.sortList li span{
    font-size: .2rem;
    color: #A5A5A5;
    white-space: nowrap;
}
.rightProduct {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.5rem;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y:auto;
}
.rightProduct::-webkit-scrollbar {
    display:none;
}
/*热销目录*/
.hotProduct .hotSortBox {
    overflow: hidden;
    margin-top: 0.16rem;
}
.hotProduct .hotSortBox .secondTab {
    width: 5.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #F5F5F5;
    font-size: 0.26rem;
    color: #000000;
    font-family: "PingFang SC";
    padding: 0 0.2rem 0 0.15rem;
}
.hotProduct .hotSortBox .secondTab .morePart {
}
.hotProduct .hotSortBox .secondTab .morePart img {
    width: 0.15rem;
    height: 0.26rem;
    margin-left: 0.12rem;
}
.hotProduct .hotSortBox .thirdTab {
    width: 5.2rem;
    height: 1.45rem;
    border-radius: 0.14rem;
    margin-top: 0.16rem;
    overflow: hidden;
}
.hotProduct .hotSortBox .thirdTab .thirdTabImg {
    width: 5.2rem;
    height: 100%;
}
/*一般目录*/
.commonProduct .commonSortBox {
    overflow: hidden;
    margin-top: 0.1rem;
}
.commonProduct .commonSortBox .secondTab {
    width: 5.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #F5F5F5;
    font-size: 0.26rem;
    color: #000000;
    font-family: "PingFang SC";
}
.commonProduct .commonSortBox .secondTab .secondTabName {
    float: left;
    margin-left: 0.15rem;
}
.commonProduct .commonSortBox .thirdTabRow {
    width: 5.2rem;
}
.commonProduct .commonSortBox .thirdTabRow .thirdTab{
    width: 1.3rem;
    height: 1.52rem;
    float: left;
    overflow: hidden;
    margin-top: 0.1rem;
}
.commonProduct .commonSortBox .thirdTabRow .thirdTab:active{
    background-color: #F5F5F5;
}
.commonProduct .commonSortBox .thirdTabRow .thirdTab:visited{
    background-color: rgb(255,255,255);
}
.commonProduct .commonSortBox .thirdTabRow .thirdTab .imgBox{
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0.19rem;
    margin-bottom: 0.19rem;
    margin-left: 0.29rem;
}
.commonProduct .commonSortBox .thirdTabRow .thirdTab .imgBox img{
     width: 0.72rem;
     height: 0.72rem;
 }
.commonProduct .commonSortBox .thirdTabRow .thirdTab p{
    text-align: center;
    font-size: 0.24rem;
    font-family: "PingFang SC";
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*品牌馆部分*/
.brand {
    width: 7.5rem;
    overflow-y: auto;
}
.brand::-webkit-scrollbar {
    display:none;
}
.brandStar {
    width: 7.5rem;
    height: 0.7rem;
    background-color: #F5F5F5;
    padding: 0 0.33rem 0 0.2rem;
}
.brandStar .leftBox img {
    width: .33rem;
    height: .26rem;
}
.brandStar .leftBox span {
    margin-left: .14rem;
    font-size: .28rem;
}
.brandStar .rightBox img {
    width: .15rem;
    height: .24rem;
    margin-left: .18rem;
}
.brandStar .rightBox span {
    font-size: .28rem;
}
.brandRank{
    width: 100%;
    padding: 0.2rem 0;
}
.brandRankList {
    padding: 0 0 0 .2rem;
}
.brandRank ul {
    width: 100%;
    height:  3.05rem;
}
.brandRank ul li {
    width: 2.2rem;
    height: 3.05rem;
    margin-left: .25rem;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}
.brandRank ul li:nth-of-type(1) {
    background-image: url("../../imgs/ts9/mallSort/brandNo1.png");
}
.brandRank ul li:nth-of-type(2) {
    background-image: url("../../imgs/ts9/mallSort/brandNo2.png");
}
.brandRank ul li:nth-of-type(3) {
    background-image: url("../../imgs/ts9/mallSort/brandNo3.png");
}

.brandRank ul li:nth-of-type(1) {
    margin-left: 0;
}
.brandRank ul li div:nth-of-type(1) {
    width: 100%;
    height: 1.1rem;
    position: absolute;
    top: .97rem;
    text-align: center;
}
.brandRank ul li div:nth-of-type(1) img{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
}
.brandRank ul li div:nth-of-type(2) {
    width: 100%;
    position: absolute;
    bottom: 0.36rem;
    text-align: center;
    color: white;
    font-size: .24rem;
}
.brandRank ul li div:nth-of-type(3) {
    width: 100%;
    position: absolute;
    bottom: 0.11rem;
    text-align: center;
    height: 0.20rem;
}
.brandRank ul li div:nth-of-type(3) p{
    overflow: hidden;
    display: inline-block;
    height: 0.20rem;
    margin-bottom: 0.11rem;
}
.brandRank ul li div:nth-of-type(3) p img {
    float: left;
    margin-bottom: 0.11rem;
    margin-left: 0.06rem;
    height: 0.20rem;
}
.brandRank ul li div:nth-of-type(3) p img:nth-of-type(1) {
    margin-left: 0;
}
.brandItems {
    width: 7.5rem;
}
.brandItems .activityBox {
    width: 7.5rem;
    padding-bottom: 0.1rem;
}
.brandItems .activityBox .activityName {
    width: 7.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background-color: #F5F5F5;
    padding-left: 0.2rem;
    margin-bottom: 0.4rem;
    font-family: "PingFang SC Bold";
    font-size: 0.26rem;
    color: #2F2F2F;
}
.brandItems .itemContent {
    width: 7.5rem;
    padding: 0 0.2rem;
    overflow: hidden;
}
.brandItems .itemContent .itemBox{
    float: left;
    width: 1.4rem;
    padding-bottom: 0.3rem;
}
.brandItems .itemContent .itemBox .imgBox{
    width: 1.4rem;
    height: 1.4rem;
    border: solid 1px #DBDBDB;
    border-radius: 0.05rem;
    overflow: hidden;
}
.brandItems .itemContent .itemBox img {
    width: 1.4rem;
    height: 1.4rem;
}
.brandItems .itemContent .itemBox p {
    font-family: "PingFang SC";
    font-size: 0.24rem;
    color: #2F2F2F;
    width: 1.4rem;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0.2rem;
}
/*字母搜索框*/
.brandLetters {
    width: 7.5rem;
}
.brandLetters .allBrand {
    width: 7.5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #F5F5F5;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
    font-family: "PingFang SC Bold";
    font-size: 0.28rem;
    color: #2F2F2F;
}
.brandLetters .letterBox {
    width: 7.5rem;
    padding-left: 0.2rem;
}
.brandLetters .letterBox .letter{
    line-height: 1;
    font-family: "PingFangSC Medium";
    font-size: 0.34rem;
    color: #2F2F2F;
    margin-bottom: 0.2rem;

}
.brandLetters .letterBox .brandBox{
    width: 100%;
    margin-bottom: 0.2rem;
}
.brandLetters .letterBox .brandBox .brandLogo {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.05rem;
    border: solid 1px #DBDBDB;
    overflow: hidden;
}
.brandLetters .letterBox .brandBox .brandLogo img {
    width: 1.3rem;
    height: 1.3rem;
}
.brandLetters .letterBox .brandBox .brandName{
    margin-left: 0.38rem;
    font-family: "PingFang SC";
    font-size: 0.24rem;
    color: #2F2F2F;
}
/*字母悬浮框*/
.flowLetters {
    width: 7.5rem;
    /*overflow-y: auto;*/
}

.flowLetters .letters {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    width: 0.5rem;
    text-align: center;
    padding: 0.32rem 0 0.22rem 0;
    z-index: 888;
    border-radius: 0.25rem;
}
.flowLetters .letters p {
    font-family: "PingFang SC";
    font-size: 0.22rem;
    color: #2F2F2F;
    line-height: 1;
    margin-bottom: 0.1rem;
}
.flowLetters .letterDialog {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.15rem;
    background-color: rgba(255,79,116,0.8);
    font-size: 0.8rem;
    font-family: "PingFang SC";
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 48%;
    transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    z-index: 20;
}
/*微调*/
.brandItemBoxMR {
    margin-right: 0.5rem;
}
.letterCheckedColor {
    color: #FF4F74 !important;
}
.letterHaveBg {
    background-color: rgba(255,79,116,0.1);
}
.letterNoBg {
    background-color: rgba(255,79,116,0);
}
/* 底部tab样式 */
.newestFooterBar a:nth-child(2) span{
    color: #F95478;
}
.newestFooterBar a:nth-child(2) i{
    background-position: bottom;
}
