.service-warp {}

/* ------------ banner区 ------------*/
.zdmb-banner {
    /* height: 250px; */
    margin-top: 64px;
    position: relative;
}

.zdmb-ban-box {
    /* height: 250px; */
}

.zdmb-ban-imgbox {
    /* height: 250px; */
}

.zdmb-ban-imgbox>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.zdmb-ban-imgbox>.zdmb-ban-title {
    height: 4rem;
    width: 100%;
    /* text-align: center; */
    background-color: #c7000b;
    color: #FFFFFF;
    position: relative;
    /* bottom: 2rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.zdmb-banner-content {
    position: absolute;
    margin: 0 45px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: calc(100% - 90px);
}

.zdmb-banner-content>* {
    animation: fadeInUp 1.2s;
}

.zdmb-banner-title {
    text-align: center;
}

.zdmb-banner-title>h3 {
    margin-bottom: 14px;
}

.zdmb-banner-title>h3>span {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}

.zdmb-banner-title>h3>span:first-child {
    font-weight: 400;
}

.banner-title-subtitle {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
}

.zd_title__mod {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 7%;
}


/* 服务中心 */
.service-box-mb {
    background-color: #fff;
    margin: 4% auto;
    padding: 3% 3% 5%;
}

.service-box-mb__title {
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
}

.service-box-mb__text {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    margin-top: 2%;
}


.zdmb_service .service-form__submitBtn {
    width: 100%;
    height: 40px;
    margin: 5% auto;
    font-size: 16px;
}

.service-form__submitBtn:hover {
    background-color: #fff;
    color: #C7000B;
    border: #C7000B 1px solid;
    /* animation: opacityChange 5s infinite linear; */
}

/* 提交返回页面 */
.zdmb-callme .title {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4%;
}

.zdmb-callme .text p {
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

.zdmb-callme .text button a {
    font-size: 14px;
}

/* 文本输入框 */
.service-form textarea {
    resize: vertical;
}

@media screen and (min-width: 1023px) {

    .zdpc-banner-callme,
    .zdpc-callme,
    .zdpc-banner,
    .zdpc_service {
        display: block;
    }

    .zdmb-callme,
    .zdmb-banner-callme,
    .zdmb-banner,
    .zdmb_service {
        display: none;
    }

    .service-box {
        background-color: #fff;
        height: 10%;
        margin: 4% auto;
    }

    .right-desc {
        width: 50%;
    }
}

@media screen and (max-width: 1023px) {

    .zdpc-callme,
    .zdpc-banner-callme,
    .zdpc-banner,
    .zdpc_service {
        display: none;
    }

    .zdmb-callme,
    .zdmb-banner-callme,
    .zdmb-banner,
    .zdmb_service {
        display: block;
    }

    .service-warp {
        padding: 4% 4% 7% 4%;
    }

    .service-box {
        background-color: #fff;
        /* padding: 3% 3% 5%; */
        /* margin: 4% auto; */
    }

    .service-box .service-form__submitBtn {
        width: 100%;
        height: 40px;
        margin: 5% auto;
        font-size: 16px;
    }

    .right-desc {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


}

/* 移动端 */
.address {
    background-color: #f2f2f2;
    padding: 4rem 1rem;
    padding-bottom: 0;
}

.address-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.address-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    /* margin-bottom: 2rem; */
    padding-bottom: 2.5rem;

}

.content_box {
    /* width: calc(100% / 2 - 0.5rem); */
    width: 100%;
    height: 10rem;
    /* min-height: 10rem; */
    background-color: #fff;
    border-radius: 3px;
    /* margin-bottom: 1rem; */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* position: relative; */
    /* padding: 1rem; */
    padding: 2rem 1.5REM;
}

.content-img {
    width: 5.5rem;
    min-width: 5.5rem;
    max-width: 5.5rem;
    margin-right: 2rem;
    /* position: relative;
    bottom: 3.5rem; */
}

.content-title {
    color: #c7000b;
    font-size: 1.8rem;
    /* position: relative; */
    /* bottom: 1.5rem; */
    font-weight: bold;
}

.box-content {
    /* text-align: center; */
    color: #666666;
    /* height: 6rem; */
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 1rem;

}

.office {
    background-color: #f2f2f2;
}

.office-title {
    text-align: center;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    top: 2rem;
}

.office-box {
    width: calc(100%-4rem);
    /* height: 10rem; */
    background-color: #fff;
    margin: 1.5rem;
    border-radius: 5px;
    padding: 2rem 3rem;
    position: relative;
    bottom: 5rem;
}

.office-city {
    font-weight: bold;
    color: #333333;
    font-size: 2.5rem;
    margin-bottom: 3rem;

}

.info-item {
    margin-top: 1.5rem;
    color: #666666;
    font-size: 1.5rem;
}

.info-item img {
    width: 1.5rem;
    margin-right: 1rem;
}

.consultation {
    padding: 2rem;
}

.consultation-title {
    text-align: center;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 4rem;
}

.consultation-form {
    padding-bottom: 1rem;
}

.consultation-form .service-form .row input,
.consultation-form .service-form .selectInput,
.consultation-form .service-form .form-control {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
}

.consultation-form .service-form .row input {
    height: 5rem;
    border-radius: 3px;
}

.consultation-form .service-form .selectInput {
    border-radius: 3px;
}

#ffcontent {
    margin-bottom: 1rem !important;
    height: 25rem;
    border-radius: 3px;
}

.consultation-form .service-form .service-form__submitBtn {
    background: #c7000b;
    color: #fff;
    width: 100% !important;
    border-radius: 4px;
}

.follow {
    padding: 5.5rem 2rem;
    background-color: #f2f2f2;
    margin-bottom: 0.5rem;
}

.follow-title {
    text-align: center;
    font-size: 2rem;
    color: #333333;
    font-weight: bold;
}

.follow-QRCode {
    padding: 2rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    border-radius: 6px;
    margin-top: 2.5rem;
    padding-bottom: 1.5rem;
}

.QRCode {
    width: calc(100% / 3 - 1rem);
    text-align: center;
}

.QRCode p {
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #666666;

}