:root {
    --themeColor: #ff0030;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

.section_container {
    position: relative;
    height: 38.33333vw;
}

.button-bug_now {
    margin-top: 20px;
    font-family: "Manrope-ExtraBold";
    background-color: #ff0030;
    width: 8vw;
    height: 2vw;
    font-size: 0.8vw;
    text-align: center;
    line-height: 2vw;
    border-radius: 2vw;
    cursor: pointer;
}

.mobile-button-bug_now {
    font-family: "Manrope-ExtraBold";
    background-color: #ff0030;
    width: 28.5vw;
    height: 7vw;
    line-height: 7vw;
    margin: 5vw auto 0 auto;
    font-size: 2.25vw;
    text-align: center;
    border-radius: 4vw;
    cursor: pointer;
}

.button-bug_now a, .mobile-button-bug_now a {
    color: #ffffff;
}

.section_container .section_bg {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    object-fit: cover;
}

.section_container .section_detail {
    position: absolute;
    max-width: 72.91667vw;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 3.38542vw;
}

.section_container .section_detail h2 {
    font-family: "Manrope-ExtraBold";
    font-weight: normal;
    font-size: 3.125vw;
    color: #fff;
    margin: 0 auto;
}

.section_container .section_detail h3 {
    color: #393939;
    font-size: 1.97917vw;
    font-family: "Manrope-Light";
    font-weight: normal;
}

.section_container .section_detail p {
    font-family: "Manrope-Regular";
    font-weight: normal;
    font-size: 1.25vw;
    color: #fff;
    margin-top: 1.5625vw;
}

.banner_section {
    height: 46.875vw;
    position: relative;
}

.banner_section .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_section #banner_video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.banner_section .banner_text {
    color: #ffffff;
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Manrope-Medium";
    font-weight: normal;
}

.banner_section .banner_text h2 {
    font-family: "Manrope-ExtraBold";
    font-weight: normal;
    font-size: 2.5vw;
    margin: 1.5625vw 0;
}

.banner_section .banner_logo {
    width: 17.5vw;
}

.banner_section .banner_logo img {
    margin-bottom: 0.78125vw;
    width: 100%;
}

.banner_section .banner_logo p {
    font-size: 1.25vw;
    text-align: center;
}

.banner_section .slogan {
    font-size: 1.19792vw;
}

.banner_section .banner_spec {
    display: flex;
    margin-top: 1.82292vw;
}

.banner_section .banner_spec li {
    text-align: center;
    margin-right: 1.5625vw;
}

.banner_section .banner_spec li:last-of-type {
    margin-right: 0;
}

.banner_section .banner_spec img {
    width: 2.13542vw;
}

.banner_section .banner_spec span {
    margin-top: 0.41667vw;
    display: block;
    line-height: 1;
    font-size: 0.67708vw;
}

.sales_tips {
    background-color: #000000;
    height: 6.25vw;
    line-height: 6.25vw;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sales_tips .section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.sales_tips a {
    position: relative;
    z-index: 2;
    display: flex;
}

.sales_tips a h2 {
    padding-right: 10vw;
}

.sales_tips .str_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 12px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #f6f6f6;
    white-space: nowrap;
}

.sales_tips .str_wrap.str_active {
    background: #f1f1f1;
}

.sales_tips .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.sales_tips .str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.sales_tips .str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.sales_tips .str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.sales_tips .str_vertical .str_move,
.sales_tips .str_down .str_move {
    white-space: normal;
    width: 100%;
}

.sales_tips .str_static .str_move,
.sales_tips .no_drag .str_move,
.sales_tips .noStop .str_move {
    cursor: inherit;
}

.sales_tips .str_wrap img {
    max-width: none !important;
}

.sales_text {
    font-size: 3.75vw;
    color: var(--themeColor);
    font-family: "Manrope-Light";
    font-weight: normal;
}

.sales_text span {
    font-family: "Manrope-ExtraBold";
    font-weight: normal;
}

.section_con h2 {
    color: #ffffff;
    font-size: 2.08333vw;
    font-family: "Manrope-ExtraBold";
    font-weight: normal;
}

.section_con p {
    color: #ffffff;
    font-size: 1.25vw;
    font-family: "Manrope-Regular";
    font-weight: normal;
    margin-top: 1.82292vw;
}

.section_one {
    height: 40.05208vw;
    background: linear-gradient(130deg, #404040 12%, #1f1f1f 40%);
    display: flex;
    align-items: center;
}

.section_one .tech_box {
    display: flex;
    max-width: 72.91667vw;
}

.section_one .swiper-wrapper {
    height: auto;
}

.section_one .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_one .swiper-button-next:after,
.section_one .swiper-button-prev:after {
    background: url(../images/pro_singa/jt_red.png) no-repeat;
    color: transparent;
    width: 1.40625vw;
    background-size: 100% 100%;
}

.section_one .swiper-button-prev {
    transform: rotate(180deg);
    left: 40.6%;
    -webkit-animation: BounceLeft 1s ease-in-out infinite alternate;
    -moz-animation: BounceLeft 1s ease-in-out infinite alternate;
    -o-animation: BounceLeft 1s ease-in-out infinite alternate;
    animation: BounceLeft 1s ease-in-out infinite alternate;
}

.section_one .swiper-button-next {
    right: 1.3%;
    -webkit-animation: BounceRight 1s ease-in-out infinite alternate;
    -moz-animation: BounceRight 1s ease-in-out infinite alternate;
    -o-animation: BounceRight 1s ease-in-out infinite alternate;
    animation: BounceRight 1s ease-in-out infinite alternate;
}

.section_one .tech_text {
    width: 26.66667vw;
}

.section_one .tech_text h2 {
    color: var(--themeColor);
}

.section_one .tech_text h3 {
    color: var(--themeColor);
    font-size: 1.40625vw;
    font-family: "Manrope-Medium";
    font-weight: normal;
}

.section_one .tech_text br {
    display: none;
}

.section_one .tech_text ul {
    margin-top: 1.04167vw;
}

.section_one .tech_text li {
    font-size: 0.9375vw;
    font-family: "Manrope-Regular";
    font-weight: normal;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0.52083vw;
    padding-left: 1.30208vw;
    position: relative;
}

.section_one .tech_text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.52083vw;
    height: 0.52083vw;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: var(--themeColor);
}

.section_one .fill_img {
    display: none;
}

.section_one .tecg_img {
    width: 43.02083vw;
    text-align: right;
    padding-right: 3.64583vw;
}

.section_one .tecg_img img {
    width: 37.08333vw;
}

@-webkit-keyframes BounceRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }
}

@-webkit-keyframes BounceLeft {
    0% {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg);
    }
    100% {
        -webkit-transform: translateX(-60%) rotate(180deg);
        transform: translateX(-60%) rotate(180deg);
    }
}

.pro_video {
    position: relative;
    height: 39.21875vw;
}

.pro_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_video .btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transition: transform 0.2s ease-in;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    background: url(../images/ic_play_b.png) center/cover no-repeat;
    cursor: pointer;
}

.pro_video .btn:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.kol_section {
    background-color: #1f1f1f;
    position: relative;
    display: flex;
    align-items: center;
}

.kol_section .kol_text {
    position: absolute;
    left: 17%;
}

.kol_section .kol_list {
    position: absolute;
    right: 0;
    max-width: 55.98958vw;
}

.kol_section .kol_list img {
    width: 18.22917vw;
}

.kol_section .swiper-wrapper {
    height: auto;
}

.kol_section .swiper-scrollbar {
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    width: 100%;
    left: 0;
}

.kol_section .swiper-scrollbar-drag {
    background: #fff;
}

.flavor {
    background-color: #ffc600;
    transition: background-color 300ms;
}

.flavor .section_detail {
    top: 9%;
}

.flavor .flavor_title {
    display: flex;
    align-items: center;
    margin-top: 3.125vw;
}

.flavor .flavor_title img {
    width: 0.625vw;
    margin-left: 0.78125vw;
}

.flavor .flavor_title h4 {
    color: #ffffff;
    font-size: 1.5625vw;
    font-family: "Manrope-Medium";
    font-weight: normal;
    text-transform: uppercase;
}

.flavor .pro_show {
    position: absolute;
    right: 12%;
    top: -4.5%;
    width: 21.875vw;
    height: 36.35417vw;
}

.flavor .pro_show .shadow {
    position: absolute;
    bottom: 2.1%;
    left: -72%;
    width: 34.89583vw;
}

.flavor .pro_show_img {
    position: absolute;
    top: 18%;
    left: 20%;
}

.flavor .pro_show_img img {
    position: absolute;
    width: 4.89583vw;
    left: 26%;
    top: -40%;
    height: auto;
    transform: rotateZ(-30deg);
    z-index: 10;
    display: none;
    transition: all 300ms;
}

.flavor .pro_show_img img.active {
    display: block;
    position: relative;
}

.flavor .pro_list {
    bottom: 0;
    left: 16%;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.flavor .pro_list img {
    width: 3.69792vw;
    margin: 0 0.52083vw;
    position: relative;
    cursor: pointer;
}

.flavor .pro_list .pro_item {
    transition: all 500ms;
    transform: translateY(80%);
}

.flavor .pro_list .pro_item.active {
    transform: translateY(70%) scale(1.1);
}

.flavor .pro_list .pro_item.active::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 25%;
    background: url(../images/pro_singa/jt_white.png) no-repeat;
    width: 0.625vw;
    height: 1.25vw;
    background-size: 100% 100%;
    transform: rotate(90deg) translateX(-50%);
    z-index: 3;
    -webkit-animation: ImgBounce1 1s ease-in-out infinite alternate;
    -moz-animation: ImgBounce1 1s ease-in-out infinite alternate;
    -o-animation: ImgBounce1 1s ease-in-out infinite alternate;
    animation: ImgBounce1 1s ease-in-out infinite alternate;
}

@-webkit-keyframes ImgBounce1 {
    0% {
        transform: rotate(90deg) translate(100%, -50%);
    }
    100% {
        transform: rotate(90deg) translate(0, -50%);
    }
}

.section_five {
    height: 32.29167vw;
}

.section_five .section_detail {
    top: 9%;
}
.mask_play img{
    border-radius: 20px;
}
.section_11 {
    width: 100%;
    height: 40vw;
    background: #16131A;
    position: relative;
    overflow: hidden;
}
.section_title {
     font-family: Arial Black !important;
     font-size: 2vw !important;
 }

.section_11 .section_bg {
    width: 70vw;
    height: auto;
    position: absolute;
    left: 10vw;
    top: 0vw;
}

.section_11 .mask_play1 {
  width: 28vw;
  margin-top: 30px;
}
.section_11 .mask_play1  img{
  width: 100%;
}
.section_11 .section_detail {
    position: absolute;
    right: 18vw;
    top: 5vw;
    left: auto !important;
    transform: translateX(0) !important;
    width: fit-content;
}

.section_six {
    height: 53vw;
    background: #0A0C0D;
    overflow: hidden;
}

.section_six .section_bg {
    width: 80vw;
    height: auto;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.section_six .section_detail {
    top: 60%;
    left: 14%;
    transform: translateY(-50%);
}

.section_seven {
    height: 58vw;
    background: #000;
}

.section_seven .section_detail {
    top: 5%;
    left: 50%;
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding-left: 0;
}

.section_seven .puffs_img {
    position: absolute;
    width: 23.4375vw;
    left: 11%;
    top: -10%;
}

.section_seven .puffs_img img {
    width: 100%;
}

.section_eight {
    background: #000;
    height: 55.60417vw;
}

.section_eight .section_detail {
    top: 43%;
    left: 20.2%;
    width: auto;
}

.section_nine {
    height: 40.55vw;
}

.section_nine .spec_list {
    position: relative;
    max-width: 30.20833vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.section_nine .spec_item {
    width: 25%;
    text-align: center;
    margin-bottom: 2.34375vw;
}

.section_nine .spec_item img {
    width: 3.64583vw;
}

.section_nine .spec_item p {
    margin-top: 0.625vw;
    color: #ffffff;
    font-size: 0.9375vw;
    font-family: "Manrope-Medium";
    font-weight: normal;
}

.section_nine .spec_img {
    position: absolute;
    bottom: 6%;
    left: 15%;
}

.section_nine .spec_img img {
    width: 36.45833vw;
}

.pack {
    background-color: #092759;
    height: 40.05208vw;
    overflow: hidden;
}

.pack .section_detail {
    left: 17%;
    transform: translateX(0);
    top: 43%;
}

.pack .section_detail h2 {
    font-size: 2.34375vw;
}

.pack .pack_img {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pack .pack_img {
    width: 43.17708vw;
    position: absolute;
}

.pack .pack_img img {
    width: 100%;
}

.section_ten {
    height: 40.10417vw;
}

.section_ten .section_detail {
    left: 53%;
    top: 53%;
    transform: translate(-50%, -50%);
}

.section_ten h1 {
    font-family: "Manrope-ExtraBold";
    font-weight: normal;
    color: #ffffff;
    font-size: 2.96875vw;
}

.footer_pop {
    display: none;
}

.pop {
    display: block;
    right: 25px !important;
}

.pop button {
    top: -40px !important;
}

.patent .section_detail {
    width: 100%;
    top: 48%;
    transform: translateY(-50%);
    text-align: right;
    left: 10%;
}

.patent .section_detail h2 {
    font-size: 2.08333vw;
    color: #000000;
}

.patent .section_detail p {
    color: #000000;
}

@media screen and (max-width: 992px) {
    .section_container .section_detail {
        padding-left: 0;
        transform: translateX(0);
        left: 9%;
    }

    .section_11 {
        min-height: 200vw;
        background: #000 !important;
    }

    .section_11 .section_bg {
        width: 100vw;
        left: 0;
    }

    .section_11 .section_detail h2,
    .section_11 .section_detail p {
        text-align: center;
        padding: 0 30px;
        box-sizing: border-box;
        max-width: 100vw !important;
    }

    .section_11 .section_detail {
        width: 118vw;
        max-width: 100vw;
        top: 100vw;
        padding-left: 0 !important;
        left: 0;
        right: 0;
    }

    .section_container .section_detail h2 {
        font-size: 5.06667vw;
    }

    .flavor .pro_list .pro_item {
        transform: translateY(48%);
    }

    .flavor .pro_list .pro_item.active {
        transform: translateY(70%) scale(1.1);
    }

    .flavor .pro_show_img {
        top: -11%;
        width: 20vw;
    }
    .section_11 .section_detail .mask_play{
      width: 80vw !important;
      margin: 10vw auto;
        border-radius: 20px;
    }
    .section_11 .section_detail .mask_play img{
      width: 100%
    }

    .section_11 .section_detail .mask_play {
      width: 30vw;
    }

    .section_container .section_detail p {
        font-size: 2.4vw;
        margin: 2.66667vw 0 0;
    }

    .section_container .section_detail p br {
        display: none;
    }

    .section_seven .section_detail {
        text-align: center !important;
    }

    .banner_section {
        height: 166.53333vw;
    }

    .banner_section .banner_logo {
        width: 42vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_section .banner_logo p {
        font-size: 3.06667vw;
    }

    .banner_section .banner_text {
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        top: 23%;
    }

    .banner_section .banner_text h2 {
        font-size: 5.73333vw;
        margin: 1.33333vw 0;
    }

    .banner_section .banner_text h2 br {
        display: none;
    }

    .banner_section .slogan {
        font-size: 3.73333vw;
    }

    .banner_section .banner_spec {
        justify-content: center;
        margin-top: 6.66667vw;
    }

    .banner_section .banner_spec img {
        width: 5.33333vw;
    }

    .banner_section .banner_spec span {
        margin-top: 1.33333vw;
        font-size: 1.73333vw;
    }

    .sales_tips {
        height: 6.93333vw;
        line-height: 6.93333vw;
    }

    .sales_text {
        font-size: 4.66667vw;
    }

    .section_one {
        height: 160vw;
    }

    .section_one .tech_box {
        max-width: 100%;
        height: 100%;
    }

    .section_one .swiper-wrapper {
        height: 100%;
    }

    .section_one .swiper-wrapper .swiper-slide {
        padding: 0 10%;
    }

    .section_one .swiper-slide {
        flex-direction: column;
    }

    .section_one .tech_text h2 {
        font-size: 7.33333vw;
    }

    .section_one .tech_text br {
        display: unset;
    }

    .section_one .tech_text h3 {
        font-size: 5.46667vw;
    }

    .section_one .fill_img {
        display: unset;
        position: absolute;
        top: 52%;
        width: 74.93333vw;
    }

    .section_one .fill_img img {
        width: 100%;
    }

    .section_con p,
    .section_one .tech_text li {
        font-size: 3.06667vw;
        padding: 0 5%;
    }

    .section_one .tech_text li::before {
        display: none;
    }

    .section_con .sub_title {
        font-family: "Manrope-Bold";
        font-weight: normal;
        position: relative;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }

    .section_con .sub_title::before,
    .section_con .lemt::before {
        content: "";
        background-color: var(--themeColor);
        width: 8.66667vw;
        height: 0.66667vw;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_one .tech_text {
        width: 100%;
        text-align: center;
        top: 2.5%;
        position: relative;
    }

    .section_one .tecg_img {
        padding-right: 0;
        width: 100%;
        position: relative;
        top: -8vw;
    }

    .section_one .tecg_img img {
        width: 100%;
    }

    .section_one .swiper-button-next,
    .section_one .swiper-button-prev {
        top: 79%;
    }

    .section_one .swiper-button-prev {
        left: 4.6%;
    }

    .section_one .swiper-button-next {
        right: 4.6%;
    }

    .section_one .swiper-button-next:after,
    .section_one .swiper-button-prev:after {
        width: 3.2vw;
    }

    .section_one .lemt {
        position: relative;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }

    .pro_video {
        height: 47.06667vw;
    }

    .flavor {
        height: calc(100vh - 49px);
        overflow: hidden;
    }

    .flavor .pro_list {
        transform: rotate(-90deg);
        left: unset;
        right: -42%;
        bottom: 36%;
    }

    .flavor .pro_list img {
        width: 8.93333vw;
        margin: 0 1.06667vw;
    }

    .flavor .flavor_title h4 {
        font-size: 3.73333vw;
    }

    .flavor .flavor_title img {
        width: 1.33333vw;
        margin-left: 2.66667vw;
        transform: rotate(90deg);
    }

    .flavor .pro_list .pro_item.active::before {
        width: 1.33333vw;
        height: 2.66667vw;
    }

    .flavor .pro_list .pro_item.active {
        transform: translateY(30%) scale(1.1);
    }

    .flavor .pro_show {
        right: unset;
        top: unset;
        bottom: 3%;
        left: 4%;
        width: 34.66667vw;
        height: 69.33333vw;
    }

    .flavor .pro_show_img img {
        width: 19.33333vw;
        transform: rotateZ(0deg);
        left: 0;
        top: 0;
    }

    .flavor .pro_show .shadow {
        bottom: 0;
        left: 0;
        width: 34.66667vw;
    }

    .flavor .pro_show_img {
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
    }

    .section_five {
        height: 87.6vw;
    }

    .section_six {
        height: 200vw;
    }

    .section_seven {
        height: 120vw !important;
    }

    .section_eight {
        height: 158vw !important;
    }

    .section_eight .section_detail {
        padding-left: 0 !important;
        text-align: center;
        width: 100vw;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .section_eight .section_detail p {
        text-align: center;
    }

    .section_eight .section_detail .img1 {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .section_eight .section_detail .img2 {
        width: 80% !important;
        margin-top: 20px !important;
    }

    .section_seven .section_detail {
        width: 95vw !important;
        text-align: center;
        left: 50% !important;
        transform: translateX(-50%);
        margin: 0 auto;
        top: 0 !important;
        padding-left: 0 !important;
        white-space: pre-wrap;
    }

    .section_seven .section_detail p {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: -20px !important;
    }

    .section_six .section_detail > p {
        max-width: 330px !important;
    }

    .section_six .section_6_2 {
        width: 90vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 70vw;
    }

    .section_six .section_bg {
        width: 100vw;
        left: 0;
        bottom: 0;
    }

    .section_six .section_detail {
        padding-left: 0 !important;
        top: 10vw;
        left: 0;
        text-align: center;
    }

    .section_six .section_detail p {
        max-width: 49.33333vw;
        margin: 30px auto;
        text-align: center;
    }

    .section_seven {
        height: 83vw;
    }

    .section_seven .section_detail {
        max-width: 40vw;
        left: 37%;
        top: 10%;
        text-align: center;

    }

    .section_seven .section_detail p {
        margin-top: 0;
        text-align: center;
    }

    .section_seven .puffs_img {
        width: 38.66667vw;
        left: 2%;
        top: -6%;
    }

    .section_eight {
        height: 73.996vw;
    }

    .section_eight .section_detail {
        top: 6%;
    }

    .section_eight .section_detail p {
        max-width: 37.33333vw;
    }

    .section_nine {
        height: 105.1vw;
    }

    .section_nine .spec_img {
        bottom: unset;
        top: 6%;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_nine .spec_img img {
        width: 100%;
    }

    .section_nine .spec_list {
        max-width: 70vw;
        top: 56%;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_nine .spec_item {
        margin-bottom: 4.66667vw;
    }

    .section_nine .spec_item img {
        width: 8vw;
    }

    .section_nine .spec_item p {
        font-size: 2.66667vw;
        margin-top: 1.33333vw;
        line-height: 1.2;
    }

    .kol_section {
        height: 66.26667vw;
        display: block;
    }

    .kol_section .kol_text,
    .kol_section .kol_list {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: 80vw;
        text-align: center;
    }

    .kol_section .kol_text h2,
    .kol_section .kol_text p {
        font-size: 3.06667vw;
        font-family: "Manrope-Regular";
        font-weight: normal;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }

    .kol_section .kol_text h2 br,
    .kol_section .kol_text p br {
        display: none;
    }

    .kol_section .kol_list img {
        width: 100%;
    }

    .kol_section .kol_list {
        max-width: 100%;
    }

    .kol_section .kol_text {
        padding: 3.33333vw 0;
    }

    .pack {
        height: 93.33333vw;
        text-align: center;
        overflow: hidden;
    }

    .pack .section_detail {
        position: relative;
        left: 0;
        max-width: 100%;
        top: 16%;
    }

    .pack .section_detail h2 {
        font-size: 7.33333vw;
    }

    .pack .pack_img {
        position: relative;
        left: 6%;
        top: 60%;
        width: auto;
    }

    .pack .pack_img img {
        width: 70.66667vw;
    }

    .section_ten {
        height: 86.53333vw;
        text-align: center;
    }

    .section_ten h1,
    .section_ten h1 span {
        font-size: 5.6vw;
        justify-content: center;
    }

    .section_ten .section_detail {
        left: 50%;
        top: 3%;
        transform: translate(-50%, 0);
    }

    .section_ten .section_detail p {
        font-size: 3.06667vw;
    }

    .pop {
        right: 15px !important;
    }

    .patent {
        height: 143.95vw;
    }

    .patent .section_detail {
        text-align: center;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 6%;
    }
}

@media screen and (max-width: 600px) {
    .section_container .section_detail {
        padding-left: 20px;
        left: 0;
    }

    .section_container .section_detail h2 {
        font-size: 25px;
    }

    .section_container .section_detail > p {
        font-size: 14px;
        max-width: 90%;
    }

    .banner_section .banner_text {
        width: 80%;
    }

    .banner_section .banner_logo {
        width: 200px;
    }

    .banner_section .banner_logo img {
        margin-bottom: 10px;
    }

    .banner_section .banner_logo p {
        font-size: 15px;
    }

    .banner_section .banner_text h2 {
        font-size: 25px;
        margin: 10px 0;
    }

    .banner_section .slogan {
        font-size: 15px;
    }

    .banner_section .banner_spec {
        display: none;
    }

    .sales_tips {
        height: 38px;
        line-height: 38px;
    }

    .sales_text {
        font-size: 18px;
    }

    .section_one {
        height: 170vw;
    }

    .section_one .tech_text h2 {
        font-size: 28px;
    }

    .section_con p,
    .section_one .tech_text li {
        font-size: 13px;
        margin-top: 5px;
    }

    .section_one .tech_text h3 {
        font-size: 21px;
    }

    .section_con .sub_title {
        padding-bottom: 15px;
        margin-bottom: 12px;
    }

    .section_con .sub_title::before,
    .section_con .lemt::before {
        width: 40px;
        height: 3px;
    }

    .section_one .fill_img {
        top: 55%;
        width: 281px;
    }

    .section_one .swiper-button-next,
    .section_one .swiper-button-prev {
        top: 80%;
    }

    .section_one .swiper-button-next:after,
    .section_one .swiper-button-prev:after {
        width: 15px;
        height: 28px;
        background-size: 100%;
    }

    .section_one .swiper-button-prev {
        left: 3.5%;
    }

    .section_one .swiper-button-next {
        right: 3.5%;
    }

    .flavor .pro_list img {
        width: 42px;
        margin: 0 5px;
    }

    .flavor .pro_list {
        right: -51%;
        bottom: 40%;
    }

    .flavor .flavor_title h4 {
        font-size: 15px;
    }

    .flavor .flavor_title img {
        width: 7px;
        margin-left: 15px;
    }

    .flavor .pro_list .pro_item.active::before {
        width: 7px;
        height: 14px;
    }

    .flavor .pro_show {
        width: 140px;
        height: 320px;
    }

    .flavor .pro_show_img img {
        width: 60px;
    }

    .flavor .pro_show .shadow {
        width: 130px;
    }

    .section_six .section_detail {
        max-width: 100%;
        width: 100%;
    }

    .section_six .section_detail > p {
        max-width: 230px;
    }

    .section_seven .section_detail {
        left: 31%;
        width: 250px;
        max-width: unset;

    }

    .section_eight .section_detail p {
        max-width: 160px;
    }

    .section_nine .spec_img {
        top: -10%;
    }

    .section_nine .spec_img img {
        width: 220px;
    }

    .section_nine .spec_list {
        top: 48%;
    }

    .section_nine .spec_item img {
        width: 45px;
    }

    .section_nine .spec_item p {
        font-size: 12px;
        margin-top: 10px;
    }

    .section_nine .spec_list {
        max-width: 300px;
    }

    .kol_section {
        height: 72vw;
    }

    .kol_section .kol_text {
        padding: 20px 0;
        width: 95%;
        max-width: unset;
        line-height: 1.4;
    }

    .kol_section .kol_text h2,
    .kol_section .kol_text p {
        font-size: 13px;
    }

    .pack .pack_img img {
        width: 90vw;
    }

    .section_ten .section_detail {
        left: 50%;
        top: 5%;
        transform: translate(-50%, 0);
        padding-left: 0;
    }

    .pack .section_detail h2 {
        font-size: 28px;
    }

    .section_ten h1 {
        font-size: 21px;
    }

    .section_ten .section_detail p {
        font-size: 13px;
    }

    .pop img {
        width: 80px !important;
    }

    .patent .section_detail {
        top: 4%;
    }
}


.mask_play {
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.mask_play::before {
  content: '';
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.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)
}
