.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customize-1 {
    padding-top: 9.635vw;
    position: relative;
    margin-bottom: -9vw;
    overflow: hidden;
}
.customize-1 .img1{
    position: absolute;
    top: -8.072vw;
    right: 0%;
    /* width: 7.39%; */
    height: 25.3125vw;
}

.customize-1 .box{
    position: absolute;
    top: 5.46875vw;
    left: 7.3%;
    background-color: #fff;
    padding: 3.125vw 0px 0px 4.164vw;
    width: 42%;
    height: 19.427vw;
    border-left: 10% solid #264989;
}
.customize-1 .line{
    position: absolute;
    top: 5.364vw;
    left: 0%;
    background-color: #264989;
    width: 1.822vw;
    height: 12.5vw;
}
.customize-1 .p1{
    position: absolute;
    top: 11%;
    left: 8%;
    font-size: 5.208vw;
    color: #264989;
    font-weight: 300;
}
.customize-1 .p2{
    position: absolute;
    top: 42%;
    left: 51%;
    font-size: 1.25vw;
    color: #264989;
    font-weight: lighter;

}
.customize-1 .p3{
    position: absolute;
    top: 44%;
    left: 50%;
    font-size: 5vw;
    color: #F6B375;
    font-weight: 700;

}
.customize-1 .p4{
    position: absolute;
    top: 15.364vw;
    right: 13%;
    font-size: 1.25vw;
    color: #264989;
    font-weight: lighter;

}
.customize-2{
    margin-bottom: 7.8125vw;
    /* background-color: #F7F9FB; */
    padding-left: 8.43%;
}
.customize-2 .line{
    background-color: #264989;
    height: 1px;
    width: 70%;
    margin-bottom: 3.75vw;
}
.customize-2 .p1{
    font-size: 3.333vw;
    color: #264989;
    font-weight: lighter;
    line-height: 4.164vw;
}
.customize-2 .p2{
    font-size: 1.458vw;
    color: #264989;
    font-weight: lighter;
    margin: 1.041vw 0 13.02vw;
}
.customize-2 .p3{
    font-size: 1.25vw;
    color: #333;
    font-weight: lighter;
}
.customize-2 img{
    width: 55%;
}
.customize-3 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 54%;
    margin-bottom: 1.5vw;
}
.customize-3 .title .line{
    width: 21.3%;
    height: 1px;
    background: #264989;
}
.customize-3  .title-text{
    font-size: 3.333vw;
    font-weight: 300;
    position: relative;
    color: #264989;
}
.customize-3  .title-text span{
    position: absolute;
    font-size: 1.354vw;
    color: #C4C4C4;
    top: -1.5vw;
    left: 0;
}
.customize-3  .plant-list{
    /* margin: 0 8.43%; */
    text-align: center;
}
.customize-3  .plant-list .plant-list-item{
    overflow: hidden;
    position: relative;
}
.customize-3  .plant-list .plant-list-item-text{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #F6B375;
    opacity: 0.9;
    color: #264989;
    padding: 3.125vw 3vw 0 3vw;
    text-align: initial;
    display: none;
}
.plant-list-item-active{
    display: block !important;
}
.customize-3  .plant-list .plant-list-item-p1{
    font-size: 2.083vw;
    font-weight: 500;
    margin-bottom: 2.604vw;
}
.customize-3  .plant-list .plant-list-item-p2{
    font-size: 1.25vw;
    font-weight: 400;
}
.customize-3  .plant-list img{
    width: 100%;
    transition: all 0.5s ease;
    cursor: pointer;
}
.customize-3  .plant-list img:hover{
    transform: scale(1.16) !important;
}

.customize-3 .title1{
    font-size: 1.145vw;
    font-weight: lighter;
}
.customize-3 .title2{
    font-size: 2.083vw;
    font-weight: lighter;
}
.customize-3 .desc{
    font-size: 1.25vw;
    font-weight: lighter;
    color: #333;
    text-align: center;
    margin-bottom: 7.4vw;
}
.customize-3 .flavor{
    font-size: 1.666vw;
    font-weight: bold;
    color: #264989;
    text-align: left;

}
.customize-3 .flavor1{
    padding-top: 7.8125vw;
    border-top: 1px solid rgb(38, 73, 137);
    margin-top: 4.164vw;
    margin-left: -10.43%;
    margin-right: -10.43%;
    padding-left: 10.43%;

}
.customize-3 .scene_icon{
    position: relative;
    margin: 0 7.39%;
    margin-bottom: 7.4vw;
    text-align: center;

}
.customize-3 .scene_icon img{
    width: 100%;
    max-width: 11.458vw;
    margin: 0 auto;
}
.customize-3 .scene_icon_p1{
    font-size: 1.458vw;
    font-weight: lighter;
    color: #264989;
    margin: 0px 0 1.25vw;
}
.customize-3 .scene_icon_p2{
    font-size: 1.25vw;
    font-weight: lighter;
    color: #555;
    width: 85%;
    margin: 0 auto;
}
.customize-3 .scene_icon .line{
    height: 2px;
    width: 20%;
    background: #264989;
    margin-top: 9.166vw;
}
.customize-3 .scene_icon_title{
    font-size: 3.333vw;
    font-weight: lighter;
    color: #264989;
    text-align: left;
    margin-bottom: 3.125vw;
}
.customize-3 .scene_bg{
    position: relative;
    background: #F7F9FB;
}
.customize-3 .scene_bg img{
    width: 100%;
}
.customize-3 .scene_bg .scene_bg_line{
    position: absolute;
    height: 2px;
    width: 20%;
    background: #264989;
    top: 3%;
    left: 8%;
    z-index: 999;
}
.customize-3 .scene_bg .scene_bg_title{
    position: absolute;
    top: 4%;
    left: 8%;
    font-size: 3.333vw;
    font-weight: lighter;
    color: #264989;
    z-index: 999;
}
.customize-3 .scene_bg .scene_bg_desc{
    position: absolute;
    top: 20%;
    left: 24.5%;
    font-size: 1.458vw;
    font-weight: lighter;
    color: #264989;
    z-index: 999;
}
.customize-4 .product-title{
    height: 7.8125vw;
    line-height: 7.8125vw;
    background-color: #264989;
    color: #fff;
    font-size: 3.333vw;
    font-weight: 300;
    text-align: center;
    margin: 0 0 13.02vw 0;
}
.customize-4  .product-list{
    margin: 0 8.43%;
    text-align: center;
}
.customize-4  .product-list img{
    width: 100%;
}
.customize-4  .product-list .title1{
    color: #264989;
    font-size: 2.5vw;
    font-weight: lighter;
}
.customize-4  .product-list .title2{
    color: #264989;
    font-size: 1.354vw;
    font-weight: lighter;
    margin: 2.083vw 0;
}
.customize-4  .product-list .title3{
    color: #264989;
    font-size: 1.25vw;
    font-weight: lighter;
    border: 1px solid #264989;
    width: 40%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 2.083vw;
    cursor: pointer;
}
.customize-4  .product-list .title3:hover{
    color: #fff;
    border: 1px solid #264989;
    background-color: #264989;
}
.customize-4  .product-list .title4{
    color: #C4C4C4;
    font-size: 2.083vw;
    font-weight: lighter;
}
.contentDialog{
    padding: 30px;
}
.contentDialog .card1{
    color: #333;
    font-size: 3.2rem;
    font-weight: 300;
}
.contentDialog .card2{
    color: #333;
    font-size: 1.4rem;
    font-weight: lighter;
    margin-top: 10px;
}
.contentDialog .score{
    margin-top: 50px;
    /* margin-bottom: 80px; */
}
.contentDialog .scoreitem{
    margin-bottom: 22px;
}
.contentDialog .scoreitem span{
    display: inline-block;
    width: 50px;
}
.contentDialog .scoreitem .scorelist{
    display: inline-block;
    margin-left: 28px;
}
.contentDialog .scoreitem .scorelist .scorelistItem{
    width: 27px;
    height: 10px;
    background-color: #D9D9D9;
    margin-right: 6px;
    display: inline-block;
}
.contentDialog .scoreitem .scorelist .scorelistItem.active{
    background-color: #333;
}
.contentDialog .tip{
    color: #000;
    font-size: 1.4rem;
    font-weight: lighter;
    /* margin:80px 0 0px 0; */
}
.contentDialog .customization{
    color: #264989;
    font-size: 2.4rem;
    font-weight: lighter;
    padding: 20px 0;
    border: 1px solid #264989;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    width: 48%;
    bottom: 0;
}
.contentDialog .customization:hover{
    color: #fff;
    background-color: #264989;
    border: 1px solid #264989;
}
.swiper {
    width: 100%;
    height: 93px;
    margin-top: 50px;
    padding: 0 30px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgb(247, 249, 251);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.swiper-slide.active{
    border:1px solid #BCBCBC;
}
@media screen and (max-width: 1600px) {
    /* .customize-1 .p1{font-size: 4.4rem;} */
    /* .customize-1 .p2{margin-right: 70px;} */
  }
.customize-5{
    margin-bottom: -45px;
    position: relative;
}
.customize-5 img{
    width: 100%;
}
.customize-5 .p1{
    color: #264989;
    font-size: 3.333vw;
    font-weight: lighter;
    position: absolute;
    left: 9%;
    top: 2%;
}
.customize-5 .p2{
    color: #264989;
    font-size: 1.67vw;
    font-weight: lighter;
    position: absolute;
    left: 63.5%;
    top: 25%;
}
.customize-5 .p3{
    color: #333;
    font-size: 1.25vw;
    font-weight: lighter;
    position: absolute;
    left: 63.5%;
    top: 33%;
    width: 28%;
}
.customize-5 .p4{
    color: #264989;
    font-size: 3.333vw;
    font-weight: lighter;
    position: absolute;
    left: 8%;
    bottom: 25%;
    line-height: 4.164vw;
}
.customize-5 .p5{
    color: #264989;
    font-size: 1.666vw;
    font-weight: lighter;
    position: absolute;
    left: 8%;
    bottom: 16%;
    line-height: 2.604vw;
}
.customize-5 .p6{
    color: #264989;
    border: 3px solid #264989;
    border-radius: 2.604vw;
    font-size: 2.083vw;
    font-weight: 500;
    text-align: center;
    padding: 0px 1.458vw;
    position: absolute;
    right: 7%;
    top: 4%;
}
.customize-6{
    /* margin-bottom: -45px; */
    position: relative;
}
.customize-6 img{
    width: 100%;
}
.customize-6 .p1{
    color: #fff;
    font-size: 1.21vw;
    font-weight: 100;
    position: absolute;
    left: 10%;
    top: 25%;
    width: 27%;
}

.customize-6 .p2{
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 51%;
    left: 5.5%;
    top: 45%;
}
.customize-6 .p3{
    color: #fff;
    font-size: 3.31vw;
    font-weight: 100;
    position: absolute;
    left: 13.5%;
    top: 47.5%;
    width: 31%;
}