/* body {
    overflow-y: scroll;
} */


.container {
    width: 100%;
    height: 100%;
    padding-right: 1.8rem;
    background: url(../images/doctorBg.png)no-repeat right bottom;
}

.header {
    width: 100%;
    height: 100%;
    display: flex;
    padding-right: 0.53rem;
}

.header-left {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.header-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    pointer-events: none;
}

.header-right {
    width: 55%;

}

.header-right2 p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    padding-bottom: 0.5rem;
    text-indent: 2em;
}

.header-right2 p:last-child {
    padding-bottom: 0;
}

.header-right1 {
    padding: 1.17rem 0 0.4rem 0.87rem;
    font-weight: bold;
    /* margin-bottom: 0.5rem; */
}

.header-right1 h2 {
    font-size: 0.44rem;
    line-height: 0.5rem;
}

.header-right1 p {
    padding-left: 0.27rem;
    color: #d6d6d6;
    font-size: 0.3rem;
}



.container-text {
    width: 100%;
    /* height: 9.08rem; */
    border-radius: 0 0.2rem 0.2rem 0;
    /* 右上角和右下角圆角 */
    padding: 0.9rem 0.78rem 0 2.31rem;
    background: url(../images/aboutBg.jpg)no-repeat left top;
    background-size: 100% 100%;
}

.text-title {
    color: #fff;
}

.text-title p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    padding-bottom: 0.4rem;
    text-indent: 2em;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.text-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: calc(100% - 1.8rem);
    width: 100%;
    overflow: hidden;
}

.text-box1 {
    padding-top: 0.32rem;
    display: flex;
    width: 40%;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
}

.text-box1 .text-button {
    width: calc(50% - 0.5rem);
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

.text-button1 {
    width: 2.23rem;
    height: 2.23rem;
    border-radius: 50%;
    border: 0.02rem dashed #f5f5f5;
    background-color: transparent;
    animation: rotate 20s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-button2 {
    width: 1.92rem;
    height: 1.92rem;
    border-radius: 50%;
    border: 0.02rem dashed #f5f5f5;
    background-color: #fe9ac0;
    animation: rotate 20s linear infinite reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.text-box2 {
    display: flex;
    align-items: flex-end;
    width: 60%;
    /* height: 100%; */
    /* padding-bottom: 0.3rem; */
    box-sizing: border-box;
}

.text-box2 img {
    /* width: 100%; */
    max-height: 100%;
    /* object-fit: contain; */
}

.text-bottom {
    padding: 1.4rem 0.6rem 1.57rem 2.32rem;
    display: flex;
}

.text-bottom1 {
    width: 42%;
}

.text-bottom2 {
    width: 58%;
    padding-left: 0.72rem;
    box-sizing: border-box;
}

.text-bottom2 p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    padding-bottom: 0.4rem;
    text-indent: 2em;
    color: #333;
}

.countup {
    font-size: 0.6rem;
    font-weight: bold;
}

/* 手机端适配 */
@media (max-width: 768px) {
    .container {
        padding-right: 0.2rem;
    }

    .header {
        flex-direction: column;
        height: auto;
        padding-right: 0;
    }

    .header-left,
    .header-right {
        width: 100%;
    }

    .header-left::after {
        display: none;
    }

    .header-right1 {
        padding: 0.3rem 0 0.2rem 0.3rem;
        font-size: 0.4rem;
    }

    .header-right2 {
        padding: 0.3rem 0 0.4rem 0.3rem;
        font-size: 0.3rem;
    }

    .container-text {
        width: 100%;
        padding: 0.3rem 0.2rem 0.3rem 0.2rem !important;
        border-radius: 0 0.1rem 0.1rem 0;
    }

    .text-box {
        flex-direction: column;
        height: auto;
    }

    .text-box1 {
        width: 100%;
        padding-top: 0.2rem;
        padding-left: 0.8rem;
        justify-content: space-between;
    }

    .text-box1 .text-button {
        width: calc(50% - 0.3rem);
        margin-bottom: 0.3rem;
    }

    .text-button1 {
        width: 1.8rem;
        height: 1.8rem;
    }

    .text-button2 {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.18rem;
    }

    .text-box2 {
        width: 100%;
        justify-content: center;
        padding-top: 0.5rem;
    }

    .text-bottom {
        flex-direction: column;
        padding: 0.3rem 0.2rem 0.3rem 0.2rem !important;
    }

    .text-bottom1,
    .text-bottom2 {
        width: 100%;
        padding-left: 0;
    }

    .text-bottom2 {
        padding-top: 0.5rem;
    }
}

@media (max-width: 1440px) {
    .container-text {
        padding-left: 1.5rem;
    }

    .text-bottom {
        padding-left: 1.5rem;
    }

    .header-left img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }

    .header-right2 p {
        font-size: 16px;
    }

    .text-title p {
        font-size: 16px;
    }

    .text-bottom2 p {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .container-text {
        padding-left: 1.5rem;
    }

    .text-bottom {
        padding-left: 1.5rem;
    }

    .header-left img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }

    .header-right2 p {
        font-size: 16px;
    }

    .text-title p {
        font-size: 16px;
    }

    .text-bottom2 p {
        font-size: 16px;
    }
}