div{
    box-sizing: border-box;
}
.handicapPage .ourServicesPage{
    margin-bottom: 100px;
}
.handicapPage  .pageTitle{
    max-width: 950px;
    width: 950px;
    color: #292D70;
    text-align: center;
    font-family: Avenir;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px; /* 130% */
    margin: 0 auto;
    margin-bottom: 30px;
}
.handicapPage  .pageTip{
    max-width: 950px;
    width: 950px;
}
.handicapPage  .pageTitle span{
    color: #FFA924;
}

.handicapPage  .pageTip{
    color: #000341;
    text-align: center;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    margin: 0 auto;
}
.handicapPage .moneyBox{
    max-width: 1030px;
    min-height: 566px;
    border-radius: 40px;
    border: 2px solid #CBCBCB;
    background: #FFF;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    margin: 100px auto;
    padding: 20px;
}
.handicapPage .moneyBox .flexBox{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-left: 100px;
}
.handicapPage .progressOutBox{
    display: flex;
    align-items: flex-end;
}
.handicapPage .progressOutBox .baseNum{
    color: #999;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin: 0 15px;
}
.handicapPage .inputBox{
    margin-top: 87px;
    position: relative;
}
.handicapPage .inputBox input[type=range]{
    -webkit-appearance: none;
    background: -webkit-linear-gradient(#291B6A, #291B6A) no-repeat, #D9D4F0;
    background-size: 0% 100%;
    height: 11px;
    border-radius: 14.2px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 250px !important;
    height: 18px !important;
}
.handicapPage .inputBox input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background: #291B6A;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(103, 80, 164, 0.08);
    position: relative;
}
.handicapPage .inputBox .rangeMask{
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    left: -16px;
    top: -20px;
    background: rgba(103, 80, 164, 0.08);
    z-index: 1;
}
.handicapPage .inputBox .rangeShow{
    min-width: 42px;
    max-width: 100px;
    padding: 0 10px;
    height: 39px;
    line-height: 10px;
    position: absolute;
    left: -7px;
    top: -62px;
    background: url('../img/nosOffers/Group 1924.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 12px;
}
.handicapPage .eachProgress .progressTitle{
    color: #000341;
    font-family: Avenir;
    font-size: 24px;
    font-weight: 800;
    margin-top: 40px;
    text-align: center;
}

.handicapPage .moneyBox .bottomBox{
    width: 100%;
    min-height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #CBCBCB;
    background: #291B6A;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    margin-top: 53px;
}
.handicapPage .moneyBox .bottomBox .money{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
}
.handicapPage .moneyBox .bottomBox .label{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px; 
    margin-top: 13px;
}


.handicapPage .ziseFlexBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: 0 auto 100px;
}
.handicapPage .ziseFlexBox div{
   display: inline-block;
   height: 57px;
   line-height: 57px;
   border-radius: 80px;
   background: #CEC4FD;
   padding: 0 30px;
   margin-right: 20px;
   margin-bottom: 20px;
   color: #000341;

   font-family: Avenir;
   font-size: 17px;
   font-weight: 500;
}

.handicapPage .flexOutBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 87px;
}

.handicapPage .flexOutBox img{
    width: 669px;
    height: 465px;
}
.handicapPage .leftFlex img{
    margin-right: 0px;
    margin-left: 96px;
}
.handicapPage .rightFlex img{
    margin-right: 96px;
    margin-left: 0px;
}
.handicapPage .flexOutBox .infoBox {
    position: relative;
}
.handicapPage .flexOutBox .infoBox .origanBg{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}
.handicapPage .flexOutBox .infoBox .title{
    max-width: 617px;
    color: #292D70;
    font-family: Avenir;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 35px;
}
.handicapPage .flexOutBox .infoBox .title span{
    color: #FFA924;
}
.handicapPage .flexOutBox .infoBox .description{
    max-width: 460px;
    color: #000341;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    position: relative;
    z-index: 2;
}
.handicapPage .flexOutBox .infoBox .description span{
    font-weight: 900; 
}
.handicapPage .flexOutBox .infoBox .eachInfo{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.handicapPage .flexOutBox .infoBox .eachInfo .icon{
    width: 33px;
    height: 40px;
    margin-right: 14px;
}
.handicapPage .flexOutBox .infoBox .eachInfo .smallTit{
    max-width: 450px;
    color: #000341;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
}
.handicapPage .flexOutBox .infoBox .eachInfo .smallTxt{
    color: rgba(0, 3, 65, 0.70);
    font-family: Avenir;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}


.handicapPage .xieOutBox{
    width: 100%;
    min-height: 1335px;
    margin: 189px auto 149px;
    background:#F6F2EB ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.handicapPage .xieOutBox .bg1{
    height:143px ;
    width: 100%;
    background: url('../img/handicap/sol_long_belt_1@2x.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    left:0;
    top: -143px;
}
.handicapPage .xieOutBox .bg2{
    height:93px ;
    width: 100%;
    background: url('../img/handicap/sol_long_belt_2@2x.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -90px;
}
.handicapPage .xieOutBox .title{
    color: #000;
    text-align: center;
    font-family: Avenir;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
}
.handicapPage .xieOutBox .title span{
    color: #FFA924;
}
.handicapPage .xieOutBox .lajiflexOutBox{
    width: 805px;
    margin:109px auto 0 ;
    display: flex;
    flex-wrap: wrap;
}
.handicapPage .xieOutBox .lajiflexOutBox .felxBox{
   width: 358px;
   margin-bottom: 36px;
}
.handicapPage .xieOutBox .lajiflexOutBox .imgbox{
   width: 358px;
   height: 215px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 28px;
}

.handicapPage .xieOutBox .lajiflexOutBox .felxBox:nth-child(2n+1){
   margin-right:88px ;
}

.handicapPage .xieOutBox .lajiflexOutBox .txt{
    width: 350;
    color: #422F11;
    text-align: center;
    font-family: Avenir;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 26px; 
 }


 .handicapPage .collectMobileOutBox  .mobileImageBox .box1,
 .handicapPage .collectMobileOutBox  .mobileImageBox .box5{
     top: 76px;
 }
 .handicapPage .collectMobileOutBox  .mobileImageBox .box2,
 .handicapPage .collectMobileOutBox  .mobileImageBox .box6{
     top: 231px;
 }
 .handicapPage .collectMobileOutBox  .mobileImageBox .box3,
 .handicapPage .collectMobileOutBox  .mobileImageBox .box7{
     top: 386px;
 }

 .handicapPage .collectimginfoBox{
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 70px;
     margin-bottom: 124px;
 }
 .handicapPage .collectimginfoBox img{
     width: 600px;
     height: 600px;
     margin-right: 40px;
 }
 .handicapPage .collectimginfoBox .info{
     max-width: 556px;
     min-height: 556px;
     border-radius: 20px;
     border: 2px solid #B8B8DD;
     background: #FFF;
     box-shadow: 0px 25px 35px 0px rgba(42, 30, 91, 0.30);
     padding:35px 45px ;
 }
 .handicapPage .collectimginfoBox .info .title{
     color: #000;
    font-family: Avenir;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
 }
 .handicapPage .collectimginfoBox .info .eachInfo{
    margin-bottom: 35px;
 }
 .handicapPage .collectimginfoBox .info .eachInfo .name{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
 }
 .handicapPage .collectimginfoBox .info .eachInfo .name span{
    height: 27px;
    line-height: 27px;
    padding: 0 12px;
    border-radius: 44px;
    background: #8467FB;
    color: #FFF;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 800;
    margin-right: 10px;
 }
 .handicapPage .collectimginfoBox .info .eachInfo .eachtip{
    display: flex;
    color: #555;
    font-family: Avenir;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
 }
 .handicapPage .collectimginfoBox .info .eachInfo .eachtip span{
    width: 7px;
    height: 7px;
    background: #8467FB;
    margin-right: 13px;
    flex-shrink: 0;
    margin-top: 6px;
    border-radius: 50%;
 }

 .handicapPage .collectThreebigImgflexOutBox{
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 66px ;
 }
 .handicapPage .collectThreebigImgflexOutBox img{
     width: 245px;
     height: 532px;
 }
 .handicapPage .collectThreebigImgflexOutBox img:nth-child(2n){
     margin: 0 50px;
 }


 .solutionsHtml{
     
 }

.solutionsHtml .mHeader .mainNav .commA.hasSon:before,
.solutionsHtml .mHeader .lans span:before,
.prevenirHtml .mHeader .mainNav .commA.hasSon:before,
.prevenirHtml .mHeader .lans span:before,
.agirHtml .mHeader .mainNav .commA.hasSon:before,
.agirHtml .mHeader .lans span:before{
    background: url('../img/handicap/arr_white_down@2x.png') no-repeat;
    background-size: 100% 100%;
}
.solutionsHtml .mHeader,
.prevenirHtml .mHeader,
.agirHtml .mHeader{
    background: transparent;
}


.solutionsHtml .mHeader a,
.prevenirHtml .mHeader a,
.agirHtml .mHeader a{
    color: #fff !important;
}
.solutionsHtml .mHeader #requestDemo{
    background: #fff;
    color:#EE7721 !important;
}
.solutionsHtml .mHeader .webappLogin{
    background:#EE7721 ;
    border: 1px solid #fff !important;
}
.solutionsHtml .mHeader .lans,
.prevenirHtml .mHeader .lans,
.agirHtml .mHeader .lans{
    color: #fff ;
}
.solutionsHtml .mHeader .dropdown a,
.prevenirHtml .mHeader .dropdown a,
.agirHtml .mHeader .dropdown a{
    color: #333 !important ;
}
.solutionsPage .ourServicesPage,
.prevenirHtml .ourServicesPage,
.agirHtml .ourServicesPage{
    padding-top: 0px !important;
}
.solutionsPage .topPageInfo{
    height: 600px;
    background: url('../img/handicap/sol_head_1@2x.png') center bottom no-repeat;
    background-size: auto 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 154px;
}
.solutionsPage .topPageInfo .title,
.prevenirHtml .topPageInfo .title,
.agirHtml .topPageInfo .title{
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 20px;
}
.solutionsPage .topPageInfo .text,
.prevenirHtml .topPageInfo .text,
.agirHtml .topPageInfo .text{
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}
.solutionsPage .bolang{
     width: 153px;
     height: 100px;
     background: url('../img/handicap/sol_wave_1@2x.png') no-repeat;
     background-size: 100% 100%;
     margin: 72px auto 97px;
}


.prevenirHtml .mHeader #requestDemo{
    background: #fff;
    color:#224ED4 !important;
}
.prevenirHtml .mHeader .webappLogin{
    background:#224ED4 ;
    border: 1px solid #fff !important;
}
.prevenirHtml .topPageInfo{
    height: 600px;
    background: url('../img/handicap/sol_head_2@2x.png') center bottom no-repeat;
    background-size: auto 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 154px;
}
.prevenirHtml .bolang{
    width: 153px;
    height: 100px;
    background: url('../img/handicap/sol_wave_2@2x.png') no-repeat;
    background-size: 100% 100%;
    margin: 72px auto 97px;
}


.agirHtml .mHeader #requestDemo{
    background: #fff;
    color:#0094C3 !important;
}
.agirHtml .mHeader .webappLogin{
    background:#0094C3 ;
    border: 1px solid #fff !important;
}
.agirHtml .topPageInfo{
    height: 600px;
    background: url('../img/handicap/sol_head_3@2x.png') center bottom no-repeat;
    background-size: auto 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 154px;
}
.agirHtml .bolang{
    width: 153px;
    height: 100px;
    background: url('../img/handicap/sol_wave_3@2x.png') no-repeat;
    background-size: 100% 100%;
    margin: 72px auto 97px;
}

.prevenirHtml .ourServicesPage .mobileBox .mobileImageBox .moveRightAn,
.prevenirHtml .ourServicesPage .mobileBox .mobileImageBox .moveleftAn{
    background: #5078F0;
    box-shadow: 0px 15px 16px 0px rgba(101, 76, 218, 0.15); 
}
.agirHtml .ourServicesPage .mobileBox .mobileImageBox .moveRightAn,
.agirHtml .ourServicesPage .mobileBox .mobileImageBox .moveleftAn{
    background: #14A5CD;
    box-shadow: 0px 15px 16px 0px rgba(101, 76, 218, 0.15);
}

.prevenirHtml .ourServicesPage .mobileBox .mobileImageBox .moveRightAn .name,
.prevenirHtml .ourServicesPage .mobileBox .mobileImageBox .moveRightAn .desc,
.prevenirHtml .ourServicesPage .mobileBox .mobileImageBox .moveleftAn .name,
.prevenirHtml .ourServicesPage .mobileBox .mobileImageBox .moveleftAn .desc,
.agirHtml .ourServicesPage .mobileBox .mobileImageBox .moveRightAn .name,
.agirHtml .ourServicesPage .mobileBox .mobileImageBox .moveRightAn .desc,
.agirHtml .ourServicesPage .mobileBox .mobileImageBox .moveleftAn .name,
.agirHtml .ourServicesPage .mobileBox .mobileImageBox .moveleftAn .desc{
    color: #fff;
}
.prevenirHtml .handicapPage .ziseFlexBox div{
    background: rgba(56, 98, 225, 0.15);
}
.agirHtml .handicapPage .pageTitle span{
    color: #14A5CD;
}
.agirHtml .handicapPage  .collectimginfoBox .info .name span{
    background: #14A5CD;
}
.agirHtml .handicapPage  .collectimginfoBox .info .eachtip span{
    background: #14A5CD;
}
.agirHtml .arirBottomBigImgBox{
    display: block;
    max-width: 600px;
    min-height: 400px;
    margin: 100px auto 100px;
    position: relative;
}
.agirHtml .arirBottomBigImg{
    display: block;
    width: 700px;
    height: 500px;
    position: relative;
    z-index: 2;
}
.agirHtml .arirBottomBigImgBox span{
    width: 130px;
    height:130px;
    background: url('../img/handicap/sol_big_dot_3@2x.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -32px;
    right: -167px;
    z-index: 1;
}

.handicapPage .flexOutBox .repsFlexImg{
    width: 489px;
    height: 471px;
    margin-right: 72px;
}

.handicapPage .rpsImgOutBox  {
    width: 555px;
    height: 479px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.handicapPage .rpsImgOutBox .bigImg {
    width: 414px;
    height: 529px;
}
.handicapPage .rpsImgOutBox .rpsBg {
    width: 555px;
    height: 479px;
    position: absolute;
    left: 0;
    top: 0;
}

.socialhtml .handicapPage .socialTopBigImgBox,
.solutionsHtml .handicapPage .socialTopBigImgBox{
    width: 580px;
    height: 545px;
    position: relative;
    margin-left: 125px;
}
.socialhtml .handicapPage .socialTopBigImgBox img,
.solutionsHtml .handicapPage .socialTopBigImgBox img{
    width: 549px;
    height: 334px;
    position: absolute;
    margin-left: 0;
}
.socialhtml .handicapPage .socialTopBigImgBox img:first-child,
.solutionsHtml .handicapPage .socialTopBigImgBox img:first-child{
    top: 10px;
    right: 0;
}
.socialhtml .handicapPage .socialTopBigImgBox img:last-child,
.solutionsHtml .handicapPage .socialTopBigImgBox img:last-child{
    bottom: -40px;
    left: -30px;
}


.socialhtml .sol_dot,
.solutionsHtml .sol_dot{
    width: 25px !important;
    height: 23px !important;
    margin-right: 15px;
    margin-top: 5px; 
}


.collecthtml .mobileBox .mobileImageBox,
.prevenirHtml .mobileBox .mobileImageBox,
.agirHtml .mobileBox .mobileImageBox,
.handicapPage .mobileBox .mobileImageBox{
    width: 320px;
    box-shadow: none;
} 




@media only screen and (max-width:999px){
    .handicapPage{
        padding: 20px;
    }
    .handicapPage .moneyBox .flexBox{
        padding-left: 0;
        flex-direction: column;
        align-items: center;
    }
    .handicapPage .moneyBox .flexBox .eachProgress{
        margin-right: 0px !important;
        margin-bottom: 50px;
    }
    .handicapPage .moneyBox .bottomBox{
        flex-direction: column;
        padding-top: 50px;
    }
    .handicapPage .moneyBox .bottomBox .eachMoney{
        margin-right: 0px !important;
        margin-bottom: 50px;
    }
    .handicapPage .ziseFlexBox{
        width: 100%;
    }
    .handicapPage .flexOutBox{
        flex-direction: column;
    }
    .handicapPage .flexOutBox .repsFlexImg{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .handicapPage .rpsImgOutBox{
        width: 100%;
    }
    .handicapPage .rpsImgOutBox .bigImg{
        width: 90%;
        height: auto;
    }
    .handicapPage .rpsImgOutBox .rpsBg{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        margin-left: 0 !important;
        margin-right: 0 !important;

    }
    .handicapPage .ourServicesPage{
        padding-top: 100px !important;
    }
    .socialhtml .handicapPage .socialTopBigImgBox, 
    .solutionsHtml .handicapPage .socialTopBigImgBox {
        width: 100%;
        height: auto;
        position: relative;
        margin-left: 0;
        margin-top: 40px;
    }
    .socialhtml .handicapPage .socialTopBigImgBox img, .solutionsHtml .handicapPage .socialTopBigImgBox img{
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        right: unset;
        left: unset;
    }
    .socialhtml .handicapPage .socialTopBigImgBox img:last-child, .solutionsHtml .handicapPage .socialTopBigImgBox img:last-child {
        bottom: unset;
        left: unset;
    }
    .socialhtml .handicapPage .flexOutBox img,
    .solutionsHtml .handicapPage .flexOutBox img{
        width: 100%;
        height: auto;
    }
    .socialhtml .handicapPage .rightFlex img,
    .solutionsHtml .handicapPage .rightFlex img {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 30px !important;
    }
    .handicapPage .xieOutBox .lajiflexOutBox{
        width: 100%;
        flex-direction: column;
    }
    .handicapPage .flexOutBox .infoBox .eachInfo .smallTit{
        width: 100% !important;
    }
    .socialhtml .handicapPage .flexOutBox .infoBox,
    .solutionsHtml .handicapPage .flexOutBox .infoBox{
        margin-left: 0 !important;
        margin-top: 30px;
    }
    .handicapPage .collectimginfoBox{
        flex-direction: column;
    }
    .handicapPage .collectimginfoBox img{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .handicapPage .collectThreebigImgflexOutBox{
        flex-direction: column;
    }
    .handicapPage .collectThreebigImgflexOutBox img:nth-child(2n) {
        margin: 30px 0px;
    }

    .solutionsHtml .mHeader a,
    .prevenirHtml .mHeader a,
    .agirHtml .mHeader a{
        color: #6051A6 !important;
    }
    .solutionsHtml .ourServicesPage ,
    .prevenirHtml .ourServicesPage,
    .agirHtml .ourServicesPage{
        padding-top: 0 !important;
    }
    .solutionsHtml .mHeader .webappLogin,
    .prevenirHtml .mHeader .webappLogin,
    .agirHtml .mHeader .webappLogin {
        color: #fff !important;
    }
    .agirHtml .arirBottomBigImgBox{
        width: 100%;
    }
    .agirHtml .arirBottomBigImg{
        width: 100%;
        height: auto;
    }
    .agirHtml .arirBottomBigImgBox span {
        width: 60px;
        height: 60px;
        background: url('../img/handicap/sol_big_dot_3@2x.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top: -32px;
        right: -0px;
        z-index: 1;
    }

.handicapPage  .pageTitle{
    width: 100%;
    padding: 0 20px;
}
.handicapPage  .pageTip{
    width: 100%;
    padding: 0 20px;
}
}