@font-face {
    font-family: 'Inter';
    src: url('./font/Inter-Regular-9.otf') format('opentype');
    font-display: swap;
    font-weight: 400;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#brands {
    background-color: #fafafa;
}

#brands>.Breadcrumb {
    padding: 20px 40px 14px;
    font-size: 14px;
}

#brands>.Breadcrumb>a {
    color: #999;
}

#brands>.Breadcrumb>a:hover {
    text-decoration: none;
}

#brands>.Breadcrumb>span {
    color: #333;
}

#brands>.brand_zone {
    margin: 0 40px;
    padding: 30px;
    background-color: #F5F7FA;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
}

#brands>.brand_zone>.left {
    width: 300px;
}

#brands>.brand_zone>.left>p:nth-child(1) {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    margin: 14px 0 6px;
}

#brands>.brand_zone>.left>p:nth-child(2) {
    color: #999999;
    font-size: 14px;
}

#brands>.brand_zone>.right {
    display: flex;
}

#brands>.brand_zone>.right>.view_all {
    height: 126px;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #39C3CB;
    background-color: #F0FDFA;
    color: #39C3CB;
    transition: all 0.2s ease;
    border-radius: 6px;
}

#brands>.brand_zone>.right>.view_all:hover {
    background-color: #39C3CB;
    color: #fff;
}

#brands>.brand_zone>.right>.view_all:hover div {
    color: #39C3CB;
    background-color: #fff;
}

#brands>.brand_zone>.right>.view_all:hover p {
    border-bottom: 1px solid #fff;
}

#brands>.brand_zone>.right>.view_all>div {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #39C3CB;
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease;
    margin: 19px 0;
}

#brands>.brand_zone>.right>.view_all>p {
    font-size: 14px;
    transition: all 0.2s ease;
}

#brands>.brand_zone>.right>ul {
    display: flex;
}

#brands>.brand_zone>.right>ul>li {
    width: 100px;
    height: 126px;
    background-color: #fff;
    border-radius: 6px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all 0.2s ease;
}

#brands>.brand_zone>.right>ul>li:hover {
    border: 1px solid #39C3CB;
}

#brands>.brand_zone>.right>ul>li>img {
    height: 68px;
    border-radius: 50%;
}

#brands>.brand_zone>.right>ul>li>p {
    margin-top: 10px;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
    /* 强制文本不换行 */
    overflow: hidden;
    /* 隐藏超出容器的部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    width: 68px;
    text-align: center;
}

#brands>.brand_bottom {
    padding: 60px 40px;
    background-color: #F5F7FA;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

#brands>.brand_bottom>.left,
#brands>.brand_bottom>.right {
    width: 49%;
}

#brands>.brand_bottom>.left>h2,
#brands>.brand_bottom>.right>h2 {
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

#brands>.brand_bottom>.left>.box {
    display: flex;
    padding: 40px 50px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left, #fff, #F8FBFF, #F0FDFA);
    border-radius: 10px;
}

#brands>.brand_bottom>.left>.box>.icon {
    width: 220px;
    height: 220px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
}

#brands>.brand_bottom>.left>.box>.test {
    flex: 1;
}

#brands>.brand_bottom>.left>.box>.test>p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 21px;
}

#brands>.brand_bottom>.left>.box>.test>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

#brands>.brand_bottom>.left>.box>.test>div>span {
    margin-left: 6px;
    color: #333333;
    font-size: 14px;
}

#brands>.brand_bottom>.right>ul>li {
    padding: 20px 30px;
    background-color: #FFFFFF;
    margin-bottom: 14px;
    cursor: pointer;
    border-radius: 6px;
}

#brands>.brand_bottom>.right>ul>.active {
    background-color: #F0FDFA;
    border: 1px solid #39C3CB;
}

#brands>.brand_bottom>.right>ul>li>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 16px;
}

#brands>.brand_bottom>.right>ul>li>div:nth-child(1)>span:nth-child(2) {
    font-size: 25px;
}

#brands>.brand_bottom>.right>ul>li>.content {
    font-size: 14px;
    color: #666666;
}

#brands>.brand_list {
    padding: 0 40px;
    margin-top: 30px;
}

#brands>.brand_list>ul {
    margin-bottom: 50px;
}

#brands>.brand_list>ul>li>.top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

#brands>.brand_list>ul>li>.top>div:nth-child(1) {
    display: flex;
    align-items: center;
}

#brands>.brand_list>ul>li>.top>div:nth-child(1)>img {
    width: 50px;
    border-radius: 50%;
}

#brands>.brand_list>ul>li>.top>div:nth-child(1)>span {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

#brands>.brand_list>ul>li>.top>div:nth-child(1)>.brand-name {
    color: #333333;
    font-size: 20px;
    margin: 0 30px 0 12px;
}

.rotate180 {
    transform: rotate(180deg);
}

#brands>.brand_list>ul>li>.top>div:nth-child(2) {
    color: #999;
    display: flex;
    align-items: center;
}

#brands>.brand_list>ul>li>.top>div:nth-child(2)>svg {
    margin-left: 20px;
    cursor: pointer;
}

/* 可翻页箭头高亮样式 (激活状态) */
#brands .brand_list>ul>li>.top>div:nth-child(2)>svg.arrow-active {
    color: #333;
    /* 品牌主色调，高亮醒目 */
    filter: drop-shadow(0 0 1px rgba(56, 196, 202, 0.3));
}

/* 禁用箭头样式 — 保持原有灰色且不可点击视觉效果 */
#brands .brand_list>ul>li>.top>div:nth-child(2)>svg.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
    /* 完全禁止点击，避免无效交互 */
    color: #999;
}

#brands>.brand_list>ul>li>.list {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    overflow-x: hidden;
    transition: all 0.2s ease;
    padding: 8px 0;
}

#brands>.brand_list>ul>li>.list>.box {
    flex: 0 0 275px;
    width: 275px;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}

#brands>.brand_list>ul>li>.list>.box>.img {
    background-color: white;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#brands>.brand_list>ul>li>.list>.box>.img>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.box .content-text {
    margin-top: 13px;
    padding: 0 8px;
    font-family: 'Inter', sans-serif;
}

.box .content-text-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.box .content-text-group .left {
    display: flex;
    align-items: center;
}

.box .content-text-group .div1 {
    color: #E54344;
    font-size: 12px;
}

.box .content-text-group .div2 {
    background-color: #E6E6E6;
    height: 12px;
    width: 2px;
    margin: 0 5px;
}

.box .content-text-group .comment-group {
    color: #7B7B7B;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 12px;
}

.box .comment-group-num {
    margin-left: 5px;
    margin-top: 2px;
}

.box .content-text-price {
    margin: 4px 0;
}

.box .content-text-price .discound-price {
    font-weight: bold;
    font-size: 16px;
    color: #111611;
}

.box .content-text-price .price {
    font-size: 12px;
    color: #999999;
}

.box .content-text-artname {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    width: 100%;
    white-space: normal;
}

.box .content-text-fba {
    font-size: 12px;
    color: #999999;
    margin: 4px 0;
}

.box .verified {
    width: 77px;
    height: 24px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    align-items: center;
}

.box .verified>.voucher_verify_status_img {
    position: unset;
    margin-right: 2px;
    display: inline-block;
    background: url('https://www.myvipon.com/images/voucher_verify_status_img.png?v=20221026');
    height: 24px;
    width: 24px;
    background-position: center top;
    background-size: cover;
}

.box .favorites {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #fff;

    border: none;
    position: absolute;
    right: 3px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box:hover {
    transform: translateY(-5px);
    transform: scale(1.04);
}