.customize-1{
    padding-top: 105px;
}
.customize-1 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 54%;
    margin-bottom: 40px;
}
.customize-1 .title .line{
    width: 21.3%;
    height: 5px;
    background: #F6B375;
}
.customize-1  .title-text{
    font-size: 3.333vw;
    font-weight: 300;
    position: relative;
}
.customize-1  .title-text span{
    position: absolute;
    font-size: 2.6rem;
    color: #F6B375;
    top: -30px;
    left: 0;
}
.customize-1 .desc{
    font-size: 1.145vw;
    font-weight: lighter;
    text-align: center;
    width: 39%;
    margin: 0 auto;
}
.customize-1 .img{
    margin-top: 150px;
    margin-bottom: 204px;
    position: relative;
}
.customize-1 .img .shell{
    width: 300px;
    position: absolute;
    top: calc(50% - 224px);
    left: calc(50% - 150px);
    cursor: pointer;
    transition: all .1s ease-in .1s;
}
.customize-1 .img .shell:hover {
    width: 320px;
    left: calc(50% - 160px);
}
.customize-1 .img .more{
    display: flex;
    align-items: center;
    position: absolute;
    right: 13%;
    font-size: 4rem;
    bottom: -45px;
}
.more img{
    margin-left: 1.25vw;
    /* transition: transform 0.5s ease; */
    transition: all .1s ease-in .1s;
}
.more:hover img {
    width: 60px;
    /* transition: all .15s ease-in .15s; */
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.customize-2{
    margin: 0 11.98%;
}
.customize-2 .width-wrap-50{
    width: 46%;
}
.customize-2 .bigJU{
    font-size: 9.895vw;
    color: #F6B375;
    line-height: 9.895vw;
}
/* @media screen and (max-width:1850px) {
    .customize-2 .bigJU{
        font-size: 15rem;
        line-height: 158px;
    }
}
@media screen and (max-width:1520px) {
    .customize-2 .bigJU{
        font-size: 11rem;
        line-height: 125px;
    }
}
@media screen and (max-width:1200px) {
    .customize-2 .bigJU{
        font-size: 8rem;
        line-height: 100px;
    }
} */
.customize-2 .p1{
    font-size: 1.25vw;
    height: 76px;
    display: flex;
    align-items: center;
}
.customize-2 .p2{
    font-size: 2.5vw;
    padding: 0 10px;
}
.customize-2 .border-50{
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 90px;
}
.customize-3{
    position: relative;
    text-align: center;
}
.customize-3 .p1{
    position: absolute;
    top: 4vw;
    width: 100%;
    font-size: 1.354vw;
    line-height: 1.354vw;
    font-weight: 300;
    color: #c4c4c4;
}
.customize-3 .p2{
    position: absolute;
    top: 5.5vw;
    width: 100%;
    font-size: 3.333vw;
    line-height: 3.333vw;
    font-weight: 350;
    color: #fff;
}
.customize-4{
    position: relative;
    text-align: center;
    margin-top: 100px;
}
.customize-4 .p1{
    position: absolute;
    font-size: 3.333vw;
    font-weight: lighter;
    width: 100%;
    top: 20%;
}
.customize-4 .p2{
    position: absolute;
    font-size: 3.125vw;
    font-weight: lighter;
    color: #F6B375;
    width: 100%;
    top: 30%;
}
.customize-4 .p3{
    position: absolute;
    font-size: 1.145vw;
    font-weight: lighter;
    width: 44%;
    top: 48%;
    left: calc(50% - 22%);
}
.customize-4 .beans{
    position: absolute;
    top: 59%;
    left: calc(50% - 110px);
}
.customize-5{
    position: absolute;
    width: 100%;
    top: -120px;
}
.customize-5 ul{
    margin: 0 auto;
    width: calc(100% - 300px);
}
.customize-5 ul li{
    width: calc(50% - 20px);
    display: inline-block;
    background: #fff;
    height: 11.45vw;
    margin: 0 15px 30px 0;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    background-color: #F7F9FB;
    padding: 0px 2.08vw 0px 0px;
    cursor: pointer;
}
.customize-5 ul li:hover{
    background-color: #F6B375;
    transition: all .1s ease-in .1s;
}
.customize-5 ul li img{
    width: 12.6vw ;
}
.customize-5 ul li .p1{
    color: #000;
    font-size: 2.08vw;
    font-weight: lighter;
}
.customize-5 ul li .p2{
    color: #000;
    font-size: 1.04vw;
    font-weight: lighter;
}
.customize-6{
    padding-top: 27.6vw;
    position: relative;
    z-index: -1;
}
.customize-6 .cust_title{
    position: absolute;
    left: 8.75vw;
    top: 27.6vw;
}
.customize-6 .cust_title .p1{
    font-size: 3.333vw;
    font-weight: 400;
    color: #264989;
    margin-right: 1.875vw;
}
.customize-6 .cust_title .p2{
    font-size: 1.25vw;
    line-height: 1.25vw;
    font-weight: 300;
}
.customize-6 .cust_data{
    position: absolute;
    right: 8.75vw;
    bottom: -9vw;
}
.customize-6 .cust_data li{
    margin-left: 2.604vw;
}
.customize-6 .cust_data .p1{
    font-size: 1.145vw;
    line-height: 1.345vw;
    font-weight: 300;
    /* color: #264989; */
}
.customize-6 .cust_data .p2{
    font-size: 2.5vw;
    /* line-height: 1.25vw; */
    font-weight: 400;
    color: #FF8A1F;
    margin-top: -1vw;
}
.customize-6 .cust_data .p2 span{
    font-size: 6.25vw;
}
.customize-6  .cust_desc1{
    position: absolute;
    top: 42vw;
    right: 21vw;
    font-size: 2.083vw;
    font-weight: 500;
    line-height: 2.604vw;
}
.customize-6  .cust_desc1 span{
    font-size: 5.7vw;
    font-weight: 300;
}
.customize-6  .cust_desc2{
    position: absolute;
    top: 52.5vw;
    right: 47.5vw;
    font-size: 2.083vw;
    font-weight: 500;
    line-height: 2.604vw;
}
.customize-6  .cust_desc2 span{
    font-size: 5.7vw;
    font-weight: 300;
}
.customize-6  .cust_desc3{
    position: absolute;
    top: 58.5vw;
    left: 17vw;
    font-size: 2.083vw;
    font-weight: 500;
    line-height: 2.604vw;
}
.customize-6  .cust_desc3 span{
    font-size: 5.7vw;
    font-weight: 300;
}
.customize-6  .cust_desc4{
    position: absolute;
    font-size: 0.833vw;
    font-weight: 350;
    top: 27vw;
    right: 38%;
}
.customize-6  .cust_desc4::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 16.4vw;
    background: #333;
    top: 2vw;
    right: 50%;
}
.customize-6  .cust_desc5{
    position: absolute;
    font-size: 0.833vw;
    font-weight: 350;
    top: 27vw;
    right: 5.5%;
}
.customize-6  .cust_desc5::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 12.4vw;
    background: #333;
    top: 2vw;
    right: 50%;
}
.customize-6  .cust_desc6{
    position: absolute;
    font-size: 0.833vw;
    font-weight: 350;
    bottom: -3vw;
    left: 18%;
}
.customize-6  .cust_desc6::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 25.4vw;
    background: #333;
    bottom: 2vw;
    right: 50%;
}
.customize-6  .cust_desc7{
    position: absolute;
    font-size: 0.833vw;
    font-weight: 350;
    bottom: 0.5vw;
    left: 29%;
}
.customize-6  .cust_desc7::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 25.4vw;
    background: #333;
    bottom: 2vw;
    right: 50%;
}
.customize-6  .cust_desc8{
    position: absolute;
    font-size: 0.833vw;
    font-weight: 350;
    bottom: 12vw;
    right: 26%;
}
.customize-6  .cust_desc8::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 13.4vw;
    background: #333;
    bottom: 2vw;
    right: 50%;
}
.customize-6  .cust_desc9{
    position: absolute;
    font-size: 0.833vw;
    font-weight: 350;
    bottom: 17vw;
    right: 9.5%;
}
.customize-6  .cust_desc9::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 8.6vw;
    background: #333;
    bottom: 2vw;
    right: 50%;
}
.customize-7 {
    padding-top: 5.208vw;
}
.customize-7 .system{
    width: 100%;
}
.customize-7 .item{
    position: relative;
    margin-top: 170px;
}
.customize-7 .item-left{
    padding-left: 27.7%;
}
.customize-7 .item-left .box{
    position: absolute;
    top: 12%;
    left: 4%;
    width: 54.63%;
    height: 80%;
    padding: 100px 100px 0px 80px;
    background-color: rgba(255, 255, 255, 0.8);
}
.customize-7 .item-right{
    padding-right: 27.7%;
}
.customize-7 .item-right .box{
    position: absolute;
    top: 12%;
    right: 4%;
    width: 54.63%;
    height: 80%;
    padding: 100px 100px 0px 80px;
    background-color: rgba(255, 255, 255, 0.8);
}
.customize-7  .title{
    color: #264989;
    font-size: 3.333vw;
    font-weight: lighter;
    margin-bottom: 4vw;
}
.customize-7  .p1{
    font-size: 1.145vw;
    font-weight: lighter;
    /* width: 66%; */
}
.customize-7  .item1{
    margin: 0 7.8%;
    padding-bottom: 80px;
}
.customize-7  .item1 img{
    width: 5.729vw;
    margin-right: 2.604vw;
}
.customize-7  .item1 .title{
    color: #264989;
    font-size: 2.083vw;
    font-weight: lighter;
}
.customize-7  .item1 .p1{
    color: #264989;
    font-size: 1.666vw;
    font-weight: lighter;
}
.customize-8{
    background-color: #fff;
    padding: 9.375vw 8.333vw;
}
.customize-8 .title{
    color: #264989;
    font-size: 3.333vw;
    font-weight: 300;
    text-align: center;
    margin-bottom: 100px;
}
.customize-8 li{
    width: calc(50% - 32px);
    display: inline-block;
    background-color: #F5F6FA;
    margin: 0 13px 36px 13px;
}
.customize-8 img{
    width: 100%;
}
.customize-8 li .p1{
    color: #000;
    font-size: 1.666vw;
    font-weight: lighter;
    text-align: center;
    margin: 20px 0;
}
.customize-8 li .p2{
    color: #000;
    font-size: 2.4rem;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 60px;
}
.customize-8 .customization{
    position: relative;
}
.customize-8 .customization .p1{
    color: #264989;
    font-size: 3.333vw;
    font-weight: lighter;
    text-align: center;
    margin-top: 130px;
}
.customize-8 .customization .p2{
    color: #333;
    font-size: 2.4rem;
    font-weight: lighter;
    text-align: center;
    width: 66%;
    margin: 0 auto;
}
.customize-8 .customization img{
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.customize-8 .customization .more{
    /* width: 225px; */
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    position: absolute;
    right: 0%;
    font-size: 4rem;
    bottom: 60px;
    color: #264989;
}
.customize-8 .customization .more img{
    transition: transform 0.5s ease;
    width: 45px;
}
.customize-8 .customization .more:hover img {
    transform: scale(1.7); /* 鼠标悬停时放大图片 */
    margin-left: 10px;
}
.customize-9{
    background-color: #F5F6FA;
}

.customize-9 ul{
    margin: 0 11.6%;
}
.customize-9 ul li{
    width: 24%;
    display: inline-block;
    text-align: center;
    /* margin: 0 0.625vw; */
}
.customize-9 ul li img{
    width: 130px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}
.customize-9 ul li .p1{
    color: #264989;
    font-size: 1.666vw;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 75px;
}

.customize-10{
    background-color: #fff;
    padding: 230px 0 190px 8.3%;
    align-items: flex-start;
}
.customize-10 .box{
    width: 40%;
    /* margin-left: 8.5%; */
}
.customize-10 .box .p1{
    color: #264989;
    font-size: 3.333vw;
    font-weight: 300;
    margin-bottom: 14%;
}

.customize-10 .box .p2{
    color: #000;
    font-size:2.4rem;
    font-weight: lighter;
}
.customize-11{
    padding: 0 8.3%;
    background-color: #fff;
}
.customize-11 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 54%;
    margin-bottom: 100px;
}
.customize-11 .title .line{
    width: 21.3%;
    height: 1px;
    background: #000;
}
.customize-11  .title-text{
    font-size: 3.333vw;
    font-weight: 300;
    position: relative;
    color: #264989;
}
.customize-12{
    padding: 0 8.3%;
    background-color: #fff;
    padding-top: 100px;
}
.customize-12 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 54%;
    margin-bottom: 60px;
}
.customize-12 .title .line{
    width: 21.3%;
    height: 1px;
    background: #000;
}
.customize-12  .title-text{
    font-size: 3.333vw;
    font-weight: 300;
    position: relative;
    color: #264989;
}
.customize-12 img{
    display: inline-block;
    /* height: 140px; */
    margin: 0 15px 20px 0;
}
