.patient-title{
    width: 100%;
    height: auto;
}
.patient-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/patient/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% - 230px);
    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: 580px;
    height: 330px;
    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%;
    background: #F8FBFC;
    height: 788px;
}
.service-model .service-model-content{
    display: flex;
    flex-wrap: wrap;
}
.service-model .service-model-content .model-box{
    width: calc((100% - 48px) / 3);
    height: 263px;
    background: linear-gradient(180deg, #a2dddf 0%, #00778124 100%);
    border-radius: 10px;
    padding: 24px;
}
.service-model .service-model-content .model-box h3{
    font-weight: bold;
    font-size: var(--font-size-title-small);
    color: #007781;
    margin-bottom: 24px;
}
.service-model .service-model-content .model-box p{
    color: #007781;
    font-size: var(--font-size-text2);
    margin-bottom: 10px;
}
.service-model .service-model-content .model-box.box-left{
    margin-left: 24px;
}
.service-model .service-model-content .model-box.box2{
    margin-top: 24px;
    width: calc((100% - 24px) / 2);
    height: 231px;
}

/*服务方案*/
.service-scheme{
    width: 100%;
    height: 800px;
    background: url(/static/website/images/patient/bg-service-scheme.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-scheme .section-title{
    margin-bottom: 120px;
}
.service-scheme .scheme-content{
    width: 552px;
    margin: 0 auto;
    position: relative;
}
.service-scheme .scheme-content .center-ball{
    width: 440px;
    height: 455px;
    background: url("/static/website/images/patient/qietu_fwfa_yuan.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.service-scheme .scheme-content .center-ball span{
    text-align: center;
    font-size: var(--font-size-title-small);
    color: white;
    font-weight: bold;
}

.service-scheme .scheme-content .center-ball .around-ball{
    width: 100px;
    height: 100px;
    background: url("/static/website/images/index/business-around-ball.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-scheme .scheme-content .center-ball .around-ball.ball-1{
    top: -10px;
}
.service-scheme .scheme-content .center-ball .around-ball.ball-2{
    left: -2px;
    top: 98px;
}
.service-scheme .scheme-content .center-ball .around-ball.ball-3{
    left: 14px;
    bottom: 68px;
}
.service-scheme .scheme-content .center-ball .around-ball.ball-4{
    right: 14px;
    bottom: 68px;
}
.service-scheme .scheme-content .center-ball .around-ball.ball-5{
    right: -2px;
    top: 98px;
}
.service-scheme .scheme-content .center-ball .around-ball.ball-6{
    bottom: -10px;
}

.service-scheme .scheme-content .center-ball .around-ball span{
    text-align: center;
    font-size: var(--font-size-title1);
    color: white;
    font-weight: bold;
}
.service-scheme .scheme-content .center-ball .busi-des-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .1s;
    transform-origin: 0 50%;
}
.service-scheme .scheme-content .center-ball .busi-des {
    display: inline-block;
    font-size: var(--font-size-text1);
    padding: 10px;
    box-shadow: 0 2px 28px #e2e6ed;
    border: 2px solid rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, .6));
    position: relative;
    white-space: nowrap;
    line-height: 21px;
    color: #191919;
    border-radius: 10px;
}
.service-scheme .scheme-content .center-ball .busi-des:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}


/* 悬停tips的公共样式 */
.service-scheme .scheme-content .center-ball .busi-des-box {
    position: absolute;
    --x: 0;
    --y: 0;
    --scale: 1;
    transform: translate(var(--x), var(--y)) scale(var(--scale));
    transition: transform 0.3s ease;
    transform-origin: center center;
}

/* 鼠标悬停统一放大 */
.service-scheme .scheme-content .center-ball .busi-des-box:hover {
    --scale: 1.1;
}

/* ----------------------------------
   各个 .bd-itemX 设置偏移位置和旋转中心
-----------------------------------*/

/* 顶部中心 */
.service-scheme .scheme-content .center-ball .busi-des-box.bd-item1 {
    --x: -50%;
    --y: -320px;
    transform-origin: 50% 100%;
    padding: 0 20px;
}

/* 左上 */
.service-scheme .scheme-content .center-ball .busi-des-box.bd-item2 {
    --x: -525px;
    --y: -123px;
    transform-origin: right center;
}

/* 左下 */
.service-scheme .scheme-content .center-ball .busi-des-box.bd-item3 {
    --x: -545px;
    --y: 94px;
    transform-origin: right center;
}

/* 右下 */
.service-scheme .scheme-content .center-ball .busi-des-box.bd-item4 {
    --x: 223px;
    --y: 84px;
    transform-origin: left center;
}

/* 右上 */
.service-scheme .scheme-content .center-ball .busi-des-box.bd-item5 {
    --x: 236px;
    --y: -120px;
    transform-origin: left center;
}

.service-scheme .scheme-content .center-ball .busi-des-box.bd-item6 {
    --x: -50%;
    --y: 248px;
    transform-origin: 50% 100%;
    padding: 0 20px;
}

/* ----------------------------------
   箭头伪元素样式
-----------------------------------*/

/* 顶部箭头（朝上） */
.service-scheme .scheme-content .center-ball .busi-des.triangle1::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    top: 63px;
    left: calc(50% - 10px);
}

/* 左上朝右箭头 */
.service-scheme .scheme-content .center-ball .busi-des.triangle2::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    top: calc(50% - 10px);
    right: -11px;
}

/* 左下朝上箭头 */
.service-scheme .scheme-content .center-ball .busi-des.triangle3::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    top: calc(50% - 35px);
    right: -11px;
}

.service-scheme .scheme-content .center-ball .busi-des.triangle4::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    top: calc(50% - 40px);
    left: -11px;
}

/* 右上朝左箭头 */
.service-scheme .scheme-content .center-ball .busi-des.triangle5::after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    top: calc(50% - 10px);
    left: -11px;
}

.service-scheme .scheme-content .center-ball .busi-des.triangle6::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    top: -11px;
    left: calc(50% - 10px);
}

/*免陪照护智慧解决方案*/
.mpzh-service-scheme{
    width: 100%;
    height: 664px;
    position: relative;
}
.mpzh-service-scheme .service-scheme-content{
    color: white;
    padding-top: 100px;
    width: 100%;
    height: 564px;
}
.mpzh-service-scheme-img{
    position: absolute;
    width: 100%;
    height: 464px;
    bottom: 0px;
}
.mpzh-service-scheme-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mpzh-service-scheme .service-scheme-content h3{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    line-height: 32px;
}
.mpzh-service-scheme .service-scheme-content ul{
    margin-top: 80px;
    display: flex;
    align-items: center;
}
.mpzh-service-scheme .service-scheme-content ul li{
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    border: 1px solid #ffffff75;
    width: calc((100% - 40px) / 3);
    height: 225px;
    backdrop-filter: blur(6px);
    padding: 26px;
}
.mpzh-service-scheme .service-scheme-content ul li+li{
    margin-left: 20px;
}
.mpzh-service-scheme .service-scheme-content ul li p{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 24px;
}
.mpzh-service-scheme .service-scheme-content ul li span{
    font-size: 16px;
    line-height: 32px;
}


@media (max-width: 1000px) {
    .service-content{
        height: fit-content;
    }
    .service-content .bg-img{
        display: none;
    }
    .cs-data{
        width: 96%;
        height: 110px;
        margin: 0 auto;
    }
    .cs-data p{
        margin-top: 8px;
    }
    .service-content .top-service-content{
        padding-top: 16px;
        display: block;
    }
    .service-content .top-service-content .icon-title{
        position: unset;
        top: unset;
    }
    .service-content .introduce-img img{
        width: 98%;
        height: auto;
        margin-left: 1%;
    }
    .service-content .introduce-content{
        margin-top: 8px;
        color: var(--color-text1);
        width: 98%;
        margin-left: 1%;
    }
    .service-content .introduce-content .description{
        font-size: 14px;
        line-height: 22px;
        color: black;
    }
    .service-content .bottom-service-content{
        height: 150px;
    }
    .service-model{
        height: auto;
    }
    .service-model .service-model-content .model-box{
        width: 100%;
        height: auto;
    }
    .service-model .service-model-content .model-box.box-left{
        margin-left: 0px;
        margin-top: 12px;
    }
    .service-model .service-model-content .model-box.box2{
        margin-top: 12px;
        width: 100%;
        height: auto;
    }



    .service-scheme{
        height: auto;
    }
    .service-scheme .scheme-content{
        width: 96%;
        padding: 0px 0px 12px 0px;
    }
    .service-scheme .scheme-content .center-ball{
        width: 100%;
        padding-top: 110%;
        height: unset;
        transform: scale(0.8);
    }
    .service-scheme .scheme-content .center-ball .center-ball-text{
        position: absolute;
        top: calc(50% - 16px);
    }
    .service-scheme .scheme-content .center-ball .busi-des-box{
        display: none;
    }
    .service-scheme .scheme-content .center-ball .around-ball.ball-1{
        top: -4%;
    }
    .service-scheme .scheme-content .center-ball .around-ball.ball-2{
        left: -1%;
        top: 20%;
    }
    .service-scheme .scheme-content .center-ball .around-ball.ball-3{
        left: 2%;
        bottom: 12%;
    }
    .service-scheme .scheme-content .center-ball .around-ball.ball-4{
        right: 2%;
        bottom: 12%;
    }
    .service-scheme .scheme-content .center-ball .around-ball.ball-5{
        right: -1%;
        top: 20%;
    }
    .service-scheme .scheme-content .center-ball .around-ball.ball-6{
        bottom: -6%;
    }
    .mpzh-service-scheme{
        height: auto;
        background-size: cover;
    }
    .mpzh-service-scheme .icon-title{
        color: white;
        border-bottom-color: white;
    }
    .mpzh-service-scheme .service-scheme-content{
        padding-top: 10px !important;
    }
    .mpzh-service-scheme .service-scheme-content h3{
        font-size: 14px;
        text-align: left;
        width: 100%;
    }
    .mpzh-service-scheme .service-scheme-content ul{
        margin-top: 12px;
        display: block;
    }
    .mpzh-service-scheme .service-scheme-content ul li{
        width: 100%;
        height: auto;
        padding: 16px;
    }
    .mpzh-service-scheme .service-scheme-content ul li+li{
        margin-left: 0px;
        margin-top: 8px;
    }
    .mpzh-service-scheme .service-scheme-content ul li p{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .mpzh-service-scheme .service-scheme-content ul li span{
        font-size: 14px;
        line-height: 24px;
    }
    .mpzh-service-scheme-img{
        height: 100%;
    }
}
@media (max-width: 1200px) {
    .mpzh-service-scheme .service-scheme-content{
        padding-top: 170px;
    }
}