.hero{
    padding: 80px 0 40px 0;
    background-image: url('/static/index/images/distribution/组合\ 15.png');
    background-size: cover;
}
.hero-content{
    display: flex;
    justify-content: space-between;
}
.hero-text-content{
    margin-top: 32px;
}
.hero-title{
    color: rgba(0, 0, 0, 1);
    font-family: Noto Sans SC;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
}
.hero-subtitle{
    color: rgba(249, 116, 24, 1);
    font-size: 2.2rem;
    font-family: Noto Sans SC;
    font-weight: bold;
    line-height: 2;
}
.hero-text{
    color: rgba(103, 113, 126, 1);
    font-family: Noto Sans SC;
    font-size: 0.9rem;
    line-height: 1.6;
}
.hero-href{
    display: flex;
    gap: 20px;
    margin-top: 16px;
}
.hero-href-left{
    display: flex;
    font-size: 0.9rem;
    align-items: center;
    color: #fff;
    padding: 4px 16px;
    background:linear-gradient(to right,rgba(250, 44, 25, 1) 28%,rgba(250, 63, 25, 1) 33%,rgba(250, 89, 25, 1) 50%,rgba(250, 100, 25, 1) 71%);
}
.hero-href-left-icon{
    display: flex;
    align-items: center;
    animation: hero-href-left-icon 2s infinite;
}
.hero-href-right{
    text-decoration: underline;
    color: rgba(75, 84, 98, 1);
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}
.hero-decoration{
    display: flex;
    justify-content: center;
    animation: hero-decoration 2s infinite;
}
@keyframes hero-href-left-icon{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0);
    }
}
@keyframes hero-decoration{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}
.product1{
    padding-top: 60px;
}
.distribution-title{
    color: rgba(0, 0, 0, 1);
    font-family: Noto Sans SC;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.distribution-text{
    color: rgba(103, 113, 126, 1);
    font-family: Noto Sans SC;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 16px;
}
.distribution-name{
    padding: 0px 0 32px 0;
}
.product-item{
    padding: 8px;
    width: 100%;
    /* background-image: url('/static/index/images/distribution/image 18.png'); */
    /* background-size: cover; */
}
.top-tip{
    float: right;
    color: #fff;
    padding: 4px 8px;
    border-radius: 16px;
    background: linear-gradient(to right,rgba(255, 108, 54, 1) 38%,rgba(255, 138, 88, 1) 71%);
    font-size: 0.8rem;
    position: relative;
    top: -269px;
    right: 68px;
}
.product-item-href{
    border-radius: 8px;
    background-color: rgba(245, 247, 250, 1);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -84px;
    right: -44px;
    gap: 20px;
    width: 63%;
    box-shadow: 0px 8px 16px 0px rgba(171, 190, 209, 0.4);
}
.product-item-title{
    color: rgba(113, 113, 113, 1);
    font-size: 1.1rem;
    font-family: Noto Sans SC;
    font-weight: bold;
    text-align: center;
}
.product-item-text{
    color: rgba(76, 175, 79, 1);
    font-family: Noto Sans SC;
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item-text-icon{
    display: flex;
    align-items: center;
}
.product-list{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.distribution-card-item{
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 16px;
    padding: 32px;
    background-color: #fff;
}
.distribution-card-icon{
    background: linear-gradient(to right,rgba(255, 115, 62, 1) 36%,rgba(255, 130, 79, 1) 68%);
    border-radius: 16px;
    padding: 16px;
    color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(255, 210, 193, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.distribution-card-title{
    color: rgba(17, 17, 17, 1);
    line-height: 3;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Noto Sans SC;

}
.distribution-card-text{
    color: rgba(103, 113, 126, 1);
    font-family: Noto Sans SC;
    font-size: 0.9rem;
    line-height: 1.5;
}
.distribution-card-list{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.commission-table-container {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 32px;
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.commission-table-title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color:  rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}
.commission-table {
    width: 100%;
    border-collapse: collapse;
    
}
.commission-table th,
.commission-table td {
    padding: 20px 16px;
    text-align: left;
    font-size: 1rem;
}
.commission-table th {
    color: #556b9a;
    font-weight: 600;
    border-bottom: 2px solid #ffe6dc;
}
.commission-table tr:nth-child(even) {
    background-color: #fff5f2;
    border-top: 1px solid rgba(229, 231, 235, 1);
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}
.commission-table .rate {
    color: #ff5522;
    font-size: 1rem;
    font-weight: 600;
}
.commission-table .text-muted {
    color: rgba(77, 79, 83, 1);
}
.distribution-policy{
    padding:0 0 60px 0;
    background: linear-gradient(rgba(255, 255, 255, 1) 5%,rgba(239, 246, 255, 1) 50%);
}
.distribution-policy-tip{
    display: flex;
    justify-content: space-between;

}
.distribution-policy-tip-item{
    display: flex;
    margin: 32px 0;
    gap: 20px;
}
.distribution-policy-tip-icon{
    background: rgba(217, 240, 242, 1);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.distribution-policy-tip-title{
    color: rgba(17, 17, 17, 1);
    font-size: 1.2rem;
    font-weight: bold;
    font-family: Noto Sans SC;
    line-height: 2;
}
.distribution-policy-tip-text{
    color: rgba(103, 113, 126, 1);
    font-family: Noto Sans SC;
    font-size: 0.9rem;
    line-height: 1.5;
}
.calculator-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    max-width: 1000px;
    border:  1px solid rgba(229, 231, 235, 1);
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.header-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-right: 16px;
    background: linear-gradient(to right,rgba(255, 115, 62, 1) 36%,rgba(255, 130, 79, 1) 68%);
    box-shadow: 0px 8px 16px 0px rgba(255, 210, 193, 1);
}
.header-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
}
.slider-section {
    margin-bottom: 32px;
}
.slider-label {
    font-size: 1rem;
    color: rgba(103, 113, 126, 1);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.slider-value {
    color: rgba(103, 113, 126, 1);
    font-weight: 500;
}
.slider-container {
    position: relative;
    margin-bottom: 16px;
}
.slider {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff7a45;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 122, 69, 0.3);
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 242, 237, 1);
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 122, 69, 0.3);
}
.slider-range {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: rgba(103, 113, 126, 1);
    margin-top: 8px;
}
.income-card {
    background-color: #fff3ee;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
}
.income-title {
    font-size: 0.9rem;
    color: rgba(103, 113, 126, 1);
    margin-bottom: 12px;
}
.income-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(255, 109, 55, 1);
    margin-bottom: 12px;
}
.income-note {
    font-size: 0.9rem;
    color: rgba(103, 113, 126, 1);
}
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}
.comparison-item {
    background-color: #fff3ee;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}
.comparison-label {
    font-size: 0.9rem;
    color: rgba(103, 113, 126, 1);
    margin-bottom: 12px;
}
.comparison-value {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgba(255, 109, 55, 1);
}
.revenue{
    padding: 60px 0;
    background-color: rgba(249, 250, 251, 1);
}
 .partner-card {
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
}
.card-header {
    padding: 32px 32px 0 32px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    justify-content: space-between;
}
.header-left {
    display: flex;
    align-items: center;
}
.partner-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(to right,rgba(255, 115, 62, 1) 36%,rgba(255, 130, 79, 1) 68%);
    box-shadow: 0px 8px 16px 0px rgba(255, 210, 193, 1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    margin-right: 16px;
}
.partner-info .name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.partner-info .location {
    font-size: 1rem;
    color: #666666;
}
.rating {
    display: flex;
    gap: 8px;
}
.star {
    font-size: 32px;
    color: #ffc107;
}
.star.half {
    background: linear-gradient(90deg, #ffc107 50%, #e5e7eb 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.income-section {
    background: url('/static/index/images/distribution/矩形 21.png');
    margin-bottom: 16px;
}
.income-label {
    padding: 0 32px;
    font-size: 0.8rem;
    color: rgba(103, 113, 126, 1);
    margin-bottom: 12px;
}
.income-value1 {
    font-size: 2rem;
    font-weight: 700;
    color: #ff5722;
    background: linear-gradient(90deg, #ff5722 0%, #ffede6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
    padding: 0 32px;
}
.stats-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    padding: 0 32px;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
    color: rgba(156, 163, 175, 1);
}

.description {
    font-size: 0.8rem;
    color: rgba(103, 113, 126, 1);
    font-weight: 500;
    line-height: 1.5;
    padding: 0 32px 32px 32px;
}
.cases{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.distribution-partner-card{
    padding: 60px 0;
}
.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-item {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    font-size: 1.2rem;
    color: #1a1a1a;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.faq-question:hover {
    background-color: #f9fafb;
}
.faq-icon {
    width: 24px;
    height: 24px;
    color: #1677ff;
    transition: transform 0.3s ease;
}
.faq-answer {
    padding: 0 32px;
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}
.faq-item.active .faq-answer {
    padding: 0 32px 24px;
    max-height: 500px;
}
.question{
    padding: 60px 0;
    background-color: rgba(249, 250, 251, 1);
}
.distribution-policy1{
    padding: 60px 0;
    background:linear-gradient(rgba(239, 246, 255, 1) 5%,rgba(255, 255, 255, 1) 50%);
}
.cta-card {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background-image: url('/static/index/images/distribution/组合 16.png');
    background-size: cover;
    border-radius: 24px;
    padding: 60px 40px;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-title {
    font-family: Noto Sans SC;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
}
.cta-subtitle {
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: 1.6;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.btn-primary {
    background-color: white;
    color: rgba(10, 92, 255, 1);
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.btn-secondary {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease;
}
.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.btn-secondary .phone-icon {
    font-size: 28px;
}
.features {
    display: flex;
    justify-content: center;
    gap: 80px;
    position: relative;
    z-index: 1;
    padding-top: 16px;
    border-top: 1px solid #ffffff74;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
}
.feature-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
}


@media (max-width: 1280px){
    .top-tip{
        top: -168px;
        right: 20px;
    }
    .card-header{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 800px){
    .product-item-title{
        font-size: 1rem;
    }
    .top-tip{
        top: -118px;
        right: 21px;
    }
    .cases{
        flex-direction: column;
    }
     .partner-card{
        width: 100%;
    }
    .distribution-card-list{
        flex-direction: column;
    }
} 
@media (max-width: 590px) {
    .product-list,.cases,.distribution-card-list,.hero-content,.distribution-policy-tip,.cta-buttons,.features {
        flex-direction: column;
    }
    .hero{
        padding: 32px 0 ;
    }
    .distribution-policy-tip-item{
        margin: 16px 0;
    }
    .distribution-policy{
        padding: 0 0 32px 0 ;
    }
    .features{
        gap: 16px;
    }
    .partner-card{
        width: 100%;
    }
    .product-list img{
        width: 100%;
    }
    .top-tip {
        top: -271px;
        right: 21px;
    }
}

