.clientPage{
    margin: 0 auto;
    padding-top: 145px;
    padding-bottom: 129px;
    max-width: 1520px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clientPage *{
    box-sizing: border-box;
}

.clientPage .pageTtle{
    font-weight: 800;
    font-size: 44px;
    text-align: center;
    color: #291B6A;
    margin-bottom: 60px;
}
.clientPage .flexOutBox{
    display: flex;
    /* 设置弹性元素排列方式 */
    flex-direction: row;
    /* 设置自动换行 */
    flex-wrap: wrap;
    max-width: 1520px;
    justify-content: center;
}
.clientPage .flexOutBox .eachBox{
    display: block;
    width: 350px;
    margin: 0 70px 72px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13);
    border-radius:16px;
    overflow: hidden;
    padding-bottom: 20px;
}
.clientPage .flexOutBox .eachBox:nth-child(3n){
    margin-right: 0;
}

.clientPage .eachPart{
    display: block;
}
.clientPage .eachDetail {
    display: none;
    position: relative;
}
/* .clientPage .eachBox:hover .eachPart{
    display: none;
}
.clientPage .eachBox:hover .eachDetail {
    display: block;
} */
.clientPage .eachDetail .leftTop{
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    z-index: 1;
    border-radius: 16px 0 0 0;
}
.clientPage .eachDetail .center{
    position: absolute;
    top: 35px;
    left: 25px;
    z-index: 2;
    height: 415px;
}
.clientPage .eachDetail .detail{
    width: 300px;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    line-height: 20px;
}
.clientPage .eachDetail .namePositions{
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin: 20px 0 35px;
}
.clientPage .eachDetail .avatarQuote{
    position: absolute;
    bottom: 23px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 295px;
}
.clientPage .eachDetail .avatarQuote .avatar{
    width: 54px;
    height: 54px;
    margin: 0;
}
.clientPage .eachDetail .avatarQuote .quote{
    width: 92px;
    height: auto;
    margin: 0;
}
.clientPage .eachBox .bigImg{
    display: block;
    width: 350px;
    height: 257px;
    margin: 0;
    margin-bottom: 20px;
}
.clientPage .content{
    width: 310px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;

    color: #291B6A;
    margin: 0 auto 20px;
}
.clientPage .eachBox .flexBox{
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.clientPage .eachBox button{
    width: 300px;
    height: 35px;
    background-color: #291B6A;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    margin: 25px 25px 0;
    border: none;
    cursor: pointer;
}
.clientPage .campanyicon{
    display: block;
    width: 113px;
    height: auto;
    margin: 0;
    margin-right: 28px;
}
.clientPage   .infoBox{
    font-weight: 500;
    font-size: 14px;

    color: #8D80CB;
}
.clientPage   .infoBox div:first-child{
    font-weight: 500;
    font-size: 16px;
    color: #291B6A;
}
.clientPage .flexOutBox .eachBox:last-child{
    margin-right: 0px;
}

/* 内容 */
.clientContentPage{
    margin: 0 auto;
    min-height: 1000px;
    padding-bottom: 80px;
    padding-top: 173px;
    margin-top: 90px;
}
.clientContentPage .topImg{
    width: 100%;
    height: 349px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}
.clientContentPage .topInfo{
    width: 910px;
    padding:32px 88px 40px 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.clientContentPage .topInfo .content{
    margin: 0;
}
.clientContentPage .topInfo .rightInfo{
    display: flex;
    align-items: center;
}
.clientContentPage .pageContent{
    width: 910px;
    min-height: 800px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13);
    border-radius: 16px;
    padding: 56px 88px 109px;
    margin: 203px auto 0;
}
.clientContentPage .pageContent .bigTitle{
    font-weight: 700;
    font-size: 20px;
    color: #291B6A;
    line-height: 28px;
    margin-bottom: 24px;
}
.clientContentPage .pageContent p{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #291B6A;
    margin-bottom: 24px;
} 
.clientContentPage .pageContent .endTag{
    margin-top: 58px;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #777777;
}
.clientContentPage .pageContent .numberTitle{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #291B6A;
}
.clientContentPage .pageContent img{
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}
.clientContentPage .bottomAuthorBox{
    width: 100%;
    height: 140px;
    background-color: rgba(41, 27, 106, .08);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 36px;
    box-sizing: border-box;
    margin-top: 50px;
}
.clientContentPage .bottomAuthorBox .authorImg img{
    width: 66px;
    height: auto;
    margin: 0 20px 0 0;
}
.clientContentPage .bottomAuthorBox .authorName{
    margin-right: 55px;
    display: flex;
    flex-direction: column;
}
.clientContentPage .bottomAuthorBox .authorName .name,
.clientContentPage .bottomAuthorBox .authorName .descript{
    font-weight: 800;
    font-size: 21px;
    line-height: 23px;
    color: rgba(17, 17, 17, 1);
    display: flex;
    align-items: center;
}
.clientContentPage .bottomAuthorBox .authorName .text1,
.clientContentPage .bottomAuthorBox .authorName .text2{
    font-weight: 500;
    font-size: 14px;
    color: rgba(41, 27, 106, 1);
}
.clientContentPage .bottomAuthorBox .authorName .text1{
    margin-left: 30px;
}
.clientContentPage .bottomAuthorBox .authorName .text2{
    margin-left: 20px;
}
.clientContentPage .bottomAuthorBox .authorName .descript{
    margin-top: 8px;
}
.clientContentPage .bottomAuthorBox .authorQuote img{
    width: 92px;
    height: auto;
    margin: 0;
}

@media only screen and (max-width:1120px){
    .clientPage .flexOutBox {
        justify-content: center;
    }
}
@media only screen and (max-width:999px){
    .clientPage {
        margin: 0 auto;
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .clientContentPage{
        padding-top: 170px;
    }
    .clientContentPage .topInfo{
        width: 85%;
        padding: 10px 20px;
        flex-direction: column;
        align-items: unset;
    }
    .clientPage .pageTtle{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .clientContentPage .pageContent{
        width: 85%;
        padding: 0;
        box-shadow: none;
        box-sizing: border-box;
    }
    .clientPage .flexOutBox{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .clientPage .flexOutBox .eachBox{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .clientContentPage .bottomAuthorBox{
        width: 100%;
        height: auto;
        padding: 20px 36px;
    }
    
    .clientPage .eachDetail {
        position: relative;
        height: 432px;
    }
    .clientContentPage .bottomAuthorBox .authorName{
        margin-right: 0;
    }
    .clientContentPage .bottomAuthorBox .authorName .name, .clientContentPage .bottomAuthorBox .authorName .descript{
        display: block;
    }
    .clientContentPage .bottomAuthorBox .authorName .text1,
    .clientContentPage .bottomAuthorBox .authorName .text2{
        margin: 5px 0 0;
    }
}