.tags-page {
    min-height: 100vh;
    padding-top: 0;
}

.top-black-bar {
    width: 100%;
    height: 70px;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 0px;
}

.bg_banner{
    width: 100%;height:550px;
}
.allbannerm {
    max-width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    .title1{
        position: absolute;
        color: #03B59F;
        font-size: 50px;
        top: 20%;
        right: 10%;
        letter-spacing: 2px;

    }
    .title2{
        position: absolute;
        color: hsla(0,0%,100%,0.8);
        right: 10%;
        font-size: 28px;
        top: 39%;
    }
}

.banner1img1 {
    position: absolute;
    left: -87px;
    top: 71px;
}

.banner1img2 {
    position: absolute;
    left: 378px;
    bottom: 26px;
}

.banner1img3 {
    position: absolute;
    left: 289px;
    bottom: 80px;
}

.banner1img4 {
    position: absolute;
    left: 24px;
    bottom: 50px;
}

.banner1img5 {
    position: absolute;
    left: 200px;
    bottom: 50px;
}

.banner1img6 {
    position: absolute;
    right: -285px;
    bottom: -12px;
    opacity: 0.3;
}

.banner1img7 {
    position: absolute;
    right: -350px;
    bottom: -80px;
    opacity: 0.3;
}

.banner1img8 {
    position: absolute;
    right: -384px;
    bottom: -46px;
    opacity: 0.4;
}

.banner1img9 {
    position: absolute;
    right: -384px;
    bottom: -60px;
    opacity: 0.4;
}

.upd4 {
    animation: heart4 1.4s ease-in-out 0.2s infinite alternate;
}

@keyframes heart4 {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: -6px;
    }
}
@keyframes heart4 {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 8px)
    }
}


.ydleft {
    animation: yd 1.5s ease-in-out 0.2s infinite alternate;
}

@keyframes yd {
    from {
        margin-left: 6px;
    }
    to {
        margin-left: -6px;
    }
}


@keyframes yd {
    from {
        transform: translate(-16px, 0px)
    }
    to {
        transform: translate(4px, 7px)
    }
}

.ydleft2 {
    animation: yd2 1.5s ease-in-out 0.2s infinite alternate;
}

@keyframes yd2 {
    from {
        margin-top: 6px;
    }
    to {
        margin-top: -6px;
    }
}


@keyframes yd2 {
    from {
        transform: translate(10px, -10px)
    }
    to {
        transform: translate(13px, 2px)
    }
}

.ydleft3 {
    animation: yd3 1.5s ease-in-out 0.2s infinite alternate;
}

@keyframes yd3 {
    from {
        margin-left: 14px;
    }
    to {
        margin-left: -6px;
    }
}


@keyframes yd3 {
    from {
        transform: translate(10px, -10px)
    }
    to {
        transform: translate(-13px, 2px)
    }
}


.upd2 {
    animation: heart2 1s ease-in-out 0s infinite alternate;
}

@keyframes heart2 {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: -4px;
    }
}


@keyframes heart2 {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 4px)
    }
}

.upd3 {
    animation: heart2 1s ease-in-out 1s infinite alternate;
}

@keyframes heart2 {
    from {
        margin-top: 0px;
    }
    to {
        margin-top: -4px;
    }
}


@keyframes heart2 {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 4px)
    }
}
.banner1left {
    animation: bannerleft 2s ease-in-out 0.2s infinite alternate;
}

@keyframes bannerleft {
    from {
        margin-left: 20px;
    }
    to {
        margin-left: -30px;
    }
}


@keyframes bannerleft {
    from {
        transform: translate(10px, 0)
    }
    to {
        transform: translate(-13px, 0)
    }
}




.header-image {
    width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 规格部分样式 */
.specification-section {
    padding: 20px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #333;
}

.specification-desc {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.tag-styles-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    grid-template-rows: repeat(2, 1fr);
}

.tag-style-group {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.style-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.style-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1e50a2;
    margin: 0 15px;
}

.style-title-line {
    height: 1px;
    flex-grow: 1;
    background: linear-gradient(90deg, transparent, #1e50a2 50%, transparent);
    max-width: 60px;
}

.tag-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    flex: 1;
}

.tag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    width: calc(50% - 15px);
}

.tag-item:hover {
    transform: translateY(-5px);
}

.tag-image {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tag-item:hover .tag-image {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.tag-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.tag-item:hover .tag-image img {
    transform: none;
}

.tag-name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    position: relative;
}

.tag-name::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1e50a2;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.tag-item:hover .tag-name::after {
    width: 50px;
}

/* 动画类 */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-up {
    --delay: 0s;
    animation-delay: var(--delay);
}

/* 移动端样式 */
@media (max-width: 768px) {
    .tags-page {
        padding-top: 0px;
    }

    .top-black-bar {
        height: 60px;
    }

    .header-container {
        margin-top: 0px;
        width: 120%; /* 使头图宽度超出屏幕 */
        margin-left: -10%; /* 负边距使图片两侧均超出 */
        overflow: hidden;
    }
    .header-image {
        width: 140%;
        max-width: none;
        margin-left: -20%;
        display: block;
        object-fit: cover;
        object-position: center;
        height: 100%;
    }

    .specification-section {
        padding: 20px 0;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .specification-desc {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .tag-styles-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tag-style-group {
        margin-bottom: 30px;
    }

    .style-title h3 {
        font-size: 20px;
    }

    .tag-items {
        gap: 20px;
        align-items: center;
    }

    .tag-image {
        height: 180px;
    }

    .tag-name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .tags-page {
        padding-top: 0px;
    }

    .top-black-bar {
        height: 45px;
    }

    .header-image {
        width: 160%;
        margin-left: -30%;
    }

    .specification-section {
        padding: 20px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .specification-desc {
        font-size: 14px;
    }

    .tag-items {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

    .tag-item {
        width: calc(50% - 8px);
    }

    .tag-image {
        height: 150px;
    }
}

/* 对比部分样式 - 重新设计 */
.comparison-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.comparison-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
}

/* 对比头部 */
.vs-header {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2px;
}

.vs-left, .vs-right {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.vs-left {
    flex: 1;
    background-color: #4267B2;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    padding-right: 20px;
    z-index: 1;
}

.vs-right {
    flex: 1;
    background-color: #9e9e9e;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
    padding-left: 20px;
}

.vs-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.vs-middle span {
    font-size: 24px;
    font-weight: bold;
    color: #555;
    font-style: italic;
}

/* 对比主体 */
.comparison-body {
    width: 100%;
}

.compare-row {
    display: flex;
    height: 50px;
    margin-bottom: 2px;
}

.compare-left, .compare-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.compare-left {
    background-color: #c8d6f5;
    color: #333;
}

.compare-right {
    background-color: #ebebeb;
    color: #333;
}

.compare-middle {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: white;
}

.compare-middle .dot {
    width: 10px;
    height: 10px;
    background-color: #4267B2;
    border-radius: 50%;
    z-index: 1;
}

/* 底部提示部分 */
.bottom-highlight {
    text-align: center;
    margin: 30px auto 20px;
    position: relative;
}

.highlight-badge {
    display: inline-block;
    background-color: #4267B2;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 50px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.highlight-badge::before,
.highlight-badge::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    border: 2px solid #4267B2;
    border-top: none;
    border-left: none;
    box-sizing: border-box;
}

.highlight-badge::before {
    left: -15px;
    transform: translateY(-50%) rotate(135deg);
}

.highlight-badge::after {
    right: -15px;
    transform: translateY(-50%) rotate(-45deg);
}

/* 底部文本 - 修复样式使其可见 */
.bottom-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
    background-color: #f0f5ff;
    padding: 16px 24px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    position: relative;
    font-weight: 500;
    opacity: 1 !important;
    transform: none !important;
    z-index: 10;
    display: block;
}

.bottom-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #4267B2;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* 响应式样式 */
@media (max-width: 768px) {
    .comparison-section {
        padding: 40px 0;
    }

    .vs-left, .vs-right {
        height: 40px;
        font-size: 16px;
    }

    .vs-middle {
        width: 45px;
        height: 45px;
    }

    .vs-middle span {
        font-size: 20px;
    }

    .compare-row {
        height: 45px;
    }

    .compare-left, .compare-right {
        padding: 8px 10px;
        font-size: 12px;
    }

    .compare-middle {
        width: 20px;
    }

    .highlight-badge {
        font-size: 16px;
        padding: 10px 30px;
    }

    .bottom-text {
        font-size: 14px;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .comparison-section {
        padding: 30px 0;
    }

    .vs-left, .vs-right {
        height: 36px;
        font-size: 14px;
    }

    .vs-middle {
        width: 40px;
        height: 40px;
    }

    .vs-middle span {
        font-size: 18px;
    }

    .compare-row {
        height: auto;
        min-height: 40px;
    }

    .compare-left, .compare-right {
        padding: 6px 8px;
        font-size: 11px;
    }

    .highlight-badge {
        font-size: 14px;
        padding: 8px 20px;
    }

    .highlight-badge::before,
    .highlight-badge::after {
        width: 18px;
        height: 18px;
    }

    .bottom-text {
        font-size: 12px;
    }
}

/* 款式结果随您定制部分样式 */
.custom-section {
    padding: 20px 0;
    background: linear-gradient(to bottom, #f0f3fa, #ffffff);
}

.subtitle-container {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.section-subtitle {
    font-size: 20px;
    color: #555;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: inline-block;
}

.custom-options-container {
    margin-top: 40px;
}

.custom-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.custom-option-item {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    /*padding: 30px 20px;*/
}

.custom-option-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.custom-option-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bg-color-1 {
    background: linear-gradient(135deg, #e8f7ff 0%, #ffffff 100%);
}

.bg-color-2 {
    background: linear-gradient(135deg, #e8f0ff 0%, #ffffff 100%);
}

.bg-color-3 {
    background: linear-gradient(135deg, #f5eeff 0%, #ffffff 100%);
}

.bg-color-4 {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
}

.bg-color-5 {
    background: linear-gradient(135deg, #e6fff2 0%, #ffffff 100%);
}

.bg-color-6 {
    background: linear-gradient(135deg, #ffecec 0%, #ffffff 100%);
}

.custom-option-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #333;
    transition: all 0.3s ease;
}

.custom-option-icon i {
    font-size: 30px;
}
.custom-option-icon img{
    width: 40px;
    height: 40px;
}

.custom-option-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.custom-option-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .custom-options-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-subtitle {
        font-size: 18px;
    }

    .custom-option-item {
        padding: 25px;
        height: 85%;
    }

    .custom-option-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .custom-option-icon i {
        font-size: 24px;
    }

    .custom-option-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .custom-option-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .custom-options-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-option-item {
        padding: 20px;
        height: 85%;
    }

    .custom-option-icon {
        width: 55px;
        height: 55px;
    }

    .custom-option-icon i {
        font-size: 22px;
    }
}

/* RFID电子标签部分样式 */
.rfid-section {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.rfid-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.rfid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background-color: #fff;
}

.rfid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.rfid-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: #eee;
}

.rfid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rfid-name {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #4267B2;
    text-align: center;
}

/* 防伪码标签定制流程部分样式 */
.process-section {
    padding: 20px 0;
    background-color: #fff;
}

.process-container {
    max-width: 1000px;
    margin: 0 auto;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.process-item {
    border: 1px solid #e0e0ff;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.process-item:hover {
    border-color: #4267B2;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.process-icon {
    position: relative;
    margin-bottom: 20px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f0f5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4267B2;
    font-size: 24px;
}
.icon-circle img{
    width: 30px;
    height: 30px;
}

.process-number {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #4267B2;
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-divider {
    width: 40px;
    height: 1px;
    background-color: #4267B2;
    margin-bottom: 15px;
}

.process-content {
    text-align: center;
}

.process-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.process-description {
    font-size: 14px;
    color: #666;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .rfid-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .rfid-image {
        height: 140px;
    }

    .rfid-name {
        height: 40px;
        font-size: 14px;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 工厂实力展示部分样式 */
.factory-section {
    padding: 20px 0;
    background: linear-gradient(to right, #f8f9fa, #e9f0f8, #f8f9fa);
}

.factory-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
}

.factory-showcase-row {
    display: flex;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    height: 250px;
}

.factory-showcase-row:nth-child(odd) {
    flex-direction: row;
}

.factory-showcase-row:nth-child(even) {
    flex-direction: row-reverse;
}

.factory-showcase-left {
    flex: 0 0 30%;
    position: relative;
    overflow: hidden;
    background-color: rgba(209, 233, 255, 0.5);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.factory-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.factory-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.factory-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 3px;
    background-color: #4267B2;
}

.factory-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.factory-showcase-right {
    flex: 0 0 70%;
    display: flex;
    height: 100%;
}

.factory-showcase-right .factory-image {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.factory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.factory-image:hover img {
    transform: scale(1.05);
}

/* 生产设备展示部分 */
.equipment-showcase {
    margin-top: 50px;
}

.equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.equipment-item {
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.equipment-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.equipment-item:hover img {
    transform: scale(1.05);
}

/* 自定义专属品牌页面部分样式 */
.custom-brand-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9f0f8 50%, #f0f5ff 100%);
    position: relative;
    overflow: hidden;
}

.custom-brand-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgba(66, 103, 178, 0.05) 0%, transparent 70%),
    radial-gradient(circle at 90% 90%, rgba(156, 106, 222, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.custom-brand-section .container {
    position: relative;
    z-index: 1;
}

.custom-brand-section .section-title {
    margin-bottom: 25px;
    font-size: 40px;
    color: #333;
}

.custom-brand-section .section-title::after {
    background: #333;
    height: 4px;
    width: 60px;
    bottom: -12px;
}

.custom-brand-section .section-subtitle {
    font-size: 22px;
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}

.design-text {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.custom-brand-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* 选项列表样式 */
.option-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.option-row {
    display: flex;
    gap: 20px;
    width: 100%;
}

.brand-option-item {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 80px;
    flex: 1;
}

.brand-option-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.option-number {
    width: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    flex-shrink: 0;
}

.option-number::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 20px;
    height: 30px;
    background-color: inherit;
    transform: skewY(-45deg);
    transform-origin: left top;
    z-index: 1;
}

.number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.text {
    font-size: 10px;
    letter-spacing: 1px;
    z-index: 2;
}

.orange-bg {
    background-color: #ff7e00;
}

.blue-bg {
    background-color: #0099cc;
}

.brown-bg {
    background-color: #38291d;
}

.gold-bg {
    background-color: #a18e61;
}
.orgin-bg {
    background-color: orangered;
}

.pink-bg {
    background-color: deeppink;
}

.brand-option-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 5px;
    position: relative;
    z-index: 2;
}

.brand-option-text {
    font-size: 15px;
    color: #333;
    margin: 0;
    text-align: left;
    padding-left: 10px;
}

.brand-option-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    flex-shrink: 0;
}

.brand-option-icon i {
    font-size: 24px;
    color: #333;
}

/* 底部补充说明样式 */
.bottom-notes {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}

.note-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.note-item {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 60px;
    max-width: 470px;
    width: 100%;
    position: relative;
}

.note-badge {
    width: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    flex-shrink: 0;
    font-weight: 600;
    background-color: #0099cc;
}

.note-badge::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 20px;
    height: 30px;
    background-color: inherit;
    transform: skewY(-45deg);
    transform-origin: left top;
    z-index: 1;
}

.note-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #333;
    font-size: 15px;
    position: relative;
    z-index: 2;
    margin-left: 10px;
}

/* 底部图片展示样式 */
.brand-image-container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.brand-image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .design-text {
        font-size: 18px;
    }

    .brand-option-text {
        font-size: 14px;
    }

    .option-number {
        width: 70px;
    }

    .number {
        font-size: 24px;
    }

    .note-item {
        height: 55px;
    }

    .note-badge {
        width: 120px;
    }

    .note-content {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .custom-brand-section .section-title {
        font-size: 32px;
    }

    .custom-brand-section .section-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .design-text {
        font-size: 16px;
    }

    .option-row {
        flex-direction: column;
    }

    .brand-option-item {
        height: 80px;
    }

    .option-number {
        width: 60px;
    }

    .number {
        font-size: 22px;
    }

    .brand-option-text {
        font-size: 14px;
    }

    .brand-option-icon {
        width: 36px;
        height: 36px;
    }

    .brand-option-icon i {
        font-size: 20px;
    }

    .note-box {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
    }

    .note-item {
        max-width: calc(50% - 10px);
        height: 75px;
    }

    .note-badge {
        width: 110px;
    }

    .note-content {
        font-size: 13px;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .custom-brand-section .section-title {
        font-size: 28px;
    }

    .custom-brand-section .section-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .design-text {
        font-size: 14px;
    }

    .brand-option-content {
        padding: 0 15px 0 5px;
    }

    .brand-option-item {
        height: auto;
        min-height: 70px;
    }

    .brand-option-text {
        font-size: 13px;
        padding-left: 5px;
        line-height: 1.4;
    }

    .brand-option-icon {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .brand-option-icon i {
        font-size: 16px;
    }

    .note-box {
        gap: 10px;
    }

    .note-item {
        max-width: calc(50% - 5px);
        height: 85px;
    }

    .note-badge {
        width: 80px;
        font-size: 14px;
    }

    .note-content {
        font-size: 12px;
        padding: 0 8px;
        line-height: 1.3;
    }
}



/* 移动端适配 */
@media (max-width: 768px) {
    .bg_banner{
        height: 375px;
    }
    .allbannerm .title1{
        font-size: 32px;
        top: 22%;
        left: 12%;
    }
    .allbannerm .title2{
        left: 15%;
        font-size: 26px;
        top: 40%;
    }

}



