.service-box {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../Images/service-bg.png");
}
.service-header-box {
    position: relative;
    padding: 0 0.4rem;
    width: 100%;
    height: 1.17rem;
    line-height: 1.17rem;
    box-sizing: border-box;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.48rem;
    color: #333333;
    text-align: center;
}
.service-header-box .icon-back {
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../Images/icon_back.png");
}
.service-body-box {
    padding: 0 0.4rem 2.35rem;
    height: calc(100vh - 1.17rem);
    overflow: auto;
    box-sizing: border-box;
}
.service-img-box {
    padding: 0.4rem 0;
}
.service-img-box img {
    width: 100%;
}
.service-content-box {
    padding: 0.53rem 0.88rem;
    width: 100%;
    height: 3.25rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
    border-radius: 0.53rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.37rem;
    color: #333333;
    line-height: 0.59rem;
    box-sizing: border-box;
}
.service-content-box .row {
    margin-bottom: 0.53rem;
    display: flex;
}
.service-content-box .icon {
    margin-top: 0.06rem;
    margin-right: 0.4rem;
    display: inline-block;
    width: 0.53rem;
    height: 0.53rem;
    background-repeat: no-repeat;
    background-size: 100%;
}
.service-content-box .icon-time {
    background-image: url("../../Images/time-green.png");
}
.service-content-box .icon-phone {
    background-image: url("../../Images/phone-green.png");
}