/* 覆盖Video.js默认样式 */
.video-js {
    /* 确保容器有明确尺寸 */
    width: 100vw;
    height: 56.25vw;
}
.video-js .vjs-big-play-button{
    /* opacity: 0 !important; */
}

.customize-1{
    padding-top: 36px;
    position: relative;
    z-index: 9;
}
.customize-1 .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background: #333;
    opacity: 0.4;
    z-index: 9;
}
.customize-1 .maskpic1{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 80.625vw;
    height: 20.9375vw;
    z-index: 9;
}
.customize-1 .p1{
    position: absolute;
    top: 56%;
    left: 0%;
    font-size: 2.5vw;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.customize-1 .maskpic2{
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    width: 8.125vw;
    height: 8.125vw;
    z-index: 9;
    cursor: pointer;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.customize-2{
    padding: 6.25vw 11.5625vw 7.8125vw 8.4375vw;
}
.customize-2 .tt{
    width: 34.27vw;
    display: inline-block;
}
.customize-2 .title{
    font-size: 3.333vw;
    color: #264989;
    font-weight: 500;
    line-height: 3.333vw;
    padding-top: 1.354vw;
}
.customize-2 .p1{
    font-size: 2.083vw;
    color: #FF8A1F;
    font-weight: 400;
    line-height: 2.08vw;
    margin-top: 0.729vw;
}
.customize-2 .p2{
    font-size: 1.25vw;
    color: #333;
    font-weight: 300;
    line-height: 1.666vw;
    width: 31.25vw;
    margin: 8.333vw 0 4.583vw;
}
.customize-2 .btn{
    font-size: 1.25vw;
    color: #264989;
    border: 1px solid #264989;
    border-radius: 1.625vw;
    font-weight: 300;
    line-height: 3.125vw;
    text-align: center;
    width: 24.21875vw;
    cursor: pointer;
}
.customize-2 .btn:hover{
    background-color: #264989;
    color: #fff;
}
.customize-2 .swiper-slide{
    border: 1px solid #D9D9D9;
    text-align: center;
    cursor: pointer;
}
.customize-2 .swiper-slide.active{
    border: 1px solid #BCBCBC;
}
.swiper-button-lock{
    display: block !important;
    color: #555 !important;
}
.swiper-button-next, .swiper-button-prev{
    color: #555 !important;
}
.swiper{
    padding: 0 2.604vw !important;
}
.mySwiper4{
    margin-top: 20px !important;
}
.swiper-pagination-bullet{
    width:  1.041vw !important;
    height:  1.041vw !important;
    /* background: #d9d9d9 !important; */
    margin: 0px 10px !important;
}
.swiper-pagination-bullet-active{
    background: #ffb067 !important;
    /* width:  2.082vw !important;
    height:  2.082vw !important; */
}
/* .swiper-wrapper{
    margin: 0 2.604vw;
    box-sizing: border-box;
} */
.swiper-button-next:after, .swiper-button-prev:after{
    text-rendering: auto;
}
.customize-3{
    position: relative;
}
/* .customize-3 .title{
    font-size: 3.333vw;
    color: #264989;
    font-weight: 500;
    line-height: 3.333vw;
    padding-left: 8.4375vw;
    padding-bottom: 2.604vw;
    display: inline-block;
} */
.customize-3 .reason{
    width: 100%;
}
.customize-3 .reason-row{
    width: 91.5625vw;
    /* padding: 2.916vw 8.75vw; */
    margin: 0 auto;
    margin-top: -15.833vw;
    margin-bottom: 10.416vw;
    /* background-color: #fff; */
    /* border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2); */
    position: relative;
    z-index: 1;
}
.customize-3 .reason-row .reason-row-item{
    width: 33%;
    text-align: center;
    cursor: pointer;
    margin: 0 0.729vw;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    transition: all .25s ease-in .05s;
}
.customize-3 .reason-row .reason-row-item:hover{
    background-color: #FF8A1F;
}
.customize-3 .reason-row img{
    width: 7.2916vw;
    display: inline-block;
    margin-top: 2.8125vw;
    transition: all .25s ease-in .05s;
}
.customize-3 .reason-row .t2{
    display: none;
    transition: all .25s ease-in .05s;
}
.customize-3 .reason-row .reason-row-item:hover .t1{
    display: none;
}
.customize-3 .reason-row .reason-row-item:hover .t2{
    display: inline-block;
}
.customize-3 .reason-row .p1{
    width: 3.125vw;
    height: 0.3125vw;
    background-color: #FF8A1F;
    margin: 0 auto;
    margin-top: 2.34375vw;
    margin-bottom: 2.34375vw;
    transition: all .25s ease-in .05s;
}
.customize-3 .reason-row-item:hover .p1{
    background-color: #fff;
}
.customize-3 .reason-row .p2{
    font-size: 1.666vw;
    color: #264989;
    font-weight: 300;
    line-height: 2.5vw;
    transition: all .25s ease-in .05s;
}
.customize-3 .reason-row-item:hover .p2{
    color: #fff;
}
.customize-3 .reason-row .icon{
    width: 1.25vw;
    height: 1.25vw;
    margin: 3.333vw 0 2.604vw;
    transition: all .25s ease-in .05s;
}
.customize-3 .reason-row-item:hover .icon path{
    fill: #fff;
}
.customize-3 .reason_text{
    width: 19.5%;
    position: absolute;
    top: 0;
    left: 0;
}
.customize-3 .reason_text1{
    width: 13.3333vw;
    position: absolute;
    top: 7.8125vw;
    left: 7.489583333333333vw;
}
.customize-3 .reason_text2{
    width: 5.208vw;
    position: absolute;
    top: 18.2291vw;
    left: 7.489583333333333vw;
}
.customize-3 .p3{
    position: absolute;
    top: 6.770833333333333vw;
    left: 8.489583333333333vw;
    font-size: 2.5vw;
    color: #333;
    font-weight: 300;
    line-height: 3.333vw;
}
.customize-3 .p4{
    position: absolute;
    top: 25vw;
    left: 7.489583333333333vw;
    font-size: 3.333vw;
    color: #264989;
    font-weight: 400;
    line-height: 4vw;
}
.customize-3 .p5{
    position: absolute;
    top: 35.4166vw;
    left: 7.489583333333333vw;
    font-size: 1.25vw;
    color: #333;
    font-weight: 100;
}
.customize-4{
    padding: 17.34375vw 8.125vw  11.979vw 4.5vw;
}
.customize-4 .imgBox{
    width: 41.875vw;
}
.customize-4 .descBox{
    width: calc(100% - 41.875vw);
    padding: 0 4.739vw 0 9.1666vw;
}
.customize-4 .descBox .p1{
    font-size: 3.333vw;
    color: #264989;
    font-weight: 500;
    line-height: 3.333vw;
}
.customize-4 .descBox .p2{
    font-size: 2.083vw;
    color: #FF8A1F;
    font-weight: 300;
    line-height: 2.083vw;
    margin-top: 1.25vw;
}
.customize-4 .descBox .p3{
    font-size: 1.25vw;
    color: #333;
    font-weight: 100;
    line-height: 1.666vw;
    list-style: outside;
}



.customize-5{
    text-align: center;
    /* background-color: #F5F6FA; */
    padding:  5.46875vw  16.77vw 6.25vw ;
}
.customize-5 .p1{
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 5.208vw;
    color: #264989;
    margin-bottom: 2.5vw;
}
.customize-5 .p2{
    font-size: 1.145vw;
    font-weight: 300;
    line-height: 1.458vw;
    color: #333;
    /* width: 62%; */
    margin: 0 auto;
    margin-bottom: 3.5416vw;
}
.customize-5 .title{
    text-align: center;
    font-size: 2.5vw;
    font-weight: 300;
    /* line-height: 5.208vw; */
    color: #000;
    margin-top: 2.708vw;
    margin-bottom: 2.708vw;
}
.customize-5 li{
    border-bottom: 1px solid #333;
    padding-bottom: 0.575vw;
    margin: 0 auto;
    margin-bottom: 1.145vw;
    width: 41.354vw;
    font-size: 1.25vw;
    font-weight: 300;
}
.customize-5 .swiper-button-next, .customize-5 .swiper-button-prev{
    top: 40% !important;
}
.customize-6{
    padding: 8.958vw 4.375vw 10.416vw 8.33vw;
}
.customize-6 .title{
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 3.333vw;
    color: #264989;
    margin-bottom: 7.03125vw;
}
.customize-6 .machine .machineTitle{
    font-size: 1.666vw;
    font-weight: 400;
    line-height: 3.90625vw;
    color: #333;
    margin-bottom: 0.729vw;
}
.customize-6 .machine .machineItem::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    top: calc(50% - 2.5px);
    left: calc(2.5% - 2.5px);
}
.customize-6 .machine .machineItem{
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.666vw;
    color: #000;
    padding-left: 2vw;
    position: relative;
    /* margin-bottom: 7.03125vw; */
}
.customize-footer{
    background-color: #264989;
    color: #fff;
    padding: 3.0208vw 7.291vw 5.46875vw 7.291vw;
}
.customize-footer .boxs{
    padding-bottom: 3.645vw;
    border-bottom: 1px solid #fff;
    /* margin-bottom: 10.416vw; */
}
.customize-footer .box{
    text-align: center;
    width: 33.33%;
    border-left: 1px solid #fff;
    cursor: pointer;
}
.customize-footer .box:first-child{
    border: none;
}
.customize-footer .box svg{
    width: 5.208vw;
    display: inline-block;
    margin-bottom: 1.458vw;
}
.customize-footer .box .p1{
    font-size: 1.666vw;
    font-weight: 100;
    margin-top: -1vw;
}
.customize-footer .box:hover .p1{
    color: #FF8A1F;
}
.customize-footer .box:hover svg path{
    stroke: #FF8A1F;
}
footer{
    height: 0;
    margin: 0;
}
.customize-7{
    position: relative;
}
.customize-7 .p1{
    position: absolute;
    top: 3.020833333333333vw;
    width: 100%;
    text-align: center;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 3.333vw;
    color: #264989;
}
.customize-7 .p2{
    position: absolute;
    top: 8.8541vw;
    width: 100%;
    padding: 0 15%;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 100;
    line-height: 1.666vw;
    color: #333;
}
.customize-7 .point{
    position: absolute;
    top: 5.3125vw;
    left: 0;
    width: 67%;
}
.customize-7 ul{

}
.customize-7 ul li{
    border-bottom: 1px solid #000;
    padding-bottom: 1.25vw;
    margin-bottom: 1.7708vw;
    margin-right: 9.6875vw;
}
.customize-7 .p3{
    text-align: left;
    font-size: 1.875vw;
    font-weight: 300;
    line-height: 2.083vw;
    color: #333;
}
.customize-7 .p4{
    text-align: left;
    font-size: 1.875vw;
    font-weight: 500;
    line-height: 2.083vw;
    color: #264989;
}
.customize-8{
    position: relative;
    /* margin-top: 10.208vw; */
    padding: 0 6.51vw;
    text-align: center;
}
.customize-8 .p1{
    /* position: absolute; */
    /* top: 3.020833333333333vw; */
    width: 100%;
    text-align: center;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 3.333vw;
    color: #264989;
    margin-bottom:5.208vw;
}
.customize-8 .p2{
    width: 100%;
    text-align: center;
    font-size: 2.083vw;
    font-weight: 400;
    line-height: 2.083vw;
    color: #FF8A1F;
    margin-bottom: 1.9271vw;
}
.customize-8 .p3{
    width: 100%;
    text-align: center;
    font-size: 1.25vw;
    font-weight: 300;
    line-height: 1.666vw;
    color: #333;
}
.customize-8 .picBox{
    /* margin-top: -16.25vw;
    z-index: -1; */
    position: relative;
}
.customize-8 .pic2{
    position: absolute;
    width: 36.146vw;
    top: 38%;
    left: calc(50% - 18vw);
}
.customize-8 .drinkText{
    font-size: 1.145vw;
    font-weight: 300;
    line-height: 1.458vw;
}
.customize-9{
    background: linear-gradient(to bottom, #444, #333);
    height: 56.4583vw;
    margin-top: -1vw;
    position: relative;
    padding: 6.09375vw 4.164vw;
    color: #fff;
    font-size: 1.875vw;
    font-weight: 300;
    overflow: hidden;
}
.customize-9 .functionPic1{
    position: absolute;
    bottom:1.8229vw;
    left: 0;
    width: 52.8645vw;
}
.customize-9 .functionPic2{
    position: absolute;
    bottom:1.8229vw;
    right: 3.6458vw;
    width: 35.1041vw;
}
.customize-9 .functionContainer{
    position: absolute;
    bottom: 1vw;
    left: 0vw;
    width: 96.51vw;
    z-index: 8;
    transition: all 0.5s ease;
    text-align: center;
}
.customize-9 .functionEye0{
    bottom:-26%;
    left: -19%;
    transition: all 0.5s ease;
}
.customize-9 .functionEye1{
    bottom:-26%;
    left: -19%;
    transition: all 0.5s ease;
}
.customize-9 .functionEye2{
    bottom:-26%;
    left: -19%;
    transition: all 0.5s ease;
}
.customize-9 .functionEye3{
    bottom:2%;
    left: -5%;
    transition: all 0.5s ease;
}
.customize-9 .functionEye4{
    bottom: 2%;
    left: -39%;
    width: 111%;
    transition: all 0.5s ease;
}
.customize-9 .functionEye5{
    bottom: 2%;
    left: -39%;
    width: 111%;
    transition: all 0.5s ease;
}
.customize-9 .functionEye6{
    bottom: 2%;
    left: -45%;
    width: 111%;
    transition: all 0.5s ease;
}
.customize-9 .functionMain{
    width: 75.8333vw;
    /* margin: 0 auto;
    display: block; */
}
.customize-9 .desc{
    position: absolute;
    top: 10%;
}
.customize-9 .desc::after{
    content: '';
    position: absolute;
    top:-0.1771vw;
    left: 0vw;
    width: 16.1979vw;
    height: 2px;
    background-color: #fff;
}
.customize-9 .Popup{
    position: absolute;
    bottom:3.5416vw;
    right: 5.625vw;
    width: 45.625vw;
    height: 46.4583vw;
    border-radius: 1.25vw;
    z-index: 12;
    background:rgba(255, 255, 255, 0.9);
    padding: 2.083vw 6.875vw 0;
    backdrop-filter: blur(10px);                /* 背景模糊 */
    -webkit-backdrop-filter: blur(10px); 
    text-align: center;
    opacity: 0;
}
.customize-9 .activePopup{
    opacity: 1;
}
.customize-9 .close{
    position: absolute;
    top:2.083vw;
    right: 1.875vw;
    width: 3.125vw;
    height: 3.125vw;
    cursor: pointer;
}
.customize-9 .Popup .title{
    color: #333;
    font-size: 1.666vw;
    font-weight: 400;
}
.customize-9 .Popup .desc1{
    color: #FF8A1F;
    font-size: 1.25vw;
    font-weight: 600;
}
.customize-9 .Popup .PopupPic{
    margin-top: 2.7083vw;
    width: 17.1875vw ;
}
.customize-9 .Popup li{
    font-size: 0.833vw;
    font-weight: lighter;
    color: #333;
    border-bottom: 1px solid #000;
    padding:0.5208vw 0;
}
.customize-9 .Popup .list{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 每行4列，等分 */
    gap:0 1.041vw; /* 行列间距 */
}
.customize-9 .Popup .list li{
    font-size: 0.833vw;
    text-align: left;
}
.customize-9 .Popup .more{
    font-size: 1.25vw;
    width: 19.6354vw;
    height: 3.125vw;
    border-radius: 3.125vw;
    line-height: 3.125vw;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    margin-top: 1vw;
}
.customize-9 .Popup .more:hover{
    border: 1px solid #FF8A1F;
    background-color: #FF8A1F;
    color: #fff;
}
.customize-9 .eyes{
    background-color: #FF8A1F;
    color: #fff;
    border-radius: 1.354vw;
    padding: 0.525vw 1.041vw;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 11;
    font-size: 1.354vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 3.75vw;
    transition: all 0.5s ease;
    height: 3.333vw;
}
.customize-9 .eye0{
    top: 9%;
    left: 59.5%;
}
.customize-9 .eye1{
    top: 35.5%;
    left: 46.5%;
}
.customize-9 .eye2{
    top: 18.5%;
    left: 39.5%;
}
.customize-9 .eye3{
    top: 80.5%;
    left: 24%;
}
.customize-9 .eye4{
    top: 58%;
    left: 57.2%;
}
.customize-9 .eye5{
    top: 88%;
    left: 61%;
}
.customize-9 .eye6{
    top: 39%;
    left: 81%;
}
.customize-9 .eyes:hover{
    min-width: 18.59375vw;
    transition: all 0.5s ease;
}
.customize-9 .eyes .eye,.customize-9 .eyes span{
    position: absolute;
    opacity: 0;
    top: -800vw;
    transition: all 0s ease;
}
.customize-9 .eyes:hover span,.customize-9 .eyes:hover .eye{
    position: initial;
    opacity: 1;
    transition: all 0.5s ease;
}
.customize-10{
    margin-top: 20.2083vw;
    padding: 0 13.02vw  13.02vw;
    text-align: center;
}
.customize-10 .p1{
    /* position: absolute; */
    /* top: 3.020833333333333vw; */
    width: 100%;
    text-align: center;
    font-size: 3.333vw;
    font-weight: 500;
    line-height: 3.333vw;
    color: #264989;
    margin-bottom:5.208vw;
}
.customize-10 .product{
    border-top: 1px solid #333;
}
.customize-10 li{
    border-bottom: 1px solid #333;
    padding: 1.9791vw 0;
}
.customize-10 .productItem{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customize-10 .title{
    font-size: 2.083vw;
    color: #333;
}
.customize-10 .pic{
    width: 3.333vw;
    cursor: pointer;
}
.customize-10 .productBox{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 每行4列，等分 */
    gap:0 1.25vw; /* 行列间距 */
    display: none;
}
.customize-10 .productBox div{
    cursor: pointer;
}
.customize-10 .pic1{
    height: 17.1875vw;
    transition: all 0.5s ease;
    margin-bottom: 1.25vw;
}
.customize-10 .productBox div:hover .pic1{
    transition: all 0.5s ease;
    transform: scale(1.2);
}
.customize-10 .productBox div:hover .p3{
    text-decoration: underline;
}

.customize-10 .p2{
    color: #FF8A1F;
    font-size: 1.666vw;
    font-weight: 400;
}
.customize-10 .p3{
    color: #333;
    font-size: 2.5vw;
    font-weight: 400;
    margin-bottom: 7.8125vw;
}

.customize-footer .Jump{
  /* padding-bottom: 3.645vw;
  border-bottom: 1px solid #fff; */
  margin-bottom: 16.6666vw;
}
.customize-footer .JumpItem{
  border-bottom: 1px solid #fff;
  padding: 0.572vw 0;
  font-size: 1.666vw;
  font-weight: 300;
  line-height: 3.125vw;
  cursor: pointer;
}
.customize-footer .JumpItemArrow{
  width: 10vw;
  position: relative;
}
.customize-footer .JumpItemArrowIcon{
  position: absolute;
  opacity: 0;
  left: 8.5vw;
  top: -1.5vw;
  transition: all .25s ease-in .05s;
}
.customize-footer .JumpItem:hover {
  text-decoration: underline;
}
.customize-11{
    position: relative;
    margin-top: -0.5vw;
    min-height: 50vw;
}
.customize-11 .p1{
    position: absolute;
    right: 6.25vw;
    top: 6.04166vw;
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 400;
    color: #264989;
}
.customize-11 .p2{
    position: absolute;
    right: 6.25vw;
    bottom: 43.125vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
    font-weight: 200;
}
.customize-11 .p3{
    position: absolute;
    left: 30%;
    top: 5.3125vw;
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 400;
    color: #264989;
}
.customize-11 .p4{
    position: absolute;
    left: 30%;
    top: 10.2083vw;
    font-size: 2.5vw;
    line-height: 5vw;
    font-weight: 200;
}
.customize-11 .functionPic1{
    position: absolute;
    left: 4%;
    top: 10%;
    width: 21.45833333333333vw;
}
.customize-11 .functionPic2{
    position: absolute;
    left: 6%;
    bottom: 6%;
    width: 26.04vw;
}
.customize-11 .out1{
    position: absolute;
    left: 7.34375vw;
    top: 7.0833vw;
}
.customize-11 .out2{
    position: absolute;
    left: 7.34375vw;
    top: 23.59375vw;
}
.customize-11 .out3{
    position: absolute;
    left: 63.0729vw;
    top: 11.92708vw;
}
.customize-11 .out4{
    position: absolute;
    left: 63.0729vw;
    top: 33.0729vw;
}
.customize-11 .out5{
    position: absolute;
    left: 7.1354vw;
    top: 2.7604vw;
}
.customize-11 .p5{
    font-size: 5vw;
    font-weight: 400;
    color: #264989;
}
.customize-11 .p6{
    font-size: 2.5vw;
    line-height: 3.75vw;
    font-weight: 200;
}
.customize-11 .p7{
    font-size: 2.5vw;
    line-height: 3.75vw;
    font-weight: 200;
    padding-left: 3vw;
    position: relative;
}
.customize-11 .p7::before{
    content: '';
    position: absolute;
    width: 0.5vw;
    height: 0.5vw;
    background-color: #000;
    border-radius: 50%;
    top: calc(50% - 2.5px);
    left: calc(4% - 0px);
}
.customize-11 .p8{
    position: absolute;
    right: 23%;
    top: 4.47916vw;
    font-size: 3.333vw;
    line-height: 3.125vw;
    font-weight: 200;
    color: #264989;
}
.customize-11 .p81{
    position: absolute;
    left: 6.25vw;
    top: 23.90625vw;
    font-size: 1.875vw;
    line-height: 3.125vw;
    font-weight: 400;
    color: #FF8A1F;
}
.customize-11 .p82{
    position: absolute;
    left: 35%;
    top: 23.90625vw;
    font-size: 1.875vw;
    line-height: 3.125vw;
    font-weight: 400;
    color: #FF8A1F;
}
.customize-11 .p83{
    position: absolute;
    right: 30.5%;
    top: 31.8229vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p84{
    position: absolute;
    right: 20%;
    top: 31.8229vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p85{
    position: absolute;
    right: 11.5%;
    top: 31.8229vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p86{
    position: absolute;
    right: 30%;
    top: 31.61458vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p87{
    position: absolute;
    right: 15.5%;
    top: 31.61458vw;
    font-size: 2.083vw;
    line-height: 3.125vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p88{
    position: absolute;
    right: 20.5%;
    top: 5.67708vw;
    font-size: 3.333vw;
    line-height: 3.333vw;
    font-weight: 200;
    color: #264989;
}
.customize-11 .p89{
    position: absolute;
    right: 26%;
    top: 62%;
    font-size: 2.083vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p810{
    position: absolute;
    right: 26%;
    top: 33%;
    font-size: 2.083vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p811{
    position: absolute;
    left: 6%;
    top: 34%;
    font-size: 2.083vw;
    font-weight: 200;
    color: #000;
}
.customize-11 .p812{
    position: absolute;
    left: 6%;
    top: 62.3%;
    font-size: 2.083vw;
    font-weight: 200;
    color: #000;
}
.customize-12{
    padding: 6.25vw 0;
    text-align: center;
    font-size: 5vw;
    font-weight: 400;
    color: #264989;
}