.whyMeeriadPage{
    margin: 0 auto;
    padding-top: 96px;
}
.whyMeeriadPage *{
    box-sizing: border-box;
}
.whyMeeriadPage .pageTitle{
    width: 100%;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    overflow: hidden;
    background: url('../img/newWebSite/header_common@2x.png') center no-repeat;
    background-size: auto 100%;
    text-align: center;
    padding: 0 40px;
}
.whyMeeriadPage .subTitle{
    padding: 0 20px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-top: 127px;
}
.whyMeeriadPage .pageDescription{
    max-width: 798px;
    min-height: 88px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding: 0 20px;
    margin: 20px auto 67px;
}
.whyMeeriadPage .flexOutBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyMeeriadPage .flexOutBox .eachBox{
    width: 431px;
    min-height:242px ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.whyMeeriadPage .flexOutBox .box1{
    background: url('../img/newWebSite/why1.png') no-repeat;
    background-size: 100% 100%;
    margin-right: -15px;
}
.whyMeeriadPage .flexOutBox .box2{
    background: url('../img/newWebSite/why2.png') no-repeat;
    background-size: 100% 100%;
}
.whyMeeriadPage .flexOutBox .money{
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-family: 'Avenir' !important;
}
.whyMeeriadPage .flexOutBox .money s{
    font-size: 30px;
}
.whyMeeriadPage .flexOutBox .text{
    max-width: 361px;
    min-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.whyMeeriadPage .tip{
    max-width: 577px;
    min-height: 46px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
    padding: 0 20px;
    margin: 50px auto;
    text-align: center;
}
.whyMeeriadPage .tip s{
    color: #4E34C5;
}
.whyMeeriadPage .garyBgBox{
    width: 100%;
    min-height: 480px;
    background: url('../img/newWebSite/gray_section_2@2x.png') center no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}
.whyMeeriadPage .garyBgBox .text{
    max-width: 918px;
    min-height: 126px;
    font-size: 30px;
    font-weight: 400;
    color: #4E34C5;
    line-height: 42px;
    text-align: center;
    padding: 0 20px;
    margin:96px auto 74px ;
}

.whyMeeriadPage .garyBgBox .flexOutBox div{
    max-width: 350px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    padding: 0 20px;
    font-style: italic;
    position: relative;
    z-index: 1;
}
.whyMeeriadPage .garyBgBox .flexOutBox div:nth-child(2){
  margin: 0 70px;
}
.whyMeeriadPage .garyBgBox .flexOutBox div::after{
    content: '';
    width: 57px;
    height: 57px;
    background: #FFC800;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 8px;
    z-index: -1;
}
.whyMeeriadPage .blueBgBox{
    width: 100%;
    min-height: 774px;
    padding: 20px;
    overflow: hidden;
    background: linear-gradient(360deg, #8884FF 0%, #6144E6 100%);
}
.whyMeeriadPage .blueBgBox .Bigtitle{
    font-size: 32px;
    font-weight: bold;
    color: #F9FAFF;
    text-align: center;
    margin-top: 109px;
}
.whyMeeriadPage .blueBgBox .Bigtext{
    font-size: 18px;
    font-weight: 400;
    color: #F9FAFF;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 100px;
}
.whyMeeriadPage .blueBgBox .flexOutBox{
    max-width: 1220px;
    flex-wrap: wrap;
    margin: 0 auto;
    /* padding: 0 200px; */
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox{
    display: flex;
    height: auto;
    min-height: 0;
    flex-direction: unset;
    align-items: unset;
    justify-content: unset;
    margin-right: 106px;
    margin-bottom: 56px;
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox:nth-child(2n){
    margin-right: 0;
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox:nth-child(7),
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox:nth-child(8){
    margin-bottom: 0;
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox .infoBox{
    width: 100%
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox img{
    width: 60px;
    height: 60px;
    margin-right: 22px;
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox .title{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 6px;
    text-align: left;
}
.whyMeeriadPage .blueBgBox .flexOutBox .eachBox .text{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    height: auto;
}
.whyMeeriadPage .whiteBgBOx{
    max-width: 1200px;
    padding: 20px;
    overflow: hidden;
    margin: 0 auto;
}
.whyMeeriadPage .whiteBgBOx .title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-top: 82px;
    
}
.whyMeeriadPage .whiteBgBOx .flexOutBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    padding-bottom: 60px;
}
.whyMeeriadPage .whiteBgBOx .eachBox{
    max-width: 320px;
    min-height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 27px 19px 0px rgba(66, 66, 66, 0.08);
    border-radius: 20px;
    border: 2px solid #F1F1F1;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 0 32px;
}
.whyMeeriadPage .whiteBgBOx .eachBox:nth-child(3n){
    /* margin-right: 0px; */
}
.whyMeeriadPage .whiteBgBOx .eachBox img{
    width: 80px;
    height: 80px;
    margin-top: 49px;
    margin-bottom: 33px;
}
.whyMeeriadPage .whiteBgBOx .eachBox div{
    width: 256px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 13px ;
}
.whyMeeriadPage .whiteBgBOx .eachBox span{
    display: block;
    width: 256px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    text-align: center;
}








@media only screen and (max-width:1000px){
    
}
@media only screen and (max-width:999px){
    .whyMeeriadPage {
        margin: 0 auto;
        padding-top: 70px;
    }
    .whyMeeriadPage .pageTitle {
       background-size: cover;
       background-position: center center;
    }
    .whyMeeriadPage .flexOutBox {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .whyMeeriadPage .garyBgBox .flexOutBox div{
        margin-bottom: 30px;
    }
    .whyMeeriadPage .garyBgBox .flexOutBox div:nth-child(2) {
        margin: 0 ; 
        margin-bottom: 30px;
    }
    .whyMeeriadPage .blueBgBox .flexOutBox {
        flex-wrap: nowrap;
        flex-direction: column;
        padding: 0 20px;
    }
    .whyMeeriadPage .blueBgBox .flexOutBox .eachBox {
        margin-right: 0;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .whyMeeriadPage .blueBgBox .Bigtext {
        margin-bottom: 30px;
    }
    .whyMeeriadPage .blueBgBox .Bigtitle {
        margin-top: 30px;
    }
    .whyMeeriadPage .flexOutBox .text {
       max-width: 100%;
       padding: 0 20px;
    }
    .whyMeeriadPage .flexOutBox .eachBox {
        width: 431px;
        max-width: 100%;
    }
    .whyMeeriadPage .flexOutBox .box1 {
        background-size: auto 100%;
    }
    .whyMeeriadPage .flexOutBox .box2 {
        background-size: auto 100%;
        background-position: center right;
    }
   
    .whyMeeriadPage .whiteBgBOx .eachBox{
        margin-right: 0px;
    }
    .whyMeeriadPage .blueBgBox .flexOutBox .eachBox .text {
        padding:0;
    }
}