.brand-list-wrap .brand-header {
    width: 100%;
    min-width: 1269px;
    height: 370px;
    background: url(../images/index/brandList/head_bg.png) no-repeat center;
    padding-top: 41px;
}
.brand-list-wrap .brand-con {
    width: 1269px;
    margin: 0 auto;
}
.brand-nav {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.brand-nav img {
    margin-right: 9px;
}
.brand-nav img,
.brand-nav span {
    display: inline-block;
    vertical-align: middle;
}
.brand-list-area {
    margin-top: -232px !important;
}
.brand-list-page {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.brand-list-page .brand-item {
    width: 291px;
    height: 490px;
    margin: 0 35px 40px 0;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 5px 10px 40px 1px #fafafa,0px 5px 10px 1px #fafafa;
}
.brand-list-page .brand-item:nth-child(4n) {
    margin-right: 0;
}
.brand-list-page .brand-item::before {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #844095;
    margin: 0 auto;
}
.brand-item .brand-logo {
    margin: 9px 0 35px 0;
    width: 140px;
    height: 70px;
}
.brand-item .brand-img {
    width: 240px;
    height: 160px;
}
.brand-item .brand-title-div {
    display:table;
    width: 100%;
    height: 62px;
    background: url(../images/index/brandList/brand_tit_bg.png) no-repeat;
    color: #ffffff;
}
.brand-item .brand-title-cell {
    display:table-cell;
    vertical-align:middle;
    text-align: left;
    padding-left: 25px;
}
.brand-item .brand-title {
    font-size: 18px;
    font-weight: bold;
}
.brand-item .brand-sub-title {
    font-size: 14px;
}
.brand-item .brand-desc {
    font-size: 12px;
    padding: 17px 25px 0 25px;
    text-align: left;
    color: #777777;
}
.change-page-area {
    text-align: center;
    margin: 70px 0 168px 0;
}
.change-page-area .page-num,
.change-page-area .prev-page,
.change-page-area .next-page {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #dddddd;
    margin-right: 4px;
    border-radius: 3px;
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.change-page-area .page-num.active {
    background-color: #844095;
    border-color: #844095;
    color: #ffffff;
}
.change-page-area .page-input input {
    width: 37px;
    height: 17px;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 2px;
    margin: 0 10px 0 4px;
}
.change-page-area .page-divide {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 17px;
    background-color: #dddddd;
}
.change-page-area .page-total {
    font-size: 12px;
    color: #b9b9b9;
}