/* comm */
body {
    background-color: #f2f2f2;
}

/* #list-header {
    background-color: #1F2531;
}

#list-header .header .header-box .header-search a {
    color: #fff;
} */
/* banner */
.brand-banner .banner {
    width: 100%;
    background-color: #1F2531;
    padding: 5% 10%;
}

.brand-banner .banner img {
    width: 80%;
}

/* 栏目菜单 */
.brand-nav {
    width: 100%;
    overflow: hidden;
    background-color: #3d3d3d;
}

.brand-nav li {
    line-height: 43px;
    float: left;
    text-align: center;
}

.brand-nav a {
    font-size: 15px;
    color: #fff !important;
}

.brand-nav ul li:hover {
    background-color: #003d4c;
    color: #fff;
}

/* 品牌列表 */
.brand-list {
    margin-top: 5px;
}

.brand-list h3.title {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.brand-list h3.title span {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px #003d4c solid;
}

.brand-list h3.title .more {
    float: right;
    padding-right: 10px;
    color: #666;
    font-weight: 400;
    font-size: 13px;
}

.brand-list .list-box {
    margin: 20px auto;
}

.brand-list .list-box li {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
    box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
}

.brand-list .list-box li .thumb {
    overflow: hidden;
    width: 110px;
    height: 65px;
    border: 1px solid #ddd;
}

.brand-list .list-box li .thumb img {
    width: 110px;
    height: 65px;
    object-fit: scale-down;
    transition: all 0.3s;
    padding: 5px;
}

.brand-list .list-box li .info {
    position: absolute;
    top: 0;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 120px;
}

.brand-list .list-box li .info p {
    margin-bottom: 10px;
    font-weight: bold;
}

.brand-list .list-box li .info span {
    color: #999;
    font-size: 12px;
}