.disclaimer-box1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 700px;
    background: url("../../public/image/produk/g_icon.png") no-repeat center 100px;
}

.box1-content {
    position: absolute;
    top: 125px;
    left: 9%;
    width: 507px;
    height: 520px;
    color: #ffffff;
    text-align: left !important;
}

.box1-title {
    position: relative;
    left: -15px;
    width: 100%;
    height: 100px;
}

.box1-content .box1-title h1 {
    font-size: 26px;
    line-height: 95px;
}

.box1-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.box1-content p {
    font-size: 16px;
    line-height: 30px;
}

.swiper-btn {
    margin-top: 15px;
    width: 370px;
    height: 60px;
    border-radius: 90px;
    font-size: 25px;
    background-color: #ffffff;
    color: #5a9dff;
}

.swiper-btn p {
    font-size: 20px;
    text-align: left;
}

.swiper-btn-text {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
}

.swiper-phone {
    width: 711px;
    position: absolute;
    top: 8px;
    left: 94%;
}

.disclaimer-box2 {
    width: 100%;
    padding: 75px 0 80px 0;
    background-color: #f5f6f8;
}

.box2-content {
    width: 270px;
    height: 400px;
    background-color: #ffffff;
    padding: 35px 20px 0 20px;
    text-align: center;
    float: left;
    margin-right: 26px;
    margin-bottom: 60px;
}

.disclaimer-h1 {
    font-size: 30px;
    font-weight: 600;
}

.box2-content img {
    height: 90px;
}

.box2-content h2 {
    margin: 30px 0 20px 0;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
}

.box2-content p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.disclaimer-box3 {
    padding: 75px 0;
}

.box3-content {
    position: relative;
    padding: 50px 90px 90px 280px;
    margin-left: 15px;
    margin-bottom: 60px;
    width: 100%;
    height: 305px;
    background-color: #f5f6f8;
}

/* 圆角 */
.top-radius {
    border-radius: 0 60px 0 0 ;
}

.bottom-radius {
    border-radius: 0 0 60px 0;
}


.box3-content p {
    font-size: 17px;
    line-height: 30px;
}

/* 头像 */
.box3-head {
    position: absolute;
    top: -20px;
    left: -15px;
    width: 220px;
    height: 235px;
    text-align: center;
    color: #FFFFFF;
    border-top-right-radius: 60px;
}

.box3-head img {
    margin: 20px 0 15px 0;
    width: 130px;
}

.box3-head p {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    font-size: 17px;
}

.dis-footer {
    padding: 45px 0 35px 0;
    width: 100%;
    background-color: #f9fbff;
}

.footer-text {
    width: 800px;
    margin-left: 30px;
}

.footer-text:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: -30px;
    width: 2px;
    height: 66px;
    background-color: #ececec;
}

.footer-text p {
    font-size: 16px;
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
    /* 在屏幕宽度小于 1000px 时应用的 CSS 规则 */
    .wrap {
        width: 100%;
    }

    .disclaimer-box1 {
        width: 101%;
    }

    .disclaimer-box2 {
        width: 101%;
    }

    .box2-content {
        height: 450px !important;
        padding: 16px 13px 0 20px;
    }

    .box2-content p {
        font-size: 21px;
    }

    .box2-content h2 {
        font-size: 25px;
    }

    .box3-content {
        padding: 21px 90px 90px 280px;
    }

    .box3-content p{
        font-size: 20px;
    }
}
