#myCustomVideo {
    height: 21.5rem;
    width: 100%;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customize-2{
    padding:  5.2rem 0rem 4.5rem;
    margin: 0 3.5rem 4.5rem;
    border-bottom: 1px solid #bcbcbc;
}
.customize-2 .tt{
    width: 25rem;
    height: 23.1rem;
    display: inline-block;
}
.customize-2 .swiper-slide{
    border: 0.5px solid #D9D9D9;
    text-align: center;
    cursor: pointer;
    display: flex;
    margin:0 0.4rem;
}
.customize-2  .swiper-wrapper{
    margin-left: -1.2rem;
}
.swiper-button-prev {
    left: 0!important;
    top: calc(50% - -0.6rem)!important;
}
.swiper-button-next{
    right: 0!important;
    top: calc(50% - -0.6rem)!important;
}
.customize-2 .swiper-slide.active{
    border: 1px solid #BCBCBC;
}
.swiper-button-next:after, .swiper-button-prev:after{
    text-rendering: auto;
}
.next1:after, .prev1:after{
    text-rendering: auto;
}
.customize-2 .swiper-button-lock{
    display: block !important;
    color: #555 !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #555 !important;
}
.customize-2 .swiper{
    padding: 0 4rem !important;
    margin-bottom: 8.6rem;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 2.2rem !important;
}
.customize-2 .title{
     font-size: 2.4rem;
     font-weight: 600;
     line-height: 3.2rem;
     color: #264989;
}
.customize-2 .p1{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 4rem;
    color: #ff8a1f ;
    margin-bottom: 4rem;
}
.customize-2 .p2{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
    color: #333;
    margin-bottom: 6rem;
}
.customize-2 .btn{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 4.8rem;
    color: #264989;
    border: 1px solid #264989;
    height: 4.8rem;
    width: 26.6rem;
    border-radius: 4.8rem;
    text-align: center;
    margin: 0 auto;
}
.customize-3 .title{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #264989;
    padding: 0 3.5rem 4.5rem;
}
.customize-3 .reason-item img{
    width: 7.5rem;
    height: 7.5rem;
}
.customize-3 .reason-row{
    position: relative;
    background-color: #fff;
    margin: 0 2.2rem;
    margin-top: -5.2rem;
    padding: 6.7rem 5.5rem;
    color: #264989;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
}
.customize-3 .p1{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    margin:1rem 0;
}
.customize-3 .p2{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
}
.customize-3 .reason-item{
    margin-bottom: 5rem;
}
.customize-3 .reason-item:last-child{
    margin-bottom: 0rem;
}
.customize-4 .title{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #264989;
    padding: 0 3.5rem 4.5rem;
}
.customize-4 .reason-row{
    position: relative;
    /* background-color: #fff; */
    margin: 0 2.2rem;
    margin-top: -5.2rem;
    /* padding: 6.7rem 5.5rem;
    color: #264989;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2); */
}
.customize-4 .noClick{
    background-color: #fff;
    height: 14rem;
    position: relative;
    padding-left: 2.5rem;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1.1rem;
    box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.2);
}
.customize-4 .noClick .Chevrons1{
    width: 1.5rem;
    height: 1.8rem;
    display: block;
    /* margin: 0 auto; */
    transform: rotate(-90deg);
    transition: all .25s ease-in .05s;
}
.customize-4 .noClick .p1{
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
    color: #264989;
    transition: all .25s ease-in .05s;
}
.customize-4 .noClick .XoneImg{
    margin-top: 38%;
    width: 26rem;
    margin-right: -26%;
    transition: all .55s ease-in .05s;
}
.customize-4 .noClick .XoneImg1{
    margin-top: 38%;
    width: 26rem;
    margin-right: -26%;
    transform: rotate(-10deg) scale(2.4) translate(-10%, 9%);
    transition: all .25s ease-in .05s;
}
.activeXoneImg{
    width: 8.3rem !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.activeXoneImg1{
    animation: 
      customSequence 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
@keyframes customSequence {
    0% {
        transform: scale(2.8) rotate(-13deg)  translate(5%, -20%);
    }
    100% {
        transform: scale(3) rotate(-13deg)  translate(5%, -20%);
    }
  }
.customize-4 .noClick .specs{
    display: none;
}
.customize-4 .noClick .cup{
    display: inline-block;
    border-right: 1px solid #d9d9d9;
    padding-right: 1.5rem;
    margin-right: 2.6rem;
}
.customize-4 .noClick .cup div{
    line-height: 3.2rem;
}
.customize-4 .noClick .cup1{
    /* display: inline-block; */
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 3.2rem;
    text-align: center;
    margin-right: 2.5rem;
}
.customize-4 .noClick .flexCenter{
    /* display: inline-block; */
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 3.2rem;
    text-align: center;
    margin-right: 6.5rem;
    margin-left: 3.5rem;
}
.customize-4 .circular{
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1.6rem;
}
.customize-4 .plus{
    font-size: 3rem;
    font-weight: 300;
    color: #D9D9D9;
    display: block;
    margin-top: -44%;
}
.inactive{
    display: none !important;
}
.customize-4 .noClick .clean{
    display: none;
    position: absolute;
}
.customize-4 .noClick .active1{
    display: block;
}
.customize-4 .noClick .num{
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 9.6rem;
    color: #264989;
    display: inline-block;
    margin: 0 3rem;
}
.customize-4 .noClick .num span{
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.6rem;
    color: #264989;
}
.customize-4 .noClick .p11{
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem;
    color: #333;
    display: inline-block;
}
.customize-5{
    background: #f5f6fa;
    padding: 6rem 3.1rem;
    text-align: center;
}
.customize-6{
    padding:  8.7rem 3.1rem 0rem;
}
.customize-5 .p1{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #264989;
    margin-bottom: 3.9rem;
}
.customize-5 .p2{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
    color: #333;
    margin-bottom: 3.2rem;
}
.customize-6 .title{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    color: #264989;
    margin-bottom: 3.4rem;
}
.customize-6 .machineTitle{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 5rem;
    color: #333;
    margin-bottom: 1.2rem;
}
.customize-6 .machineItem{
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2rem;
    color: #000;
    list-style: inside;
}
.customize-6 .machine{
    margin-bottom: 3rem;
}
.customize-6 .p22{
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 3.2rem;
    color: #333;
    margin: 2rem 0 7.4rem;
}
.customize-footer{
    background-color: #264989;
    color: #fff;
    text-align: center;
    padding: 6rem 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;
    margin: 0 0 5.5rem;
    padding-bottom: 5.5rem;
}
.customize-footer .box:last-child{
    border-bottom: none;
}