.service-banner {
    height: 240px;
    max-width: 1920px;
    margin: auto;
}

.header-service {
    background: url(../newHeaderbj.png) no-repeat;
    background-size: cover;
    /* padding: 60px 0; */
    position: relative;
    overflow: hidden;
    /* height: 500px; */
}

.personalTop {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #F0F6FF 0%, #DAE6FA 100%);
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    top: -75px;
}

.personalTop .personalTopImg {
    width: 120px;
    height: 120px;
    background: #B1D5FF;
    border-radius: 60px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.personalTop .personalTopImg img {
    width: 100%;
    height: 100%;
}

.personalTop .personalTopText {
    margin-left: 20px;
}

.personalTop .personalTopText p {
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 14px;
}

.personalTop .personalTopText p:nth-child(1) {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 33px;
}

.personalTop .personalTopText p:nth-child(2) {
    margin-bottom: 15px;
    margin-top: 7px;
}

.personalTop .personalTopText p:nth-child(2) span {
    margin-left: 15px;
}

.personalTop .personalTopText p:nth-child(3) {
    display: flex;
    align-items: center;
}

.personalTop .personalTopText p:nth-child(3) img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.personalTop .personalTopBtn {
    cursor: pointer;
    position: absolute;
    right: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    border-radius: 20px;
    padding: 10px 40px;
}

.personalYip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #E9E9F4;
}

.personalYip .active {
    font-weight: bold;
    font-size: 18px;
    color: #3D71FF;
    line-height: 27px;
    text-align: center;
    position: relative;
}

.personalYip .active span {
    width: 90%;
    height: 3px;
    background: #3D71FF;
    border-radius: 54px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.personalYip p {
    margin-right: 50px;
    cursor: pointer;
}

.centerBox {
    padding-top: 50px;
    padding-bottom: 20px;
}

.centerBox li {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(129, 178, 225, 0.13);
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.centerBox .centerBoxName {
    display: flex;
    align-items: center;
    position: relative;
}

.centerBox .centerBoxName img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.centerBox .centerBoxName p:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
    color: #202036;
    line-height: 30px;
    text-align: left;
}

.centerBox .centerBoxName p:nth-child(2) {
    border-radius: 12px;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 0 10px;
}


.centerBox .centerBoxName .sxz {
    background: #EDF3FE;
    color: #4A84F7;
}

.centerBox .centerBoxName .lxz {
    background: #E9F9F6;
    color: #20BFA9;
}
.centerBox .centerBoxName .shz {
    background: #F7ECFD;
    color: #A643ED;
}
.centerBox .centerBoxName .wtg {
    background: #FFE9E8;
    color: #F15E5E;
}

.centerBox .centerBoxName .ywc {
    background: #FFEAE0;
    color: #FF8146;
}
.centerBox .centerBoxName p:nth-child(3) {
    font-size: 14px;
    color: #A0A0B2;
    line-height: 14px;
    text-align: left;
}

.centerBoxBto {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.centerBoxBto .centerBoxList {
    /* display: flex; */
    /* flex-wrap: wrap; */
    width: 90%;
    /* justify-content: space-between; */
}

.centerBoxBto .centerBoxList p {
    font-size: 14px;
    color: #6F6F81;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;

}
.centerBoxBto .centerBoxList p span {
    font-size: 14px;
    /* color: #202036; */
    line-height: 14px;
}

.centerBoxBto .centerBoxList p:last-child {
    margin-bottom: 0;
}

.centerBoxBtnList {
    cursor: pointer;
}

.centerBoxBtnList .martop12 {
}

.centerBoxBtnList .wyybtn {
    border-radius: 5px;
    padding: 10px 31px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 12px;

}

.centerBoxBtnList .wyy {
    color: #4A84F7;
    background: #EDF3FE;
}

.centerBoxBtnList .yyy {
    color: #A0A0B2;
    background: #F4F5F8;
}

.centerBoxBtnList .xqqrbtn {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 12px;
    border-radius: 5px;

}

.centerBoxBtnList .xqqrbtn img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.centerBoxBtnList .xqqrd {
    color: #FFFFFF;
    background: #4A84F7;
}

.centerBoxBtnList .xqqrc {
    color: #528CFD;
    border: 1px solid;
    background: #fff;
}

.centerBoxBtnList .zjdjcs {
    padding: 10px;
    background: #F4F5F8;
    border-radius: 5px;
    font-size: 14px;
    color: #4A84F7;
    line-height: 14px;
    margin-top: 12px;
    text-align: center;
}


/* 响应式 */
@media (max-width: 1600px) {
    .centerBoxBto .centerBoxList{
        width: 80%;
    }
}
@media (max-width: 700px) {
    .personalTop {
        width: 90%;
        margin: 0 auto;
        padding: 10px;
    }

    .personalTop .personalTopImg {
        width: 90px;
        height: 90px;
    }

    .personalTop .personalTopText {
        width: 70%;
        margin-left: 10px;
    }

    .personalTop .personalTopText p:nth-child(1) {
        font-size: 16px;
        line-height: 26px;
    }

    .personalTop .personalTopBtn {
        right: 10px;
        font-size: 12px;
        padding: 5px 15px;
        top: 10px;
    }

    .personalTop .personalTopText p {
        font-size: 12px;
    }

    .personalTop .personalTopText p:nth-child(2) span {
        display: block;
        margin-left: 0;
    }

    .personalYip .active {
        font-size: 16px;
    }

    .personalYip p {
        margin-right: 30px;
    }

    .centerBox li {
        width: 90%;
        margin: 0 auto;
        padding: 15px;
        margin-bottom: 20px;
    }

    .centerBox .centerBoxName {
        flex-wrap: wrap;
    }

    .centerBox .centerBoxName p:nth-child(3) {
        margin-top: 10px;
    }

    .centerBoxBto {
        flex-direction: column;
    }

    .centerBoxBto .centerBoxList {
        width: 100%;
    }

    .centerBoxBtnList {
        display: flex;
        align-items: center;
        margin-top: 12px;
        width: 100%;
    }

    .martop12 {
        margin-top: 0 !important;
        margin-left: 10px;
    }

    .centerBoxBtnList .zjdjcs {
        line-height: 20px;
    }

    .centerBoxBtnList .wyybtn {
        line-height: 20px;
    }

    .centerBoxList p:last-child {
        line-height: 20px;
    }

    .main .personalNew .pagerer {
        width: 100% !important;
    }

    .main .personalNew .pagerer .tiaozhuan {
        display: none;
    }

    .main .personalNew .typeList {
        width: 90%;
        margin: auto;
    }
}