.container {
    display: flex;
    width: 1200px;
    margin: 22px auto;
    padding-top: 74px;
    padding-left: 0;
}

/*应用文章*/
.brand-list {
    background: #fff;
    width: 1018px;
}

.tittle {
    background-color: white;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 17px;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    font-weight: bold;
}

.brand-list .brand-list-option {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.brand-list .brand-list-level-1 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    justify-content: space-around;
}

.brand-list .brand-list-level-1 li {
    position: relative;
    padding: 9px 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.brand-list .brand-list-level-1 li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.brand-list .brand-list-level-1 li.on::before {
    background-color: #3366CC;
    /*width: 70%;*/
    /*left: 15%;*/
}

.brand-list .brand-list-level-1 a {
    color: rgb(51, 51, 51);
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap; /* 不允许换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    max-width: 100%; /* 确保链接不超过列表项的宽度 */
}

.brand-list .brand-list-level-1 a.on {
    color: red;
    font-size: 15px;
}

.brand-list .brand-list-more a {
    color: rgb(51, 51, 51);
    padding: 10px 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.brand-list .brand-list-option .brand-list-slider {
    width: 90%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 15px;
}

.brand-list .brand-list-option .brand-list-slider .brand-list-prev-btn {
    padding-left: 15px;
}

.brand-list .brand-list-option .brand-list-slider a {
    text-decoration: none
}

.brand-list .brand-list-option .brand-list-slider a:hover {
    text-decoration: none
}

.brand-list .brand-list-option .brand-list-slider-list {
    margin-right: 9px;
    height: 40px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    width: 1000px;
}

.brand-list .brand-list-option .brand-list-slider-list-ul {
    width: 20000px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.brand-list .brand-list-more {
    margin-left: 10px;
}

/*应用文章内容*/
.brand-list .brand-list-content {
    min-height: 900px;
    overflow-y: auto;
    border: 1px solid #e3e3e3;
}

/* 自定义滚动条样式 */
.brand-list .brand-list-content::-webkit-scrollbar {
    width: 10px; /* 滚动条的宽度 */
}

.brand-list .brand-list-content::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 轨道背景颜色 */
}

.brand-list .brand-list-content::-webkit-scrollbar-thumb {
    background-color: #a6a6a6; /* 滑块颜色 */
    border-radius: 5px; /* 滑块圆角 */
}

.brand-list .brand-list-content::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* 滑块悬停颜色 */
}

.brand-list .brand-list-content .brand-list-content-result {
    padding: 0 25px;
    cursor: pointer;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}

.brand-list .brand-list-content .brand-list-content-result img {
    height: 33px;
    float: left;
}

.brand-list .brand-list-content .brand-list-content-result p {
    width: calc(100% - 200px);
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    font-size: 15px;
}

.brand-list .brand-list-content .brand-list-content-result .brand-list-content-right-type {
    position: absolute;
    right: 50px;
    height: calc(100% - 16px);
    top: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 8px 0;
}

/*应用文章更多分类*/
.brand-list .brand-list-category {
    height: auto;
    overflow: hidden;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    z-index: 10;
    background-color: #fff;
    box-shadow: 9px 8px 16px rgb(0 0 0 / 18%);
    border: 1px solid rgb(227, 227, 227);
    width: 400px;
}

.brand-list .brand-list-category .brand-list-classify-level {
    float: left;
    display: block;
    align-items: stretch;
    padding-left: 10px;
    width: 33.33%;
}

.brand-list .brand-list-category .brand-list-classify-level li {
    display: block;
}

.brand-list .brand-list-category .brand-list-classify-level li a {
    line-height: 16px;
    padding: 10px 5px;
    text-align: left;
    font-size: 14px;
    display: block;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-decoration: none;
    white-space: nowrap; /* 不允许换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    max-width: 100%; /* 确保链接不超过列表项的宽度 */
}

.brand-list .brand-list-category .brand-list-classify-level-1, .brand-list-classify-level-2 {
    border-right: 1px solid #e3e3e3;
}

.brand-list .brand-list-category .brand-list-classify-level-1 li.on a {
    background: #FFFFFF;
    color: red;
}

.brand-list .brand-list-category .brand-list-classify-level-2 li.on a {
    background: #FFFFFF;
    color: red;
}

.brand-list .brand-list-category .brand-list-classify-level-3 li.on a {
    color: red;
}

.brand-list .brand-list-category .brand-list-category-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

