.top-banner {
    margin-top: 0;
    width: 100%;
    height: 26.06vw;
    min-height: 495px;
    background-image: url("/images/support/care-service/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.top-content {
    width: 1200px;
    height: 128px;
    text-align: left;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-content h1 {
    font-size: 40px;
    line-height: 40px;
    width: 690px;
}
.top-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
    width: 690px;
    color: rgba(0,0,0,0.65);
}

.insurance-section {
    margin-top: 100px;
}
.insurance-section h2 {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
}
.insurance-section h3 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 50px;
    text-align: center;
}
.service-list {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 216px;
}
.service-item {
    width: 32.5%;
    height: 100%;
    margin-right: 1%;
    background-color: rgb(247,249,250);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 24px 32px;
}
.service-item:last-child() {
    margin-right: 0;
}
.service-item .icon-box {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item h3 {
    font-size: 20px;
    margin-top: 12px;
    text-align: center;
    color: black;
}
.view-status {
    font-size: 16px;
    margin-top: 12px;
    color: #1890ff;
}
.view-status:after {
    content: "\F105";
    margin-left:5px;
}