/* index.html 私有样式 */

/* 关于我们 */
.about-us h3 {
    /* color: #c00; */
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.about-us-slogan {
    height: 18px;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.about-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 4px;
}

.about-text {
    flex: 1;
}

.about-text div {
    /* line-height: 1.8; */
    /* color: #333; */
    margin-bottom: 1rem;
    /* font-size: 1rem; */
    text-align: left !important;
    /* width: 664px; */
    /* height: 170px; */
    font-family: OPPOSans-L;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 37px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}

.core-advantages {
    background-color: #F2F2F2;
}

/* 核心优势 */
.core-advantages h3 {
    /* color: #c00; */
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.core-advantages-slogan {
    height: 18px;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* .core-advantages p:nth-of-type(1) {
    color: #666;
    font-size: 1rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
} */

.advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 2rem;
}

.advantage-item {
    text-align: center;
    padding: 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 389px;
    height: 227px;
    background-color: #fff;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.advantage-icon {
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    /* border: 2px solid #c00; */
}

.advantage-icon img {
    width: 54px;
    height: 54px;
}

.advantage-item h5 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

/* .advantage-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
} */

.advantage-text {
    text-align: center;
}

.core-advantages-title {
    height: 26px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.core-advantages-description {
    height: 12px;
    font-family: OPPOSans-L, L;
    font-weight: normal;
    font-size: 12px;
    color: #912929;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 精英团队领衔 */
.team-leadership {
    margin: 60px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    text-align: center;
}

.team-leadership h3 {
    /* color: #c00; */
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* .team-leadership p:nth-of-type(1) {
    color: #666;
    font-size: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
} */

.team {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
    /* margin-top: 9rem; */
}

.team-member {
    text-align: center;
    padding: 2.8rem 0.5rem;
    flex: 0 0 calc(16.666% - 10px);
    min-width: 120px;
    /* max-width: 150px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: 90px;
}

/* 图片容器 - 距离底部80px，给文字容器留出空间 */
.team-member-img-container {
    position: absolute;
    bottom: 80px;
    width: 127px;
    height: 113px;
    /* 设置容器高度为前景图高度 */
}

/* 文字容器 - 在底部，内部上下12px间距 */
.team-member-text-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
}

/* 背景图片样式 - 底部对齐 */
.team-member .background {
    width: 127px;
    height: 104px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* 前景图片样式 - 底部对齐 */
.team-member .team-member-img {
    width: 89px;
    height: 113px;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* .team-member p:first-of-type {
    color: #333;
    font-size: 0.85rem;
    margin: 0.2rem 0 0.3rem 0;
    line-height: 1.3;
    font-weight: bold;
} */

/* .team-member p:last-of-type {
    color: #666;
    font-size: 0.7rem;
    margin: 0.1rem 0;
    line-height: 1.2;
} */

.team-member-title {
    height: 14px;
    font-family: Inter, Regular;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
}

.team-member-desc {
    height: 12px;
    font-family: OPPOSans, L;
    font-weight: normal;
    font-size: 8px;
    color: #000000;
    line-height: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 12px;
}

.physician-selection {
    background-color: #F2F2F2;
}

/* 医师团队甄选标准 */
.physician-selection h3 {
    /* color: #c00; */
    font-size: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.physician-selection-slogan {
    height: 18px;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.selection-criteria {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    /* margin-bottom: 4rem; */
    flex-wrap: wrap;
}

.criteria-item {
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.criteria-icon {
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.criteria-icon img {
    width: 208px;
    height: 240px;
    border-radius: 12px;
    object-fit: contain;
}

.criteria-item h5 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.criteria-desc {
    /* height: 45px; */
    font-family: OPPOSans, OPPOSans;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* .criteria-item p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
} */

/* 医师轮播 */
.team-carousel {
    margin: 40px auto;
    position: relative;
    max-width: 1200px;
    overflow: visible;
    padding: 0 57px;
    box-sizing: border-box;
}

.swiper-container.doctor {
    width: 100%;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.team-member-slide {
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 200px;
    height: 100%;
    margin: 0 auto;
}

.member-image {
    background-color: #f8f8f8;
    /* padding: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 300px; */
    flex: 1;
    position: relative;
    width: 200px;
    height: 240px;
}

.member-name {
    position: absolute;
    bottom: 40px;
    left: 0;
    /* background-color: rgba(255, 255, 255, 0.9); */
    width: 100%;
    padding: 10px;
    text-align: center;
    /* font-weight: bold;
    font-size: 18px;
    color: #c00; */
    /* width: 68px; */
    height: 23px;
    font-family: SourceHanSansCN, Regular;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
}

.member-name-desc {
    /* width: 56px; */
    height: 14px;
    font-family: SourceHanSansCN, Regular;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.member-image img {
    width: 200px;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
}

.member-info {
    padding: 20px 0;
    text-align: left;
    flex-grow: 1;
}

.member-title {
    margin-bottom: 15px;
    /* padding-left: 20px; */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.title-chinese {
    display: flex;
    flex-direction: column;
    /* font-size: 18px; */
    /* color: #333; */
    /* font-weight: bold; */
    /* width: 50%; */
    text-align: left;
    /* width: 97px; */
    /* height: 25px; */
    font-family: OPPOSans-R R;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    line-height: 39px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.title-english {
    /* font-size: 12px; */
    /* color: #666; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* font-weight: normal; */
    /* width: 50%; */
    display: flex;
    flex-direction: column;
    /* line-height: 1.2; */
    margin-left: 8px;
    /* width: 63px; */
    height: 25px;
    font-family: Inter, Regular;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.member-description {
    /* font-size: 12px;
    line-height: 20px;
    color: #333; */
    text-align: left;
    border-left: 2px solid #c00;
    padding-left: 16px;
    /* width: 168px; */
    /* height: 149px; */
    font-family: OPPOSans-L, L;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.member-description div {
    margin-bottom: 6px;
}

/* 顶部Banner轮播图样式 */
.swiper-container.banner .swiper-button-next,
.swiper-container.banner .swiper-button-prev {
    display: none;
}

.swiper-container.banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
}

.swiper-container.banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.8);
    width: 10px;
    height: 10px;
}

.swiper-container.banner .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 25px;
    border-radius: 5px;
}

/* 医生轮播图按钮样式 */
.swiper-button-next,
.swiper-button-prev {
    color: #AD3233;
    width: 37px !important;
    height: 37px !important;
    border: 1px solid #AD3233;
    /* top: 50%; */
    transform: translateY(-50%);
    transition: all 0.3s ease;
    margin-top: -142px !important;
}

.swiper-button-prev {
    left: -57px !important;
}

.swiper-button-next {
    right: -57px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #AD3233;
    font-size: 12px !important;
    width: 12px !important;
    height: 21px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 医生轮播图分页器样式 */
/* .swiper-container.doctor .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-container.doctor .swiper-pagination-bullet {
    background-color: #ddd;
    width: 8px;
    height: 8px;
}

.swiper-container.doctor .swiper-pagination-bullet-active {
    background-color: #c00;
    width: 20px;
    border-radius: 4px;
} */

/* 占位图入口 */
.booth-section {
    width: 100%;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.booth-item-link {
    flex: 1;
    min-width: 0;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

.booth-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.booth-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 0;
    transition: transform 0.3s ease;
}

.booth-item-link:hover .booth-item img {
    transform: scale(1.05);
}

/* 半透明遮罩层 */
.booth-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    transition: opacity 0.3s ease;
}

.booth-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    padding: 1px 15px 1px 23px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease;
    z-index: 2;
    /* height: 13px; */
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
}

.booth-link::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F2F2F2;
    opacity: 0.3;
}

.booth-link::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F8F8F8;
    opacity: 0.6;
}

.booth-link span.dot-inner {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFFFFF;
    opacity: 0.9;
    pointer-events: none;
}

.booth-link:hover {
    background-color: #fff;
    color: #333;
}

.booth-title {
    position: absolute;
    bottom: 60px;
    left: 90px;
    font-size: 28px;
    color: #fff;
    margin: 0;
    z-index: 2;
    font-weight: bold;
    /* width: 220px; */
    height: 36px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 36px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.booth-desc {
    position: absolute;
    bottom: 40px;
    left: 90px;
    font-size: 14px;
    color: #fff;
    margin: 0;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* width: 152px; */
    height: 15px;
    font-family: Inter, Light;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 合作伙伴 */
.partners-section {
    margin: 60px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    text-align: center;
}

.partners-section h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 0.5rem;
    /* width: 139px; */
    height: 35px;
    font-family: OPPOSans, OPPOSans;
    font-weight: normal;
    font-size: 36px;
    color: #000000;
    /* text-align: left; */
    font-style: normal;
    text-transform: none;
}

/* .partners-section p {
    color: #666;
    margin-bottom: 1rem;
    width: 142px;
    height: 15px;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
} */

.partners-subtitle {
    /* font-size: 0.95rem; */
    /* color: #999; */
    margin-bottom: 3rem !important;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    /* width: 408px; */
    height: 24px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.partners-subtitle .corner-tl,
.partners-subtitle .corner-tr,
.partners-subtitle .corner-bl,
.partners-subtitle .corner-br {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
}

.partners-subtitle .corner-tl {
    top: 3px;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.partners-subtitle .corner-tr {
    top: 3px;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.partners-subtitle .corner-bl {
    bottom: -25px;
    left: 0;
    border-right: none;
    border-top: none;
}

.partners-subtitle .corner-br {
    bottom: -25px;
    right: 0;
    border-left: none;
    border-top: none;
}

.partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.partner-logo {
    text-align: center;
    margin-bottom: 20px;
}

.partner-logo img {
    width: 239px;
    height: 73px;
    object-fit: contain;
    margin: 0 auto;
}

/* 布局全国 */
.nationwide-section {
    width: 100%;
    background-color: #f9f9f9;
    padding: 60px 0;
    margin: 40px 0;
    background-image: url('../static/pic/nationwide_section/0.png');
    /* background-repeat: repeat; */
}

.nationwide-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.nationwide-content h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.nationwide-content-slogan {
    height: 18px;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.nationwide-content-title {
    /* font-size: 1.2rem;
    font-weight: normal; */
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: #fff;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
    z-index: 2;
    width: 100%;
    height: 28px;
    font-family: OPPOSans-R, R;
    font-weight: normal;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.nationwide-content-desc {
    font-size: 15px;
    line-height: 15px;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.store-icon {
    width: 12px;
    height: 16px;
    object-fit: contain;
}

.stores {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 100px;
}

.store {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
    position: relative;
}

.store-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* 响应式 */
@media (max-width: 1200px) {
    .team {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .team-member {
        flex: 0 0 calc(33.333% - 7px);
    }

    .advantages {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }

    .team-member {
        flex: 0 0 calc(50% - 5px);
    }

    .advantages {
        grid-template-columns: 1fr;
    }

    .partners {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .booth-section {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .team-member {
        flex: 0 0 100%;
    }

    .partners {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}