#app{
    background-color: #222222;
}
/* 海报 */
.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/aeglos-h2/color/bg.webp) no-repeat center center;
    background-size: cover;
}
.color-title{
    top:10vh;
    position:absolute;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;   
    color: #fff;
    text-align: center;
}

.color-img-box{
    width: 670px;
    height: 670px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 55%;
    -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: 0;
    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%);
}
.colorBottomImg{
    opacity: 1;
}
.color-img.colorRoll{
    z-index: 2;
    opacity: 1;
}
.color-img-text{
    white-space: nowrap;
    font-family: 'Montserrat Bold';
    height: 30px;
    color: #e7e7e7;
    font-size: 28px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -80px;
    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;
}
.illustration-con-box{
    height: 100%;
    width: 1440px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.illustration-title{
    padding-top: 12vh;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    text-align: left;
}

.illustration-img-box{
    width: 638px;
    height: 700px;
    position: absolute;
    top: 55%;
    left: 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-mobile{
    display: none;
}

.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: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    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-box-mobile{
    display: none;
}
.boom-br{
    width: 1px;
    background-color: #fff;
}
.boom-text{
    white-space: nowrap;
}

.drip-boom{
    top: 9%;
    left: 115%;
}
.drip-boom .boom-br{
    height: 190px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.pod-boom{
    top: 18%;
    left: 101%;
}
.pod-boom .boom-br{
    height: 270px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.coil-boom{
    top: 28%;
    left: 82%;
}
.coil-boom .boom-br{
    height: 180px;
    margin-bottom: 20px;
}

.air-boom{
    top: 48%;
    left: 61%;
}
.air-boom .boom-br{
    height: 110px;
    margin-bottom: 20px;
}

.fire-boom{
    top: 44%;
    left: 40%;
}
.fire-boom .boom-br{
    height: 230px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.add-boom{
    top: 65%;
    left: 8%;
}
.add-boom .boom-br{
    height: 240px;
    margin-right: 40px;
    margin-bottom: 20px;
}

/* top */
.boom-box.boom-top{
    flex-direction: column-reverse;
}
.filling-boom{
    top: -9%;
    right: -4%;
}
.filling-boom .boom-br{
    height: 100px;
    margin-right: 30px;
    margin-top: 20px;
}

.screen-boom{
    top: 12%;
    right: 50%;
}
.screen-boom .boom-br{
    height: 200px;
    margin-right: 30px;
    margin-top: 20px;
}

.sub-boom{
    top: 21%;
    right: 81%;
}
.sub-boom .boom-br{
    height: 220px;
    margin-right: 30px;
    margin-top: 20px;
}

.type-boom{
    top: 30%;
    right: 105%;
}
.type-boom .boom-br{
    height: 300px;
    margin-left: 50px;
    margin-top: 20px;
}





/* cyberpunk */
.cyberpunk{
    width: 100%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/four/bg.webp) no-repeat center center;
    background-size: cover;
}
.cyberpunk-con{
    width: 1440px;
    height: 100%;
    display: flex;
}
.cyberpunk-text{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cyberpunk-title{
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
}
.cyberpunk-content{
    padding-top: 80px;
    text-align: left;
    line-height: 1.5;
     font-family: 'Montserrat Light'; 
    font-size: 24px;
    color: #fff;
}



/* five */
.pod{
    width: 100%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/five/bg.webp) no-repeat center center;
    background-size: cover;
}
.pod-con{
    height:100%;
    width: 1440px;
    margin: 0 auto;
}
.pod-text{
    height: 100%;
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pod-title{
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
}
.pod-content{
    padding-top: 130px;
    line-height: 1.5;
     font-family: 'Montserrat Light'; 
    font-size: 24px;
    color: #fff;
    padding-bottom: 130px;
}





/* six */
.six{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/six/bg.webp) no-repeat center center;
    background-size: cover;
}
.six-con{
    margin: 0 auto;
    width: 1440px;
    height: 100%;
}
.six-text{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.six-title{
    padding-top: 180px;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 60px;
    line-height: 1.5;
    color: #fff;
}
.six-content{
    padding-top: 70px;
     font-family: 'Montserrat Light'; 
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
}


/* seven */
.seven{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/seven/bg.webp) no-repeat center center;
    background-size: cover;
}

.seven-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.seven-text{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.seven-title{
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
}
.seven-content{
    padding-top: 70px;
    padding-bottom: 100px;
    font-family: 'Montserrat Light';  
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
}


/* eight */
.eight{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/eight/bg.webp) no-repeat center center;
    background-size: cover;
}

.eight-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    position:relative;
}
.eight-text{
    height: 100%;
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.eight-title{
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
}
.eight-content{
    padding-top: 120px;
     font-family: 'Montserrat Light'; 
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
}


/* nine */
.nine{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/nine/bg.webp) no-repeat center center;
    background-size: cover;
}

.nine-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
}
.nine-text{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.nine-title{
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 48px;
    line-height: 1.5;
    color: #fff;
    text-align: right;
}
.nine-content{
    padding-top: 30px;
     font-family: 'Montserrat Light'; 
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
    text-align: right;
}


/* ten */
.ten{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/ten/bg.webp) no-repeat center center;
    background-size: cover;
}

.ten-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.ten-text{
    height: 100%;
    width: 60%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}
.ten-title{
    padding-top: 270px;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 60px;
    line-height: 1.5;
    color: #fff;
}
.ten-content{
    padding-top: 70px;
     font-family: 'Montserrat Light'; 
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
}


/* eleven */
.eleven{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/eleven/bg.webp) no-repeat center center;
    background-size: cover;
}

.eleven-con{
    width: 1440px;
    margin: 0 auto;
    height: 100%;

}
.eleven-text{
    height: 100%;
    padding-left: 140px;
    width: 970px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.eleven-title{
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 60px;
    line-height: 1.5;
    color: #fff;
    width: 100%;
}
.eleven-content{
    padding-top: 50px;
    width: 100%;
     font-family: 'Montserrat Light'; 
    line-height: 1.5;
    font-size: 30px;
    color: #fff;
}

.eleven-content-item{
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 60px;
    line-height: 60px;
    display: flex;
}


.eleven-content-item-right{
    flex: 1;
}

.eleven-content-item-coil{
    width: 100%;
    border-bottom: 1px solid #fff;
    height: 100px;
    display: flex;
}
.eleven-content-item-left{
    width: 350px;
    height: 60px;
    line-height: 60px;
}



/* twelve */
.twelve{
    width: 100%;
    height: 1080px;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/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 Bold';
    font-size: 72px;
    line-height: 1.5;
    color: #fff;
}
.twelve-content{
    padding-top: 30px;
     font-family: 'Montserrat Light'; 
    line-height: 1.5;
    font-size: 30px;
    color: #fff;
}







@media  (max-width:1920px){
    .color-title{
        font-size: 2.4vw;
    }
    .color-img-box{
        width: 33.5vw;
        height: 33.5vw;
    }
    .color-img-text{
        height: 1.5vw;
        font-size: 1.4vw;
        bottom: -4vw;
    }

    .illustration-con-box{
        width: 75%;
    }
    .illustration-title{
        font-size: 2.4vw;
    }
    .illustration-img-box{
        width: 31.9vw;
        height: 35vw;
    }


/* 拆解文字 */
.boom-box{
    font-size: 1.2vw;
}
.drip-boom .boom-br{
    height: 9.5vw;
    margin-right: 2vw;
    margin-bottom: 1vw;
}
.pod-boom .boom-br{
    height: 13.5vw;
    margin-right: 2.5vw;
    margin-bottom: 1vw;
}
.coil-boom .boom-br{
    height: 9vw;
    margin-bottom: 1vw;
}
.air-boom .boom-br{
    height: 5.5vw;
    margin-bottom: 1vw;
}
.fire-boom .boom-br{
    height: 11.5vw;
    margin-right: 2vw;
    margin-bottom: 1vw;
}
.add-boom .boom-br{
    height: 12vw;
    margin-right: 2vw;
    margin-bottom: 1vw;
}
.filling-boom .boom-br{
    height: 5vw;
    margin-right: 1.5vw;
    margin-top: 1vw;
}
.screen-boom .boom-br{
    height: 10vw;
    margin-right: 1.5vw;
    margin-top: 1vw;
}
.sub-boom .boom-br{
    height: 11vw;
    margin-right: 1.5vw;
    margin-top: 1vw;
}
.type-boom .boom-br{
    height: 15vw;
    margin-right: 2.5vw;
    margin-top: 1vw;
}


    .cyberpunk{
        height: 54vw;
    }
    .cyberpunk-con{
        width: 75%;
    }
    .cyberpunk-title{
        font-size: 2.4vw;
    }
    .cyberpunk-content{
        padding-top: 4vw;
        font-size: 1.2vw;
    }

    /* five */
    .pod{
        height: 54vw;
    }
    .pod-con{
        width: 75%;
    }
    .pod-title{
        font-size: 2.4vw;
    }
    .pod-content{
        padding-top: 6.5vw;
        font-size: 1.2vw;
        padding-bottom: 6.5vw;
    }



    
    .six{
        height: 54vw;
    }
    .six-con{
        width: 75%;
    }

    .six-title{
        padding-top: 9vw;
        font-size: 4vw;
    }
    .six-content{
        padding-top: 3.5vw;
       font-size: 1.2vw;
    }


    .seven{
        height: 54vw;
    }
    .seven-con{
        width: 75%;
    }

    .seven-title{
        font-size: 2.4vw;
    }
    .seven-content{
        padding-top: 3.5vw;
        padding-bottom: 5vw;
        font-size: 1.2vw;
    }



    .eight{
        height: 54vw;
    }
    .eight-con{
        width: 75%;
    }

    .eight-title{
        font-size: 2.4vw;
    }
    .eight-content{
        padding-top: 6vw;
        font-size: 1.2vw;
    }

    .nine{
        height: 54vw;
    }
    .nine-con{
        width: 75%;
    }
    .nine-title{
        font-size: 2.4vw;
    }
    .nine-content{
        padding-top: 1.5vw;
        font-size: 1.2vw;
    }

    .ten{
        height: 54vw;
    }
    .ten-con{
        width: 75%;
    }
    .ten-title{
        padding-top: 13.5vw;
        font-size: 3vw;
    }
    .ten-content{
        padding-top: 3.5vw;
        font-size: 1.2vw;
    }


    .eleven{
        height: 54vw;
    }
    .eleven-con{
        width: 75%;
    }
    .eleven-text{
        padding-left: 7vw;
        width: 48.5vw;
    }
    .eleven-title{
        font-size: 3vw;
    }
    .eleven-content{
        padding-top: 2.5vw;
        font-size: 1.5vw;
    }
    .eleven-content-item{
        height: 3vw;
        line-height: 3vw;
    }
    
    .eleven-content-item-left{
        width:17.5vw;
    }
    
    .eleven-content-item-left{
        width:17.5vw;
        height: 3vw;
        line-height: 3vw;
    }


}

@media  (max-width:1000px){
    .color-title{
        top:12vh;
        font-size: 0.48rem;
    }
    .color-img-box{
        width: 5.2rem;
        height: 6.6rem;
        left: 50%;
        top: 55%;
    }
    .color-img-text{
        height: 0.3rem;
        font-size: 0.30rem;
        bottom: -1rem;

    }

    .illustration-con-box{
        width:  80%;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
    }
    .illustration-title{
        padding-bottom: 1rem;
        padding-top: 1.54rem;
        font-size: 0.48rem;
        width: 70%;
        box-sizing: border-box;
    }
    .illustration-img-box{
        width: 100%;
        margin-top: 1.2rem;
        height: 8rem;
        position: relative;
        top: unset;
        left: unset;
        transform:unset;
        -webkit-transform:unset;
        -moz-transform:unset;
        -ms-transform:unset;
        -o-transform:unset;
}
    .illustration-img{
        display: none;
    }

    .illustration-img-mobile{
        display: block;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 8rem;
        width: 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-mobile.colorRoll{
        z-index: 2;
        opacity: 1;
    }


    /* 拆解文字 */
    .boom-box{
        display: none;
    }

    .boom-box-mobile{
        opacity: 0;
        z-index: 3;
        position: absolute;
        font-family: 'Montserrat Light'; 
        font-size: 0.24rem;
        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-mobile{
        height: 0.01rem;
        background-color: #fff;
    }
    .boom-text-mobile{
        white-space: nowrap;
    }

    .drip-boom-mobile{
        top: 0%;
        right: 22%;    
    }
    .drip-boom-mobile .boom-br-mobile{
        width: 2rem;
        margin-left: 0.2rem;
    }

    .pod-boom-mobile{
        top: 6%;
        right: 32%;
    }
    .pod-boom-mobile .boom-br-mobile{
        width: 1.4rem;
        margin-left: 0.2rem;
    }

    .filling-boom-mobile{
        top: 13%;
        right: 37%;
    }
    .filling-boom-mobile .boom-br-mobile{
        width: 1.1rem;
        margin-left: 0.2rem;
    }

    .fire-boom-mobile{
        top: 45%;
        right: 62%;
    }
    .fire-boom-mobile .boom-br-mobile{
        width: 1rem;
        margin-left: 0.2rem;
    }

    .coil-boom-mobile{
        top: 26%;
        left: 67%;
    }
    .coil-boom-mobile .boom-br-mobile{
        width: 1.1rem;
        margin-right: 0.2rem;
    }

    .air-boom-mobile{
        top: 43%;
        left: 64%;
    }
    .air-boom-mobile .boom-br-mobile{
        width: 0.5rem;
        margin-right: 0.2rem;
    }

    .screen-boom-mobile{
        top: 55%;
        left: 38%;
    }
    .screen-boom-mobile .boom-br-mobile{
        width: 1.7rem;
        margin-right: 0.2rem;
    }

    .sub-boom-mobile{
        top: 69%;
        left: 18%;
    }
    .sub-boom-mobile .boom-br-mobile{
        width: 3.2rem;
        margin-right: 0.2rem;
    }

    .add-boom-mobile{
        top: 73%;
        left: 25%;
    }
    .add-boom-mobile .boom-br-mobile{
        width: 2.75rem;
        margin-right: 0.2rem;
    }

    .type-boom-mobile{
        top: 90%;
        left: 17%;
    }
    .type-boom-mobile .boom-br-mobile{
        width: 2.85rem;
        margin-right: 0.2rem;
    }

    .cyberpunk{
        height: 13.34rem;
        background: url(https://files.myuwell.com/blob/product/aeglos-h2/four/mobileBg.webp) no-repeat center center;
        background-size: cover;
    }
    .cyberpunk-con{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .cyberpunk-text{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content:unset;
        align-items: unset;
    }
    .cyberpunk-title{
        padding-top: 1.7rem;
        font-size: 0.36rem;
        text-align: center;
        text-align: left;
    }
    .cyberpunk-content{
        width: 100%;
        padding-top: 0.3rem;
        font-size: 0.24rem;
        text-align: left;
    } 


    .pod{
        height: 13.34rem;
        background: url(https://files.myuwell.com/blob/product/aeglos-h2/five/mobileBg.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{
        padding-top: 1.60rem;
        font-size: 0.36rem;
    }
    .pod-content{
        padding-top: 0.6rem;
        font-size: 0.24rem;
    }


  
    .six{
        height: 13.34rem;
        background: url(https://files.myuwell.com/blob/product/aeglos-h2/six/mobileBg.webp) no-repeat center center;
        background-size: cover;
    }
    .six-con{
        width: 80%;
    }
    .six-text{
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
    .six-title{
        padding-top: 2.8rem;
        font-size: 0.48rem;
        text-align: left;
    }
    .six-content{
        padding-top: 0.3rem;
        font-size: 0.24rem;
        text-align: left;
        padding-bottom: 2.7rem;
    }

    /* seven */
.seven{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/seven/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.seven-con{
    width: 80%;
}
.seven-text{
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.seven-title{
    padding-top: 1.6rem;
    font-size: 0.48rem;
    width: 100%;
    text-align: center;
}
.seven-content{
    padding-top: 0rem;
    padding-bottom: 1.2rem;
    font-size: 0.24rem;
    width: 80%;
}


/* eight */
.eight{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/eight/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.eight-con{
    width: 81%;
}
.eight-text{
    height: 100%;
    width: 100%;
    text-align: center;
    justify-content: unset;
    text-align: left;
}
.eight-title{
    padding-top: 2rem;
    font-size: 0.48rem;

}
.eight-content{
    padding-top: 0.7rem;
    font-size: 0.24rem;
}

/* nine */
.nine{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/nine/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.nine-con{
    width: 88%;
}
.nine-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
    text-align: right;
}
.nine-title{
    padding-top: 1.8rem;
    font-size: 0.4rem;
    text-align: right;
    width: 100%;
}
.nine-content{
    padding-top: 0.7rem;
    font-size: 0.22rem;
    text-align: right;
    width: 100%;
}

/* ten */
.ten{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/ten/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.ten-con{
    width: 85%;
}
.ten-text{
    height: 100%;
    width: 100%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
}
.ten-title{
    padding-top: 1.8rem;
    font-size: 0.48rem;
    text-align: left;
}
.ten-content{
    padding-top: 0.8rem;
    font-size: 0.22rem;
    text-align: left;
}


/* eleven */
.eleven{
    height: 13.34rem;
    background: url(https://files.myuwell.com/blob/product/aeglos-h2/eleven/moblieBg.webp) no-repeat center center;
    background-size: cover;
}

.eleven-con{
    width: 80%;
}
.eleven-text{
    height: 100%;
    width: 100%;
    align-items: flex-end;
    padding-left: 0rem;
    align-items: unset;
    justify-content: unset;
}
.eleven-title{
    padding-top: 1.5rem;
    font-size: 0.48rem;
    text-align: left;
}
.eleven-content{
    padding-top: 1.2rem;
    font-size: 0.2rem;
    text-align: left;
}
.eleven-content-item{
    border-bottom: 0.01rem solid #fff;
    height: 0.38rem;
    line-height: 0.38rem;
}

.eleven-content-item-left{
    width: 2.6rem;
    height: 0.38rem;
    line-height: 0.38rem;
}
.eleven-content-item-right{
    flex: 1;
}

.eleven-content-item-coil{
    width: 100%;
    border-bottom: 0.01rem solid #fff;
    height: 0.76rem;
    display: flex;
}






}
