.banner {
    height: 47.03125vw;
    position: relative
}

.banner > .show_pc, .banner > .show_mobile {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.mask_play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 5vw;
}
.mask_play img{
    border-radius: 20px;
}

.mask_play::before {
    content: '';
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.mask_play::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transition: transform .2s ease-in;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    background: url(../images/ic_play_b.png) center/cover no-repeat
}

.mask_play:hover::after {
    transform: translate(-50%, -50%) scale(1.2)
}


.banner .banner_text {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 54%;
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.banner .logo {
    width: 11.14583vw
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: 'arial' !important;
}
.banner h1 {
    font-family: "Manrope-ExtraBold";
    font-weight: normal;
    font-size: 5.72917vw;
    color: #004058;
    line-height: 0.9;
    margin-bottom: 2.60417vw
}

.section_three {
    width: 100vw;
    background: #1D1921;
    min-height: 45vw;
    position: relative;
}
.section_three .section3_item1 {
    width: 80vw;
    position: absolute;
    left: 50%;
    top: 10vw;
    transform: translateX(-50%);
}
.section_three .section3_item3 {
    width: 8vw;
    margin-top: 3vw;
    /*position: absolute;*/
    /*right: 21vw;*/
    /*bottom: 10vw;*/
}
.section_three .section_three_text {
    color: #fff;
    position: absolute;
    right: 22vw;
    bottom: 13vw;

}
.section_three .section_three_text p{
    font-size: 1.25vw !important;

}
.section_four {
    min-height: 40vw;
    background: #141018;
    position: relative;
    overflow: hidden;
}
.section_four .section4_bg{
    width: 80%;
    position: absolute;
    left: 10%;
}
.section_four .section_three_text {
    color: #fff;
    position: absolute;
    left: 20vw;
    bottom: 10vw;
}.section_four .section_three_text p{
   font-size: 1.25vw;
}
.section_four .section4_item1 {
    width: 80vw;
    position: absolute;
    right: 3vw;
    bottom: 0;
}
.section_five {
    min-height: 46vw;
    background: #17131B;
    position: relative;
}
.section_five .section_three_text p{
    font-size: 1.25vw;
}
.section_five .section5_bg {
    width: 80%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.section_five .section5_item1 {
    width: 43vw;
    position: absolute;
    left: 2vw;
    bottom: 0vw;
}
.section_five .section5_item2 {
    width: 40vw;
    position: absolute;
    left: 50%;
    top: 6vw;
    transform: translateX(-50%);
}.section_five .section_three_text {
     color: #fff;
     position: absolute;
     right: 15vw;
     bottom: 14vw;
}
.section_6 {
    min-height: 45vw;
    background: #000;
    position: relative;
}
.section_6 .section6_top{
    width: 100%;
    position: absolute;
    top: 0;
}
.section_6 .section6_item1 {
    width: 35vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 14vw;
}
.section_6 .section6_item2 {
    width: 40vw;
    margin: 0 auto;
}
.section_6 .section_three_text {
     color: #fff;
     position: absolute;
     width: 100vw;
     bottom: 5vw;
}
.banner h1 span {
    font-family: "Manrope-Regular";
    font-weight: normal
}

.banner .icon {
    width: 21.40625vw
}

.panel {
    height: 46.875vw;
    position: relative;
    overflow: hidden
}
.mesh {
    background: none;
    height: auto !important;
}

.panel > .show_pc, .panel > .show_mobile {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover*/
}

.section_one .text_box {
    color: #ffffff;
    position: absolute;
    right: 20vw;
    top: 16vw !important;
    width: fit-content;
}
.panel .text_box {
    color: #ffffff;
    position: absolute;
    right: 20vw;
    width: fit-content;
}

.panel .text_box h2 {
    font-weight: normal;
    font-family: Arial Black;
    font-size: 3.38542vw;
    line-height: 1
}

.panel .text_box p {
    font-weight: normal;
    font-size: 1.35417vw;
    margin-top: 1.04167vw
}

.video {
    text-align: center
}

.video .text_box {
    top: 26.5%
}

.video .text_box h4 {
    font-family: Arial;
    font-weight: normal;
    font-size: 1.97917vw;
    margin-bottom: 2.60417vw
}

.video .text_box p {
    font-family: Arial;
    font-weight: normal;
    font-size: 1.40625vw
}

.video .video_box {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%)
}

.video .video_box img {
    width: 3.95833vw
}

.video .video_box p {
    margin-top: .78125vw;
    color: #ffffff;
    font-family: "Manrope-Regular";
    font-weight: normal;
    font-size: 1.35417vw
}

.flavors {
    height: 100vh
}

.flavors .text_box {
    text-align: center;
    color: #000000;
    top: 17%
}

.flavors .text_box h2 {
    font-size: 3.125vw
}

.flavors .text_box h5 {
    font-size: 1.5625vw;
    font-family: "Manrope-SemiBold";
    font-weight: normal;
    margin: .52083vw 0 1.04167vw 0
}

.flavors .text_box p {
    color: #676767;
    font-family: "Manrope-Regular";
    font-weight: normal;
    font-size: 1.30208vw
}

.flavors .flavors_list {
    width: 77.44792vw;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%)
}

.flavors .pro_list {
    display: flex;
    justify-content: center;
}

.flavors .pro_list .swiper-wrapper {
    justify-content: center;
    height: 33.64583vw
}

.flavors .pro_list .pro_item {
    width: 5.5vw;
    text-align: center;
    position: absolute;
    opacity: 0
}

.flavors .pro_list .pro_item:nth-of-type(10) {
    opacity: 1
}

.flavors .pro_list .pro_item img {
    width: 4.09375vw;
    /*height: 19.84375vw*/
}

.flavors .pro_list .pro_item span {
    display: block;
    text-align: center;
    padding-top: .20833vw;
    font-family: "Manrope-Regular";
    font-weight: normal;
    font-size: 1.04167vw
}

.design {
    background: linear-gradient(to right, #000, #020202, #000);
    height: auto;
}

.design .text_box {
    top: 10%
}

.design .text_box img {
    width: 31.04167vw
}

.mesh {
    height: 100vh
}

.section_one_item1 {
    width: 23vw;
    position: absolute;
    left: 20vw;
}
.mesh .mesh_text {
    position: absolute;
    z-index: 3;
    top: 0;
    padding-top: 7%;
    text-align: center;
    height: 100%;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    color: #fff;
    line-height: 1.1
}

.mesh .mesh_text h2 {
    font-family: Arial Black;
    font-weight: normal;
    font-size: 3.125vw;
}

.section_title {
    font-family: Arial Black !important;
    font-size: 2vw !important;
}
.mesh .mesh_text p {
    font-family: "Manrope-Medium";
    font-weight: normal;
    font-size: 1.25vw;
    margin-top: 1.5625vw
}

.mesh .mesh_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 38.38542vw;
    height: 50.78125vw
}

.mesh .mesh_img img {
    position: absolute;
    width: 100%;
    height: 100%
}

.mesh .mesh_img .coil {
    opacity: 0
}

.battery {
    height: 49.375vw
}

.battery .text_box {
    top: 10%
}

.battery .text_box img {
    width: 21.71875vw;
    margin-top: 2.60417vw
}

.spec {
    height: 45.10417vw
}

.spec .text_box {
    top: 24%
}

.spec .text_box h2 {
    padding-left: 2.08333vw;
    margin-bottom: 2.60417vw
}

.spec .text_box li {
    text-align: center;
    width: 30%;
    margin-bottom: 1.30208vw
}

.spec .text_box li img {
    width: 3.64583vw
}

.spec .text_box li p {
    font-family: "Manrope-Bold";
    font-weight: normal;
    font-size: 1.04167vw;
    margin-top: 0
}

.spec ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 23.4375vw
}

.pack {
    background-color: #393939;
    height: 46.35417vw;
    text-align: center
}

.pack .text_box {
    top: 12%
}

.pack h2 {
    text-transform: uppercase
}

.pack .pack_img {
    position: relative;
    top: 34%;
    left: -3%
}

.pack .pack_img .show_pc {
    width: 56.71875vw
}

.poster {
    display: flex;
    overflow: hidden
}

.poster .poster_list {
    display: flex
}

.poster .poster_list.bottom {
    flex-direction: column
}

.poster .poster_list.top a {
    width: 44.01042vw
}

.poster .poster_list .poster_item {
    display: flex
}

.poster .poster_list a {
    display: inline-block;
    overflow: hidden
}

.poster .poster_list img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 500ms
}

.poster .poster_list img:hover {
    transform: scale(1.1)
}

.poster .poster_item.one a:nth-of-type(1) {
    width: 33.85417vw
}

.poster .poster_item.one a:nth-of-type(2) {
    width: 22.13542vw
}

.poster .poster_item.two a:nth-of-type(1) {
    width: 22.13542vw
}

.poster .poster_item.two a:nth-of-type(2) {
    width: 33.85417vw
}
.section_three .section3_1 {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .banner {
        height: 110.938vw
    }
    .section_three {
        width: 100vw;
        background: #000;
        min-height: 80vh;
        position: relative;
    }
    .section_three .section3_1_m {
        width: 100vw;
        position: absolute;
        left: 0;
        top: 80vw;
    }
    .mask_play1 {
        width: 80vw;
        margin: 30px  auto;
    }
    .design .text_box .mask_play1 img {
        width: 100%;
    }
    .section_three .section3_item1 {
        width: 90vw;
        position: absolute;
        left: 50%;
        top: 70vw;
        transform: translateX(-50%);
    }
    .section_three .section3_item3 {
        width: 24vw;
        margin: 0 auto;
        margin-top: 5vw;

        /*position: absolute;*/
        /*right: 21vw;*/
        /*bottom: 10vw;*/
    }
    .section_three .section_three_text {
        color: #fff;
        position: absolute;
        width: 100vw;
        top: 10vw;
        right: 0;
        text-align: center;
    }
    .section_four {
        min-height: 70vh;
        background: #000;
        position: relative;
        overflow: hidden;
    }
    .section_four .section_three_text {
        color: #fff;
        position: absolute;
        left: 0vw;
        width: 100vw;
        top: 10vw;
        right: 0;
    }
    .section_four .section_three_text h2, .section_four .section_three_text p {
        text-align: center;
    }
    .section_four .section4_item1 {
        width: 100vw;
        position: absolute;
        right: 0vw;
        bottom: 0;
    }
    .section_five {
        min-height: 70vh;
        background: #000;
        position: relative;
    }
    .section_five .section5_item1 {
        width: 80vw;
        position: absolute;
        left: 0vw;
        bottom: 0vw;
    }
    .section_five .section5_item2 {
        width: 90vw;
        position: absolute;
        left: 50%;
        top: 10vw;
        transform: translateX(-50%);
    }
    .section_five .section_three_text {
             color: #fff;
             position: absolute;
             left: 0vw;
             width: 100vw;
             top: 10vw;
             right: 0;
     }
    .section_five .section_three_text h2, .section_five .section_three_text p {
        text-align: center;
    }
    .section_6 {
        min-height: 50vh;
        background: #17131a;
        position: relative;
    }
    .section_6 .section6_top{
        width: 100%;
        position: absolute;
        top: 0;
    }
    .section_6 .section6_item1 {
        width: 80vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 30vw;
    }
    .section_6 .section6_item2 {
        width: 80vw;
        margin: 0 auto;
    }
    .section_6 .section_three_text {
        color: #fff;
        position: absolute;
        width: 100vw;
        bottom: 10vw;
    }
    .section_one_item1 {
        left: 6vw;
        width: 60vw;
        top: 28vw;
    }
    .panel .text_box {
        width: 100vw;
    }
    .section_one .text_box  {
        width: 100vw;
        position: absolute;
        left: 0;
        text-align: center;
    }
    .section_one {
        height: 250vw !important;
    }
    .section_one .section1_bg_m {
        width: 150%;
        height: auto;
        position: absolute;
        top: 18%;
        left: 0;
    }
    .section_one .section_one_item1 {
        left: 40vw;
    }
    .section_one .text_box {
        top: 60% !important;
    }
    .banner .banner_text {
        align-items: flex-end;
        width: 95%;
        left: unset;
        right: 4%;
        top: 42%
    }

    .banner h1 {
        margin-bottom: 0;
        text-align: left;
        font-size: 9.06667vw;
        display: inline-block;
        line-height: 1.2
    }

    .banner h1 span {
        display: block;
        font-family: unset;
        font-size: 7.73333vw
    }

    .banner h1 br {
        display: none
    }

    .banner .logo {
        order: 3;
        width: 22.53333vw
    }

    .banner .icon {
        margin: 6vw 0;
        width: 37.33333vw
    }

    .panel .text_box {
        max-width: unset;
        padding: 0 4.66667vw
    }

    .video.panel {
        height: 91.146vw
    }

    .video.panel .text_box {
        width: 100%;
        text-align: left;
        max-width: 90vw
    }

    .video.panel .text_box h4 {
        font-size: 4vw;
        text-align: center
    }

    .video.panel .text_box p {
        font-size: 3.2vw
    }

    .video.panel .text_box p br {
        display: none
    }

    .video.panel .video_box {
        bottom: 8%
    }

    .video.panel .video_box img {
        width: 8vw
    }

    .video.panel .video_box p {
        font-size: 2.53333vw
    }

    .flavors {
        height: 115vw
    }

    .flavors .flavors_list {
        width: 100%
    }

    .flavors .text_box {
        top: 5%
    }

    .flavors.panel .text_box h2 {
        font-size: 7.46667vw;
        line-height: 1.3
    }

    .flavors.panel .text_box h5 {
        font-size: 4vw;
        margin: 1.33333vw 0 2.66667vw 0
    }

    .flavors.panel .text_box p {
        font-size: 2.93333vw
    }

    .flavors.panel .text_box p br {
        display: none
    }

    .pro_list .swiper-scrollbar {
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
        position: absolute
    }

    .swiper-scrollbar {
        left: 1%;
        bottom: 3px;
        z-index: 50;
        height: 5px;
        width: 98%
    }

    .swiper-scrollbar-drag {
        background: #ff0030;
        border-radius: 5px
    }

    .flavors_list .pro_list {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 2.66667vw
    }

    .flavors_list .pro_list .pro_item {
        width: 18%;
        position: relative;
        opacity: 1;
        padding: 0 1.33333vw
    }

    .flavors_list .pro_list .pro_item img {
        width: 80%;
        height: auto
    }

    .flavors_list .pro_list .pro_item span {
        font-size: 2.13333vw;
        margin-top: .66667vw;
        font-family: "Manrope-Bold";
        font-weight: normal
    }

    .flavors_list .pro_list .swiper-wrapper {
        height: auto;
        justify-content: unset
    }

    .design {
        height: 139.714vw
    }

    .panel .text_box h2 {
        font-size: 8vw
    }

    .panel .text_box p {
        font-size: 3.46667vw;
        margin-top: 2.66667vw
    }

    .design .text_box {
        top: 11%;
        display: inline-block;
    }

    .mesh .mesh_img {
        width: 80.8vw;
        height: 129.33333vw
    }

    .mesh .mesh_text h2 {
        font-family: Arial Black;
        font-size: 6.13333vw
    }

    .mesh .mesh_text p {
        font-size: 3.2vw;
        margin-top: 4vw
    }

    .mesh .mesh_text {
        padding-top: 20%
    }

    .battery {
        height: 140.625vw
    }

    .battery br {
        display: none
    }

    .battery .text_box {
        top: 5%
    }

    .battery .text_box img {
        width: 45.33333vw;
        margin-top: 4vw
    }

    .spec {
        height: 56.511vw
    }

    .spec .text_box {
        top: 18%
    }

    .spec .text_box h2 {
        font-size: 5.33333vw;
        margin-bottom: 4vw;
        padding-left: 2.66667vw
    }

    .spec .text_box li {
        margin-bottom: 2vw
    }

    .spec .text_box li img {
        width: 8vw
    }

    .spec .text_box li p {
        font-size: 2.26667vw
    }

    .spec ul {
        width: 40vw
    }

    .pack {
        height: 70vw
    }

    .pack .text_box h2 {
        font-size: 5.33333vw
    }

    .pack_img .show_mobile {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 70vw
    }
}

@media screen and (max-width: 600px) {
    .banner h1 {
        font-size: 9vw
    }

    .banner h1 span {
        font-size: 7.5vw
    }

    .video .text_box {
        top: 18%
    }

    .video.panel .text_box h4 {
        font-size: 15px
    }

    .video.panel .text_box p {
        font-size: 13px;
        margin-top: 20px
    }

    .video.panel .video_box img {
        width: 35px
    }

    .video.panel .video_box p {
        font-size: 13px;
        margin-top: 5px
    }

    .flavors.panel .text_box h2 {
        font-size: 30px
    }

    .flavors.panel .text_box h5 {
        font-size: 15px
    }

    .flavors.panel .text_box p {
        font-size: 13px
    }

    .panel .text_box h2 {
        font-size: 30px
    }

    .panel .text_box p {
        font-size: 13px;
        margin-top: 15px
    }

    .design .text_box {
        top: 7%
    }

    .mesh .mesh_text h2 {
        font-size: 23px
    }

    .mesh .mesh_text p {
        font-size: 14px;
        margin-top: 15px;
        padding: 0 11vw;
        position: relative
    }

    .mesh .mesh_text p br {
        display: none
    }

    .battery .text_box img {
        width: 170px;
        margin-top: 20px
    }

    .spec .text_box {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .spec.panel .text_box h2 {
        font-size: 22px
    }

    .spec .text_box li p {
        font-size: 12px
    }

    .spec .text_box li img {
        width: 35px
    }

    .pack.panel .text_box h2 {
        font-size: 20px
    }

    .poster {
        flex-wrap: wrap;
        flex-direction: column
    }

    .poster .poster_list.top a {
        width: 100%
    }

    .poster .poster_item.one a:nth-of-type(2), .poster .poster_item.two a:nth-of-type(1) {
        width: 40%
    }

    .poster .poster_item.one a:nth-of-type(1), .poster .poster_item.two a:nth-of-type(2) {
        width: 60%
    }
}

h2 {
    font-weight: bolder;
}
