#app{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.brandcard {
    margin-top: 11px;
    /*width: 1200px;*/
    width: 100%;
    height: 80px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/product/brandbg.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandcard .brandcard-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brandcard .brandcard-left img {
    height: 70px;
    width: 70px;
    margin-left: 5px;
    margin-right: 10px;
}
.brandcard .brandcard-left > span:nth-child(2) {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin-right: 13px;
}
.brandcard .brandcard-left > span:nth-child(3) {
    color: #666666;
    font-weight: 300;
    font-size: 16px;
}
.brandcard .brandcard-right a {
    color: #ffffff;
    margin-right: 16px;
    font-size: 18px;
}
.productList-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 160px;
    background: #ffffff;
    flex-grow: 1;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.productList-wrapper .ant-spin-container{
    width: 100%;
}
.productList-wrapper .nav-wrapper {
    width: 100%;
    background: #ffffff;
}
.productList-wrapper .main {
    /*width: 1200px;*/
    padding: 10px 0 106px 0;
}
.productList-wrapper .main .classNav ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    background: #ffffff;
    min-height: 48px;
    margin-bottom: 29px;
}
.productList-wrapper .main .classNav ul li {
    width: 10%;
    text-align: center;
    display: flex;
    height: 70px;
    position: relative;
    justify-content: center;
    align-items: center;
}
.productList-wrapper .main .classNav ul li .item-img {
    width: 80px;
    border-radius: 5px;
    cursor: pointer;
}
.productList-wrapper .main .classNav ul li .item-span {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    margin: auto;
    cursor: pointer;
}
.productList-wrapper .main .classNav ul .c-line span {
    color: #999999;
}
.productList-wrapper .main .classNav ul .none-line .show-more {
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    margin: auto;
}
.productList-wrapper .main .shopList {
    /*width: 1200px;*/
    margin-bottom: 46px;
}
.productList-wrapper .main .product-null {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 80px;
}
.productList-wrapper .main .product-null img {
    width: 222px;
    height: 139px;
}
.productList-wrapper .main .product-null p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #999999;
}
.category-filter .default {
    /*border: 1px solid #ededed;*/
    border-bottom: none;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #343440;
    display: flex;
    justify-content: flex-start;
    background: #FAFAFA;
    border-bottom: 1px solid #fff;
}
.category-filter .default:last-child{
    border-radius: 0 0 12px 12px;
}
.category-filter .default:first-child .title{
    border-radius: 12px 0 0 0;
}
.category-filter .oneCategory{
    border-radius: 12px 12px 0 0;
}
.category-filter .default:last-child .title{
    border-radius: 0 0 0 12px;
}
.category-filter .default .title {
    width: 100px;
    height: 50px;
    height: auto;
    padding-left: 20px;
    line-height: 50px;
    background: #F5F5F5;
}
.category-filter .default .list {
    /*background-color: #fff;*/
    /*width: 1100px;*/
    flex: 1;
    /*padding-left: 20px;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
}
.category-filter .default .list > li,
.category-filter .default .list > a,
.category-filter .default .list > div {
    /*width: 140px;*/
    padding: 0 20px;
    line-height: 50px;
    cursor: pointer;
}
.category-filter .default .list > div a{
    color: #343440;
}
.category-filter .default .list > li:hover,
.category-filter .default .list > div a:hover,
.category-filter .default .list > div:hover {
    color: #FF6509;
}
.category-filter .default .list .active {
    color: #FF6509;
}
.category-filter .default .list .none-line {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 40px;
}
.category-filter .default .list .none-line:hover .icon-down {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/filter/chevron-down-active.png');
}
.category-filter .default .list .none-line:hover .icon-up {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/filter/chevron-up-active.png');
}
.category-filter .default .list .none-line .icon {
    display: inline-block;
    width: 11px;
    height: 6px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}
.category-filter .default .list .none-line .icon-down {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/filter/chevron-down.png');
}
.category-filter .default .list .none-line .icon-up {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/filter/chevron-up.png');
}

.category-filter .twoCateList>div>li{
    width: 140px;
    line-height: 50px;
    cursor: pointer;
}
.category-filter .twoCateList>span>li{
    width: 140px;
    line-height: 50px;
    cursor: pointer;
}
.category-filter .twoCateList>div>a{
    /*width: 140px;*/
    padding: 0 20px;
    line-height: 50px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.category-filter .twoCateList>span>a{
    width: 140px;
    line-height: 50px;
    cursor: pointer;
}
.category-filter .otherType {
    border-bottom: 0px;
    position: relative;

}
/*.category-filter .otherType .list {*/
/*    padding-left: 5px;*/
/*}*/
.category-filter .otherType .type-name {
    width: 80px !important;
    text-align: center;
    margin-right: 65px;
}
.category-filter .otherType .type-name:hover {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    background: #f8f8f8;
}
.category-filter .otherType .type-name:hover .otherType-show {
    display: block;
}
.category-filter .otherType .reset-btn {
    text-align: left;
    width: 60px !important;
    height: 24px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/filter/reset.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.category-filter .otherType .reset-btn:hover {
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/filter/reset-active.png');
}
.category-filter .otherType-show {
    position: absolute;
    top: 50px;
    left: -100px;
    z-index: 2;
    width: 1200px;
    height: 50px;
    border-bottom: 1px solid #ededed;
    background: #f8f8f8;
    display: none;
}
.category-filter .otherType-show .type-list {
    float: left;
    padding: 0px 30px;
    cursor: pointer;
}
.category-filter .otherType-show .type-list:hover {
    color: #e5a65a;
}

.category-filter .twoCateList>div{
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
}
.category-filter .default .twoCateList > div:hover {
    color: #343440;
}
.category-filter .default .twoCateList > div>li:hover {
    color: #e5a65a;
}
.category-filter .twoCateList>span{
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
}
.category-filter .default .twoCateList > span:hover {
    color: #343440;
}
.category-filter .default .twoCateList > span>li:hover {
    color: #e5a65a;
}
.productSort-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.productSort-wrapper .sort {
    width: 100%;
    height: 50px;
    /*border: 1px solid #ededed;*/
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*background: #f8f8f8;*/
}
.productSort-wrapper .sort .sort-item {
    box-sizing: border-box;
    /*width: 100px;*/
    /*line-height: 50px;*/
    /*height: 50px;*/
    /*border-right: 1px solid #ededed;*/
    color: #000000;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*background: #f8f8f8;*/
    padding: 6px 13px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    margin-right: 10px;
}
.productSort-wrapper .sort .sort-item:first-child {
    /*background: #ffffff;*/
}
.productSort-wrapper .sort .sort-item .sort-icon {
    display: flex;
    flex-direction: column;
    height: 12px;
    justify-content: space-between;
    padding-left: 4px;
}
.productSort-wrapper .sort .sort-item .sort-icon span {
    width: 8px;
    height: 5px;
}
.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%;
}
.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');
}
.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%;
}
.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');
}
.productSort-wrapper .sort .sort-item-boder {
    border: 1px solid #FF6509;
    font-size: 14px;
    color: #FF6509;
}
.productSort-wrapper .sort .sort-price {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.productSort-wrapper .sort .sort-price .text {
    background: #fff;
    font-size: 13px;
    padding: 0 5px;
    margin: 0 10px;
}
.productSort-wrapper .sort .sort-price .text span {
    line-height: 38px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #cccccc;
}
.productSort-wrapper .sort .sort-price .text input {
    width: 60px;
    height: 30px;
    background: #fff;
    outline: none;
    border: 0;
    color: #000000;
}
.productSort-wrapper .sort .sort-price .text input::-webkit-outer-spin-button,
.productSort-wrapper .sort .sort-price .text input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.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);*/
/*}*/

.productList-wrapper .main .shopList .goods-list{
    padding-left: 0;
}