#app{
    background-color: #000;
}
/* 海报 */
.first-banner{
    width: 100%;
    min-height: 54vw;
}
.first-banner img{
    width: 100%;
}

/* 颜色变化区 */
.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/whirl-t1/color/bg.webp) no-repeat center center;
    background-size: cover;
}
.color-title{
    top:12vh;
    position:absolute;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 48px;
    line-height: 1.5;   
    color: #02d6df;
    text-align: center;
}

.color-img-box{
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.color-img{
    transition: opacity .6s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0%);
    -webkit-transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -ms-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}
.colorBottomImg{
    opacity: 1;
}
.color-img.colorRoll{
    z-index: 2;
    opacity: 1;
}
.color-img-text{
    white-space: nowrap;
    font-family: 'Montserrat Medium';
    height: 30px;
    color: #e7e7e7;
    font-size: 28px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -100px;
    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{
    width: 100%;
    height: 400vh;
}
.illustration-con{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.illustration-sticky{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    position:sticky;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/boom/bg.webp) no-repeat center center;
    background-size: cover;
}
.illustration-con-box{
    height: 100%;
    width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.illustration-title{
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 60px;
    line-height: 1.5;
    color: #02d6df;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}
.illustration-img-box{
    width: 348px;
    height: 570px;
    position: relative;
}

.illustration-img{
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.illustration-img.imgBottomIll{
    opacity: 1;
}
.illustration-img.colorRoll{
    z-index: 2;
    opacity: 1;
}


/* 拆解文字 */
.boom-box{
    opacity: 0;
    z-index: 3;
    position: absolute;
    font-family: 'Montserrat Light';
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.boom-br{
    height: 1px;
    background-color: #fff;
}
.boom-text{
    white-space: nowrap;
}

.drip-boom{
    top: 0%;
    left: 93%;
}
.drip-boom .boom-br{
    width: 280px;
    margin-right: 20px;
}


.pod-boom{
    top: 10%;
    left: 90%;
}
.pod-boom .boom-br{
    width: 230px;
    margin-right: 20px;
}
.air-boom{
    top: 19%;
    left: 86%;
}
.air-boom .boom-br{
    width: 190px;
    margin-right: 20px;
}

.led-boom{
    top: 60%;
    left: 30%;
}
.led-boom .boom-br{
    width: 240px;
    margin-right: 20px;
}

.type-boom{
    top: 90%;
    left: 15%;
}
.type-boom .boom-br{
    width: 260px;
    margin-right: 20px;
}


.filling-boom{
    top: 22%;
    right: 35%;
}
.filling-boom .boom-br{
    width: 200px;
    margin-left: 20px;
}

.body-boom{
    top: 35%;
    right: 44%;
}
.body-boom .boom-br{
    width: 300px;
    margin-left: 20px;
}







/* cyberpunk */
.cyberpunk{
    width: 100%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/four/bg.webp) no-repeat center center;
    background-size: cover;
}
.cyberpunk-con{
    width: 1440px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cyberpunk-text{
    border: 1px solid #9c9c9c;
    width: 1050px;
    height: 700px;
    display: flex;
    box-sizing: border-box;
    padding: 70px 30px;
    flex-direction: column;
    justify-content: center;
}
.cyberpunk-title{
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    line-height: 1.5;
    color: #02d6df;
    text-align: left;
}
.cyberpunk-content{
    padding-top: 30px;
    text-align: left;
    line-height: 1.5;
    font-family: 'Montserrat Light';
    font-size: 30px;
    color: #eaeaea;
}



/* five */
.pod{
    width: 100%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/five/bg.webp) no-repeat center center;
    background-size: cover;
}
.pod-con{
    height:100%;
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.pod-text{
    height: 100%;
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pod-title{
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    text-align: right;
    line-height: 1.5;
    color: #02d6df;
}
.pod-content{
    text-align: right;
    padding-top: 30px;
    line-height: 1.5;
    font-family: 'Montserrat Light';
    font-size: 30px;
    color: #eaeaea;
}





.available{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/six/bg.webp) no-repeat center center;
    background-size: cover;
}
.available-con{
    margin: 0 auto;
    width: 1440px;
    height: 100%;
    position: relative;
}
.available-text{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.available-title{
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    line-height: 1.5;
    color: #02d6df;
    width: 100%;
}
.available-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
    width: 100%;
}


/* seven */
.type{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/seven/bg.webp) no-repeat center center;
    background-size: cover;
}

.type-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.type-text{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.type-title{
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    line-height: 1.5;
    color: #02d6df;
    width: 80%;
    text-align: right;
}
.type-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
    width: 80%;
    text-align: right;
}


/* eight */
.eight{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/eight/bg.webp) no-repeat center center;
    background-size: cover;
}

.eight-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.eight-text{
    position: absolute;
    right: 50px;
    top:0;
    height: 100%;
    width: 55%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}
.eight-title{
    padding-top: 180px;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 40px;
    line-height: 1.5;
    color: #02d6df;
}
.eight-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
}


/* nine */
.nine{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/nine/bg.webp) no-repeat center center;
    background-size: cover;
}

.nine-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.nine-text{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.nine-title{
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 48px;
    line-height: 1.5;
    color: #02d6df;
    text-align: right;
    width: 70%;
}
.nine-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
    text-align: right;
    width: 70%;
}


/* ten */
.ten{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/ten/bg.webp) no-repeat center center;
    background-size: cover;
}

.ten-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.ten-text{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 55%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}
.ten-title{
    padding-top: 230px;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    line-height: 1.5;
    color: #02d6df;
}
.ten-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
}


/* eleven */
.eleven{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/eleven/bg.webp) no-repeat center center;
    background-size: cover;
}

.eleven-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.eleven-text{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 50%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}
.eleven-title{
    padding-top: 180px;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    text-align: right;
    line-height: 1.5;
    color: #02d6df;
    width: 70%;
}
.eleven-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
    text-align: right;
    width: 70%;
}


/* twelve */
.twelve{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/twelve/bg.webp) no-repeat center center;
    background-size: cover;
}

.twelve-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.twelve-text{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
}   
.twelve-title{
    padding-top: 600px;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 72px;
    line-height: 1.5;
    color: #02d6df;
}
.twelve-content{
    padding-top: 30px;
    font-family: 'Montserrat Light';
    line-height: 1.5;
    font-size: 30px;
    color: #eaeaea;
}







@media  (max-width:1920px){
    .color-title{
        font-size: 2.4vw;
    }
    .color-img-box{
        width: 25vw;
        height: 25vw;
    }
    .color-img-text{
        height: 1.5vw;
        font-size: 1.4vw;
        bottom: -5vw;
    }
    .illustration-con-box{
        width: 75%;
    }
    .illustration-title{
        font-size: 3vw;
        padding-bottom: 5vw;
    }
    .illustration-img-box{
        width: 17.4vw;
        height: 28.5vw;
    }


/* 拆解文字 */
.boom-box{
    font-size: 1.5vw;
}
.drip-boom .boom-br{
    width: 14vw;
    margin-right: 1vw;
}
.pod-boom .boom-br{
    width: 11.5vw;
    margin-right: 1vw;
}
.air-boom .boom-br{
    width: 9.5vw;
    margin-right: 1vw;
}
.led-boom .boom-br{
    width: 12vw;
    margin-right: 1vw;
}
.type-boom .boom-br{
    width: 13vw;
    margin-right: 1vw;
}
.filling-boom .boom-br{
    width: 10vw;
    margin-left: 1vw;
}
.body-boom .boom-br{
    width: 15vw;
    margin-left: 1vw;
}




    .cyberpunk{
        height: 54vw;
    }
    .cyberpunk-con{
        width: 75%;
    }
    .cyberpunk-text{
        width: 52.5vw;
        height: 35vw;
        padding: 3.5vw 1.5vw;
    }
    .cyberpunk-title{
        font-size: 3.6vw;
    }
    .cyberpunk-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }

    /* five */
    .pod{
        height: 54vw;
    }
    .pod-con{
        width: 75%;
    }
    .pod-text{
        top: 8vw;
    }
    .pod-title{
        font-size: 3.6vw;
    }
    .pod-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }



    
    .available{
        height: 54vw;
    }
    .available-con{
        width: 75%;
    }

    .available-title{
        font-size: 3.6vw;
    }
    .available-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }


    .type{
        height: 54vw;
    }
    .type-con{
        width: 75%;
    }

    .type-title{
        font-size: 3.6vw;
    }
    .type-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }

    .eight{
        height: 54vw;
    }
    .eight-con{
        width: 75%;
    }
    .eight-text{
        right: 2.5vw;
    }
    .eight-title{
        padding-top: 9vw;
        font-size: 2vw;
    }
    .eight-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }

    .nine{
        height: 54vw;
    }
    .nine-con{
        width: 75%;
    }
    .nine-title{
        font-size: 2.4vw;
    }
    .nine-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }

    .ten{
        height: 54vw;
    }
    .ten-con{
        width: 75%;
    }
    .ten-title{
        padding-top: 11.5vw;
        font-size: 3.6vw;
    }
    .ten-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }


    .eleven{
        height: 54vw;
    }
    .eleven-con{
        width: 75%;
    }
    .eleven-title{
        padding-top: 9vw;
        font-size: 3.6vw;
    }
    .eleven-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }



    .twelve{
        height: 54vw;
    }
    .twelve-con{
        width: 75%;
    }
    .twelve-title{
        padding-top: 30vw;
        font-size: 3.6vw;
    }
    .twelve-content{
        padding-top: 1.5vw;
        font-size: 1.5vw;
    }


}

@media  (max-width:1000px){
    .color-title{
        top:12vh;
        font-size: 0.6rem;
        width: 70%;
    }
    .color-img-box{
        width: 5.2rem;
        height: 5.2rem;
        left: 50%;
        top: 65%;
    }
    .color-img-text{
        height: 0.3rem;
        font-size: 0.28rem;
        bottom: -1rem;

    }

    .illustration-con-box{
        width:  100%;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        align-items: center;
    }
    .illustration-title{
        padding-bottom: 1rem;
        padding-top: 3.2rem;
        font-size: 0.6rem;
        box-sizing: border-box;
    }
    .illustration-img-box{
        width: 3.8rem;
        height: 5rem;
        top: 10%;
    }

    /* 拆解文字 */
    .boom-box{
        font-size: 1.5vw;
    }
    .boom-br{
        height: 0.01rem;
    }
    .drip-boom{
        top: 0%;
        left: unset;
        right: 20%;
        flex-direction: row-reverse;
    }
    .drip-boom .boom-br{
        width: 1.5rem;
        margin-right: unset;
        margin-left: 0.1rem;
    }
    .pod-boom{
        top: 10%;
        left: unset;
        right: 20%;
        flex-direction: row-reverse;
    }
    .pod-boom .boom-br{
        width: 1.7rem;
        margin-right: unset;
        margin-left: 0.1rem;
    }

    .air-boom{
        top: 15%;
        left: 78%;
    }
    .air-boom .boom-br{
        width: 0.8rem;
        margin-right: 0.1rem;
    }
    .air-boom .boom-text{
        white-space:unset;
        width: 1.5rem;
    }

    .led-boom{
        top: 60%;
        left: 35%;
    }
    .led-boom .boom-br{
        width: 1.4rem;
        margin-right: 0.1rem;
    }
    .led-boom .boom-text{
        white-space:unset;
        width: 2rem;
    }

    .type-boom{
        top: 90%;
        left: 20%;
    }
    .type-boom .boom-br{
        width: 1.5rem;
        margin-right: 0.1rem;
    }


    .filling-boom{
        top: 22%;
        right: 35%;
    }
    .filling-boom .boom-br{
        width: 1.3rem;
        margin-left: 0.1rem;
    }
    
    .body-boom{
        top: 35%;
        right: 44%;
    }
    .body-boom .boom-br{
        width: 1.4rem;
        margin-left: 0.1rem;
    }
    
    







    .cyberpunk{
        height: 13.34rem;
        background: url(https://files.myuwell.com/blob/product/whirl-t1/four/mobileBg.webp) no-repeat center center;
        background-size: cover;
    }
    .cyberpunk-con{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .cyberpunk-text{
        border: 0px;
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        padding: 0px;
    }
    .cyberpunk-title{
        font-size: 0.6rem;
        text-align: center;
    }
    .cyberpunk-content{
        width: 85%;
        padding-top: 0.3rem;
        font-size: 0.24rem;
        text-align: center;
    } 


    .pod{
        height: 13.34rem;
        background: url(https://files.myuwell.com/blob/product/whirl-t1/five/mobile.webp) no-repeat center center;
         background-size: cover;
    }
    .pod-con{
        width: 80%;
        justify-content: unset;
    }
    .pod-text{
        width: 100%;
        top: 1.7rem;
        display: flex;
        justify-content: unset;
        flex-direction: column;
    }
    .pod-title{
        font-size: 0.6rem;
    }
    .pod-content{
        padding-top: 0.3rem;
        font-size: 0.30rem;
    }


  
    .available{
        height: 13.34rem;
        background: url(https://files.myuwell.com/blob/product/whirl-t1/six/mobileBg.webp) no-repeat center center;
        background-size: cover;
    }
    .available-con{
        width: 80%;
    }
    .available-text{
        position: absolute;
        width: 100%;
        display: flex;
        align-items: unset;
        justify-content: flex-end;
    }
    .available-title{
        font-size: 0.6rem;
        text-align: left;
    }
    .available-content{
        padding-top: 0.3rem;
        font-size: 0.30rem;
        text-align: left;
        padding-bottom: 2.4rem;
    }

    /* hand */
.type{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/seven/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.type-con{
    width: 80%;
}
.type-text{
    position: absolute;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
}
.type-title{
    padding-top: 2.2rem;
    font-size: 0.6rem;
    width: 80%;
}
.type-content{
    padding-top: 0.3rem;
    font-size: 0.3rem;
    width: 100%;
}


/* eight */
.eight{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/eight/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.eight-con{
    width: 80%;
}
.eight-text{
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    /* align-items: center; */
    /* justify-content: center; */
}
.eight-title{
    padding-top: 0.6rem;
    font-size: 0.5rem;

}
.eight-content{
    padding-top: 0.3rem;
    font-size: 0.3rem;
}

/* nine */
.nine{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/nine/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.nine-con{
    width: 80%;
}
.nine-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
}
.nine-title{
    padding-top: 3.5rem;
    font-size: 0.48rem;
    text-align: center;
    width: 100%;
}
.nine-content{
    padding-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    width: 100%;
}

/* ten */
.ten{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/ten/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.ten-con{
    width: 80%;
}
.ten-text{
    height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}
.ten-title{
    padding-top: 1.5rem;
    font-size: 0.6rem;
    text-align: right;
}
.ten-content{
    padding-top: 0.3rem;
    font-size: 0.3rem;
    text-align: right;
}


/* eleven */
.eleven{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/eleven/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.eleven-con{
    width: 80%;
}
.eleven-text{
    height: 100%;
    width: 100%;
    align-items: flex-end;
    /* justify-content: center; */
}
.eleven-title{
    padding-top: 3rem;
    font-size: 0.6rem;
    text-align: right;
}
.eleven-content{
    padding-top: 0.3rem;
    font-size: 0.3rem;
    text-align: right;
}


/* twelve */
.twelve{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/whirl-t1/twelve/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.twelve-con{
    width: 80%;
}
.twelve-text{
    width: 100%;
    display: flex;
    flex-direction: column;
}   
.twelve-title{
    padding-top: 3.2rem;
    font-size: 0.6rem;
    text-align: left;
}
.twelve-content{
    padding-top: 0.3rem;
    font-size: 0.3rem;
    text-align: left;
}



}
