@font-face {
    font-family: 'Montserrat';
    src: url(Montserrat-SemiBold.ttf)
}

html {
    overflow-x: hidden !important;
}

html,
body {
    font-size: 10px;
    font-family: "myriad pro", Arial;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
p {
    padding: 0;
    margin: 0;
}

.eleafcontent {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.eleafcontent .container.container-eleaf {
    width: 88vw;
    max-width: 1688px;
}

@media (max-width: 767px) {
    .eleafcontent .container.container-eleaf {
        width: 95vw;
    }
}

@media (min-width: 1921px) {
    html,
    body {
        font-size: 13px !important;
    }
    .container {
        width: 1800px;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    html,
    body {
        font-size: 12px !important;
    }
}

@media (min-width: 1367px) and (max-width: 1599px) {
    html,
    body {
        font-size: 10px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    html,
    body {
        font-size: 9px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    html,
    body {
        font-size: 8px !important;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    html,
    body {
        font-size: 8px !important;
    }
}

@media (max-width: 640px) {
    html,
    body {
        font-size: 7px !important;
    }
}

.eleaf_title {
    color: #fff;
    font-size: calc(1.2vw + 15px);
    line-height: 1.2;
    display: block;
    padding-bottom: calc(0.5vw + 0.8rem);
    font-weight: bold;
}

.eleaf_title_small {
    color: #fff;
    font-size: calc(0.8vw + 15px);
    line-height: 1.2;
    display: block;
}

.eleaf_font {
    font-size: calc(0.52vw + 12px);
    line-height: 1.4;
    color: #ffffff;
    word-wrap: break-word;
}

.eleaf_font_small {
    font-size: calc(0.4vw + 10px);
    line-height: 1.2;
    color: #ffffff;
}

.upp {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.txtBold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.ac {
    text-align: center;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.center {
    margin: 0 auto;
}

.child-same-height {
    display: flex;
}

@media (max-width: 767px) {
    .child-same-height {
        display: block;
    }
}

.valign-center {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
}

.ac>img {
    margin-left: auto;
    margin-right: auto;
}

.white {
    color: white;
}

.black {
    color: #000000;
}

.no-padding {
    padding: 0;
}

.no-padding img {
    width: 100%;
}

.width100 {
    width: 100%;
}

.img-hidden,
.img-hidden img {
    height: 0;
    opacity: 0;
}

.flex {
    display: flex;
}

.miniistick2_01 {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.colors-box {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colors-container {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
    width: 80vw;
}

.txt-bg {
    width: 80vw;
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 10vw;
    transition: opacity 0.5s;
}

.txt-bg img {
    width: 100%;
}

.txt-bg .txt-bg-title {
    position: absolute;
    width: 19.2%;
    top: 47%;
    transform: translateY(-50%);
    left: 22%;
}

.colors-bg {
    width: 80vw;
    height: 100vh;
    display: flex;
    position: absolute;
    left: 10vw;
    top: 0;
    align-items: flex-end;
}

.colors-bg .bg {
    width: 25%;
    height: 100%;
    transform: skewX(-11deg);
}

.bg_Grey {
    display: flex;
    align-items: flex-end;
}

.bg_Grey div {
    background-color: #ebebeb;
    width: 100%;
    height: 0;
}

.bg_Green {
    display: flex;
    align-items: flex-start;
}

.bg_Green div {
    background-color: #a0cbb1;
    width: 100%;
    height: 0;
}

.colors-bg .bg div {
    transition: height 1s;
}

.bg_Rose {
    display: flex;
    align-items: flex-end;
}

.bg_Rose div {
    background-color: #ffe7e9;
    width: 100%;
    height: 0;
}

.bg_Black {
    display: flex;
    align-items: flex-start;
}

.bg_Black div {
    background-color: #757575;
    width: 100%;
    height: 0;
}

.colors-container>div {
    width: 25%;
}

.colors-container>div>img:first-child {
    width: 40%;
}

.colors-container p {
    padding-top: 2rem;
}

.miniistick2_01_Rose {
    position: relative;
    z-index: 3;
}

.miniistick2_01_Grey {
    position: relative;
    z-index: 1;
    transform: translateX(40vw);
    transition: transform 1s;
}

.miniistick2_01_Green {
    position: relative;
    z-index: 2;
    transform: translateX(20vw);
    transition: transform 0.5s;
}

.miniistick2_01_Black {
    position: relative;
    z-index: 2;
    transform: translateX(-20vw);
    transition: transform 0.5s;
}

.miniistick2_01_Grey,
.miniistick2_01_Green,
.miniistick2_01_Black {
    opacity: 0;
}

.colors-box p {
    opacity: 0;
    transform: translateY(-2rem);
    transition: all 0.5s;
}

.miniistick2_01_Rose {
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 240% 200% 0;
    transform: scale(1.1);
    transition: transform 0.5s;
}

.miniistick2_01_hand {
    position: absolute;
    top: 0vw;
    left: 4.78vw;
    width: 140%;
    max-width: none;
    z-index: 1;
}

.miniistick2_02 {
    width: 100%;
    position: relative;
}

.miniistick2_02_left {
    position: relative;
    overflow: hidden;
    width: 71%;
}

.miniistick2_02_right {
    position: absolute;
    overflow: hidden;
    width: 71%;
    height: 100%;
    right: 0;
    top: 0;
    transition: width 1s;
}

.miniistick2_02_left img {
    width: 100%;
}

.miniistick2_02_right img {
    width: 100%;
}

.left_center {
    width: 71vw;
    transform: translateX(-31vw);
    transition: transform 1s;
}

.right_center {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 71vw;
    transition: transform 1s;
}

.miniistick2_02_1 {
    position: absolute;
    top: 10vw;
    left: 5.6vw;
    width: calc(8vw + 36rem);
}

.miniistick2_02_2 {
    position: absolute;
    top: 43.7vw;
    left: 5.6vw;
}

.left_center .miniistick2_02_2 .eleaf_title,
.left_center .miniistick2_02_2 .eleaf_font {
    color: #70a7c3;
    padding-bottom: 0;
}

.right_center .miniistick2_02_2 .eleaf_title {
    color: #c99d6b;
}

.miniistick2_02 .right_center .miniistick2_02_1,
.miniistick2_02 .right_center .miniistick2_02_2 {
    opacity: 1;
    transition: opacity 1.5s 0.5s;
}

.miniistick2_02 .left_center .miniistick2_02_1,
.miniistick2_02 .left_center .miniistick2_02_2 {
    opacity: 0;
    transition: opacity 0.8s;
}

.miniistick2_02.blue .miniistick2_02_right {
    width: 30%;
    transition: width 1s;
}

.miniistick2_02.blue .left_center {
    transform: translateX(0vw);
    transition: transform 1s;
}

.miniistick2_02.blue .right_center {
    transform: translateX(-26vw);
    transition: transform 1s;
}

.miniistick2_02.blue .right_center .miniistick2_02_1,
.miniistick2_02.blue .right_center .miniistick2_02_2 {
    opacity: 0;
    transition: opacity 0.8s;
}

.miniistick2_02.blue .left_center .miniistick2_02_1,
.miniistick2_02.blue .left_center .miniistick2_02_2 {
    opacity: 1;
    transition: opacity 1.5s 0.5s;
}

.miniistick2_03 {
    position: relative;
    width: 100%;
    z-index: 2;
}

.miniistick2_03 img {
    width: 100%;
}

.miniistick2_03_1 {
    position: absolute;
    left: 18vw;
    top: 22vw;
    width: calc(3vw + 30rem);
}

.miniistick2_04 {
    position: relative;
    width: 100%;
    background-color: #000;
}

.miniistick2_04_3 {
    width: 80%;
    position: absolute;
    top: 6%;
    left: 10%;
    transform: translateY(5rem);
    z-index: 1;
}

.miniistick2_04_4 {
    position: absolute;
    width: 100%;
    bottom: 4%;
    text-align: center;
}

.miniistick2_04_4 ul {
    display: flex;
    margin: 0 auto;
    width: calc(6vw + 44rem);
}

.miniistick2_04_4 ul li {
    width: 25%;
    padding: 0 2rem;
}

.miniistick2_04_4 ul li img {
    margin-bottom: 0.5rem;
}

.miniistick2_05 {
    position: relative;
    width: 100%;
    background-color: #92ab9d;
}

.miniistick2_05 img {
    width: 100%;
}

.miniistick2_05_1 {
    position: absolute;
    left: 15vw;
    width: 35vw;
    top: 42%;
    transform: translateY(-50%);
    z-index: 1;
}

.miniistick2_06 {
    background: url(mini-istick2_06.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: calc(1vw + 5rem) 0 calc(1vw + 2rem);
}

.miniistick2_06 .grey {
    color: #747474;
}

.miniistick2_06_1 {
    background: rgba(255, 255, 255, 0.5);
    padding: 2% 1%;
    display: inline-block;
}

.miniistick2_06_1 div {
    width: 14.2857%;
    float: left;
}

.miniistick2_06_2 {
    padding-bottom: calc(2vw + 8rem);
}

.miniistick2_06_3 img {
    width: calc(2vw + 9rem);
    margin-bottom: 0.5rem;
}

.miniistick2_06_3 {
    padding-bottom: calc(1vw + 3rem);
}

.miniistick2_06_1 img {
    width: calc(1vw + 7rem);
    margin-bottom: 0.5rem;
}

.miniistick2_07 {
    width: 100%;
    padding: calc(1vw + 3rem) 0 2rem;
    background-color: #fff;
    text-align: center;
}

.miniistick2_07_1 {
    background-color: #7bb6a2;
}

.miniistick2_07_col_2 {
    position: relative;
}

.miniistick2_07_col_2_1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #8b8e9d;
    transform: skewX(-10deg);
    border-left: calc(0.5vw + 2rem) solid #fff;
    border-right: calc(0.5vw + 2rem) solid #fff;
    top: 0;
    left: 0;
    z-index: 1;
}

.miniistick2_07_col_1,
.miniistick2_07_col_2,
.miniistick2_07_col_3 {
    padding: calc(1vw + 2rem) 0;
}

.miniistick2_07_2 {
    position: relative;
    z-index: 2;
    width: 50%;
    margin: 0 auto;
}

.miniistick2_07_3 {
    width: 80%;
    margin: 0 auto calc(1vw + 2rem);
}

.miniistick2_07_2 h3 {
    font-size: 1.9vw;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    margin-top: calc(1vw + 2rem);
}

.miniistick2_07_col_1 h3,
.miniistick2_07_col_1 p {
    padding-left: 1vw;
}

.miniistick2_07_col_2 h3,
.miniistick2_07_col_3 h3 {
    padding-top: 1rem;
    margin-left: -2vw;
}

.miniistick2_08 {
    width: 100%;
    background-color: #161616;
    position: relative;
    padding-bottom: calc(2.2vw + 3rem);
}

.miniistick2_08_1 {
    width: 52%;
    margin-left: 17.6vw;
    height: 44vw;
    position: relative;
}

.miniistick2_08_1 img {
    width: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.miniistick2_08_1_2 {
    opacity: 0;
}

.miniistick2_08_2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 38vw;
}

.miniistick2_08_2 ul {
    display: flex;
    margin-top: calc(1.5vw + 3rem);
}

.miniistick2_08_2 li {
    width: 11rem;
    padding: 0.7rem;
    border-radius: 8px;
    margin-right: 1rem;
    cursor: pointer;
}

.miniistick2_08_2 li img {
    width: 100%;
    margin-bottom: 0.8rem;
}

.miniistick2_08_2 li .eleaf_font {
    font-size: 1.5rem;
    font-weight: bold;
}

.miniistick2_08_2 li .eleaf_font_small {
    font-size: 1.1rem;
    white-space: nowrap;
}

.miniistick2_08_2_1 {
    background-color: rgba(62, 173, 255, 1);
    transition: all 0.5s;
}

.miniistick2_08_2_2 {
    background-color: rgba(43, 255, 125, 0);
    transition: all 0.54s;
}

.miniistick2_08_2_2 p {
    opacity: 0;
}

.miniistick2_08.green .miniistick2_08_2_1 {
    background-color: rgba(62, 173, 255, 0);
}

.miniistick2_08.green .miniistick2_08_2_2 {
    background-color: rgba(43, 255, 125, 1);
}

.miniistick2_08.green .miniistick2_08_2_1 p {
    opacity: 0;
}

.miniistick2_08.green .miniistick2_08_2_2 p {
    opacity: 1;
}

.miniistick2_08.green .miniistick2_08_1_1 {
    opacity: 0;
}

.miniistick2_08.green .miniistick2_08_1_2 {
    opacity: 1;
}

.miniistick2_09 {
    padding-top: 5rem;
}

.miniistick2_09 .num {
    font-family: 'Montserrat';
    font-size: 30vw;
    color: #c9caca;
}

.miniistick2_09 .num .val {
    width: 36vw;
    text-align: center;
    float: left;
}

.miniistick2_09 .num span {
    font-size: calc(2vw + 2rem);
}

.miniistick2_09_1 h2 {
    white-space: nowrap;
}

.miniistick2_09_1 img {
    width: calc(2vw + 12rem);
    margin-top: calc(1vw + 2rem);
}

.miniistick2_09_2 {
    position: relative;
    padding-right: 0;
}

.miniistick2_09_3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.miniistick2_09_3_1 {
    width: 100%;
}

.miniistick2_09_3_2 {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.miniistick2_09_3_2 img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.miniistick2_09_3_3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.miniistick2_10 {
    width: 100%;
    background: url(mini-istick2_10.jpg) no-repeat center;
    background-size: cover;
    padding: calc(3vw + 8rem) 0 calc(5vw + 15rem);
}

.miniistick2_10 h2 {
    padding-bottom: calc(2vw + 9rem);
}

.miniistick2_10 img {
    margin-top: 2rem;
    width: calc(1vw + 9rem);
}

.miniistick2_10 p {
    white-space: nowrap;
}

.miniistick2_11 {
    background-color: #a0c2d0;
    width: 100%;
    padding: calc(4vw + 15rem) 0;
    /* height: 100vh; */
    position: relative;
}

.miniistick2_11 table {
    border: none;
}

.miniistick2_11_1 {
    transition: opacity 0.5s;
}

.miniistick2_11_2 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 42%;
    transition: all 0.5s;
}

.miniistick2_11_3,
.miniistick2_11_4 {
    position: absolute;
    width: calc(50vw + 50rem);
    top: 5vw;
    left: 0;
    transform: rotate( -53.9deg);
    /* transform-origin: 18% 95%; */
    transform-origin: 20% 88%;
    transition: all 0.5s;
}

.miniistick2_11_3 {
    opacity: 0;
}

.miniistick2_11 .blue {
    color: #335d6f;
}

.miniistick2_11 table td {
    padding-top: calc(0.1vw + 0.2rem);
    padding-bottom: calc(0.2vw + 0.5rem);
    padding-right: 1rem;
}

.miniistick2_11 .blue .eleaf_title_small {
    color: #335d6f;
    display: inline;
    font-weight: bold;
}

.opacity0 {
    opacity: 0;
}

.miniistick2_12 {
    padding: calc(2vw + 6rem) 0 calc(2vw + 7rem);
}

.miniistick2_12-1 {
    text-align: center;
}

.miniistick2_12-1 h3 {
    background: #57d9aa;
    border-radius: 5px;
    line-height: 1.6;
    padding-top: 0.1rem;
    width: calc(2vw + 16rem);
    white-space: nowrap;
    margin: 0 auto calc(1vw + 3rem);
}

.miniistick2_12 img {
    margin-top: -7vw;
}

.miniistick2_12 h2 {
    margin-bottom: calc(0.5vw + 3rem);
}

.swiper-button-next.swiper-button-black {
    background-image: url('arrow-next.svg');
}

.swiper-button-prev.swiper-button-black {
    background-image: url('arrow-prev.svg');
}

.miniistick2_12 p span {
    font-size: 10px;
}

@media (max-width: 1199px) {
    .miniistick2_08_2 li {
        width: 13rem;
    }
    .miniistick2_12 img {
        margin-top: 2rem;
    }
}

@media (max-width: 992px) {
    .miniistick2_11_3,
    .miniistick2_11_4 {
        width: 100vw;
    }
}

@media (max-width: 767px) {
    .miniistick2_01,
    .colors-box,
    .colors-bg {
        height: 90vw;
    }
    .colors-bg {
        width: 96vw;
        left: 2vw;
    }
    .colors-container {
        width: 96vw;
    }
    .miniistick2_01_hand {
        left: 2.4vw;
        width: 210%;
    }
    .txt-bg {
        width: 100%;
        left: 0;
    }
    .txt-bg .txt-bg-title {
        width: 23%;
        left: 20%;
    }
    .colors-container>div>img:first-child {
        width: 60%;
    }
    .left_center,
    .right_center {
        width: 100%;
        height: 100%;
    }
    .miniistick2_02 .left_center {
        width: 100%;
        height: 47vw;
        transform: translate(0, -28vw);
        transition: transform 1s;
    }
    .miniistick2_02.blue .left_center {
        height: 110vw;
    }
    .miniistick2_02_left {
        width: 100%;
        height: 110vw;
    }
    .miniistick2_02_left img {
        width: 190%;
        max-width: 190%!important;
        margin-left: -72%;
        transform: translateY(-5%);
    }
    .miniistick2_02_1 {
        top: 15vw;
        left: 8vw;
        width: 80vw;
    }
    .miniistick2_02_2 {
        top: 90vw;
        right: 5.6vw;
        left: auto;
    }
    .miniistick2_02_right {
        width: 100%;
        height: 110vw;
        top: auto;
        bottom: 0;
        transition: height 1s;
    }
    .miniistick2_02.blue .miniistick2_02_right {
        width: 100%;
        height: 47vw;
        transition: height 1s;
    }
    .miniistick2_02.blue .right_center {
        transform: translate(0, -26vw);
        transition: transform 1s;
    }
    .miniistick2_02_right img {
        width: 190%;
        max-width: 190%!important;
        margin-left: -72%;
        margin-top: -5%;
    }
    .miniistick2_02 {
        height: 157vw;
    }
    .right_center {
        width: 100%;
        height: 110vw;
    }
    .miniistick2_03 {
        z-index: 9;
    }
    .miniistick2_03 img {
        width: 170%;
        max-width: 170%!important;
        margin-left: -43%;
    }
    .miniistick2_03_1 {
        position: absolute;
        left: 8vw;
        top: 50vw;
        width: 70vw;
    }
    .miniistick2_04 {
        padding: 6rem 0;
    }
    .miniistick2_04_3 {
        width: 88%;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        margin-left: 6%;
    }
    .miniistick2_04_4 {
        position: relative;
        bottom: 0;
    }
    .miniistick2_05_1 {
        position: absolute;
        left: 5%;
        width: 90%;
        top: 10%;
        transform: translateY(0);
    }
    .miniistick2_06_1 div {
        width: 25%;
    }
    .miniistick2_06_1 img {
        margin-top: 1rem;
    }
    .miniistick2_06_1 p {
        margin-bottom: 1rem;
        font-size: calc(0.52vw + 10px);
    }
    .miniistick2_06 {
        background-position-x: 100%;
    }
    .miniistick2_07_col_1,
    .miniistick2_07_col_3 {
        width: 47%;
    }
    .miniistick2_07 h3 {
        font-size: 16px;
    }
    .miniistick2_07_2 {
        width: 90%;
    }
    .miniistick2_07_col_1 h3,
    .miniistick2_07_col_1 p {
        padding-left: 0;
    }
    .miniistick2_07_col_3 h3 {
        text-align: right;
    }
    .miniistick2_07_col_2 {
        width: 5%;
    }
    .miniistick2_07_col_2 .miniistick2_07_2 {
        display: none;
    }
    .miniistick2_07_col_2_1 {
        background-color: #fff;
        width: 4vw;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .miniistick2_07_col_xs {
        background-color: #8b8e9d;
        border-top: 4vw solid #fff;
        padding: 8vw 15px 10vw;
    }
    .miniistick2_07_col_xs img {
        width: 60%;
        margin-bottom: 3rem;
    }
    .miniistick2_08 {
        padding-top: 6rem;
    }
    .miniistick2_08_1 {
        width: 78%;
        margin-left: 11vw;
        height: 66vw;
    }
    .miniistick2_08_2 {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        width: 88vw;
        margin-left: 6vw;
    }
    .miniistick2_08_2 li {
        width: 15rem;
    }
    .miniistick2_09 .num {
        font-size: 40vw;
    }
    .miniistick2_09 .num .val {
        width: 48vw;
    }
    .miniistick2_11_2 {
        position: relative;
        left: 0;
        height: 90vw;
        width: 100%;
    }
    .miniistick2_11_3,
    .miniistick2_11_4 {
        width: 140vw;
        transform-origin: 40% 30%;
        margin-left: -28%;
    }
    .miniistick2_12-2 .al {
        text-align: center;
    }
    .miniistick2_12 .swiper-button-next,
    .miniistick2_12 .swiper-button-prev {
        -webkit-background-size: 13.5px 22px;
        background-size: 13.5px 22px;
    }
}


/*--------- mod ---------*/

.modcontent .miniistick2_01_hand {
    left: 4.6vw;
}

.modcontent .miniistick2_01_Rose {
    transform: scale(1.2);
}

.modcontent .miniistick2_09_3 {
    top: auto;
    bottom: 0;
}

.modcontent .miniistick2_12 p {
    color: #595757;
}

.miniistick2_12 img {
    width: 100%;
}

.modcontent .miniistick2_12-2 {
    padding-top: 8vw;
}

.modcontent .miniistick2_12 img {
    margin-top: -8vw;
}

@media (max-width: 1199px) {
    .modcontent .miniistick2_12-2 {
        padding-top: 0;
    }
    .modcontent .miniistick2_12 img {
        margin-top: 2rem;
    }
}

@media (max-width:767px) {
    .miniistick2_11 img {
        margin-top: 2rem;
    }
}


/*-------- GS Air 4 --------*/

.tank_01 {
    position: relative;
    background: url(tank-01-bg.jpg) no-repeat center;
    background-size: cover;
    padding: calc(2vw + 10rem) 0 calc(2vw + 7rem);
}

.tank_01 h1.eleaf_title {
    font-size: calc(2vw + 30px);
    padding-bottom: calc(2vw + 5rem);
}

.tank_01 img {
    margin: 0 auto;
    width: calc(8vw + 50rem);
}

.tankcontent .miniistick2_07_col_1,
.tankcontent .miniistick2_07_col_3 {
    width: 47%;
}

.tankcontent .miniistick2_07_col_1 h3,
.tankcontent .miniistick2_07_col_1 p {
    padding-left: 0;
}

.tankcontent .miniistick2_07_col_3 h3 {
    text-align: right;
}

.tankcontent .miniistick2_07_col_2 {
    width: 5%;
}

.tankcontent .miniistick2_07_col_2_1 {
    background-color: #fff;
    width: 2rem;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
}

.tankcontent .miniistick2_07 {
    padding-bottom: 0;
}

.miniistick2_07_5 {
    background-color: #8b8e9d;
    border-top: 2rem solid #fff;
    padding: calc(2vw + 5rem) 0;
}

.tank_02 {
    width: 100%;
    padding: calc(2vw + 8rem) 0;
    background-color: #a0c2d0;
}

.tank_02_1 {
    position: relative;
    width: calc(2vw + 20rem);
    margin: calc(1vw + 7rem) auto 2rem;
    text-align: center;
}

.tank_02_2 {
    position: relative;
    width: calc(1.6vw + 16rem);
    height: calc(3.2vw + 32rem);
    margin: auto;
}

.tank_02_2 img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.tank_02 p {
    line-height: 1.6;
}

.tank-02-1-2 {
    opacity: 0;
}

.tank_02.gun .tank-02-1-2 {
    opacity: 1;
}

.tank-02-1-1 {
    opacity: 1;
}

.tank_02.gun .tank-02-1-1 {
    opacity: 0;
}

.tank_02_3 {
    width: 100%;
    background-color: #335d6f;
    text-align: center;
    color: #ffffff;
    padding: 1rem 0;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.tank_02_4 {
    padding-top: calc(2.4vw + 24rem);
}

.tank_02_4 li {
    display: flex;
    margin-bottom: 2rem;
}

.tank_02_4 div {
    width: calc(0.8vw + 16px);
    height: calc(0.8vw + 16px);
    border-radius: 50%;
    margin-right: 1rem;
}

.li-sliver div {
    border: 1px solid #fff;
    background-color: #f3fdff;
}

.tank_02.gun .li-sliver div {
    border: 2px solid transparent;
}

.li-gun div {
    border: 1px solid transparent;
    background-color: #575451;
}

.tank_02.gun .li-gun div {
    border: 2px solid #fff;
}

.tank_02_5 {
    padding-top: 5rem;
}

.tankcontent .miniistick2_12 img {
    margin-top: 0;
}

.tank_03_1 {
    padding-top: calc(5vw + 4rem);
}

@media (max-width: 767px) {
    .tank_02_4 {
        padding-top: 0;
        text-align: center;
    }
    .tank_02_4 ul {
        width: calc(2.4vw + 24rem);
        display: flex;
        margin: 3rem auto 0;
    }
    .tank_02_4 ul li {
        width: calc(1.2vw + 12rem);
    }
    .tank_03_1 {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .tank_03_1 p {
        text-align: center;
    }
}


/*----------- coil ---------*/

.coil_01 {
    width: 100%;
    background: linear-gradient(to bottom, #e3fffe, #bcf8f6);
    padding: calc(2.5vw + 8rem) 0;
}

.coil_01 h2 {
    padding-bottom: 3rem
}

.coil_01_icon img {
    width: calc(0.5vw + 5rem);
    height: calc(0.5vw + 5rem);
    margin-right: calc(0.5vw + 0.5rem);
    float: left;
}

.coil_01_icon div {
    margin-bottom: 2rem;
    display: flex;
}

.coil_01_icon span {
    white-space: nowrap;
}

.coil_01 p.eleaf_font {
    line-height: 1.6;
}

.coil_02 {
    padding: calc(2.5vw + 8rem) 0;
    background-color: #fff;
}

@media (max-width: 767px) {
    .coil_01-1 {
        margin-top: 3rem;
    }
    .coil_02-2 {
        padding-top: 4rem;
    }
    .coil_02-2 h2,
    .coil_02-2 p {
        text-align: center;
    }
    .coil_02 img {
        width: 20rem;
    }
}