.franchise{
    padding-top: 60px;
}
.banner {

}
.pc_banner{
    display: block;
}
.wap_banner{
    display: none;
}
.banner-img{
    position: relative;
}

.banner-content {
    position: absolute;
    top: 24%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.banner-title {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: SF UI Display;
}

.banner-subtitle {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.banner-brand {
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.banner-brand::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 13px;
    background-color: #B42126;
    z-index: -1;
}
.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px 40px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.section-image {
    margin-right: 50px;
}

.section-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.section-content {
    flex: 1.2;
}

.section-title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.4;
    font-family: SF UI Display;
    font-weight: 400;
    color: #000000;
}

.section-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    font-family: SF UI Display;
    font-weight: 400;
    color: #000000;
}

.section-text:last-child {
    margin-bottom: 0;
}

.market-section {
    padding: 40px 0px;
    background-color: #F7F7F7;

}
.market-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}

.market-content {
    flex: 1;
    padding-right: 40px;
}

.market-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.market-image img {
    max-width: 100%;
    height: auto;
}

.market-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 36px;
    color: #B42126;
}

.market-text {
    line-height: 1.3;
    margin-bottom: 5px;
    text-align: justify;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 16px;
    color: #000000;


}

.points-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.points-list li {
    font-size: 14px;
    color: #444;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}

.points-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #c21807;
    font-weight: bold;
}

.leader-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.leader-image {

}

.leader-image img {
    max-width: 350px;
    height: auto;
    border-radius: 8px;
}

.leader-content {
    padding-left: 60px;
}

.leader-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.4;
    font-family: SF UI Display;;
    color: #B42126;
}

.leader-text {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    font-family: SF UI Display;
    font-weight: 400;
    color: #000000;
}

.leader-text:last-child {
    margin-bottom: 0;
}

.pillar-section {
    background-color: #F9F9F7;
    padding: 80px 0px 0px;
}
.pillar-box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    
}

.pillar-content {
    margin-bottom: -20px;
}

.pillar-title {
    font-family: SF UI Display;
    font-size: 32px;
    color: #B42126;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.pillar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pillar-item {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 30px;
}

.pillar-number {
    font-weight: bold;
    color: #c21807;
    margin-right: 10px;
}

.pillar-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.pillar-image img {
    width: 60%;
    height: auto;
}

.why-section {
    padding: 120px 0px 0px;
}
.why-box {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.why-image {

}

.why-image img {
    width: 60%;
}

.why-content {
    position: absolute;
    top: 16%;
    right: 0%;
    transform: translate(0%, -50%);
}

.why-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: SF UI Display;
    font-weight: bold;
    color: #B42126;
}

.why-table {
    width: 100%;
    border-collapse: collapse;
}

.why-table th,
.why-table td {
    padding: 18px 20px;
    text-align: left;
    font-size: 13px;
}

.why-table th {
    background-color: #B42126;
    color: #ffffff;
    font-weight: bold;
}

.why-table th:first-child {

}
/* 第一列 */
.why-table td:nth-child(1) {
    width: 130px;
}
/* 第二列 */
.why-table td:nth-child(2) {
    width: 150px;
}
/* 第三列 */
.why-table td:nth-child(3) {
    width: 280px;
}
.why-table tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.why-table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.why-table td:first-child {
    font-weight: 600;
    color: #333;
}

.why-table td:last-child {
    color: #c21807;
    font-weight: 500;
}

.futu-section {
   padding: 100px 0px 0px;
   background-color: #ffffff;
}
.futu-content{

    max-width: 1200px;
    margin: 0 auto;
}
.futu-img{
    display: flex;
    justify-content: flex-end;
}
.futu-img img{
    max-width: 680px;
}
.futu-title{
    margin-bottom: 10px;
}
.futu-title-text{
    text-transform: uppercase;
    width: 90%;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 32px;
    color: #B42126;
    line-height: 44px;
}

.futu-content-text{
    font-family: SF UI Text;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    width: 90%;
}

.chip-section {
    padding: 60px 0px;
    background-color: #F7F7F7;
}
.chip-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.chip-image {

}

.chip-image img {
    height: auto;
    width: 95%;
}

.chip-content {

}

.chip-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 32px;
    color: #B42126;
    line-height: 44px;
}

.chip-cases {
    margin-top: 20px;
}

.chip-case {
    margin-bottom: 20px;
}

.chip-case:last-child {
    margin-bottom: 0;
}

.chip-case-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.chip-case-text {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}

.chip-savings {
    color: #c21807;
    font-weight: bold;
}

.weeks-section{
    background-color: #F7F7F7;
    position: relative;
}
.weeks-content{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.weeks_pc{
    display: block;
}
.weeks_wap{
    display: none;
}
.weeks-title{
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 36px;
    color: #B42126;
    line-height: 44px;
    margin-bottom: 40px;
}

.weeks-sun-title{
     font-family: SF UI Display;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.weeks-text{
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.weeks-image{
    max-height: 450px;
}
.weeks-image img{
    width: 100%;
    height: auto;
}


.positioning-section {
    position: relative;
    padding:0px;
    background-color: #ffffff;
    text-align: center;
}
.positioning-content {
    max-width: 1200px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.positioning-title {
    font-size: 28px;
    font-weight: bold;
    color: #c21807;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.positioning-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.positioning-text {
    font-family: SF UI Text;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.positioning_pc{
    display: block;
}
.positioning_wap{
    display: none;
}
.positioning-image {

}

.positioning-image img {
    width: 100%;
    max-height: 600px;
}


.roadmap-section {
    padding: 160px 0px 10px;
    background-color: #fafafa;
}
.roadmap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.roadmap-image {

}

.roadmap-image img {
    width: 630px;
}

.roadmap-content {
    position: absolute;
    top: 15%;
    right: 0%;
    transform: translate(0%, -50%);
}

.roadmap-title {
    font-size: 28px;
    font-weight: bold;
    color: #B42126;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.roadmap-table {
    width: 100%;
    border-collapse: collapse;
}

.roadmap-table th,
.roadmap-table td {
    padding: 16px 20px;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.roadmap-table th {
    background-color: #B42126;
    color: #ffffff;
    font-weight: bold;
}

.roadmap-table tr:nth-child(even) td {
    background-color: #f0f0f0;
}

.roadmap-table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.roadmap-table td:first-child {
    font-weight: 600;
    color: #333;
}

.details-section{
    background-color: #F7F7F7;
    text-align: center;
    background-image: url('/static/index/img/model-y-detail.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}
.details-title{
    font-size: 28px;
    font-weight: bold;
    color: #B42126;
    line-height: 44px;
    margin-bottom: 40px;
}

.details-box{
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.details-text{
    padding: 20px;
    background: #B42126;;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    width: 33%;
}

.roadmap-details-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.roadmap-details-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 44px;
}

.roadmap-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.roadmap-card {
    background: linear-gradient(90deg, #B42126 0%, #B42126 50%, #ffffff 100%);
    padding: 25px 35px;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.roadmap-card:hover {
    transform: translateX(10px);
}

.roadmap-card-text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.support-section {
    padding: 80px 0px;
    background-color: #F2F2F2;
}

.support-image {

}

.support-image img {
    max-width: 100%;
    height: auto;
}

.support-content {
    max-width: 1200px;
    margin: 60px auto 0px;
    display: flex;
    align-items: center;
}

.support-title {
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}
.support-info{
    margin-left: 120px;
}

.support-subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    
}

.support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.support-list li {
    padding-left: 20px;
    position: relative;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.support-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
}

.support-services {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.future-section {
    padding: 80px 0px;
    background-color: #ffffff;
}
.future-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.future-content {
   
}

.future-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 36px;
    color: #B42126;
    line-height: 44px;

}

.future-item {
    margin-bottom: 30px;
}

.future-item:last-child {
    margin-bottom: 0;
}

.future-year {
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-family: SF UI Display;
    font-weight: 600;
    font-size: 18px;
    color: #B42126;
    line-height: 30px;
}

.future-text {

    font-family: SF UI Display;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.future-image {

}

.future-image img {
    max-width: 450px;
    height: auto;
}

.cta-section {
    background-color:#B42126;
    padding: 60px 120px;
    text-align: center;
}

.cta-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 44px;

}

.cta-text {
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.cta-contact {
    line-height: 2;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
    font-family: SF UI Display;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}

.cta-brand {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}

.cta-confidential {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: SF UI Display;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
/* 1367px-1440px 样式 */
@media (max-width: 1440px) {
    .banner-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .banner-subtitle{
        margin-bottom: 15px;
    }
    .banner-content{
        top: 20%;
    }
    .section-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section-text{
        margin-bottom: 15px;
    }
    .market-title{
        font-size: 30px;
    }
    .pillar-section{
        padding: 60px 0px 0px;
    }
    .pillar-title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .pillar-item{
        margin-bottom: 15px;
    }
    .pillar-content{
        margin-bottom: -100px;
    }
    .why-title{
        font-size: 28px;
    }
    .futu-title-text{
        font-size: 28px;
    }
    .futu-title{
        margin-bottom: -30px;
    }
    .chip-section{
        padding: 40px 0px;
    }
    .chip-title{
        font-size: 28px;
    }
    .weeks-title{
        font-size: 28px;
        margin-bottom: 25px;
    }

    .positioning-title{
        margin-bottom: 10px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .positioning-content{
        left: 37%;
        transform: translate(-28%, -50%);
    }
    .roadmap-details-title{
        font-size: 32px;
    }
    .support-title{
        font-size: 32px;
    }
    .future-section{
        padding: 60px 0px;
    }
    .future-title{
        font-size: 32px;
    }
    .cta-title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .cta-text{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .cta-contact{
       margin-bottom: 20px;
    }
}
/* 1281px-1366px 样式 */
@media (max-width: 1366px) {
    .banner-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .banner-subtitle{
        margin-bottom: 15px;
    }
    .banner-content{
        top: 23%;
    }
    .section-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section-text{
        margin-bottom: 15px;
    }
    .market-title{
        font-size: 30px;
    }
    .pillar-section{
        padding: 60px 0px 0px;
    }
    .pillar-title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .pillar-item{
        margin-bottom: 15px;
    }
    .pillar-content{
        margin-bottom: -100px;
    }
    .why-title{
        font-size: 28px;
    }
    .futu-title-text{
        font-size: 28px;
    }
    .futu-title{
        margin-bottom: -30px;
    }
    .chip-section{
        padding: 40px 0px;
    }
    .chip-title{
        font-size: 28px;
    }
    .weeks-title{
        font-size: 28px;
        margin-bottom: 25px;
    }

    .positioning-title{
        margin-bottom: 10px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .positioning-content{
        left: 37%;
        transform: translate(-28%, -50%);
    }
    .roadmap-details-title{
        font-size: 32px;
    }
    .support-title{
        font-size: 32px;
    }
    .future-section{
        padding: 60px 0px;
    }
    .future-title{
        font-size: 32px;
    }
    .cta-title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .cta-text{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .cta-contact{
       margin-bottom: 20px;
    }
}

/* 1025-1280px 样式 */
@media (max-width: 1280px) {
    .banner-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .banner-subtitle{
        margin-bottom: 15px;
    }
    .banner-content{
        top: 23%;
        left: 35%;
    }
    .section-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section-text{
        margin-bottom: 15px;
    }
    .market-title{
        font-size: 26px;
    }
    .pillar-section{
        padding: 60px 0px 0px;
    }
    .pillar-title{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .pillar-item{
        margin-bottom: 15px;
    }
    .pillar-content{
        margin-bottom: -100px;
    }
    .why-title{
        font-size: 26px;
    }
    .futu-title-text{
        font-size: 26px;
    }
    .futu-title{
        margin-bottom: -30px;
    }
    .chip-section{
        padding: 40px 0px;
    }
    .chip-title{
        font-size: 26px;
    }
    .weeks-title{
        font-size: 26px;    
        margin-bottom: 25px;
    }

    .positioning-title{
        margin-bottom: 0px;
        font-size: 26px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .positioning-content{
        left: 34%;
        transform: translate(-23%, -50%);
    }
    .roadmap-title{
        font-size: 26px;
    }
    .details-title{
        font-size: 26px;
    }
    .roadmap-details-title{
        font-size: 32px;
    }
    .support-title{
        font-size: 32px;
    }
    .future-section{
        padding: 60px 0px;
    }
    .future-title{
        font-size: 28px;
    }
    .cta-title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .cta-text{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .cta-contact{
       margin-bottom: 20px;
    }
}

/* 768px-1024px 样式 */
@media (max-width: 1024px) {
    .franchise{
        padding-top: 100px;
    }
    .banner-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .banner-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-content{
        top: 26%;
        left: 35%;
    }
    .banner-brand{
        font-size: 16px;
    }
    .section{
        max-width: 960px;
    }
    .section-image{
        margin-right: 0px;
        flex: 3;
        text-align: center;
    }
    .section-image img{
        max-width: 80%;
    }
    .section-content{
        flex: 4.5;
    }
    .section-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section-text{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .market-box{
        max-width: 960px;
    }
    .market-title{
        font-size: 20px;
    }
    .market-text{
        font-size: 14px;
    }
    .market-content{
        padding-right: 0px;
    }
    .leader-section{
        max-width: 960px;
    }
    .leader-content{
        padding-left: 40px;
    }
    .leader-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .leader-text{
        font-size: 14px;
    }
    
    .pillar-section{
        padding: 40px 0px 0px;
    }
    .pillar-box{
        max-width: 960px;
    }
    .pillar-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pillar-item{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .pillar-content{
        margin-bottom: -60px;
    }
    .why-box{
        max-width: 960px;
    }
    .why-title{
        font-size: 20px;
    }
    .why-table th, .why-table td{
        padding: 10px;
    }
    .futu-section{
        padding: 40px 0px 0px;
    }
    .futu-content{
        max-width: 960px;
    }
    .futu-title-text{
        font-size: 20px;
        line-height: 30px;
    }
    .futu-title{
        margin-bottom: -10px;
    }
    .futu-img img{
        max-width: 500px;
    }
    .chip-box{
        max-width: 960px;
    }
    .chip-section{
        padding: 40px 0px;
    }
    .chip-image{
        flex: 3;
    }
    .chip-image img{
        width: 90%;
    }
    .chip-title{
        font-size: 20px;
    }
    .weeks-content{
        top: 50%;
        left: 38%;
        transform: translate(-49%, -50%);  
    }
    .weeks-title{
        font-size: 20px;    
        margin-bottom: 10px;
    }
    .weeks-text{
        font-size: 14px;
    }
    .positioning-title{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px;
    }
    .positioning-text{
        font-size: 14px;
        line-height: 24px;
    }
    .positioning-content{
        left: 10%;
        transform: translate(7%, -50%);
    }
    .roadmap-box{
        max-width: 960px;
    }
    .roadmap-image img{
        width: 500px;
    }
    .roadmap-title{
        font-size: 20px;
    }
    .roadmap-table th, .roadmap-table td{
        padding: 10px;
    }
    .details-section{
        padding: 40px 0px;
    }
    .details-box{
        max-width: 960px;
    }
    .details-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .details-text{
        font-size: 14px;
        line-height: 24px;
    }
    .roadmap-details-section{
        padding: 40px 20px;
    }
    .roadmap-details-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .roadmap-cards{
        max-width: 960px;
    }
    .roadmap-card{
        padding: 18px 35px;
    }
    .support-section{
        padding: 40px 0px;
    }
    .support-title{
        font-size: 22px;
    }
    .support-content{
        max-width: 960px;
        margin: 20px auto 0px;
    }
    .support-info{
        margin-left: 60px;
    }
    .support-subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .support-list{
        margin-bottom: 10px;
    }
    .support-list li{
        font-size: 14px;
    }
    .support-services{
        font-size: 14px;
    }
    .future-section{
        padding: 40px 0px;
    }
    .future-box{
        max-width: 960px;
    }
    .future-title{
        font-size: 22px;
    }
    .future-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .future-text{
        font-size: 14px;
    }
    .cta-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .cta-text{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cta-contact{
       margin-bottom: 20px;
       font-size: 16px;
    }
    .cta-brand{
        font-size: 34px;
    }
}

/* 480px-768px 样式 */
@media (max-width: 768px) {
    .pc_banner{
        display: none;
    }
    .wap_banner{
        display: block;
    }
    .franchise{
        padding-top: 66px;
    }
    .banner-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .banner-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-content{
        top: 24%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    .banner-brand{
        font-size: 16px;
    }
    .section{
        max-width: 720px;
        display: block;
    }
    .section-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .section-image img{
        max-width: 80%;
    }
    .section-content{
        flex: 4.5;
    }
    .section-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .section-text{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .market-box{
        max-width: 720px;
        flex-direction: column-reverse;
    }
    .market-image img{
        max-width: 80%;
        margin-bottom: 20px;
    }
    .market-title{
        font-size: 20px;
    }
    .market-text{
        font-size: 14px;
    }
    .market-content{
        padding-right: 0px;
    }
    .leader-section{
        max-width: 720px;
        flex-direction: column;
        padding: 40px 0px;
    }
    .leader-content{
        padding-left: 0px;
    }
    .leader-image{
        margin-bottom: 20px;
    }
    .leader-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .leader-text{
        font-size: 14px;
    }
    
    .pillar-section{
        padding: 40px 0px 0px;
    }
    .pillar-box{
        max-width: 720px;
    }
    .pillar-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pillar-image{
        display: block;
        text-align: center;
    }
    .pillar-item{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .pillar-content{
        margin-bottom: 0px;
    }
    .why-section{
        padding: 40px 0px 0px;
    }
    .why-box{
        max-width: 720px;
        display: flex;
        flex-direction: column-reverse;
    }
    .why-image{
        text-align: center;
    }
    .why-content{
        position: unset;
        transform: none;
        margin-bottom: 20px;
    }
    .why-title{
        font-size: 20px;
    }
    .why-table th, .why-table td{
        padding: 10px;
    }
    .futu-section{
        padding: 40px 0px 0px;
    }
    .futu-content{
        max-width: 720px;
    }
    .futu-title-text{
        font-size: 20px;
        line-height: 30px;
    }
    .futu-title{
        margin-bottom: 20px;
    }
    .futu-img{
        display: block;
        text-align: center;
    }
    .futu-img img{
        max-width: 500px;
    }
    .chip-box{
        max-width: 720px;
        flex-direction: column-reverse;
    }
    .chip-section{
        padding: 40px 0px;
    }
    .chip-image{
        flex: 3;
        text-align: center;
        margin-top: 20px;
    }
    .chip-image img{
        width: 75%;
    }
    .chip-title{
        font-size: 20px;
    }
    .weeks-content{
        top: 35%;
        left: 35%;
        transform: translate(-48%, -50%);  
    }
    .weeks-title{
        font-size: 20px;    
        margin-bottom: 10px;
    }
    .weeks-text{
        font-size: 14px;
    }
    .weeks_pc{
        display: none;
    }
    .weeks_wap{
        display: block;
    }
    .weeks-image{
        display: flex;
        justify-content: flex-end;

    }
    .weeks-image img{
        width: 300px;
    }
    .positioning-section{
        
    }
    .positioning-title{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px;
    }
    .positioning-text{
        font-size: 14px;
        line-height: 24px;
    }
    .positioning-content{
        position: unset;
        left: 0;
        transform: none;
        padding-top: 40px;
    }
    .positioning_pc{
        display: none;
    }
    .positioning_wap{
        display: block;
    }
    .roadmap-section{
        padding: 40px 0px;
    }
    .roadmap-box{
        max-width: 720px;
        flex-direction: column-reverse;
        align-items: unset;
    }
    .roadmap-image{
        text-align: center;
        margin-top: 20px;
    }
    .roadmap-image img{
        width: 500px;
    }
    .roadmap-content{
        position: unset;
        transform: none;
    }
    .roadmap-title{
        font-size: 20px;
    }
    .roadmap-table th, .roadmap-table td{
        padding: 10px;
    }
    .details-section{
        padding: 40px 0px;
    }
    .details-box{
        max-width: 720px;
    }
    .details-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .details-text{
        font-size: 14px;
        line-height: 24px;
    }
    .roadmap-details-section{
        padding: 40px 20px;
    }
    .roadmap-details-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .roadmap-cards{
        max-width: 720px;
    }
    .roadmap-card{
        padding: 18px 35px;
    }
    .support-section{
        padding: 40px 0px;
    }
    .support-title{
        font-size: 22px;
    }
    .support-content{
        max-width: 720px;
        margin: 20px auto 0px;
        flex-direction: column-reverse;
    }
    .support-info{
        margin-left: 60px;
    }
    .support-subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .support-list{
        margin-bottom: 10px;
    }
    .support-list li{
        font-size: 14px;
    }
    .support-services{
        font-size: 14px;
    }
    .future-section{
        padding: 40px 0px;
    }
    .future-box{
        max-width: 720px;
    }
    .future-title{
        font-size: 22px;
    }
    .future-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .future-text{
        font-size: 14px;
    }
    .cta-title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .cta-text{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cta-contact{
       margin-bottom: 20px;
       font-size: 16px;
    }
    .cta-brand{
        font-size: 34px;
    }
    .cta-section{
        padding: 40px 0px;
        margin-bottom: 80px;
    }
}

/* 425px-480px 样式 */
@media (max-width: 480px) {
    .pc_banner{
        display: none;
    }
    .wap_banner{
        display: block;
    }
    .franchise{
        padding-top: 66px;
    }
    .banner-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .banner-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-content{
        top: 18%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    .banner-brand{
        font-size: 16px;
    }
    .section{
        max-width: 92%;
        display: block;
        padding: 20px 0px;
    }
    .section-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .section-image img{
        max-width: 80%;
    }
    .section-content{
        flex: 4.5;
    }
    .section-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-text{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .market-section{
        padding: 30px 0px;
    }
    .market-box{
        max-width: 92%;
        flex-direction: column-reverse;
    }
    .market-image img{
        max-width: 80%;
        margin-bottom: 20px;
    }
    .market-title{
        font-size: 18px;
    }
    .market-text{
        font-size: 14px;
    }
    .market-content{
        padding-right: 0px;
    }
    .leader-section{
        max-width: 92%;
        flex-direction: column;
        padding: 30px 0px;
    }
    .leader-content{
        padding-left: 0px;
    }
    .leader-image{
        margin-bottom: 20px;
    }
    .leader-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .leader-text{
        font-size: 14px;
    }
    .leader-image img{
        max-width: 250px;
    }
    
    .pillar-section{
        padding: 30px 0px 0px;
    }
    .pillar-box{
        max-width: 92%;
    }
    .pillar-title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pillar-image{
        display: block;
        text-align: center;
    }
    .pillar-image img{
        width: 80%;
    }
    .pillar-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pillar-content{
        margin-bottom: 0px;
    }
    .why-section{
        padding: 40px 0px 0px;
    }
    .why-box{
        max-width: 92%;
        display: flex;
        flex-direction: column-reverse;
    }
    .why-image{
        text-align: center;
    }
    .why-content{
        position: unset;
        transform: none;
        margin-bottom: 20px;
    }
    .why-title{
        font-size: 18px;
    }
    .why-table th, .why-table td{
        padding: 10px;
    }
    .futu-section{
        padding: 40px 0px 0px;
    }
    .futu-content{
        max-width: 92%;
    }
    .futu-title-text{
        font-size: 18px;
        line-height: 30px;
    }
    .futu-title{
        margin-bottom: 20px;
    }
    .futu-img{
        display: block;
        text-align: center;
    }
    .futu-img img{
        max-width: 80%;
    }
    .chip-box{
        max-width: 92%;
        flex-direction: column-reverse;
    }
    .chip-section{
        padding: 30px 0px;
    }
    .chip-image{
        flex: 3;
        text-align: center;
        margin-top: 20px;
    }
    .chip-image img{
        width: 75%;
    }
    .chip-title{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .weeks-content{
        top: 45%;
        left: 35%;
        transform: translate(-48%, -50%);  
    }
    .weeks-title{
        font-size: 16px;    
        margin-bottom: 5px;
        line-height: 20px;
    }
    .weeks-text{
        font-size: 14px;
    }
    .weeks_pc{
        display: none;
    }
    .weeks_wap{
        display: block;
    }
    .weeks-image{
        display: flex;
        justify-content: flex-end;

    }
    .weeks-image img{
        width: 250px;
    }
    .positioning-section{
        padding: 0px 10px;
    }
    .positioning-title{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px;
    }
    .positioning-text{
        font-size: 14px;
        line-height: 24px;
    }
    .positioning-content{
        position: unset;
        left: 0;
        transform: none;
        padding-top: 40px;
    }
    .positioning_pc{
        display: none;
    }
    .positioning_wap{
        display: block;
    }
    .roadmap-section{
        padding: 40px 0px;
    }
    .roadmap-box{
        max-width: 92%;
        flex-direction: column-reverse;
        align-items: unset;
    }
    .roadmap-image{
        text-align: center;
        margin-top: 20px;
    }
    .roadmap-image img{
        width: 80%;
    }
    .roadmap-content{
        position: unset;
        transform: none;
    }
    .roadmap-title{
        font-size: 20px;
    }
    .roadmap-table th, .roadmap-table td{
        padding: 10px;
    }
    .details-section{
        padding: 30px 0px;
    }
    .details-box{
        max-width: 92%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .details-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .details-text{
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }
    .roadmap-details-section{
        padding: 40px 10px;
    }
    .roadmap-details-title{
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .roadmap-cards{
        max-width: 92%;
    }
    .roadmap-card{
        background: linear-gradient(90deg, #B42126 0%, #B42126 50%, #B42126 100%) ;
        padding: 18px 35px;
    }
    .support-section{
        padding: 40px 0px;
    }
    .support-image{
        text-align: center;
    }
    .support-image img{
        max-width: 80%;
    }
    .support-title{
        font-size: 18px;
    }
    .support-content{
        max-width: 92%;
        margin: 20px auto 0px;
        flex-direction: column-reverse;
    }
    .support-info{
        margin-left: 10px;
    }
    .support-subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .support-list{
        margin-bottom: 10px;
    }
    .support-list li{
        font-size: 14px;
    }
    .support-services{
        font-size: 14px;
    }
    .future-section{
        padding: 30px 0px;
    }
    .future-box{
        max-width: 92%;
        flex-direction: column;
    }
    .future-image{
        text-align: center;
        margin-top: 20px;
    }
    .future-image img{
        max-width: 80%;
    }
    .future-title{
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .future-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .future-text{
        font-size: 14px;
    }
    .cta-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .cta-text{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cta-contact{
       margin-bottom: 10px;
       font-size: 16px;
    }
    .cta-brand{
        font-size: 30px;
    }
    .cta-section{
        padding: 40px 10px;
        margin-bottom: 80px;
    }
}

/* 320px-424px 样式 */
@media (max-width: 425px) {
     .pc_banner{
        display: none;
    }
    .wap_banner{
        display: block;
    }
    .franchise{
        padding-top: 93px;
    }
    .banner-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .banner-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-content{
        top: 20%;
        left: 25%;
        transform: translate(-25%, -50%);
    }
    .banner-brand{
        font-size: 16px;
    }
    .section{
        max-width: 92%;
        display: block;
        padding: 20px 0px;
    }
    .section-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .section-image img{
        max-width: 80%;
    }
    .section-content{
        flex: 4.5;
    }
    .section-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-text{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .market-section{
        padding: 30px 0px;
    }
    .market-box{
        max-width: 92%;
        flex-direction: column-reverse;
    }
    .market-image img{
        max-width: 80%;
        margin-bottom: 20px;
    }
    .market-title{
        font-size: 18px;
    }
    .market-text{
        font-size: 14px;
    }
    .market-content{
        padding-right: 0px;
    }
    .leader-section{
        max-width: 92%;
        flex-direction: column;
        padding: 30px 0px;
    }
    .leader-content{
        padding-left: 0px;
    }
    .leader-image{
        margin-bottom: 20px;
    }
    .leader-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .leader-text{
        font-size: 14px;
    }
    .leader-image img{
        max-width: 250px;
    }
    
    .pillar-section{
        padding: 30px 0px 0px;
    }
    .pillar-box{
        max-width: 92%;
    }
    .pillar-title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pillar-image{
        display: block;
        text-align: center;
    }
    .pillar-image img{
        width: 80%;
    }
    .pillar-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pillar-content{
        margin-bottom: 0px;
    }
    .why-section{
        padding: 40px 0px 0px;
    }
    .why-box{
        max-width: 92%;
        display: flex;
        flex-direction: column-reverse;
    }
    .why-image{
        text-align: center;
    }
    .why-content{
        position: unset;
        transform: none;
        margin-bottom: 20px;
    }
    .why-title{
        font-size: 18px;
    }
    .why-table th, .why-table td{
        padding: 10px;
    }
    .futu-section{
        padding: 40px 0px 0px;
    }
    .futu-content{
        max-width: 92%;
    }
    .futu-title-text{
        font-size: 18px;
        line-height: 30px;
    }
    .futu-title{
        margin-bottom: 20px;
    }
    .futu-img{
        display: block;
        text-align: center;
    }
    .futu-img img{
        max-width: 80%;
    }
    .chip-box{
        max-width: 92%;
        flex-direction: column-reverse;
    }
    .chip-section{
        padding: 30px 0px;
    }
    .chip-image{
        flex: 3;
        text-align: center;
        margin-top: 20px;
    }
    .chip-image img{
        width: 75%;
    }
    .chip-title{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .weeks-content{
        top: 50%;
        left: 35%;
        transform: translate(-48%, -50%);  
    }
    .weeks-title{
        font-size: 16px;    
        margin-bottom: 5px;
        line-height: 20px;
    }
    .weeks-text{
        font-size: 14px;
        line-height: 24px;
    }
    .weeks_pc{
        display: none;
    }
    .weeks_wap{
        display: block;
    }
    .weeks-image{
        display: flex;
        justify-content: flex-end;

    }
    .weeks-image img{
        width: 200px;
    }
    .positioning-section{
        padding: 0px 10px;
    }
    .positioning-title{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px;
    }
    .positioning-text{
        font-size: 14px;
        line-height: 24px;
    }
    .positioning-content{
        position: unset;
        left: 0;
        transform: none;
        padding-top: 40px;
    }
    .positioning_pc{
        display: none;
    }
    .positioning_wap{
        display: block;
    }
    .roadmap-section{
        padding: 40px 0px;
    }
    .roadmap-box{
        max-width: 92%;
        flex-direction: column-reverse;
        align-items: unset;
    }
    .roadmap-image{
        text-align: center;
        margin-top: 20px;
    }
    .roadmap-image img{
        width: 80%;
    }
    .roadmap-content{
        position: unset;
        transform: none;
    }
    .roadmap-title{
        font-size: 20px;
    }
    .roadmap-table th, .roadmap-table td{
        padding: 10px;
    }
    .details-section{
        padding: 30px 0px;
    }
    .details-box{
        max-width: 92%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .details-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .details-text{
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }
    .roadmap-details-section{
        padding: 40px 10px;
    }
    .roadmap-details-title{
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .roadmap-cards{
        max-width: 92%;
    }
    .roadmap-card{
        background: linear-gradient(90deg, #B42126 0%, #B42126 50%, #B42126 100%) ;
        padding: 18px 35px;
    }
    .support-section{
        padding: 40px 0px;
    }
    .support-image{
        text-align: center;
    }
    .support-image img{
        max-width: 80%;
    }
    .support-title{
        font-size: 18px;
    }
    .support-content{
        max-width: 92%;
        margin: 20px auto 0px;
        flex-direction: column-reverse;
    }
    .support-info{
        margin-left: 10px;
    }
    .support-subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .support-list{
        margin-bottom: 10px;
    }
    .support-list li{
        font-size: 14px;
    }
    .support-services{
        font-size: 14px;
    }
    .future-section{
        padding: 30px 0px;
    }
    .future-box{
        max-width: 92%;
        flex-direction: column;
    }
    .future-image{
        text-align: center;
        margin-top: 20px;
    }
    .future-image img{
        max-width: 80%;
    }
    .future-title{
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .future-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .future-text{
        font-size: 14px;
    }
    .cta-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .cta-text{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cta-contact{
       margin-bottom: 10px;
       font-size: 16px;
    }
    .cta-brand{
        font-size: 30px;
    }
    .cta-section{
        padding: 40px 10px;
        margin-bottom: 80px;
    }
}

/* 375px 样式 */
@media (max-width: 375px) {
     .pc_banner{
        display: none;
    }
    .wap_banner{
        display: block;
    }
    .franchise{
        padding-top: 93px;
    }
    .banner-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .banner-subtitle{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-content{
        top: 20%;
        left: 25%;
        transform: translate(-25%, -50%);
    }
    .banner-brand{
        font-size: 16px;
    }
    .section{
        max-width: 92%;
        display: block;
        padding: 20px 0px;
    }
    .section-image{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .section-image img{
        max-width: 80%;
    }
    .section-content{
        flex: 4.5;
    }
    .section-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-text{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .market-section{
        padding: 30px 0px;
    }
    .market-box{
        max-width: 92%;
        flex-direction: column-reverse;
    }
    .market-image img{
        max-width: 80%;
        margin-bottom: 20px;
    }
    .market-title{
        font-size: 18px;
    }
    .market-text{
        font-size: 14px;
    }
    .market-content{
        padding-right: 0px;
    }
    .leader-section{
        max-width: 92%;
        flex-direction: column;
        padding: 30px 0px;
    }
    .leader-content{
        padding-left: 0px;
    }
    .leader-image{
        margin-bottom: 20px;
    }
    .leader-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .leader-text{
        font-size: 14px;
    }
    .leader-image img{
        max-width: 250px;
    }
    
    .pillar-section{
        padding: 30px 0px 0px;
    }
    .pillar-box{
        max-width: 92%;
    }
    .pillar-title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pillar-image{
        display: block;
        text-align: center;
    }
    .pillar-image img{
        width: 80%;
    }
    .pillar-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pillar-content{
        margin-bottom: 0px;
    }
    .why-section{
        padding: 40px 0px 0px;
    }
    .why-box{
        max-width: 92%;
        display: flex;
        flex-direction: column-reverse;
    }
    .why-image{
        text-align: center;
    }
    .why-content{
        position: unset;
        transform: none;
        margin-bottom: 20px;
    }
    .why-title{
        font-size: 18px;
    }
    .why-table th, .why-table td{
        padding: 10px;
    }
    .futu-section{
        padding: 40px 0px 0px;
    }
    .futu-content{
        max-width: 92%;
    }
    .futu-title-text{
        font-size: 18px;
        line-height: 30px;
    }
    .futu-title{
        margin-bottom: 20px;
    }
    .futu-img{
        display: block;
        text-align: center;
    }
    .futu-img img{
        max-width: 80%;
    }
    .chip-box{
        max-width: 92%;
        flex-direction: column-reverse;
    }
    .chip-section{
        padding: 30px 0px;
    }
    .chip-image{
        flex: 3;
        text-align: center;
        margin-top: 20px;
    }
    .chip-image img{
        width: 75%;
    }
    .chip-title{
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .weeks-content{
        top: 50%;
        left: 35%;
        transform: translate(-48%, -50%);  
    }
    .weeks-title{
        font-size: 16px;    
        margin-bottom: 5px;
        line-height: 20px;
    }
    .weeks-text{
        font-size: 14px;
        line-height: 24px;
    }
    .weeks_pc{
        display: none;
    }
    .weeks_wap{
        display: block;
    }
    .weeks-image{
        display: flex;
        justify-content: flex-end;

    }
    .weeks-image img{
        width: 200px;
    }
    .positioning-section{
        padding: 0px 10px;
    }
    .positioning-title{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .positioning-subtitle{
        margin-bottom: 0px;
        margin-top: 0px;
        font-size: 14px;
    }
    .positioning-text{
        font-size: 14px;
        line-height: 24px;
    }
    .positioning-content{
        position: unset;
        left: 0;
        transform: none;
        padding-top: 40px;
    }
    .positioning_pc{
        display: none;
    }
    .positioning_wap{
        display: block;
    }
    .roadmap-section{
        padding: 40px 0px;
    }
    .roadmap-box{
        max-width: 92%;
        flex-direction: column-reverse;
        align-items: unset;
    }
    .roadmap-image{
        text-align: center;
        margin-top: 20px;
    }
    .roadmap-image img{
        width: 80%;
    }
    .roadmap-content{
        position: unset;
        transform: none;
    }
    .roadmap-title{
        font-size: 20px;
    }
    .roadmap-table th, .roadmap-table td{
        padding: 10px;
    }
    .details-section{
        padding: 30px 0px;
    }
    .details-box{
        max-width: 92%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .details-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .details-text{
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }
    .roadmap-details-section{
        padding: 40px 10px;
    }
    .roadmap-details-title{
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .roadmap-cards{
        max-width: 92%;
    }
    .roadmap-card{
        background: linear-gradient(90deg, #B42126 0%, #B42126 50%, #B42126 100%) ;
        padding: 18px 35px;
    }
    .support-section{
        padding: 40px 0px;
    }
    .support-image{
        text-align: center;
    }
    .support-image img{
        max-width: 80%;
    }
    .support-title{
        font-size: 18px;
    }
    .support-content{
        max-width: 92%;
        margin: 20px auto 0px;
        flex-direction: column-reverse;
    }
    .support-info{
        margin-left: 10px;
    }
    .support-subtitle{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .support-list{
        margin-bottom: 10px;
    }
    .support-list li{
        font-size: 14px;
    }
    .support-services{
        font-size: 14px;
    }
    .future-section{
        padding: 30px 0px;
    }
    .future-box{
        max-width: 92%;
        flex-direction: column;
    }
    .future-image{
        text-align: center;
        margin-top: 20px;
    }
    .future-image img{
        max-width: 80%;
    }
    .future-title{
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .future-item{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .future-text{
        font-size: 14px;
    }
    .cta-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .cta-text{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .cta-contact{
       margin-bottom: 10px;
       font-size: 16px;
    }
    .cta-brand{
        font-size: 30px;
    }
    .cta-section{
        padding: 40px 10px;
        margin-bottom: 80px;
    }
}