﻿.indexpage {
    margin-top: 100vh;
    position: relative;
    z-index: 2
}

.vapsolo-rating .score {
    font-size: 14px;
    margin-left: 10px
}

.banner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
}

.banner video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.banner .uptxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background-color: rgba(0, 0, 0, .3)
}

.banner .uptxt .txta {
    font-size: 23px;
    color: #fff
}

.banner .uptxt .txtb {
    font-size: 60px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 10px
}

.banner .uptxt .button {
    width: 192px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 23px;
    color: #fff;
    background-color: transparent
}

.lead {
    background: url(../image/background_index_3072_924_017.jpg) no-repeat left top/100% 100%;
    position: relative;
    overflow: hidden
}

.lead .ricon img {
    display: block;
    width: 100%
}

.lead .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 3%
}

.lead .items .infos {
    width: 55%
}

.lead .items .infos .title {
    word-wrap: break-word;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 700
}

.lead .items .infos .desc {
    font-size: 23px;
    color: #000;
    line-height: 40px;
    margin: 50px auto;
    width: 80%;
    text-align: center
}

.lead .items .infos .button {
    display: block;
    width: 290px;
    height: 54px;
    border-radius: 8px;
    background-color: #000;
    font-size: 19px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    margin: 0 auto;
    transition: all .4s;
    border: 1px solid #000
}

.lead .items .infos .button:hover {
    background-color: transparent;
    color: #000
}

.lead .items .pics {
    width: 30%;
    margin-right: 10%;
    position: relative;
    box-shadow: 0 0 8px 2px rgb(93 83 85);
    border-radius: 5px;
    display: block
}

.lead .items .pics:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: inset 0 0 10px 10px rgb(93 83 85);
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.lead .items .pics img {
    display: block;
    width: 100%;
    height: 30%;
    border-radius: 5px
}

.bancross {
    background-color: #f8f8f8;
    overflow: inherit;
    height: 200vh
}

.bancross .uptxt {
    position: absolute;
    text-align: left;
    width: 70%;
    left: 20%;
    top: 65px;
    z-index: 4;
    display: none
}

.bancross .uptxt .txta {
    float: left;
    font-size: 3vw;
    color: #fff;
    line-height: 1.1;
    width: 50%
}

.bancross .uptxt .txtb {
    width: 35%;
    float: left
}

.bancross .sticky {
    height: 100vh;
    left: 0;
    position: sticky;
    top: 0;
    overflow: hidden
}

.bancross .container {
    display: flex;
    height: 100%;
    align-items: center
}

.bancross .pbox {
    position: absolute;
    left: 15vw;
    width: 68vw;
    transition: all 1s;
    overflow: hidden
}

.bancross .pbox video {
    width: 100%;
    height: 100%
}

.bancross .pbox.bpic1 {
    border-radius: 20px
}

.bancross .pbox.bpic1 img {
    display: none
}

.bancross .pbox.all {
    left: 0;
    top: 1.5rem;
    width: 100%;
    height: 100vh
}

.bancross .pbox.all video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bancross .pbox.bpic2 {
    left: 100vw
}

.bancross .pbox.bpic1.left {
    left: -100vw
}

.bancross .pbox.bpic2.left {
    left: 86vw
}

.bancross .pbox.bpic2.left-two {
    left: 15vw
}

.king {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.king .pics {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    border-radius: 20px
}

.king .pics .pica {
    width: calc((100% - 16px)/ 2);
    height: calc((100% - 16px)/ 2);
    overflow: hidden
}

.king .pics .pica:first-child {
    margin: 0 8px 8px 0
}

.king .pics .pica:nth-child(2) {
    margin: 0 0 8px 8px
}

.king .pics .pica.all {
    width: 100%;
    margin: 8px 0 0
}

.king .pics .pica img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.king .pics .pica.all video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.king .infos {
    flex: 0 0 45%;
    max-width: 45%
}

.king .infos .title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px
}

.king .infos .desc {
    font-size: 23px;
    color: #000;
    margin: 0 0 24px;
    line-height: 36px;
    text-align: center
}

.king .infos .pstar {
    border-top: 1px solid #fff;
    padding: 16px 0 0;
    margin: 0 0 70px
}

.king .infos .star-rating>span:before {
    color: #000
}

.king .infos .button {
    width: 200px;
    height: 54px;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
    display: block;
    border-radius: 8px;
    color: #fff;
    font-size: 19px;
    line-height: 54px;
    transition: all .4s;
    border: 1px solid #000
}

.king .infos .button:hover {
    background-color: transparent;
    color: #000
}

.kit {
    background-color: #f8f8f8;
    padding-bottom: 70px
}

.kit .cont {
    width: 68vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.kit .pics {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    overflow: hidden;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    border-radius: 20px
}

.kit .pics .pica {
    width: calc((100% - 16px)/ 2);
    height: calc((100% - 16px)/ 2);
    overflow: hidden
}

.kit .pics .pica:first-child {
    margin: 0 8px 8px 0
}

.kit .pics .pica:nth-child(2) {
    margin: 8px 8px 0 0
}

.kit .pics .pica:nth-child(3) {
    margin: 8px 0 0 8px
}

.kit .pics .pica.all {
    width: 100%;
    margin: 0 0 8px
}

.kit .pics .pica img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.kit .pics .pica.all video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.kit .infos {
    flex: 0 0 45%;
    max-width: 45%
}

.kit .infos .title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px
}

.kit .infos .desc {
    font-size: 23px;
    color: #000;
    margin: 0 0 24px;
    line-height: 36px;
    text-align: center
}

.kit .infos .product {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 70px;
    display: flex
}

.kit .infos .product img {
    width: 20%;
    margin-right: 5%
}

.kit .infos .pstar {
    margin: 0 0 20px;
    text-align: center
}

.kit .infos .star-rating>span:before {
    color: #000
}

.kit .infos .button {
    width: 200px;
    height: 54px;
    margin: 0 auto;
    background-color: #000;
    text-align: center;
    display: block;
    border-radius: 8px;
    color: #fff;
    font-size: 19px;
    line-height: 54px;
    transition: all .4s;
    border: 1px solid #000
}

.kit .infos .button:hover {
    background-color: transparent;
    color: #000
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #f6f6f6;
    white-space: nowrap
}

.str_wrap.str_active {
    background: #f1f1f1
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
    cursor: inherit
}

.str_wrap img {
    max-width: none !important
}

.cigarette {
    background-color: #fff
}

.cigarette .cont3 {
    width: 80%;
    margin: 0 auto;
    max-width: 1300px;
    text-align: center;
    padding: 45px 0
}

.cigarette .desc {
    display: block;
    font-size: 30px;
    color: #000;
    line-height: 44px
}

.cigarette .letgo {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 21px;
    font-weight: 700;
    background: #000;
    text-align: center
}

.cigarette .letgo .item {
    width: auto;
    margin: 0 30px;
    font-size: 36px;
    color: #00d645;
    line-height: 100px
}

.cigarette .both {
    overflow: hidden;
    background-color: #f8f8f8;
    position: relative;
    padding: 120px 0
}

.cigarette .both .pics {
    display: block;
    width: 58.6%;
    float: left;
    padding: 0 48px
}

.cigarette .both .pics img {
    display: block;
    width: 100%;
    display: none;
    border-radius: 20px
}

.cigarette .both .pics img.on {
    display: block
}

.cigarette .both .info {
    width: 41.4%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 50px
}

.cigarette .both .info .fitem {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: none
}

.cigarette .both .info .fitem.on {
    display: block
}

.cigarette .both .info .cpname {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 36px
}

.cigarette .both .info .cpdesc {
    font-size: 19px;
    color: #000;
    line-height: 28px;
    margin-top: 20px;
    height: 200px;
    text-align: left
}

.cigarette .tabs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: wrap
}

.cigarette .tabs .tab {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin: 0;
    cursor: pointer;
    width: calc(100% / 5 - 20px);
    margin-right: 20px
}

.cigarette .tabs .tab p {
    margin: 0
}

.cigarette .tabs .tab img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto 5px;
    transition: all .4s;
    border: 1px solid transparent;
    background: #fff
}

.cigarette .tabs .tab.on img {
    border: 2px solid #000
}

.cigarette .tabs .tab.on {
    font-weight: 700
}

.cigarette .moveimg {
    display: block;
    position: absolute;
    left: 10vw;
    top: 0;
    z-index: -1;
    width: 12%;
    transition: all 1.5s
}

.cigarette .moveimg.active {
    transform: scale(.7) rotate(20deg);
    left: 50vw;
    z-index: 2
}

.cigarette .moveimg img {
    display: none;
    width: 100%
}

.cigarette .moveimg img.on {
    display: block
}

.cigarette .button.on {
    display: block
}

.cigarette .button {
    display: none;
    width: 260px;
    height: 44px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 19px;
    color: #000;
    line-height: 44px;
    text-align: center;
    transition: all .4s
}

.cigarette .button:hover {
    background-color: #000;
    color: #fff
}

@media(max-width:1400px) {
    .banner .uptxt .txta {
        font-size: 20px
    }

    .banner .uptxt .txtb {
        font-size: 50px;
        margin: 0 0 10px
    }

    .banner .uptxt .button {
        width: 192px;
        height: 54px;
        font-size: 20px
    }

    .cigarette .cont3 {
        width: 94%;
        max-width: 100%;
        padding: 35px 0
    }

    .cigarette .desc {
        font-size: 28px;
        line-height: 44px
    }

    .cigarette .letgo {
        font-size: 20px;
        line-height: 44px;
        margin-top: 22px
    }

    .cigarette .both .info .fitem {
        width: 90%;
        max-width: 550px
    }

    .cigarette .both .info .cpname {
        font-size: 26px;
        line-height: 32px
    }

    .cigarette .both .info .cpdesc {
        font-size: 18px;
        line-height: 28px;
        margin-top: 5%
    }

    .cigarette .tabs .tab img {
        display: block;
        width: 32px;
        margin: 0 auto 15px
    }

    .cigarette .button {
        height: 48px;
        line-height: 44px;
        font-size: 17px;
        width: 220px
    }

    .king .infos .title {
        font-size: 26px;
        line-height: 36px
    }

    .king .infos .desc {
        font-size: 20px;
        line-height: 36px;
        margin: 30px auto 30px
    }

    .king .infos .button {
        width: 220px;
        height: 48px;
        font-size: 17px;
        line-height: 44px
    }

    .kit .infos .title {
        font-size: 26px;
        line-height: 36px
    }

    .kit .infos .desc {
        font-size: 20px;
        line-height: 36px;
        margin: 30px auto 30px
    }

    .kit .infos .button {
        width: 220px;
        height: 48px;
        font-size: 17px;
        line-height: 44px
    }

    .lead .items {
        padding: 50px 3%
    }

    .lead .items .infos {
        width: 45%
    }

    .lead .items .infos .title {
        font-size: 26px;
        line-height: 40px
    }

    .lead .items .infos .desc {
        font-size: 20px;
        line-height: 32px;
        margin: 30px auto;
        width: 90%
    }

    .lead .items .infos button {
        width: 220px;
        height: 48px;
        font-size: 17px;
        line-height: 44px
    }

    .lead .items .pics {
        width: 30%;
        margin-right: 5%
    }
}

@media(max-width:1200px) {
    body {
        padding-top: 90px
    }

    .banner .uptxt .txta {
        font-size: 17px
    }

    .banner .uptxt .txtb {
        font-size: 21px;
        margin: 10px 0
    }

    .banner .uptxt .button {
        width: 125px;
        height: 34px;
        font-size: 16px
    }

    .cigarette .both {
        padding: 20px 0
    }

    .cigarette .cont3 {
        width: 94%;
        max-width: 100%;
        padding: 15px 0
    }

    .cigarette .desc {
        font-size: 15px;
        line-height: 22px
    }

    .cigarette .letgo .item {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px
    }

    .cigarette .both .pics {
        width: 100%;
        padding: 0 20px
    }

    .cigarette .both .info {
        position: static;
        width: 100%;
        padding: 20px 0;
        gap: 20px
    }

    .cigarette .both .info .fitem {
        width: 90%;
        max-width: 550px
    }

    .cigarette .both .info .cpname {
        font-size: 16px;
        line-height: 22px
    }

    .cigarette .both .info .cpdesc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        height: auto
    }

    .cigarette .tabs .tab {
        margin: 10px 10px;
        width: calc(100% / 3 - 20px)
    }

    .cigarette .tabs .tab img {
        display: block;
        margin: 0 auto 10px
    }

    .cigarette .button {
        height: 34px;
        line-height: 32px;
        border-width: 1px;
        font-size: 14px;
        width: 125px
    }

    .cigarette .moveimg {
        display: none
    }

    .bancross {
        padding: 20px 0;
        height: 100%
    }

    .bancross .container {
        flex-flow: column
    }

    .bancross .sticky {
        height: 100%
    }

    .bancross .pbox.all {
        top: 0;
        position: relative;
        height: 100%;
        margin-bottom: 20px
    }

    .bancross .pbox.bpic2 {
        position: relative;
        left: 0;
        width: 100%
    }

    .bancross .allpic {
        border-top: 12px solid #fff;
        border-bottom: 12px solid #fff
    }

    .bancross .uptxt {
        padding: 45px 15px;
        text-align: center;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 4;
        display: block
    }

    .bancross .uptxt .txta {
        float: none;
        width: 100%;
        font-size: 30px
    }

    .bancross .uptxt .txtb {
        float: none;
        width: 100%;
        margin-top: 20px
    }

    .bancross .pbox.bpic1 video {
        display: none
    }

    .bancross .pbox.bpic1 img {
        display: block;
        width: 90%;
        height: 100%;
        margin: 0 auto;
        border-radius: 20px
    }

    .king {
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        gap: 16px
    }

    .king .infos,
    .king .pics {
        flex: 0 0 100%;
        max-width: 100%
    }

    .king .infos .title {
        font-size: 16px;
        line-height: 20px
    }

    .king .infos .desc {
        font-size: 14px;
        width: 94%;
        max-width: 600px;
        line-height: 22px;
        margin: 15px auto 15px
    }

    .king .infos .button {
        width: 125px;
        height: 34px;
        border-width: 1px;
        font-size: 14px;
        line-height: 32px
    }

    .kit {
        padding: 20px 0
    }

    .kit .cont {
        width: 90%;
        flex-flow: column-reverse;
        gap: 16px
    }

    .kit .infos {
        margin-bottom: 20px
    }

    .kit .infos .product {
        margin: 0 0 20px
    }

    .kit .infos,
    .kit .pics {
        flex: 0 0 100%;
        max-width: 100%
    }

    .kit .infos .title {
        font-size: 16px;
        line-height: 20px
    }

    .kit .infos .desc {
        font-size: 14px;
        width: 94%;
        max-width: 600px;
        line-height: 22px;
        margin: 15px auto 15px
    }

    .kit .infos .button {
        width: 125px;
        height: 34px;
        border-width: 1px;
        font-size: 14px;
        line-height: 32px
    }

    .lead .items {
        padding: 25px 3%;
        display: block
    }

    .lead .items .infos {
        width: 100%;
        margin-top: 15px
    }

    .lead .items .infos .title {
        font-size: 16px;
        line-height: 22px
    }

    .lead .items .infos .desc {
        font-size: 14px;
        line-height: 20px;
        margin: 15px auto;
        width: 90%
    }

    .lead .items .infos button {
        width: 125px;
        height: 34px;
        font-size: 14px;
        line-height: 32px
    }

    .lead .items .pics {
        margin: 0 auto
    }
}

@media(max-width:768px) {
    .bancross .pbox.all video {
        height: 200px;
        width: 100%;
        margin: 0
    }

    .lead .items .pics {
        width: 80%
    }

    .cigarette .letgo .swiper-slide {
        padding: 15px
    }
}