body {
    margin: 0;
    padding: 0;
}

.officialweb {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
}

.webHeader {
    width: 100%;
    height: 100%;
}

.headerTitle {
    background: linear-gradient(to right, #126CC8, #dceaf8);
    /* 颜色渐变 */
    color: white;
    text-align: center;
    padding: 10px 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleLeft {
    padding: 10px;
    font-size: 24px;
}

.titleRight {
    float: right;
    padding: 10px;
}

.titleRight ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.titleRight li {
    display: inline;
    margin-left: 20px;
}

.titleRight a {
    color: white;
    text-decoration: none;
}

.titleRight li:hover {
    text-decoration: underline;
}

.headerImage {
    width: 100%;
    height: 720px;
}

.images {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.webCenter {
    width: 85%;
    height: 300px;
    margin: 0 auto;
    margin-top: 90px;
}

.notice {
    width: 100%;
    height: 54px;
    background-color: #EFF7FF;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.noticele {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.noticele-images {
    width: 25px;
    height: 23px;
    margin-left: 30px;
}

.noticeri {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.noticeri-images {
    width: 24px;
    height: 21px;
    margin-right: 10px;
}

.noticele-content {
    margin-left: 10px;
    margin-right: 10px;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #1172D5;
}

.ima-taichi {
    width: 100%;
    height: 441px;
    margin-top: 30px;
}

.ima-taichi-images {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.individualization-title {
    width: 585px;
    height: 30px;
    font-family: PingFang SC;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 6.59px;
    font-variation-settings: "opsz" auto;
    color: #000000;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.health-guard .sle {
    width: 460px;
    height: 30px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.individualization-tips {
    margin-top: 100px;
}

.individualization-tips ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
}

.individualization-tips li {
    width: 25%;
    box-sizing: border-box;
}

.individualization-tips .tipstitle {
    margin-top: 90px;
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #1172D5;
}

.individualization-tips div {
    margin-top: 30px;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #000000;
}

.individualization-tips img {
    width: 100%;
    /* 确保图片宽度与li相同 */
    height: auto;
    /* 高度自适应 */
}

.introduce {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.introducele .introducele-imges {
    width: 278px;
    height: 271px;
}

.introducele-testing {
    width: 278px;
    height: 217px;
    background: #F1F8FF;
    text-align: center;
    margin-top: 22px;
}

.introducele {
    margin-top: 327px;
}

.introducele-testing .testingtitle {
    width: 154px;
    height: 20px;
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: -0.41px;
    color: #1172D5;
    margin: 0 auto;
    margin-top: 34px;
}

.introducele-testing .hr {
    width: 154px;
    height: 0px;
    border-top: 1px solid #1172D5;
    margin: 0 auto;
    margin-top: 44px;
}

.introducele-testing .hrbottomcen {
    width: 237px;
    height: 76px;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #000000;
    margin: 0 auto;
    margin-top: 24px;
}

.introduceCen {
    margin-top: 86px;
}

.introduceCentop .introducele-imges {
    width: 278px;
    height: 271px;
}

.introduceCenbottom {
    margin-top: 36px;
}

.introduceCenbottom .introducele-imges {
    width: 278px;
    height: 271px;
}

.introduceri {
    margin-top: 327px;
}

.introduceri .introducele-imges {
    width: 278px;
    height: 271px;
}

.process {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.complianceprocessle img {
    width: 307px;
    height: 644px;
    margin-top: 87px;
}

.complianceprocessri img {
    width: 871px;
    height: 112px;
    margin-top: 15px;
}

.complianceprocessri .service ul {
    width: 69%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 88px;
    margin-top: 108px;
}

.complianceprocessri .service-cen ul {
    width: 90%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
    margin-top: 15px;
}

.majorcent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.major {
    width: 90%;
    margin: 0 auto;
}

.majorle img {
    width: 521px;
    height: 519px;
    margin-top: 213px;
}

.majorri .majorrititle {
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3.59px;
    font-variation-settings: "opsz" auto;
    color: #000000;
    margin-top: 95px;
    text-align: center;
}

.majorri img {
    width: 307px;
    height: 644px;
    margin-top: 26px;
}

.introductionvideo img {
    width: 100%;
    height: 503px;
    margin-top: 78px;
}

.seekadvicefrom {
    width: 100%;
}

.seekadvicefromcen {
    margin-top: 51px;
}

.seekadvicefromcen ul {
    list-style-type: none;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seekadvicefromcen ul li {
    width: calc(47% - 10px);
    height: 185px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.seekadvicefromcen ul li img {
    width: 205px;
    height: 142px;
}

.lic .licti {
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    margin-left: 21px;
}

.lic .tmri {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #999999;
    margin-top: 60px;
    margin-left: 21px;
}

.webFooter .privacy {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #999999;
    width: 238px;
    height: 100px;
    margin: 0 auto;
    margin-top: 100px;
}

.webFooter .statement {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: -0.41px;
    font-variation-settings: "opsz" auto;
    color: #999999;
    width: 508px;
    height: 100px;
    margin: 0 auto;
    margin-top: -40px;
}