.baby-title{
    width: 100%;
    height: auto;
}
.baby-title img{
    display: block;
}
/*服务内容介绍*/
.service-content{
    width: 100%;
    height: 750px;
    position: relative;
}
.service-content .bg-img {
    position: absolute;
    top: 0;
    left: -3px;
    width: 100%;
    height: 100%;
    background: url(/static/website/images/baby/bg-service-content.png);
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 100px);
    background-position: right top;
}
.service-content .top-service-content{
    height: calc(100% - 200px);
    padding-top: 120px;
}
.service-content .top-service-content .icon-title{
    position: absolute;
    top: 70px;
}
.service-content .bottom-service-content{
    height: 200px;
}

.service-content .introduce-content {
    color: #fff;
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -52px;
}
.service-content .introduce-content h3{
    font-size: var(--font-size-title-medium);
    font-weight: bold;
    margin-bottom: 28px;
}
.service-content .introduce-content .description{
    font-size: 16px;
    line-height: 28px;
    color: #f2f2f2;
}
.service-content .introduce-img img{
    width: 640px;
    height: 360px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0px 2px 5px 0px #7cd3d3;
}

/*计数*/
.cs-data {
    width: 98%;
    text-align: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0px 8px 2px #dadada;
    height: 170px;
    margin-left: 1%;
}
.cs-data li {
    width: 33%;
    padding: 0px;
}
.cs-data p {
    color: var(--color-text1);
    font-size: var(--font-size-title-small);
    margin-top: 22px;
}

.number-increase{
    font-weight: bold;
    font-size: var(--font-size-number);
    margin: 0px;
}
.number-increase .unit {
    font-style: normal;
    font-size: var(--font-size-title2);
    font-weight: 700;
}

.number-increase .unit-plus {
    font-style: normal;
    font-size: var(--font-size-title-medium);
    font-weight: 700;
    margin-left: 2px;
}

/*病患护理服务模式*/
.service-model{
    width: 100%;
    height: 800px;
    background: url(/static/website/images/baby/bg-service-model.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-model .service-model-content{
    width: 100%;
    height: 460px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid #ffffff75;
    display: flex;
}
.service-model .service-model-content .left-menu{
    width: 300px;
    height: 100%;
    padding-top: 60px;
}
.service-model .service-model-content .left-menu .menu-item{
    width: 300px;
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    font-size: var(--font-size-title-small);
    color: var(--color-text1);
}
.service-model .service-model-content .left-menu .menu-item.active{
    background: #007781;
    color: white;
    font-weight: bold;
}

.service-model .service-model-content .right-content{
    width: calc(100% - 300px);
    height: 100%;
    padding: 60px;
}
.service-model .service-model-content .right-content .tab-panel {
    display: none;
    color: var(--color-text1);
    font-size: var(--font-size-text2);
    line-height: 30px;
}

.service-model .service-model-content .right-content .tab-panel.active {
    display: block;
}
.service-model .service-model-content .right-content .tab-panel h3{
    font-size: var(--font-size-title-medium-i);
    margin-bottom: 32px;
}
.service-model .service-model-content .right-content .tab-panel p{
    margin-bottom: 48px;
}
.service-model .service-model-content .right-content .tab-panel ul li{
    list-style: inside;
}

/*服务优势*/
.service-advantage{
    width: 100%;
    height: 900px;
    background: white;
}
.service-advantage .section-title{
    margin-bottom: 0px;
}
.service-advantage .service-advantage-content{
    width: 100%;
    height: calc(100% - 70px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-advantage .service-advantage-content .center-ball{
    width: 380px;
    height: 380px;
    background: url(/static/website/images/baby/center-ball.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-advantage .service-advantage-content .ball{
    width: 500px;
    height: 177px;
    position: absolute;
    padding-top: 38px;
}
.service-advantage .service-advantage-content .ball h3{
    color: white;
    font-size: 16px;
    line-height: 36px;
    padding-left: 24px;
}
.service-advantage .service-advantage-content .ball p{
    color: var(--color-text1);
    font-size: 16px;
    padding: 13px 20px;
    width: 426px;
}
.service-advantage .service-advantage-content .ball.ball-1{
    background: url(/static/website/images/baby/ball-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 85px;
    top: 62px;
}
.service-advantage .service-advantage-content .ball.ball-2{
    background: url(/static/website/images/baby/ball-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 20px;
    top: 310px;
    width: 477px;
    height: 153px;
}
.service-advantage .service-advantage-content .ball.ball-3{
    background: url(/static/website/images/baby/ball-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 180px;
    bottom: 52px;
    width: 478px;
    height: 176px;
    padding-top: 63px;
}
.service-advantage .service-advantage-content .ball.ball-4{
    background: url(/static/website/images/baby/ball-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 26px;
    top: 170px;
    padding-left: 70px;
}
.service-advantage .service-advantage-content .ball.ball-5{
    background: url(/static/website/images/baby/ball-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 14px;
    bottom: 106px;
    padding-left: 70px;
}


@media (max-width: 1000px) {
    .service-content{
        height: auto;
    }
    .service-content .bg-img{
        background-size: cover;
    }
    .service-content .top-service-content{
        padding-top: 16px;
        display: block;
        height: auto;
    }
    .service-content .top-service-content{
        padding-top: 16px;
        display: block;
    }
    .service-content .top-service-content .icon-title{
        position: unset;
        top: unset;
        color: white;
        border-bottom-color: white;
    }
    .service-content .introduce-img img{
        width: 100%;
        height: auto;
    }
    .service-content .introduce-content{
        margin-top: 8px;
        color: var(--color-text1);
        width: 100%;
    }
    .service-content .introduce-content .description{
        font-size: 14px;
        line-height: 22px;
        color: white;
    }
    .service-content .bottom-service-content{
        height: 150px;
    }
    .cs-data{
        width: 96%;
        height: 110px;
        margin: 0 auto;
    }
    .cs-data p{
        margin-top: 8px;
    }
    .service-model{
        height: auto;
    }
    .service-model .service-model-content{
        height: auto;
        display: block;
        overflow: hidden;
    }
    .service-model .service-model-content .left-menu{
        width: 100%;
        padding-top: 0px;
        display: flex;
        align-items: center;
    }
    .service-model .service-model-content .left-menu .menu-item{
        width: 50%;
    }
    .service-model .service-model-content .right-content{
        width: 100%;
        padding: 12px;
    }
    .service-model .service-model-content .right-content .tab-panel h3{
        display: none;
    }
    .service-model .service-model-content .right-content .tab-panel p{
        margin-bottom: 12px;
    }
    .service-model .service-model-content .right-content .tab-panel div{
        display: block;
    }
    .service-model .service-model-content .right-content .tab-panel div ul{
        margin-bottom: 8px;
    }
    .service-model .service-model-content .right-content .tab-panel div ul h4{
        font-weight: bold;
    }
    .service-advantage .service-advantage-content{
        display: block;
        height: auto;
    }
    .service-advantage .service-advantage-content .center-ball{
        display: none;
    }
    .service-advantage{
        height: auto;
    }
    .service-advantage .service-advantage-content .ball {
        width: 96% !important;
        height: 136px !important;
        position: relative;
        padding-top: 0px !important;
        background: unset !important;
        padding-left: 0px !important;
        box-shadow: 0 0px 6px 0px #dadada;
        margin: 46px auto 0px auto;
        border-radius: 10px;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        bottom: unset !important;
    }
    .service-advantage .service-advantage-content .ball h3{
        background: var(--main-color);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .service-advantage .service-advantage-content .ball p{
        width: 100%;
        font-size: 14px;
    }
    .service-advantage .service-advantage-content .ball.ball-1::before{
        content: "NO.1";
        position: absolute;
        top: -24px;
        left: 10px;
        font-size: 28px;
        font-weight: bold;
        color: var(--main-color);
    }
    .service-advantage .service-advantage-content .ball.ball-2::before{
        content: "NO.2";
        position: absolute;
        top: -24px;
        right: 10px;
        font-size: 28px;
        font-weight: bold;
        color: var(--main-color);
    }
    .service-advantage .service-advantage-content .ball.ball-3::before{
        content: "NO.3";
        position: absolute;
        top: -24px;
        left: 10px;
        font-size: 28px;
        font-weight: bold;
        color: var(--main-color);
    }
    .service-advantage .service-advantage-content .ball.ball-4::before{
        content: "NO.4";
        position: absolute;
        top: -24px;
        right: 10px;
        font-size: 28px;
        font-weight: bold;
        color: var(--main-color);
    }
    .service-advantage .service-advantage-content .ball.ball-5::before{
        content: "NO.5";
        position: absolute;
        top: -24px;
        left: 10px;
        font-size: 28px;
        font-weight: bold;
        color: var(--main-color);
    }
}