.range {
    -webkit-appearance: none;
    background: 0 0;
    margin: 0 auto;
    display: block;
    width: 391px;
    max-width: 90%;
    border: 0
}

.range:focus {
    outline: 0
}

.range::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: rgba(0, 0, 0, .15);
    border-radius: 0;
    border: 0
}

.range:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, .15)
}

.range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0;
    height: 8px;
    width: 51px;
    border-radius: 4px;
    background: #4d4d4d;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px
}

.range:focus::-webkit-slider-thumb {
    outline: 1px dashed #000;
    outline-offset: 2px
}

.range::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: rgba(0, 0, 0, .15);
    border-radius: 0;
    border: 0
}

.range::-moz-range-thumb {
    box-shadow: none;
    border: 0;
    height: 8px;
    width: 51px;
    border-radius: 4px;
    background: #4d4d4d;
    cursor: pointer;
    margin-top: -3px
}

.range:focus::-moz-range-thumb {
    outline: 1px dashed #000;
    outline-offset: 2px
}

.range::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.range::-ms-tooltip {
    display: none
}

.range::-ms-fill-lower,
.range::-ms-fill-upper {
    background: rgba(0, 0, 0, .15);
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.range::-ms-thumb {
    box-shadow: none;
    border: 0;
    height: 8px;
    width: 51px;
    border-radius: 4px;
    background: #4d4d4d;
    margin: 0;
    cursor: pointer;
    margin-top: -3px
}

.range:focus::-ms-thumb {
    outline: 1px dashed #000;
    outline-offset: 2px
}

.range:focus::-ms-fill-lower,
.thinSlider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, .15)
}

.banner-close-black .banner-item-name {
    color: #000 !important
}

@media screen and (min-width:1024px) {
    .header-fixed {
        background: #f4f4f4 !important
    }

    .detail {
        position: relative;
        background: #f4f4f4
    }

    .detail-top {
        width: 1200px;
        padding-top: 50px;
        padding-bottom: 80px;
        margin: 0 auto
    }

    .detail-top:after,
    .detail-top:before {
        display: block;
        clear: both;
        content: ' '
    }

    .product-img {
        width: 57%;
        float: left
    }

    .img-box {
        float: right;
        height: 572px;
        text-align: center;
        touch-action: none
    }

    .img360-info {
        font-family: WorkSans-Regular !important;
        display: block;
        color: #4d4d4d;
        font-size: 14px;
        margin-top: 15px
    }

    .product-color {
        font-family: WorkSans-Regular !important;
        font-size: 14px;
        color: #4d4d4d;
        margin-top: 37px
    }

    .detail-desc {
        font-family: WorkSans-Regular !important;
        font-size: 14px;
        color: #4d4d4d;
        line-height: 20px;
        margin-bottom: 35px
    }

    .detail-info {
        width: 43%;
        float: left;
        display: block;
        padding-top: 100px;
        padding-left: 10px
    }

    .detail-sub-title {
        font-size: 20px;
        line-height: 20px;
        color: #000030
    }

    .detail-title {
        font-family: VaporessoFont !important;
        font-size: 62px;
        line-height: 45px;
        color: #030303;
        margin-top: 10px;
        text-align: left !important
    }

    .detail-price {
        font-size: 16px;
        padding: 15px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .detail-price label {
        font-family: WorkSans-Regular !important;
        color: #4d4d4d
    }

    .detail-price span {
        font-family: WorkSans-Bold !important;
        color: #000
    }

    .detail-text {
        font-size: 14px;
        color: #4d4d4d;
        line-height: 21px;
        margin-bottom: 28px
    }

    .detail-text span {
        display: block
    }

    .img-360 {
        width: 550px;
        height: 550px;
        background-image: url(/hubfs/imgs/product_detail/360/1.png);
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: center center
    }

    .color-icon {
        display: inline-block;
        background-size: cover;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        font-size: 0;
        position: relative
    }

    .color-icon span {
        position: absolute;
        z-index: 2;
        white-space: nowrap
    }

    .color-icon:hover span {
        top: -30px;
        left: 0;
        display: block;
        padding: 6px 7px;
        background-color: rgba(0, 0, 0, .9);
        border-radius: 4px;
        font-family: WorkSans-Regular !important;
        font-size: 12px;
        color: #fff
    }

    .color-icon:hover span:after {
        position: absolute;
        bottom: -10px;
        left: 13px;
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, .9);
        content: ' '
    }

    .color-icon.active:after {
        display: block;
        width: 20px;
        height: 15px;
        margin: 8px auto;
        background-image: url(/hubfs/imgs/product_detail/mark.png);
        content: ' '
    }

    .white.active:after {
        background-image: url(/hubfs/imgs/product_detail/mark_black.png)
    }

    .red {
        background-image: url(/hubfs/imgs/product_detail/red.png)
    }

    .black {
        background-image: url(/hubfs/imgs/product_detail/black.png)
    }

    .colour {
        background-image: url(/hubfs/imgs/product_detail/colour.png)
    }

    .golden {
        background-image: url(/hubfs/imgs/product_detail/golden.png)
    }

    .gray {
        background-image: url(/hubfs/imgs/product_detail/gray.png)
    }

    .green {
        background-image: url(/hubfs/imgs/product_detail/green.png)
    }

    .iridescent {
        background-image: url(/hubfs/imgs/product_detail/Iridescent.png)
    }

    .color-icon.white {
        background-image: url(/hubfs/imgs/product_detail/white.png)
    }

    .blue {
        background-image: url(/hubfs/imgs/product_detail/blue.png)
    }

    .dark-red {
        background-image: url(/hubfs/imgs/product_detail/dark_red.png)
    }

    .pale-green {
        background-image: url(/hubfs/imgs/product_detail/pale_green.png)
    }

    .dark-green {
        background-image: url(/hubfs/imgs/product_detail/dark_green.png)
    }

    .orange {
        background-image: url(/hubfs/imgs/product_detail/orange.png)
    }

    .light-green {
        background-image: url(/hubfs/imgs/product_detail/light_green.png)
    }

    .buy {
        display: block;
        margin-top: 40px;
        width: 160px;
        height: 45px;
        line-height: 43px;
        border-radius: 2px;
        border: 1px solid #999;
        font-size: 16px;
        color: #4d4d4d;
        text-align: center
    }

    .buy:hover {
        color: #000;
        border: 1px solid #000
    }

    .coils-detail {
        background: #fff;
        padding-bottom: 90px
    }

    .detail .detail-menu {
        height: 64px;
        line-height: 64px;
        box-shadow: 0 1px 0 0 #e5e5e5;
        font-size: 18px
    }

    .detail-menu-text {
        float: left
    }

    .detail .detail-menu span {
        font-family: WorkSans-Regular !important;
        color: #4d4d4d
    }

    .detail .detail-menu span a {
        font-family: WorkSans-Regular !important
    }

    .detail .detail-menu span a:hover {
        color: #125afb
    }

    .detail-tab-fixed {
        position: fixed;
        top: 74px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #e5e5e5
    }

    .detail-tab {
        height: 64px;
        float: right;
        font-size: 0
    }

    .detail-tab li {
        display: inline-block;
        height: 100%;
        cursor: pointer;
        color: #000;
        font-size: 18px;
        padding: 0 20px;
        border-bottom: 4px solid transparent;
        transition: border .3s ease-out, color .3s ease-out
    }

    .detail-tab li:hover a {
        color: #125afb
    }

    .detail-tab li.active {
        color: #125afb;
        border-bottom: 4px solid #125afb
    }

    .detail-banner {
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        color: #fff;
        height: 44vw;
        overflow: hidden;
        background: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/hubfs/imgs/product_detail/highlight.png);
        transition: background-image .6s
    }

    .banner-item {
        cursor: pointer;
        flex: 1;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        border-left: 1px solid rgba(255, 255, 255, .4);
        transition: background-color .3s, flex .6s
    }

    .banner-close:hover,
    .banner-normal:hover {
        background-color: rgba(0, 0, 0, .12)
    }

    .banner-normal:hover .banner-item-name {
        transform: translateY(-3vw)
    }

    .banner-normal:hover .banner-item-title {
        opacity: 1 !important;
        transform: translateY(-11vw)
    }

    .banner-item .close {
        background: url(/hubfs/imgs/home/close.png) no-repeat;
        background-size: 100%;
        width: 2vw;
        height: 2vw;
        position: absolute;
        bottom: 7vw;
        left: 50%;
        margin-left: -1vw;
        cursor: pointer
    }

    .banner-item-layer {
        position: absolute;
        width: 100%;
        bottom: 0;
        transition: transform .5s, opacity .6s
    }

    .banner-item .banner-item-name {
        font-family: WorkSans-SemiBold !important;
        font-size: 1.88vw
    }

    .banner-item-text span,
    .banner-item-title span {
        display: block
    }

    .banner-normal .banner-item-name {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 11vw;
        transition: transform .6s
    }

    .banner-normal .banner-item-name span {
        display: block
    }

    .banner-normal .banner-item-title {
        font-family: WorkSans-Light !important;
        font-size: .94vw;
        letter-spacing: -.02vw;
        line-height: 1.1vw;
        margin-top: 1vw;
        color: rgba(255, 255, 255, .8);
        opacity: 0;
        height: 2.2vw;
        overflow: hidden;
        text-align: center;
        margin: 0 auto;
        transform: translateY(-6vw);
        transition: opacity .4s, transform .6s
    }

    .banner-normal .banner-item-title span {
        font-family: WorkSans-Light !important
    }

    .banner-normal .banner-item-text,
    .banner-normal .more {
        opacity: 0;
        position: absolute
    }

    .banner-open {
        flex: 15;
        background-image: none !important;
        cursor: inherit
    }

    .banner-open .close {
        position: absolute;
        left: initial;
        top: 2vw;
        right: 2vw;
        transform: rotate(45deg)
    }

    .banner-close:first-child,
    .banner-open:first-child {
        border-left: 0
    }

    .banner-close .banner-item-layer,
    .banner-open .banner-item-layer {
        top: 0;
        transition: transform 0s;
        transform: translateY(0)
    }

    .banner-close .banner-item-name {
        font-family: WorkSans-Medium !important;
        font-size: 1.35vw;
        margin-top: 1.3vw;
        transform: rotateZ(90deg);
        transform-origin: left center;
        width: 20vw;
        margin-left: 50%
    }

    .banner-close .banner-item-text,
    .banner-close .banner-item-title,
    .banner-close .close,
    .banner-close .more,
    .banner-close .content {
        opacity: 0
    }

    .banner-open .banner-item-layer {
        top: 0;
        left: 7%;
        width: 93%;
        padding-top: 16vw;
        transition: opacity .6s
    }

    .banner-open .banner-item-name {
        font-size: 1.04vw;
        font-family: WorkSans-Medium !important
    }

    .banner-open .banner-item-title {
        font-family: VaporessoFont !important;
        font-size: 3.02vw;
        line-height: 3.03vw;
        margin: .6vw 0 1.5vw 0;
        text-align: left
    }

    .banner-item-title span {
        font-family: VaporessoFont !important
    }

    .banner-open .banner-item-text {
        width: 26vw;
        font-family: WorkSans-Light, arial, -apple-system, Helvetica Neue, sans-serif !important;
        font-size: .94vw;
        line-height: 1.3vw;
        color: rgba(255, 255, 255, 1)
    }

    .banner-open .banner-item-text span {
        margin-top: 1.8vw;
        font-family: WorkSans-Light !important
    }

    .banner-open .more {
        display: block;
        margin-top: 2.8vw;
        width: 8.44vw;
        height: 2.4vw;
        text-align: center;
        line-height: 2.2vw;
        border-radius: .1vw;
        border: solid .1vw rgba(255, 255, 255, .8);
        font-size: .94vw;
        color: #fff
    }

    .nano-red {
        border-bottom: 1px solid #d9d9d9;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .nano-red:after,
    .nano-red:before {
        clear: both;
        display: block;
        content: ' '
    }

    .nano-red-img {
        float: left;
        width: 24.57%;
        margin-left: 13.12%
    }

    .nano-red-info {
        float: left;
        margin-top: 20px;
        margin-left: 13.12%;
        width: 49.19%
    }

    .nano-red-info li {
        float: left;
        width: 50%;
        padding: 32px;
        padding-bottom: 0;
        min-height: 140px;
        border-bottom: 1px solid #d9d9d9
    }

    .nano-red-info li:nth-child(odd) {
        border-right: 1px solid #d9d9d9
    }

    .nano-red-info li:last-child,
    .nano-red-info li:nth-child(5) {
        border-bottom: 0
    }

    .nano-red-name {
        font-family: WorkSans-Regular !important;
        font-size: 18px;
        color: #666
    }

    .nano-red-num {
        font-family: WorkSans-SemiBold, arial, -apple-system, Helvetica Neue, sans-serif !important;
        font-size: 26px;
        color: #1f1f33;
        margin-top: 10px;
        word-wrap: break-word
    }

    .dimensions {
        padding: 45px 23px 60px 23px;
        border-bottom: 1px solid #d9d9d9
    }

    .dimensions:after,
    .dimensions:before {
        clear: both;
        display: block;
        content: ' '
    }

    .nano-item-title {
        font-family: WorkSans-SemiBold !important;
        font-size: 26px;
        color: #1f1f33
    }

    .dimensions-img-box {
        width: 62%;
        float: right
    }

    .dimensions-img-box img {
        float: left;
        width: 35%
    }

    .dimensions-img-box img:last-child {
        margin-left: 21%
    }

    .exploded {
        padding: 45px 23px 0 23px
    }

    .exploded:after,
    .exploded:before {
        clear: both;
        display: block;
        content: ' '
    }

    .exploded-img-box {
        margin-top: 25px;
        width: 70%;
        float: right
    }

    .exploded-img-box img {
        float: left;
        width: 42%;
        margin-left: 3%
    }

    .exploded-img-box img:first-child {
        width: 52%;
        margin-top: 6.4%
    }

    .in-the-box {
        padding: 50px 20px 0 20px
    }

    .in-the-box:after,
    .in-the-box:before {
        clear: both;
        display: block;
        content: ' '
    }

    .in-the-box h4 {
        float: left;
        font-family: WorkSans-SemiBold !important;
        font-size: 26px;
        width: 16%;
        line-height: 50px;
        color: #1f1f33
    }

    .in-the-box-tab {
        float: left;
        width: 40%;
        height: 50px;
        margin-left: 7%
    }

    .in-the-box-tab:after,
    .in-the-box-tab:before {
        clear: both;
        display: block;
        content: ' '
    }

    .in-the-box-tab li {
        float: left;
        text-align: center;
        font-size: 18px;
        color: #000;
        width: 50%;
        height: 100%;
        line-height: 50px;
        cursor: pointer;
        transition: background-color .3s, color .3s
    }

    .in-the-box-tab li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: 1px solid #d9d9d9;
        border-right: 0
    }

    .in-the-box-tab li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border: 1px solid #d9d9d9;
        border-left: 0
    }

    .in-the-box-tab li.active {
        background-color: #125afb;
        color: #fff
    }

    .in-the-box-kit {
        clear: both;
        margin-left: 23%;
        padding-top: 40px
    }

    .in-the-box-text p {
        float: left;
        font-family: WorkSans-Regular, arial, -apple-system, Helvetica Neue, sans-serif !important;
        font-size: 18px;
        line-height: 30px;
        color: #575766
    }

    .in-the-box-text p span {
        display: block;
        font-family: inherit !important;
        text-indent: 17px
    }

    .in-the-box-text p:first-child {
        width: 60%
    }

    .in-the-box-kit img {
        margin-top: 35px;
        width: 90%
    }
}

@media screen and (max-width:1023px) {
    body {
        background-color: #f5f5f5 !important
    }

    .detail {
        position: relative;
        background-color: #f5f5f5;
        padding-top: 40px
    }

    .detail-tab-fixed {
        height: 45px
    }

    .detail-tab-fixed .detail-tab {
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #e5e5e5
    }

    .detail-tab-fixed .detail-menu-text {
        margin-bottom: 45px
    }

    .detail-top {
        position: relative;
        height: 665px
    }

    .detail-info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 18px;
        text-align: center
    }

    .detail-sub-title {
        font-size: 13px;
        color: #000030
    }

    .detail-title {
        font-family: VaporessoFont !important;
        font-size: 38px;
        color: #030303;
        margin-top: 6px
    }

    .detail-price {
        width: 130px;
        margin: 5px auto 20px auto;
        padding: 10px 0;
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .detail-price label {
        font-family: WorkSans-Regular !important;
        color: #4d4d4d
    }

    .detail-price span {
        font-family: WorkSans-Bold !important;
        color: #000
    }

    .detail-text {
        font-family: WorkSans-Regular !important;
        font-size: 11px;
        color: #4d4d4d;
        line-height: 17px
    }

    .detail-text span {
        font-family: WorkSans-Regular !important
    }

    .detail-desc {
        font-family: WorkSans-Regular !important;
        font-size: 11px;
        line-height: 16.5px;
        color: #4d4d4d;
        margin-bottom: 25px
    }

    .buy {
        display: block;
        margin: 20px auto;
        width: 130px;
        height: 35px;
        line-height: 33px;
        font-size: 13px;
        color: #4d4d4d;
        border-radius: 2px;
        border: solid 1px #999
    }

    .product-img {
        position: absolute;
        top: 225px;
        left: 0;
        width: 100%
    }

    .img-box {
        height: 380px;
        text-align: center
    }

    .img360-info {
        font-family: WorkSans-Regular !important;
        display: block;
        color: #4c4c4c;
        font-size: 11px;
        margin-top: 6px
    }

    .product-color {
        font-family: WorkSans-Regular !important;
        font-size: 11px;
        color: #4d4d4d;
        margin-top: 50px
    }

    .img-360 {
        width: 180px;
        height: 310px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-image: url(/hubfs/imgs/product_detail/360/1.png)
    }

    .range {
        margin-top: 20px;
        width: 260px
    }

    .range::-webkit-slider-thumb {
        height: 5px;
        width: 50px;
        margin-top: -1.5px
    }

    .range::-moz-range-thumb {
        height: 5px;
        width: 50px;
        margin-top: -1.5px
    }

    .range::-ms-thumb {
        height: 5px;
        width: 50px;
        margin-top: -1.5px
    }

    .color-list {
        position: absolute;
        bottom: -420px;
        left: 50%;
        margin-left: -106px
    }

    .color-icon {
        display: inline-block;
        width: 34px;
        height: 24px;
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: center center;
        font-size: 0
    }

    .colour {
        background-image: url(/hubfs/imgs/product_detail/mob/colour.png)
    }

    .red {
        background-image: url(/hubfs/imgs/product_detail/mob/red.png)
    }

    .black {
        background-image: url(/hubfs/imgs/product_detail/mob/black.png)
    }

    .golden {
        background-image: url(/hubfs/imgs/product_detail/mob/golden.png)
    }

    .gray {
        background-image: url(/hubfs/imgs/product_detail/mob/gray.png)
    }

    .green {
        background-image: url(/hubfs/imgs/product_detail/mob/green.png)
    }

    .iridescent {
        background-image: url(/hubfs/imgs/product_detail/mob/Iridescent.png)
    }

    .color-icon.white {
        background-image: url(/hubfs/imgs/product_detail/mob/white.png)
    }

    .blue {
        background-image: url(/hubfs/imgs/product_detail/mob/blue.png)
    }

    .dark-red {
        background-image: url(/hubfs/imgs/product_detail/mob/dark_red.png)
    }

    .pale-green {
        background-image: url(/hubfs/imgs/product_detail/mob/pale_green.png)
    }

    .dark-green {
        background-image: url(/hubfs/imgs/product_detail/mob/dark_green.png)
    }

    .orange {
        background-image: url(/hubfs/imgs/product_detail/mob/orange.png)
    }

    .light-green {
        background-image: url(/hubfs/imgs/product_detail/mob/light_green.png)
    }

    .color-icon.active:after {
        display: block;
        width: 12.5px;
        height: 9px;
        background-image: url(/hubfs/imgs/product_detail/mob/mark.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 7.5px auto;
        content: ''
    }

    .white.active:after {
        background-image: url(/hubfs/imgs/product_detail/mob/mark_black.png)
    }

    .coils-detail {
        background-color: #fff
    }

    .detail-menu {
        min-height: 45px
    }

    .detail-menu-text {
        height: 40px;
        line-height: 39px;
        padding-left: 15px
    }

    .detail-menu-text p {
        padding-right: 15px;
        border-bottom: 1px solid #e6e6e6
    }

    .detail-menu-text span {
        font-family: WorkSans-Regular !important;
        font-size: 11px;
        color: #4d4d4d
    }

    .detail-menu-text span:last-child {
        float: right
    }

    .detail .detail-menu span a {
        font-family: WorkSans-Regular !important;
        color: #4d4d4d
    }

    .detail-tab {
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        height: 45px;
        border-bottom: 1px solid #e6e6e6
    }

    .detail-tab li {
        flex: 1;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        color: #000;
        border-bottom: 2px solid transparent
    }

    .detail-tab li a {
        display: block;
        width: 100%;
        height: 100%
    }

    .detail-tab li.active {
        border-bottom: 2px solid #125afb
    }

    .detail-banner {
        display: -webkit-flex;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        background: 0 0;
        width: 100%;
        height: 154vw;
        color: #fff;
        overflow: hidden;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/hubfs/imgs/product_detail/mob/highlight.png);
        transition: background-image .6s;
        background-position: center;
    }

    .banner-item {
        cursor: pointer;
        flex: 1;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        transition: background-color .3s, flex .6s
    }

    .banner-item .close {
        background: url(/hubfs/imgs/home/close.png) no-repeat;
        background-size: 100%;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 15px;
        cursor: pointer
    }

    .banner-normal .banner-item-name {
        font-family: WorkSans-SemiBold !important;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        position: absolute;
        left: 16px;
        top: 50%
    }

    .banner-normal .banner-item-text,
    .banner-normal .banner-item-title,
    .banner-normal .more {
        opacity: 0;
        position: absolute
    }

    .banner-normal .banner-item-name span {
        display: block;
        font-family: WorkSans-SemiBold !important;
        line-height: 20px
    }

    .banner-open {
        flex: 12;
        cursor: inherit
    }

    .banner-close .banner-item-text,
    .banner-close .banner-item-title,
    .banner-close .close,
    .banner-close .more,
    .banner-close .content {
        opacity: 0
    }

    .banner-close .banner-item-layer,
    .banner-open .banner-item-layer {
        position: absolute;
        width: 100%;
        top: 0
    }

    .banner-open .banner-item-layer {
        transition: opacity .6s;
        padding: 26px 16px
    }

    .banner-open .banner-item-name {
        font-size: 13px
    }

    .banner-open .banner-item-title {
        font-family: VaporessoFont !important;
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
        text-align: left
    }

    .banner-open .banner-item-title span {
        font-family: VaporessoFont !important;
        display: block
    }

    .banner-open .banner-item-text {
        font-family: WorkSans-Regular, arial, -apple-system, Helvetica Neue, sans-serif !important;
        font-size: 13px;
        line-height: 18px;
        color: rgba(255, 255, 255, .8);
        margin-top: 15px
    }

    .banner-open .banner-item-text span {
        font-family: WorkSans-Regular !important
    }

    .banner-open .close {
        right: 15px;
        top: 16px;
        margin-top: 0;
        transform: rotate(45deg)
    }

    .banner-open .more {
        display: block;
        margin-top: 16px;
        width: 127px;
        height: 35px;
        line-height: 35px;
        border-radius: 2px;
        text-align: center;
        border: 1px solid #fff;
        font-size: 13px;
        color: #fff;
        opacity: 1
    }

    .banner-close .banner-item-layer {
        height: 100%
    }

    .banner-close .banner-item-name {
        position: absolute;
        width: 100%;
        font-size: 13px;
        padding: 0 16px;
        top: 50%;
        margin-top: -7.6px
    }

    .nano-red {
        padding-top: 28px
    }

    .nano-red:after,
    .nano-red:before {
        display: block;
        clear: both;
        content: ''
    }

    .nano-red-img {
        display: block;
        width: 38%;
        margin: auto
    }

    .nano-red-info {
        margin-top: 18px;
        padding-right: 15px;
        margin-left: 15px;
        padding-bottom: 36px;
        border-bottom: 1px solid #d9d9d9
    }

    .nano-red-info:after,
    .nano-red-info:before {
        display: block;
        clear: both;
        content: ''
    }

    .nano-red-info li {
        float: left;
        width: 50%;
        padding: 12px 10px;
        padding-bottom: 0;
        min-height: 90px;
        border-bottom: 1px solid #d9d9d9
    }

    .nano-red-info li:nth-child(odd) {
        border-right: 1px solid #d9d9d9
    }

    .nano-red-info li:last-child,
    .nano-red-info li:nth-child(5) {
        border-bottom: 0
    }

    .nano-red-name {
        font-family: WorkSans-Regular !important;
        font-size: 12px;
        color: #666
    }

    .nano-red-num {
        font-family: WorkSans-SemiBold, arial, -apple-system, Helvetica Neue, sans-serif !important;
        font-size: 18px;
        color: #1f1f33;
        margin-top: 9px;
        word-wrap: break-word
    }

    .dimensions {
        margin-left: 15px;
        padding-right: 15px;
        padding-top: 18px;
        padding-bottom: 33px;
        border-bottom: 1px solid #d9d9d9
    }

    .nano-item-title {
        font-family: WorkSans-SemiBold !important;
        font-size: 15px;
        color: #1f1f33
    }

    .dimensions-img-box {
        margin-top: 33px;
        text-align: center
    }

    .dimensions-img-box img:first-child {
        max-width: 180px;
        width: 45%
    }

    .dimensions-img-box img:nth-child(2) {
        max-width: 180px;
        width: 45%
    }

    .exploded {
        margin-left: 15px;
        padding-right: 15px;
        padding-top: 18px
    }

    .exploded-img-box {
        margin-top: 33px;
        text-align: center
    }

    .exploded-img-box img {
        width: 264px
    }

    .exploded-img-box img:last-child {
        margin-top: 45px;
        width: 207px;
        margin-bottom: 40px
    }

    .in-the-box {
        padding: 20px 15px 60px 15px
    }

    .in-the-box-tab {
        width: 100%;
        font-size: 0;
        border-radius: 4px;
        border: solid 1px #d9d9d9;
        height: 32px;
        line-height: 30px
    }

    .in-the-box-tab li {
        display: inline-block;
        width: 50%;
        height: 100%;
        font-size: 13px;
        color: #000;
        text-align: center
    }

    .in-the-box-tab li a {
        display: block;
        width: 100%;
        height: 100%
    }

    .in-the-box-tab li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .in-the-box-tab li:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .in-the-box-tab li.active {
        background-color: #125afb;
        color: #fff
    }

    .in-the-box-kit {
        margin-top: 20px
    }

    .in-the-box-text {
        font-family: WorkSans-Regular !important;
        font-size: 13px;
        line-height: 20px;
        color: #575766
    }

    .in-the-box-text p {
        font-family: WorkSans-Regular, arial, -apple-system, Helvetica Neue, sans-serif !important
    }

    .in-the-box-text p span {
        display: block;
        font-family: inherit !important;
        text-indent: 12px
    }

    .in-the-box-kit img {
        width: 100%;
        margin-top: 20px
    }
}