.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customize-1,.customize-2{
    margin: 0 8.4%;
}

.customize-1 .customize-1-inner{
    position: relative;
    width: 38%;
    height: 800px;
}
.customize-1 .p1{
    font-size: 6.4rem;
    font-weight: lighter;
    color: #264989;
    position: relative;
    display: inline-block;
    padding-top: 50px;
}
.customize-1 .p1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #264989;
    top: 0;
    left: 0;
}
.customize-1 .p2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 3.2rem;
    font-weight: lighter;
}

.customize-2 .p1{
    font-size: 6.4rem;
    font-weight: lighter;
    color: #264989;
    position: relative;
    display: inline-block;
    padding-top: 50px;
    margin-bottom: 150px;
}
.customize-2 .p1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #264989;
    top: 0;
    left: 0;
}
.customize-2 .p2{
    font-size: 3.2rem;
    font-weight: lighter;
    color: #333;
    margin-bottom: 30px;
}
.customize-2 li{
    font-size: 2.4rem;
    font-weight: lighter;
    color: #000;
    list-style: disc;
    margin-left: 24px;
}
.customize-2 .p3{
    font-size: 9.6rem;
    font-weight: lighter;
    color: #333;
    position: relative;
    padding: 8px 0;
    margin: 110px 0;
}
.customize-2 .p3::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 100%;
    background-color: #264989;
    top: 0;
    left: -10.5%;
}
.customize-3{
    background-color: rgba(38, 73, 137, 0.02);
    padding: 110px 8.4% 280px;
    margin-top: 200px;
}
footer{
    margin-top: 0 !important;
}
.customize-3 .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 54%;
    /* margin-bottom: 1.666vw; */
}
.customize-3 .title .line{
    width: 21.3%;
    height: 1px;
    background: #000;
}
.customize-3  .title-text{
    font-size:3.333vw;
    font-weight: lighter;
    position: relative;
    color: #264989;
}
.customize-3  .p1{
    font-size: 1.145vw;
    font-weight: lighter;
    position: relative;
    color: #000;
    margin: 0vw 0 5.604vw;
    text-align: center;
}
.customize-3  .box{
    background-color: #F5F6FA;
    /* height: 300px; */
    padding: 180px 230px 110px 80px;
}
.customize-3 li{
    padding-left: 65px;
    position: relative;
    padding-bottom: 100px;
}
.customize-3 li::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #264989;
    border-radius: 50%;
    left: 0px;
    top: 8px;
}
.customize-3 li.active::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #264989;
    border-radius: 50%;
    left: 0px;
    top: 8px;
}
.customize-3 li::after{
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #264989;
    left: 9px;
    top: 28px;
}
.customize-3 li:last-child::after{
    display: none;
}

*:focus-visible {
    color: #333 !important;
    outline: 0px solid red !important;
    outline-offset: 0px
}
.el-input--suffix .el-input__inner,input[type="text"]{
    border-bottom: 1px solid #D9D9D9 !important;
}
.custom-select .el-input__inner::placeholder {
    color: #333; /* 你想要的颜色 */
}
.el-input .el-input__count .el-input__count-inner{
    background: #F5F6FA !important;
}
.tt .el-input__suffix{
    top: 40px !important;
}
.el-checkbox__input.is-checked+.el-checkbox__label ,.el-checkbox__label{
    color: #555!important;
    /* font-size: 2.4rem !important; */
}
.el-checkbox__input.is-checked .el-checkbox__inner{
    /* width: 24px;
    height: 24px; */
    background-color: #264989!important;
    border-color: #264989!important;
}

.customize-3 .p4{
    color: #333; 
    padding-left: 80px;
    font-size: 1.4rem;
}
.customize-3 .btns{
    position: absolute;
    bottom: -60px;
    right: 0;
}
.customize-3 .btns .btn{
    display: inline-block;
    margin-left: 20px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2.4rem;
    color: #264989;
    border-radius: 30px;
    cursor: pointer;
}
.customize-3 .btns .btn.active{
    background-color: #264989;
    color: #fff;
}