@font-face {
    font-family: 'Times New Roman Regular';
    font-display: swap;
    src: url("/old-static/css/fonts/times.ttf");
}

@font-face {
    font-family: 'timesbi';
    font-display: swap;
    src: url("/old-static/css/fonts/timesbi.ttf");
}

@font-face {
    font-family: 'timesbd';
    font-display: swap;
    src: url("/old-static/css/fonts/timesbd.ttf");
}

#app {
    background-color: #222222;
}

/* 海报 */
.first-banner {
    width: 100%;
    min-height: 54vw;
    background-image: url(https://files.myuwell.com/blob/product/valyrian-III-tank/banner/banner.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 颜色变化区 */
.color {
    width: 100%;
    height: 400vh;
}

.color-con {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.color-sticky {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    position: sticky;
    background: url(https://files.myuwell.com/blob/product/valyrian-III-tank/color/background.webp) no-repeat center center;
    background-size: cover;
}

.color-title {
    top: 140px;
    position: absolute;
    text-transform: uppercase;
    font-family: 'Times New Roman Regular';
    font-size: 72px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 10px #6c7076;
}

.color-img-box {
    width: 197px;
    height: 398px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.color-img {
    transition: opacity .8s ease-out;
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0%);
    -webkit-transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -ms-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}


.color-img.colorRoll {
    z-index: 2;
    opacity: 1;
}

.color-img-text {
    white-space: nowrap;
    font-family: 'Times New Roman Regular';
    color: #e7e7e7;
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}




/* illustration */
.illustration {
    width: 100%;
    height: 54vw;
    background-image: url(https://files.myuwell.com/blob/product/valyrian-III-tank/illustration/background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


.illustration-con {
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.ill-mobile-box {
    display: none;
}

.illustration-img-box {
    width: 1240px;
    height: 632px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.illustration-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.ill-text-box {
    z-index: 2;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.ill-text-content {
    font-family: 'Times New Roman Regular';
    font-size: 30px;
    color: #ffffff;
    white-space: nowrap;
}

.ill-text-row {
    display: flex;
    flex-direction: column;
    padding-top: 48px;
    align-items: center;
}

.ill-text-line {
    width: 1px;
    height: 220px;
    background-color: #ffffff;
}

.ill-text-cir {
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}


.ill-base {
    left: 12%;
    bottom: 57%;
}

.ill-tank {
    left: 51%;
    bottom: 57%;
}

.ill-tip {
    left: 93%;
    bottom: 57%;
}

.ill-ring {
    top: 55%;
    left: 3%;
}

.ill-ring .ill-text-row,
.ill-coil .ill-text-row,
.ill-cap .ill-text-row {
    padding-top: 0px;
    padding-bottom: 48px;
}

.ill-coil {
    top: 55%;
    left: 30%;
}

.ill-cap {
    top: 55%;
    left: 61%;
}



/* bg */

.bg-box {
    width: 100%;
    height: 54vw;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-box-con {
    margin: 0 auto;
    height: 100%;
    width: 1440px;
    font-family: 'Times New Roman Regular';
    position: relative;
    color: #fff;
    font-size: 36px;
}


.bg-box-content-text {
    font-size: 24px;
    width: 100%;
    padding-bottom: 50px;
}

.bg-box-title-text {
    font-size: 72px;
    text-shadow: 0 -1px 10px #6c7076;
    width: 100%;
    padding-bottom: 50px;
}

.coil-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/coil/background.webp');
}
.coil-bg-box .bg-box-content-text{
    width: 1100px;
    margin: 0 auto;
}

.bg-box-coil-content {
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.bg-box-coil {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-box-coil-main-img {
    margin-top: 50px;
    width: 1320px;
    height: 268px;
    background-image: url(https://files.myuwell.com/blob/product/valyrian-III-tank/coil/coil.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-box-coil-main-text {
    width: 100%;
    display: flex;
}

.bg-box-coil-main-text-li {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.bg-box-coil-main-text-li li {
    font-size: 18px;
    padding-top: 50px;
    font-family: 'timesbd';
}

.bg-box-coil-main-text-li p {
    font-size: 18px;
    padding-top: 30px;
    font-family: 'Times New Roman Regular';
    white-space: nowrap;
}

/* focs */

.focs-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/focs/background.webp');
}


.bg-box-focs-content {
    top: 490px;
    right: 0;
    position: absolute;
    width: 890px;
}

.bg-box-focs-content .bg-box-content-text {
    width: 770px;
}


/* technology */
.technology-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/technology/background.webp');
}

.bg-box-technology-content {
    top: 350px;
    left: 0;
    position: absolute;
    width: 590px;
}

.bg-box-technology-content .bg-box-content-text {
    width: 510px;
}



/* lagrge */
.lagrge-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/lagrge/background.webp');
}

.bg-box-lagrge-content {
    top: 400px;
    right: 0;
    position: absolute;
    width: 710px;
}

/* filling */

.filling-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/filling/background.webp');
}

.bg-box-filling-content {
    top: 490px;
    left: 0;
    position: absolute;
}



.value-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/value/background.webp');
}



.includes-bg-box {
    background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/includes/background.webp');
}

.bg-box-includes-content {
    top: 60px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}


@media (max-width:1920px) {
    .color-title {
        top: 7vw;
        font-size: 3.6vw;
    }

    .color-img-box {
        width: 10vw;
        height: 20vw;
    }

    .color-img-text {
        font-size: 1.2vw;
        bottom: -5vw;
    }



    /* illustration */

    .illustration-con {
        width: 75%;
    }

    .illustration-img-box {
        width: 62vw;
        height: 31.6vw;
    }

    .ill-text-content {
        font-size: 1.5vw;
    }

    .ill-text-row {
        padding-top: 2.4vw;
    }

    .ill-text-line {
        height: 11vw;
    }

    .ill-text-cir {
        height: 0.6vw;
        width: 0.6vw;
    }


    .ill-base {
        left: 12%;
        bottom: 57%;
    }

    .ill-tank {
        left: 51%;
        bottom: 57%;
    }

    .ill-tip {
        left: 93%;
        bottom: 57%;
    }

    .ill-ring {
        top: 55%;
        left: 3%;
    }

    .ill-ring .ill-text-row,
    .ill-coil .ill-text-row,
    .ill-cap .ill-text-row {
        padding-top: 0px;
        padding-bottom: 2.4vw;
    }

    .ill-coil {
        top: 55%;
        left: 30%;
    }

    .ill-cap {
        top: 55%;
        left: 61%;
    }



    /* bg */


    .bg-box-con {
        width: 75%;
        font-size: 1.8vw;
    }


    .bg-box-content-text {
        font-size: 1.2vw;
        padding-bottom: 2.5vw;
    }

    .bg-box-title-text {
        font-size: 3.6vw;
        padding-bottom: 2.5vw;
    }



    .bg-box-coil-content {
        top: 6.5vw;
    }
    .coil-bg-box .bg-box-content-text{
        width: 55vw;
    }
    .bg-box-coil-main-img {
        margin-top: 2.5vw;
        width: 66vw;
        height: 13.4vw;
    }


    .bg-box-coil-main-text-li li {
        font-size: 0.9vw;
        padding-top: 2.5vw;
    }

    .bg-box-coil-main-text-li p {
        font-size: 0.9vw;
        padding-top: 1.5vw;
    }

    /* focs */



    .bg-box-focs-content {
        top: 24.5vw;
        width: 44.5vw;
    }

    .bg-box-focs-content .bg-box-content-text {
        width: 38.5vw;
    }


    /* technology */


    .bg-box-technology-content {
        top: 17.5vw;
        width: 29.5vw;
    }

    .bg-box-technology-content .bg-box-content-text {
        width: 25.5vw;
    }




    .bg-box-lagrge-content {
        top: 20vw;
        width: 35.5vw;
    }


    .bg-box-filling-content {
        top: 24.5vw;
    }



    .bg-box-includes-content {
        top: 3vw;
    }
}


@media (max-width:1000px) {
    .first-banner {
        min-height: 13.34rem;
        background-image: url(https://files.myuwell.com/blob/product/valyrian-III-tank/banner/bannerMobile.webp);
    }

    /* color */
    .color-sticky {
        background: url(https://files.myuwell.com/blob/product/valyrian-III-tank/color/mobileBg.webp) no-repeat center center;
    }


    .color-title {
        top: 1.3rem;
        font-size: 0.72rem;
        width: 4.8rem;
        line-height: 0.9;
    }

    .color-img-box {
        width: 2.7rem;
        height: 5.4rem;
    }

    .color-img {
        top: 0%;
    }

    .color-img-text {
        font-size: 0.32rem;
        bottom: -1rem;
    }


    /* illustration */
    .illustration {
        width: 100%;
        height: 13.34rem;
        background-image: url(https://files.myuwell.com/blob/product/valyrian-III-tank/illustration/bgMobile.webp);
    }

    .illustration-con {
        width: 100%;
        background-image: url(https://files.myuwell.com/blob/product/valyrian-III-tank/illustration/boomMoblie.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }

    .illustration-img-box {
        display: none;
    }

    .ill-mobile-box {
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .ill-mobile-text {
        display: flex;
        align-items: center;
        position: absolute;
    }

    .ill-mobile-text-content {
        font-size: 0.24px;
        color: #fff;
        font-family: 'Times New Roman Regular';
    }

    .ill-mobile-text-row {
        display: flex;
        align-items: center;
    }
    .ill-mobile-text-line{
        width: 1.4rem;
        height: 0.02rem;
        background-color: #fff;
    }
    .ill-mobile-text-cir{
        height: 0.11rem;
        width: 0.11rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 0.05rem #fff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }


    .moill-tip .ill-mobile-text-content,
    .moill-tank .ill-mobile-text-content,
    .moill-base .ill-mobile-text-content
    {
        padding-right: 10px;
    }

    
    .moill-tip{
        top: 10%;
        right: 54%;
    }
    .moill-tank{
        top: 45%;
        right: 54%;
    }
    .moill-base{
        top: 77%;
        right: 54%;
    }

    .moill-button .ill-mobile-text-content,
    .moill-coil .ill-mobile-text-content,
    .moill-ring .ill-mobile-text-content
    {
        padding-left: 10px;
    }
    .moill-button .ill-mobile-text-line,
    .moill-coil .ill-mobile-text-line,
    .moill-ring .ill-mobile-text-line{
        width: 1.1rem;
    }
    .moill-button{
        top: 32%;
        left: 58%;
    }
    .moill-coil{
        top: 64%;
        left: 58%;
    }
    .moill-ring{
        top: 81%;
        left: 58%;
    }

    /* bg */

    .bg-box {
        width: 100%;
        height: 13.34rem;
    }

    .bg-box-con {
        width: 80%;
        font-size: 0.24rem;
    }

    .bg-box-content-text {
        font-size: 0.24rem;
        padding-bottom: 0.5rem;
    }

    .bg-box-title-text {
        font-size: 0.72rem;
        padding-bottom: 0.5rem;
    }

    .coil-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/coil/mobileBg.webp');
    }

    .coil-bg-box .bg-box-content-text {
        width: 4.7rem;
        margin: 0 auto;
        text-align: left;
    }

    .bg-box-coil {
        display: none;
    }

    /* focs */
    .focs-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/focs/mobileBg.webp');
    }


    .bg-box-focs-content {
        top: 1.1rem;
        width: 100%;
    }

    .bg-box-focs-content .bg-box-title-text {
        text-align: center;
    }

    .bg-box-focs-content .bg-box-content-text {
        width: 5rem;
        margin: 0 auto;
    }

    /* technology */
    .technology-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/technology/mobileBg.webp');
    }

    .bg-box-technology-content {
        top: 1.3rem;
        width: 100%;
    }

    .bg-box-technology-content .bg-box-title-text {
        text-align: center;
    }

    .bg-box-technology-content .bg-box-content-text {
        width: 5.10rem;
        margin: 0 auto;
    }

    /* lagrge */
    .lagrge-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/lagrge/mobileBg.webp');
    }

    .bg-box-lagrge-content {
        top: 1rem;
        width: 100%;
    }

    .bg-box-lagrge-content .bg-box-title-text {
        text-align: center;
    }

    .bg-box-lagrge-content .bg-box-content-text {
        width: 5rem;
        margin: 0 auto;
    }

    /* filling */

    .filling-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/filling/mobileBg.webp');
    }

    .bg-box-filling-content {
        top: 1rem;
        width: 100%;
    }

    .bg-box-filling-content .bg-box-title-text {
        text-align: center;
    }

    .bg-box-filling-content .bg-box-content-text {
        width: 4.5rem;
        margin: 0 auto;
    }


    /* value */
    .value-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/value/mobileBg.webp');
    }


    /* includes */

    .includes-bg-box {
        background-image: url('https://files.myuwell.com/blob/product/valyrian-III-tank/includes/mobileBg.webp');
    }

    .bg-box.includes-bg-box {
        height: 14.94rem;
    }

    .bg-box-includes-content {
        top: 0.6rem;
        line-height: 0.6;
    }

}