#myCustomVideo {
    height: 21.5rem;
    width: 100%;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.customize-1{
    position: relative;
}

.customize-2{
    padding: 4.7rem 0rem 6rem;
    border-bottom: 1px solid #BCBCBC;
    margin: 0 3rem 5.5rem;
    color: #333;
    font-size: 1.6rem;
    font-weight: 300;
}
.customize-2 .title{
    color: #264989;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin: 6rem 0 5rem;
}
.customize-2 li{
    margin-bottom: 1.9rem;
}
.customize-2 li:last-child{
    margin-bottom: 0;
}
.customize-2 .reason{
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
}
.customize-2 .p1{
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 1.5rem 0;
}
.customize-2 .p2{
    font-size: 1.6rem;
    font-weight: 300;
}

.swiper-button-prev {
    left: 0!important;
    top: calc(50% - -0.6rem)!important;
}
.swiper-button-next{
    right: 0!important;
    top: calc(50% - -0.6rem)!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    text-rendering: auto;
}
.next1:after, .prev1:after{
    text-rendering: auto;
}
.next3:after, .prev3:after{
    text-rendering: auto;
}
.swiper-button-next, .swiper-button-prev{
    color: #555 !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 2.2rem !important;
}
.customize-3{
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    padding: 0rem 3rem 8rem;
}
.customize-3 .title{
    color: #264989;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin: 0rem 0 5rem;
}
.customize-3 li{
    position: relative;
    margin-bottom: 0.5rem;
}
.customize-3 .desc{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 2.6rem;
    width: 100%;
    padding: 0 1.4rem;
    left: 0;
}

.customize-4{
    padding: 0rem 0rem 25rem;
}
.customize-4 .title{
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 300;
    background-color: #264989;
    color: #fff;
}
.customize-4 li{
    margin-top: 9rem;
}
.customize-4 .p1{
    line-height: 4.8rem;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
    color: #333;
    margin: 1rem 0 0rem;
}
.customize-4 .p2{
    width: 18rem;
    height: 4.8rem;
    border-radius: 2.4rem;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    border: 1px solid #264989;
    color: #264989;
    margin: 0 auto;
}
.customize-4 .p3{
    line-height: 3.2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    margin: 0.7rem 0 0.7rem;
}

.swiper-pagination-bullet{
    width: 1rem !important;
    height:  1rem !important;
    background: #d9d9d9 !important;
}
.swiper-pagination-bullet-active{
    width: 1.5rem !important;
    height:  1.5rem !important;
    background: #ffb067 !important;
}
.customize-5{
    /* background: #f5f6fa; */
    padding: 0rem 0rem 15rem;
    text-align: center;
}

.customize-5 .p1{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #264989;
    margin-bottom: 6.3rem;
}
.customize-5 .p11{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6.5rem;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.8rem;
    color: #333;
}
.customize-5 .swiper-container{ 
    position: relative;
}
.customize-5 .swiper-slide{ 
    position: relative;
    padding-bottom: 7.6rem;
    border-radius: 1rem;
}
.customize-5 .swiper-slide-active{
    /* padding: 1.60425vw 2.1875vw 7.3958vw; */
    /* border-radius: 1.041vw; */
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
.swiper{
    overflow: initial !important;
}
.swiper-wrapper{
    padding-bottom: 5rem !important;
}

.customize-footer{
    background-color: #264989;
    color: #fff;
    text-align: center;
    padding: 6rem 2.5rem;
}
.customize-footer img{
    width: 9.5rem;
    height: 9.5rem;
    display: inline-block;
}
.customize-footer .p1{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
}
.customize-footer .box{
    border-bottom: 1px solid #f5f6fa;
    padding: 3.5rem 0 12rem;
}
.customize-footer .box:last-child{
    /* border-bottom: none; */
}
.customize-footer li{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 3rem;
    padding: 1.5rem 0.65rem 1.5rem 0;
    border-bottom: 1px solid #fff;
}
