.brandList .header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/home/header-bg.png') #f6f6f6 no-repeat center center;
    background-size: 1199px 10px;
}
.brandList .header .border {
    font-size: 28px;
    font-weight: 500;
    color: #1f1f23;
    margin: 0;
}
.brandD-search{
    max-width: 1920px;
    margin: 0 auto;
}
.brandList .brandContain {
    /*width: 1600px;*/
    padding: 0 160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: #f5f5f5;
    max-width: 1920px;
}
.brandList .brandContain>div{
    flex: 0 0 19.966667%;
    /*max-width: 19.966667%;*/
    /*width: 20%;*/
    min-width: 280px;
    padding: 0 17px;
}
.brandList .brandContain .brandContainItem {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    width: 280px;
    /*margin: 30px 40px 0 0;*/
    /*width: 100%;*/
    margin: 30px 0px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
}
.brandList .brandContain .brandContainItem .categoryUrl-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0;
}
.brandList .brandContain .customized-btn{
    position: absolute;
    bottom: 80px;
    right: 25px;
    width: 72px;
    height: 30px;
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/home/customized-btn.png");
    background-size: 100% 100%;
    z-index: 5;
}
.brandList .brandContain .brandContainItem .categoryUrl-wrap .categoryUrl {
    width: 100%;
    transition: all 1.6s;
    height: 200px;
}
.brandList .brandContain .brandContainItem .categoryUrl-wrap .categoryUrl:hover {
    transform: scale(1.1);
}
.brandList .brandContain .brandContainItem .brandContainItemBottom {
    position: relative;
    height: 100px;
    padding: 0 10px;
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .iconUrl-wrap {
    width: 100px;
    height: 80px;
    top: -30px;
    background: #ffffff;
    position: absolute;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 7px 0px rgba(48, 48, 48, 0.08);
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .iconUrl-wrap .iconUrl {
    width: 100%;
    height: 60px;
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .name-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*margin-left: 110px;*/
    height: 100%;
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .name-wrap p {
    margin: 0 0 10px 0;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .name-wrap .go {
    /*padding-right: 10px;*/
    font-size: 14px;
    color: #D6152F;
    /*background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/home/chevron-righ.png') no-repeat right center;*/
    /*background-size: 6px 11px;*/
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .name-wrap .goCus{
    color: #1655FF;
    margin-right: 20px;
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .name-wrap .go:hover {
    color: #D6152F;
}
.brandList .brandContain .brandContainItem .brandContainItemBottom .name-wrap .goCus:hover{
    color: #1655FF;
}
.brandList .brandContain .goodNo {
    margin-right: 0;
}
.brandList .brandInfo {
    background: #f6f6f6;
    padding-bottom: 30px;
}
.brandList .brandInfo .banner {
    width: 100%;
    margin: 0 auto;
    /*padding-bottom: 7px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    background: #fff;
}
.brandList .brandInfo .banner img {
    /*width: 100%;*/
    width: 832px;
    height: auto;
}
