.BrandDetails-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #fff;
    min-height: 79.9vh;
    padding: 0 160px;
}
.BrandDetails-wrapper .nav-wrapper {
    width: 100%;
    background: #ffffff;
}
.BrandDetails-wrapper .main {
    max-width: 1600px;
    padding: 0 0 106px 0;
    margin-top: 14px;
    width: 100%;
}
.BrandDetails-wrapper .main .banner {
    width: 100%;
    margin-bottom: 20px;
    height: 100px;
    /*background: #ffffff;*/
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 10px;
    /*margin-top: 14px;*/
    background-image: url("https://oss.axiling.com/applets/bt-pc-mall/brandDetail-header-bg2.png");
    background-repeat: no-repeat;
    background-position: right;
}
.BrandDetails-wrapper .main .banner .brand {
    display: flex;
    /*flex-direction: column;*/
    /*width: 240px;*/
    /*height: 240px;*/
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
    /*padding-top: 30px;*/
}
.BrandDetails-wrapper .main .banner .brand img {
    width: 80px;
    height: 80px;
}
.BrandDetails-wrapper .main .banner .brand .brand-remark{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 20px;
}
.BrandDetails-wrapper .main .banner .brand .brand-remark .brand-desc{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
}
.BrandDetails-wrapper .main .banner .brand .brand-remark > span{
    font-weight: 300;
    font-size: 13px;
    color: #999999;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}
.BrandDetails-wrapper .main .banner .brand > p {
    margin-bottom: 0;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(0deg, #ffffff, #f5f5f5);
}
.BrandDetails-wrapper .main .banner img {
    width: 100%;
    height: 100%;
}
.BrandDetails-wrapper .main .tab-wrapper {
    display: flex;
    /*height: 50px;*/
    /*line-height: 50px;*/
    color: #343440;
    font-size: 13px;
    /*background-color: #fff;*/
}
.BrandDetails-wrapper .main .brand-container{
    display: flex;
}
.BrandDetails-wrapper .main .brand-container-left{
    width: 160px;
    background: #F7F7F7;
    border-radius: 10px;
    height: max-content;
    display: flex;
    justify-content: center;
    margin-right: 2%;
    /*margin-top: 10px;*/
}
.BrandDetails-wrapper .main .brand-container-right{
    flex: 1;
}
.BrandDetails-wrapper .main .tab-wrapper > div {
    /*padding-left: 20px;*/
}
/*.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) {*/
/*    flex-basis: 100px;*/
/*    background-color: #f8f8f8;*/
/*}*/
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    padding-bottom: 10px;
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > span:not(:first-child) {
    padding: 0 44px;
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > span:first-child {
    padding-right: 44px;
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > span:hover {
    color: #e5a65a;
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > a:not(:first-child) {
    /*padding: 0 44px;*/
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > a {
    color: #343440;
    width: 140px;
    height: 38px;
    /*background: #FFE5D6;*/
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0px 0;
    font-size: 13px;
    padding-left: 10px;
    color: #000000;
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > a:first-child {
    /*padding-right: 44px;*/
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > a:hover {
    color: #FF6509;
}
.BrandDetails-wrapper .main .tab-wrapper > div:nth-of-type(1) > .active {
    color: #FF6509;
    background: #FFf;
}
.BrandDetails-wrapper .main .shopList {
    width: 100%;
    /*background: #ffffff;*/
    margin-bottom: 46px;
}
.BrandDetails-wrapper .main .brand-desc {
    /*margin-top: 30px;*/
}

.BrandDetails-wrapper .productSort-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 10px;*/
}
.BrandDetails-wrapper .productSort-wrapper .sort {
    width: 100%;
    height: 30px;
    /*border: 1px solid #ededed;*/
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*background: #f8f8f8;*/
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item {
    box-sizing: border-box;
    /*width: 80px;*/
    /*line-height: 30px;*/
    /*height: 30px;*/
    /*border-right: 1px solid #ededed;*/
    color: #000;
    /*font-size: 16px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 6px 13px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    margin-right: 10px;
    font-size: 14px;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item:first-child {
    /*background: #ffffff;*/
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item .sort-icon {
    display: flex;
    flex-direction: column;
    height: 12px;
    justify-content: space-between;
    padding-left: 4px;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item .sort-icon span {
    width: 7px;
    height: 5px;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item .sort-icon .top {
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/arrow-top.png') no-repeat top left;
    background-size: 100% 100%;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item .sort-icon .top-red {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/arrow-top-active.png');
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item .sort-icon .bottom {
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/arrow-bottom.png') no-repeat top left;
    background-size: 100% 100%;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item .sort-icon .bottom-red {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/icon/arrow-bottom-active.png');
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-item-boder {
    font-size: 14px;
    color: #FF6509;
    border-radius: 8px;
    border: 1px solid #FF6509;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price .text {
    background: #fff;
    font-size: 13px;
    padding: 0 5px;
    margin: 0 10px;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price .text span {
    line-height: 38px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #cccccc;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price .text input {
    width: 60px;
    height: 30px;
    background: #fff;
    outline: none;
    border: 0;
    color: #000000;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price .text input::-webkit-outer-spin-button,
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price .text input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.BrandDetails-wrapper .productSort-wrapper .sort .sort-price .text input[type='number'] {
    -moz-appearance: textfield;
}
/*.good-base:hover {*/
/*    border: 1px solid #ff6509;*/
/*    box-shadow: 0 5px 5px 0 rgba(229,166,90,.1);*/
/*    transition-property: all;*/
/*    transition-duration: .4s;*/
/*    transition-timing-function: linear;*/
/*    transition-delay: 0s;*/
/*    transform: translateY(-6px);*/
/*}*/
.BrandDetails-wrapper .main .shopList .goods-list{
    padding-left: 0;
}
.BrandDetails-wrapper .main .shopList .goods-list .good-base .title{
    width: 100%;
}

