/* PC CSS */
.supercharged h1,
.supercharged h2,
.supercharged h3,
.supercharged p {
    margin: 0;
}

.supercharged {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0);
    padding-top: 72px;
}

.supercharged .mob-show,
.supercharged .mob-show-flex {
    display: none !important;
}

.supercharged .pc-show {
    display: block !important;
}

.supercharged .pc-show-flex {
    display: flex !important;
}

/* KV */
.supercharged .kv {
    width: 100%;
    height: calc(100vh - 72px);
    position: relative;
    display: flex;
    justify-content: center;
}

.supercharged .kv .kv-title {
    text-align: center;
    position: absolute;
    top: 3.333333vw;
    z-index: 2;
}

.supercharged .kv .kv-title h1 {
    font-size: 2.083333vw;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.supercharged .kv .kv-title p {
    margin-top: .625vw;
    color: rgba(255, 255, 255, 0.6);
    font-size: .833333vw;
    line-height: 1.5;
}

.supercharged .kv .kv-bg {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.supercharged .kv .kv-bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supercharged .kv .swiper {
    position: absolute;
    bottom: 3.333333vw;
    width: 62.5vw;
}

.supercharged .kv .swiper .swiper-wrapper {
    display: flex;
    justify-content: space-around;
}

.supercharged .kv .swiper .swiper-slide {
    width: fit-content;
}

.supercharged .kv .swiper p {
    font-size: 1.041667vw;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

/* high-reliability */
.supercharged .high-reliability {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.supercharged .high-reliability .title {
    text-align: center;
    margin-top: 5vw;
}

.supercharged .high-reliability .title h2 {
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.supercharged .high-reliability .title p {
    width: 41.25vw;
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.supercharged .high-reliability .swiper {
    width: 62.5vw;
    height: 31.25vw;
    border-radius: .416667vw;
    margin-top: 2.5vw;
}

.supercharged .high-reliability .swiper img {
    width: 100%;
    height: 100%;
    display: block;
}

.supercharged .high-reliability .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 1.25vw;
    text-align: left;
    position: relative;
    margin-top: 2.239583vw;
    width: 62.5vw;
}

.supercharged .high-reliability .swiper-pagination .active {
    opacity: 1;
}

.supercharged .high-reliability .swiper-pagination .active::before {
    height: .208333vw;
    opacity: 1;
}

.supercharged .high-reliability .swiper-pagination>div {
    flex: 1;
    cursor: pointer;
    opacity: .6;
    position: relative;
    transition: all .6s;
}

.supercharged .high-reliability .swiper-pagination>div::before {
    content: '';
    width: 100%;
    height: .104167vw;
    opacity: .6;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.supercharged .high-reliability .swiper-pagination h3 {
    font-weight: 600;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    margin-top: 1.041667vw;
}

.supercharged .high-reliability .swiper-pagination p {
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    margin-top: .416667vw;
}


/* fast-charging */
.supercharged .fast-charging {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.supercharged .fast-charging .title {
    text-align: center;
    margin-top: 5vw;
}

.supercharged .fast-charging .title h2 {
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.supercharged .fast-charging .title p {
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6);
}

.supercharged .fast-charging .video-content {
    /* width: 62.5vw; */
    width: 100%;
    margin-top: 2.5vw;
    overflow: hidden;
    border-radius: .416667vw;
}

.supercharged .fast-charging .video-content video {
    width: 100%;
    display: block;
}



.supercharged .fastCharging_content {
    margin-top: 2.5vw;
    width: 100%;
    padding: 0 18.75vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.supercharged .fastCharging_content .fastCharging_content_item {
    width: 20.416667vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_text {
    margin-top: .416667vw;
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title {
    display: flex;
    align-items: flex-end;
    color: rgba(255, 255, 255, 1);
}

.supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title h3 {
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.2;
}

.supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title p {
    margin-left: .416667vw;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.5;
}

.supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title p sup {
    font-weight: 400;
    font-size: 10px;

}

.supercharged .fast-charging .title p sup {
    font-weight: 400;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title p sup {
        font-size: 8px;
    }

    .supercharged .fast-charging .title p sup {
        font-size: 8px;
    }
}

/* @media (max-aspect-ratio: 11 / 10) {
    .supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title p sup {
        
        font-size: 10px;
}
} */


/* high-quality */
.supercharged .high-quality {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.supercharged .high-quality .title {
    text-align: center;
    margin-top: 5vw;
}

.supercharged .high-quality .title h2 {
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.supercharged .high-quality .title p {
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6);
}

.supercharged .high-quality .swiper-content {
    width: 62.5vw;
    margin-top: 3.125vw;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: auto;
}

.supercharged .high-quality .swiper-content .swiper {
    width: 41.25vw !important;
    margin: 0;
}

.supercharged .high-quality .swiper-content .swiper-slide {
    background-color: black;
}

.supercharged .high-quality .swiper-content .swiper-slide video {
    width: 100%;
    display: block;
    border-radius: .416667vw;
}

.supercharged .high-quality .swiper-content .swiper-slide p {
    color: rgba(255, 255, 255, 1);
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-top: .833333vw;
}

.supercharged .high-quality .swiper-content .swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 1.666667vw;
    position: relative;
    padding-left: 1.25vw;
    height: fit-content;
    margin-top: 9.296875vw;
}

.supercharged .high-quality .swiper-content .swiper-nav .scroll-bar {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.supercharged .high-quality .swiper-content .swiper-nav .scroll-bar .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    width: .104167vw;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s;
}

.supercharged .high-quality .swiper-content .swiper-nav p {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all .3s;
}

.supercharged .high-quality .swiper-content .swiper-nav .active {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/* outstanding-returns */
.supercharged .outstanding-returns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.supercharged .outstanding-returns .title {
    text-align: center;
    margin-top: 5vw;
}

.supercharged .outstanding-returns .title h2 {
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.supercharged .outstanding-returns .title p {
    margin-top: .625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, .6);
}

.supercharged .outstanding-returns .swiper-content {
    width: 62.5vw;
    margin-top: 3.125vw;
    display: flex;
    justify-content: space-between;
    height: auto;
}

.supercharged .outstanding-returns .swiper-content .swiper {
    width: 41.25vw !important;
    margin: 0;
}

.supercharged .outstanding-returns .swiper-content .swiper-slide {
    background-color: black;
}

.supercharged .outstanding-returns .swiper-content .swiper-slide video {
    width: 100%;
    display: block;
    border-radius: .416667vw;
}

.supercharged .outstanding-returns .swiper-content .swiper-slide p {
    color: rgba(255, 255, 255, 1);
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-top: .833333vw;
}

.supercharged .outstanding-returns .swiper-content .swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 1.666667vw;
    position: relative;
    padding-left: 1.25vw;
    height: fit-content;
    margin-top: 7.526042vw;
    right: 7.1875vw;
}

.supercharged .outstanding-returns .swiper-content .swiper-nav .scroll-bar {
    position: absolute;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.supercharged .outstanding-returns .swiper-content .swiper-nav .scroll-bar .scroll-item {
    position: absolute;
    left: 0;
    top: 0;
    width: .104167vw;
    background-color: rgba(255, 255, 255, 1);
    transition: all .3s;
}

.supercharged .outstanding-returns .swiper-content .swiper-nav p {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all .3s;
}

.supercharged .outstanding-returns .swiper-content .swiper-nav .active {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/* product-parameters */
.supercharged .product-parameters {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vw;
}

.supercharged .product-parameters .title {
    text-align: center;
    margin-top: 5vw;
}

.supercharged .product-parameters .title h2 {
    font-weight: 200;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}

.supercharged .product-parameters .table-content {
    width: 62.5vw;
    margin-top: 5vw;
}

.supercharged .product-parameters .table-content table {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    border-collapse: collapse;
}

.supercharged .product-parameters .table-content table th {
    padding-bottom: .9375vw;
    padding-left: 3.125vw;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    font-weight: 600;
    font-size: 1.041667vw;
    line-height: 1.8;
}

.supercharged .product-parameters .table-content table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.supercharged .product-parameters .table-content table tr td {
    padding: .833333vw 0 .885417vw 3.125vw;
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
}

/* contect-us */
.supercharged .contect-us {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8.333333vw 0;
}

.supercharged .contect-us h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
}

.supercharged .contect-us p {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-top: .625vw;
}

.supercharged .contect-us a {
    display: block;
    padding: .494792vw 1.041667vw;
    border-radius: .208333vw;
    margin-top: 1.666667vw;
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}






/* Mob CSS */
@media (max-aspect-ratio: 11 / 10) {
    .supercharged {
        padding-top: 56px;
    }

    .supercharged .mob-show {
        display: block !important;
    }

    .supercharged .mob-show-flex {
        display: flex !important;
    }

    .supercharged .pc-show,
    .supercharged .pc-show-flex {
        display: none !important;
    }

    /* KV */
    .supercharged .kv {
        height: calc(100vh - 56px);
    }

    .supercharged .kv .kv-title {
        top: 11.111111vw;
    }

    .supercharged .kv .kv-title h1 {
        font-size: 6.666667vw;
        line-height: 1.5;
        font-weight: 600;
    }

    .supercharged .kv .kv-title p {
        margin-top: 2.222222vw;
        font-size: 3.333333vw;
        color: rgba(255, 255, 255, 1);
    }

    .supercharged .kv .swiper {
        position: absolute;
        bottom: 20vw;
        width: 100%;
    }


    .supercharged .kv .swiper .swiper-wrapper {
        display: flex;
        justify-content: space-around;
    }

    .supercharged .kv .swiper .swiper-slide {
        width: 100%;
    }

    .supercharged .kv .swiper p {
        font-size: 5.555556vw;
    }

    .supercharged .kv .swiper-pagination {
        bottom: 15vw;
        justify-content: center;
    }

    .supercharged .kv .swiper-pagination span {
        width: 4.444444vw;
        height: 2px;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.4);
    }

    .supercharged .kv .swiper-pagination span:not(:last-child) {
        margin: 0 1.111111vw 0 0;
    }

    .supercharged .kv .swiper-pagination span:last-child {
        margin: 0;
    }

    .supercharged .kv .swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 1);
    }


    /* high-reliability */
    .supercharged .high-reliability {
        padding-bottom: 13.333333vw;
        overflow: hidden;
        align-items: start;
    }

    .supercharged .high-reliability .title {
        margin-top: 13.333333vw;
        text-align: left;
        margin-left: 6.666667vw;
    }

    .supercharged .high-reliability .title h2 {
        font-weight: 400;
        font-size: 6.666667vw;
    }

    .supercharged .high-reliability .title p {
        width: auto;
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
        margin-right: 6.666667vw;
    }

    .supercharged .high-reliability .swiper {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin-top: 6.666667vw;
    }

    .supercharged .high-reliability .swiper-pagination {
        justify-content: left;
        gap: 2.222222vw;
        text-align: left;
        margin-top: 6.666667vw;
        width: 100%;
        transition: all .3s;
        overflow-x: scroll;
    }

    .supercharged .high-reliability .swiper-pagination::-webkit-scrollbar {
        display: none;
    }

    .supercharged .high-reliability .swiper-pagination .active {
        opacity: 1;
    }

    .supercharged .high-reliability .swiper-pagination .active::before {
        height: 1.111111vw;
    }

    .supercharged .high-reliability .swiper-pagination>div {
        flex: 0 0 64.444444vw;
    }

    .supercharged .high-reliability .swiper-pagination>div:first-of-type {
        margin-left: 7.777778vw;
    }

    .supercharged .high-reliability .swiper-pagination>div:last-of-type {
        margin-right: 7.777778vw;
    }

    .supercharged .high-reliability .swiper-pagination>div::before {
        height: .555556vw;
    }

    .supercharged .high-reliability .swiper-pagination h3 {
        font-size: 3.888889vw;
        margin-top: 7.777778vw;
    }

    .supercharged .high-reliability .swiper-pagination p {
        font-size: 3.333333vw;
        margin-top: 2.222222vw;
    }


    /* fast-charging */
    .supercharged .fast-charging {
        align-items: start;
        padding-bottom: 13.333333vw;
    }

    .supercharged .fast-charging .title {
        text-align: left;
        margin-top: 13.333333vw;
        padding: 0 6.666667vw;
    }

    .supercharged .fast-charging .title h2 {
        font-size: 6.666667vw;
    }

    .supercharged .fast-charging .title p {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }

    .supercharged .fast-charging .video-content {
        /* width: 86.666667vw;
        border-radius: 2.222222vw;
        margin: 6.666667vw 6.666667vw 0 6.666667vw; */
        width: 100%;
        margin-top: 6.666667vw;
    }

    .supercharged .fast-charging .video-content video {
        width: 100%;
        display: block;
    }


    .supercharged .fastCharging_content {
        margin-top: 6.666667vw;
        padding: 0;
        flex-direction: column;
        align-items: start;
    }

    .supercharged .fastCharging_content .fastCharging_content_item {
        width: 100%;
        padding: 0 6.666667vw;
        box-sizing: border-box;
        align-items: start;
        margin-bottom: 3.333333vw;
    }

    .supercharged .fastCharging_content .fastCharging_content_item:last-child {
        margin-bottom: 0;
    }

    .supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_text {
        margin-top: 1.111111vw;
        font-size: 3.333333vw;
    }

    .supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title h3 {
        font-size: 6.666667vw;
    }

    .supercharged .fastCharging_content .fastCharging_content_item .fastCharging_content_item_title p {
        margin-left: 1.111111vw;
        font-size: 3.333333vw;
    }



    /* high-quality */
    .supercharged .high-quality {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0 6.666667vw 13.333333vw 6.666667vw;
        box-sizing: border-box;
    }

    .supercharged .high-quality .title {
        text-align: left;
        margin-top: 13.333333vw;
    }

    .supercharged .high-quality .title h2 {
        font-size: 6.666667vw;
    }

    .supercharged .high-quality .title p {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }

    .supercharged .high-quality .swiper-content {
        width: 100%;
        margin-top: 6.666667vw;
        justify-content: start;
        flex-direction: column;
    }

    .supercharged .high-quality .swiper-content .swiper {
        width: 100% !important;
    }

    .supercharged .high-quality .swiper-content .swiper-slide {
        background-color: black;
    }

    .supercharged .high-quality .swiper-content .swiper-slide video {
        border-radius: 2.222222vw;
    }

    .supercharged .high-quality .swiper-content .swiper-slide h3 {
        margin-top: 6.666667vw;
        font-weight: 600;
        font-size: 4.444444vw;
        line-height: 1.5;
        color: rgba(255, 255, 255, 1);
    }

    .supercharged .high-quality .swiper-content .swiper-slide p {
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .supercharged .high-quality .swiper-content .swiper-navbar {
        display: flex;
        position: relative;
        margin-top: 6.666667vw;
        justify-content: space-between;
        align-items: center;
    }

    .supercharged .high-quality .swiper-content .swiper-navbar .swiper-pagination {
        position: relative;
        width: fit-content;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .supercharged .high-quality .swiper-content .swiper-navbar .swiper-pagination span {
        position: relative;
        width: 16.666667vw;
        height: .555556vw;
        margin: 0;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 1);
        transition: all .3s;
    }

    .supercharged .high-quality .swiper-content .swiper-navbar .btn-content {
        display: flex;
        gap: 2.222222vw;
    }

    .supercharged .high-quality .swiper-content .swiper-navbar .btn-content .disabled {
        opacity: .6;
    }

    .supercharged .high-quality .swiper-content .swiper-navbar .btn-content img {
        width: 11.111111vw;
        height: 11.111111vw;
    }


    /* outstanding-returns */
    .supercharged .outstanding-returns {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 0 6.666667vw 13.333333vw 6.666667vw;
        box-sizing: border-box;
    }

    .supercharged .outstanding-returns .title {
        text-align: left;
        margin-top: 13.333333vw;
    }

    .supercharged .outstanding-returns .title h2 {
        font-size: 6.666667vw;
    }

    .supercharged .outstanding-returns .title p {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }

    .supercharged .outstanding-returns .swiper-content {
        width: 100%;
        margin-top: 6.666667vw;
        justify-content: start;
        flex-direction: column;
    }

    .supercharged .outstanding-returns .swiper-content .swiper {
        width: 100% !important;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-slide {
        background-color: black;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-slide video {
        border-radius: 2.222222vw;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-slide h3 {
        margin-top: 6.666667vw;
        font-weight: 600;
        font-size: 4.444444vw;
        line-height: 1.5;
        color: rgba(255, 255, 255, 1);
    }

    .supercharged .outstanding-returns .swiper-content .swiper-slide p {
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-navbar {
        display: flex;
        position: relative;
        margin-top: 6.666667vw;
        justify-content: space-between;
        align-items: center;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-navbar .swiper-pagination {
        position: relative;
        width: fit-content;
        bottom: 0;
        display: flex;
        align-items: center;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-navbar .swiper-pagination span {
        position: relative;
        width: 12.5vw;
        height: .555556vw;
        margin: 0;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 1);
        transition: all .3s;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-navbar .btn-content {
        display: flex;
        gap: 2.222222vw;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-navbar .btn-content .disabled {
        opacity: .6;
    }

    .supercharged .outstanding-returns .swiper-content .swiper-navbar .btn-content img {
        width: 11.111111vw;
        height: 11.111111vw;
        object-fit: fill;
    }

    /* product-parameters */
    .supercharged .product-parameters {
        padding-bottom: 13.333333vw;
    }

    .supercharged .product-parameters .title {
        margin-top: 13.333333vw;
    }

    .supercharged .product-parameters .title h2 {
        font-weight: 400;
        font-size: 6.666667vw;
    }

    .supercharged .product-parameters .table-content {
        width: 86.666667vw;
        margin-top: 13.333333vw;
    }

    .supercharged .product-parameters .table-content table th {
        padding-bottom: 2.222222vw;
        padding-left: 2.222222vw;
        font-size: 3.333333vw;
        line-height: 1.5;
        width: 25vw;
    }

    .supercharged .product-parameters .table-content table tr {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

    .supercharged .product-parameters .table-content table tr td {
        padding: 3.611111vw 0 3.333333vw 2.222222vw;
        font-weight: 400;
        font-size: 3.333333vw;
        word-break: break-word;
    }

    .supercharged .product-parameters .table-content table tr td .font-10 {
        font-size: 2.777778vw;
    }

    /* contect-us */
    .supercharged .contect-us {
        padding: 13.333333vw 6.666667vw;
        box-sizing: border-box;
    }

    .supercharged .contect-us h2 {
        font-size: 6.666667vw;
    }

    .supercharged .contect-us p {
        font-size: 3.888889vw;
        margin-top: 2.222222vw;
    }

    .supercharged .contect-us a {
        padding: 1.388889vw 5.555556vw;
        border-radius: 1.111111vw;
        margin-top: 6.666667vw;
        font-size: 3.333333vw;
    }
}






/* 新增备注 */
.supercharged_note {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    padding: 1.666667vw 18.75vw;
}

.supercharged_note p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
}

@media (max-aspect-ratio: 11 / 10) {
    .supercharged_note {
        padding: 13.333333vw 6.666667vw;
    }

    .supercharged_note p {
        font-size: 3.888889vw;
    }
}