.expert-content {
    width: 100%;
    height: 600px;
    background: url('../images/expert-service-banner.png') center no-repeat;
    background-size: cover;
}

.advantage-service {
    background: #FFFFFF;
    margin-bottom: 100px;
    padding-top: 90px;
}

.advantage-title {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    text-align: center;
}

.expert-text {
    width: 640px;
    font-weight: 400;
    font-size: 20px;
    color: #657495;
    line-height: 34px;
    margin-top: 50px;
}

.advantage-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 60px;
}

.advantage-content li {
    margin-right: 57px;
    width: 220px;
}

.advantage-content li:hover .service-title {
    color: #5C9BF0;
}

.advantage-content li:hover .icon-box {
    transform: translateY(-14px);
}

.icon-box {
    width: 90px;
    height: 90px;
    background: #F0F5FF;
    border-radius: 24px 24px 24px 24px;
    margin: auto;
    transition: all .3s;
}

.icon-box img {
    width: 38px;
    height: 38px;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.service-title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
    width: 220px;
    text-align: center;
}

.service-text {
    font-weight: 400;
    width: 220px;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}

.service-content {
    /* margin-top: 78px; */
    width: 952px;
    margin: 78px auto;
}

.service-content-box h2 {
    font-weight: 700;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    text-align: center;
    margin-top: 78px;
}

.service-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.service-box-all {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: -12px;
    margin-top: -2px;
}

.service-left {
    width: 200px;
    height: 60px;
    background: linear-gradient(180deg, #C1CEE5 0%, #8B9BB3 100%);
    border-radius: 4px 0px 0px 0px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.service-box::after {
    position: absolute;
    content: " ";
    bottom: 2px;
    left: -9px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #FFB000;
    z-index: 1;
}

.service-content li:last-child::after {
    top: 0 !important;
    transform: rotate(182deg);
}

.service-right {
    width: 752px;
    height: 60px;
    background: #EFF5FF;
    border-radius: 0px 4px 0px 0px;
    border: 1px solid #FFFFFF;
    margin: auto 0;
    line-height: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #A8B6CD;
}

.service-content-left {
    width: 210px;
    height: 83px;
    background: linear-gradient(270deg, #FEDD76 0%, #FDB921 100%);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 83px;
    text-align: center;
}

.service-content-right {
    width: 752px;
    height: 83px;
    background: #D8E6FF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    color: #7788A2;
    line-height: 22px;
    margin: auto 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.service-price-left {
    width: 200px;
    height: 60px;
    background: linear-gradient(180deg, #5C9BF0 0%, #2172F6 100%);
    border-radius: 0px 0px 0px 4px;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.service-price-right {
    width: 752px;
    height: 60px;
    background: #EFF5FF;
    border-radius: 0px 0px 4px 0px;
    font-weight: 700;
    font-size: 20px;
    color: #FF2929;
    line-height: 20px;
    margin: auto 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.button-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 60px;
}

.consult-but {
    width: 325px;
    height: 60px;
    margin-right: 20px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(180deg, #2184F1 0%, #2086EE 100%);
}

.purchase-but {
    width: 325px;
    height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(180deg, #FF4E00 0%, #FF4E00 100%);
}

.expert-text-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 195px;
}

.expert-title {
    width: 438px;
    height: 88px;
    background: url('../images/expert-title-img.png') center no-repeat;
    background-size: cover;
}