* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Alibaba PuHuiTi 2.0', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #191c1e;
    line-height: 1.6;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.fo-page {
    width: 100%;
    min-height: 100vh;
}

.fo-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10.5px);
    -webkit-backdrop-filter: blur(10.5px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.fo-navbar-content {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fo-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fo-logo-img {
    width: 44.07px;
    height: 44.07px;
    background: #96e633;
    border-radius: 50%;
}

.fo-logo-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fo-logo-name {
    font-size: 18px;
    font-weight: 500;
    color: #191c1e;
}

.fo-logo-en {
    font-size: 8px;
    letter-spacing: 1.12px;
    color: #000000;
    text-transform: uppercase;
}

.fo-nav-links {
    display: flex;
    align-items: center;
    gap: 48px;
}

.fo-nav-link {
    font-size: 14px;
    color: #434656;
    transition: color 0.3s;
}

.fo-nav-link:hover {
    color: #96e633;
}

.fo-nav-button {
    padding: 10px 16px;
    background: #96e633;
    border-radius: 200px;
    font-size: 18px;
    color: #191c1e;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 3.1885900497436523px 4.185024440288544px rgba(165, 180, 171, 0.3);
}

.fo-nav-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 8px rgba(165, 180, 171, 0.4);
}

/* Banner 区域 */
.fo-banner {
    padding: 0;
    position: relative;
    width: 100%;
    height: 562px;
    margin-top: -60px;
    background: linear-gradient(135deg, #ffffff 0%, #e1e7e7 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.fo-banner-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fo-banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 0 120px;
    margin: 0 auto;
    width: 100%;
}

.fo-banner-sign {
    padding: 6px 10px;
    background: rgba(235, 235, 235, 0.8);
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    margin-top: 88px;
    margin-bottom: 24px;
    width: fit-content;
}

.fo-sign-icon {
    margin-right: 4px;
    width: 20px;
    height: 20px;
    border-radius: 0px 0px 0px 0px;
}

.fo-sign-icon img {
    width: 100%;
    height: 100%;
}

.fo-sign-text {
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 0.75rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 10px;
}

.fo-banner-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 72px;
    color: #222222;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-banner-subtitle {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 24px;
    color: #2F3248;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 4px;
}

.fo-banner-desc {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 18px;
    color: rgba(47, 50, 72, 0.8);
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 29px;
    width: 558px;
}

.fo-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 16px;
    width: fit-content;
    background: #96E633;
    box-shadow: 0px 3px 5px -3px rgba(165, 180, 171, 0.3);
    border-radius: 200px 200px 200px 200px;
    margin-top: 28px;
}

.fo-banner-btn-text {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 18px;
    color: #2F3248;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.fo-banner-btn img {
    width: 20px;
    height: 20px;
}

.fo-section {
    padding: 80px 0;
}

.fo-section-doctor {
    background: #ffffff;
}

.fo-section-drive {
    background: #f9fafb;
}

.fo-section-clinical {
    background: #ffffff;
}

.fo-section-process {
    background: #f9fafb;
}

.fo-section-flexible {
    background: #ffffff;
}

.fo-section-light {
    background: #f6f7fa;
}

.fo-section-content {
    margin: 0 auto;
    padding: 0 120px;
}

.fo-container {
    width: 100%;
}

.fo-title-container {
    text-align: center;
    margin-bottom: 64px;
}

.fo-title {
    font-size: 36px;
    font-weight: 500;
    color: #191c1e;
    line-height: 1.1111111111111112;
    margin-bottom: 13px;
}

.fo-subtitle {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #9ca3af;
    text-transform: uppercase;
}


/* 真人医生区域 */
.fo-flex-container {
    display: flex;
    gap: 74px;
}

.fo-image-container {
    flex: 1;
    min-width: 0;
}

.fo-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-text-container {
    flex: 1;
    min-width: 0;
}

.fo-section-title {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 900;
    font-size: 36px;
    color: #0F172A;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-section-subtitle {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #9ca3af;
    text-transform: uppercase;
}

.fo-section-desc {
    margin-top: 51px;
    display: flex;
    flex-direction: column;
}

.fo-desc-items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fo-desc-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fo-item-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 24px;
    color: #1E293B;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-item-intro {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
    color: #9CA3AF;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


/* 驱动医疗区域 */
.fo-value-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.fo-value-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 24px 24px 24px 24px;
    padding: 41px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fo-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
}

.fo-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-card-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
}

.fo-card-subtitle {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: #9ACD32;
    line-height: 21px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 24px;
}

.fo-card-desc {
    width: 304px;
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    line-height: 1.6;
}


/* 专业临床区域 */
.fo-feature-container {
    display: flex;
    gap: 40px;
}

.fo-feature-left {
    width: 576px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.fo-feature-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.fo-feature-text h3 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 36px;
    color: #191C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-feature-text p {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 18px;
    color: #434656;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-feature-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    flex: 1;
}

.fo-feature-tag {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px 12px 12px 12px;
    border: 1px solid rgba(195, 197, 217, 0.2);
    padding: 17px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.fo-feature-tag h3 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
    color: #191C1E;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-tag-icon {
    background: #8CE135;
    border-radius: 8px 8px 8px 8px;
    padding: 8px;
}

.fo-tag-icon h3 {
    font-family: Inter, Inter;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-feature-card {
    background: #F8FAFC;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 16px 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.fo-feature-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fo-feature-header-left {
    display: flex;
    gap: 8px;
}

.fo-feature-icon {
    width: 24px;
    height: 24px;
}

.fo-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-feature-header-left h3 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
    color: #191C1E;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-feature-header-right {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #434656;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-feature-desc {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: #434656;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-feature-right {
    flex: 1;
    aspect-ratio: 584 / 461;
    overflow: hidden;
    min-width: 0;
}

.fo-feature-right img {
    width: 100%;
    height: 100%;
}


/* 全流程区域 */
.fo-steps-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fo-steps-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    height: 358px;
}

.fo-step-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 32px 32px 32px 32px;
    padding: 34px 24px;
}

.fo-step-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 23px;
}

.fo-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fo-step-subtitle {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #65A30D;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 4px;
}

.fo-step-card-3 .fo-step-subtitle {
    color: #EA580C;
}

.fo-step-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 24px;
    color: #1E293B;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 14px;
}

.fo-step-desc {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: #64748B;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-step-card-1 .fo-step-bottom {
    margin-top: 33px;
    display: flex;
    flex-direction: column;
}

.fo-step-bottom-up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.fo-step-bottom-text {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #94A3B8;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-step-bottom-value {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #65A30D;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-step-bottom-down {
    display: flex;
    position: relative;
    width: 100%;
    height: 8px;
}

.fo-step-progress-1,
.fo-step-progress-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 9999px;
}

.fo-step-progress-1 {
    width: 100%;
    z-index: 1;
    background: #F1F5F9;
}

.fo-step-progress-2 {
    width: calc(100% - 16px);
    z-index: 100;
    background: #A3E635;
}

.fo-step-card-2 .fo-step-bottom {
    margin-top: 30px;
    background: #F8FAFC;
    border-radius: 16px 16px 16px 16px;
    padding: 18px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fo-step-bottom-left-text-1 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #3F6212;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-step-bottom-left-text-2 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #65A30D;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-step-bottom-right {
    width: 32px;
    height: 32px;
}

.fo-step-bottom-right img {
    width: 100%;
    height: 100%;
}

.fo-step-card-3 .fo-step-bottom {
    margin-top: 30px;
    display: flex;
    gap: 8px;
}

.fo-step-bottom-tag-1 {
    background: #FFFFFF;
    border-radius: 9999px 9999px 9999px 9999px;
    border: 1px solid #FED7AA;
    padding: 5px 13px;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 10px;
    color: #EA580C;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-step-bottom-tag-2 {
    background: #FFFFFF;
    border-radius: 9999px 9999px 9999px 9999px;
    border: 1px solid #E2E8F0;
    padding: 5px 13px;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 10px;
    color: #64748B;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-bottom-card {
    background: #ffffff;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 166px;
}

.fo-bottom-card-left {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.fo-bottom-card-left-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fo-bottom-card-left-top-icon {
    width: 32px;
    height: 32px;
}

.fo-bottom-card-left-top-icon img {
    width: 100%;
    height: 100%;
}

.fo-bottom-card-left-top-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-bottom-card-left-desc {
    width: 830px;
}

.fo-bottom-card-left-desc-1,
.fo-bottom-card-left-desc-3 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-bottom-card-left-desc-2 {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: underline;
}

.fo-bottom-card-right {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.fo-bottom-card-right-percent {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 38px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.fo-bottom-card-right-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 19px;
    color: #A3E635;
    text-align: right;
    font-style: normal;
    text-transform: none;
}


/* 灵活多样区域 */
.fo-mode-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.fo-mode-card {
    background: #F8FAFC;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #F1F5F9;
    padding: 33px 41px;
}

.fo-mode-card-1 {
    background: #f8fafc;
}

.fo-mode-card-2 {
    background: #96e633;
}

.fo-mode-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.fo-mode-header-icon {
    width: 64px;
    height: 64px;
}

.fo-mode-header-icon img {
    width: 100%;
    height: 100%;
}

.fo-mode-header-tag {
    background: #E0F0BD;
    border-radius: 9999px 9999px 9999px 9999px;
    padding: 6px 16px;
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 12px;
    color: #366000;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-mode-card-2 .fo-mode-header-tag {
    background: rgba(255, 255, 255, 0.6);
    color: #2F3248;
}

.fo-mode-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.fo-mode-title {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 24px;
    color: #1E293B;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-mode-card-2 .fo-mode-title {
    color: #333333;
}

.fo-mode-desc {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 14px;
    color: #64748B;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-mode-card-2 .fo-mode-desc {
    color: rgba(51, 51, 51, 0.8);
}

.fo-mode-items {
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fo-mode-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fo-mode-item-icon {
    width: 20px;
    height: 20px;
}

.fo-mode-item-icon img {
    width: 100%;
    height: 100%;
}

.fo-mode-item-text {
    font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 16px;
    color: #334155;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fo-mode-card-2 .fo-mode-item-text {
    color: #333333;
}

@media (max-width: 1199px) {

    .fo-navbar-content,
    .fo-banner-content,
    .fo-section-content,
    .fo-footer-content {
        padding-left: 80px;
        padding-right: 80px;
    }

    .fo-nav-links {
        gap: 32px;
    }

    .fo-value-cards {
        gap: 24px;
    }

    .fo-footer-links {
        gap: 40px;
    }
}

@media (max-width: 991px) {

    .fo-navbar-content,
    .fo-banner-content,
    .fo-section-content,
    .fo-footer-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .fo-nav-links {
        display: none;
    }

    .fo-flex-container {
        flex-direction: column;
        gap: 40px;
    }

    .fo-value-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .fo-feature-container {
        flex-direction: column;
    }

    .fo-feature-left {
        width: 100%;
    }

    .fo-feature-right {
        aspect-ratio: auto;
        height: auto;
    }

    .fo-steps-list {
        grid-template-columns: 1fr;
        height: auto;
    }

    .fo-mode-container {
        grid-template-columns: 1fr;
    }

    .fo-footer-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767px) {

    .fo-navbar-content,
    .fo-banner-content,
    .fo-section-content,
    .fo-footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fo-navbar {
        height: 70px;
    }

    .fo-banner {
        height: 400px;
    }

    .fo-banner-title {
        font-size: 28px;
    }

    .fo-banner-desc {
        font-size: 16px;
    }

    .fo-value-cards {
        grid-template-columns: 1fr;
    }

    .fo-title {
        font-size: 28px;
    }

    .fo-feature-right {
        aspect-ratio: auto;
        height: auto;
    }

    .fo-footer-links {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .fo-steps-list {
        grid-template-columns: 1fr;
        height: auto;
    }

    .fo-mode-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {

    /* banner */
    .fo-navbar-content,
    .fo-banner-content,
    .fo-section-content,
    .fo-footer-content {
        top: -15%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .fo-navbar {
        height: 60px;
    }

    .fo-nav-links {
        display: none;
    }

    .fo-nav-button {
        display: none;
    }

    .fo-banner {
        margin-top: 0;
        padding: 40px 16px;
        height: auto;
        background: #ffffff;
        height: 456px;
    }

    .fo-banner-bg {
        display: none;
    }

    .fo-banner-bg-container {
        background-image: url('/v2/images/mobile/follow/Frame2085665293.png');
        background-size: cover;
        background-position: center;
    }

    .fo-banner-sign {
        margin-top: 68px;
        margin-bottom: 12px;
        padding: 5px 7px;
    }

    .fo-sign-text {
        font-size: 12px;
    }

    .fo-banner-title {
        font-size: 34px;
        line-height: normal;
    }

    .fo-banner-subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-top: 6px;
    }

    .fo-banner-desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 24px;
        width: 298px;
    }

    .fo-banner-btn {
        margin-top: 24px;
        padding: 8px 14px;
    }

    .fo-banner-btn-text {
        font-size: 16px;
    }

    .fo-banner-btn img {
        width: 16.67px;
        height: 16.67px;
    }

    /* banner */


    /* 通用设置 */
    /* .fo-section {
        padding: 40px 16px;
    }

    .fo-section-content {
        padding: 0 16px;
    }

    .fo-title-container {
        margin-bottom: 40px;
    }

    .fo-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 13px;
    }

    .fo-subtitle {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .fo-flex-container {
        flex-direction: column;
        gap: 24px;
    }

    .fo-text-container {
        order: 1;
    } */

    /* 通用设置 */


    /* 真人医生区域 */
    .fo-section.fo-section-doctor {
        padding: 40px 20px;
    }

    .fo-section.fo-section-doctor .fo-section-content {
        padding: 0;
    }

    .fo-image-container {
        order: 2;
        width: 100%;
        height: 220px;
        border-radius: 16px;
        overflow: hidden;
    }

    .fo-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fo-section-title {
        font-size: 24px;
        line-height: normal;
    }

    .fo-section-desc {
        margin-top: 32px;
    }

    .fo-desc-items {
        gap: 24px;
        padding: 0 12px;
    }

    .fo-desc-item {
        gap: 8px;
    }

    .fo-item-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }

    .fo-item-intro {
        font-size: 14px;
        line-height: 22px;
    }

    /* 真人医生区域 */


    /* 专业临床区域 */
    .fo-section.fo-section-drive {
        padding: 40px 16px;
    }

    .fo-section.fo-section-drive .fo-section-content {
        padding: 0;
    }

    .fo-section.fo-section-drive .fo-title-container,
    .fo-section.fo-section-process .fo-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }


    /* 驱动医疗区域 */
    .fo-section.fo-section-drive .fo-title {
        width: 288px;
        font-size: 24px;
        line-height: normal;
    }

    .fo-section.fo-section-drive .fo-subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .fo-value-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fo-value-card {
        padding: 20px;
        border-radius: 24px;
    }

    .fo-card-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 6px;
    }

    .fo-card-title {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
    }

    .fo-card-subtitle {
        font-size: 10px;
        margin-bottom: 16px;
    }

    .fo-card-desc {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    /* 驱动医疗区域 */

    /* 专业临床区域 */
    .fo-feature-container {
        flex-direction: column;
        gap: 36px;
    }

    .fo-feature-left {
        width: 100%;
        display: contents;
    }

    .fo-feature-text {
        order: 1;
    }

    .fo-feature-text h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .fo-feature-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .fo-feature-right {
        order: 2;
        width: 100%;
        height: 220px;
        border-radius: 16px;
        overflow: hidden;
    }

    .fo-feature-tags {
        order: 3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .fo-feature-tag {
        padding: 4px;
        background: #FFFFFF;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
        border-radius: 12px 12px 12px 12px;
        border: 1px solid rgba(195, 197, 217, 0.2);
        text-align: center;
    }

    .fo-tag-icon h3 {
        font-size: 14px;
        font-weight: 600;
        color: #96e633;
    }

    .fo-feature-tag h3:last-child {
        font-size: 14px;
        line-height: normal;
        font-weight: bold;
        color: #191C1E;
    }

    .fo-feature-card {
        order: 4;
        padding: 25px;
        border-radius: 12px;
        background: #f6f7fa;
    }

    .fo-feature-header {
        gap: 8px;
    }

    .fo-feature-header-right {
        font-size: 12px;
        color: #434656;
        line-height: 16px;
    }

    .fo-feature-desc {
        font-size: 14px;
        margin-top: 12px;
    }

    .fo-feature-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fo-section.fo-section-clinical {
        padding: 40px 16px;
    }

    .fo-section.fo-section-clinical .fo-section-content {
        padding: 0;
    }

    .fo-section.fo-section-clinical .fo-feature-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .fo-section.fo-section-clinical .fo-feature-text h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .fo-section.fo-section-clinical .fo-feature-text p {
        font-size: 15px;
        line-height: 24px;
    }
    /* 专业临床区域 */

    /* 全流程区域 */
    .fo-section.fo-section-process {
        padding: 40px 16px;
    }

    .fo-section.fo-section-process .fo-title{
        font-size: 24px;
        line-height: normal;
        margin-bottom: 4px;
    }

    .fo-section.fo-section-process .fo-subtitle {
        font-size: 12px;
        line-height: normal;
    }

    .fo-section.fo-section-process .fo-title-container{
        margin-bottom: 32px;
    }

    .fo-steps-container {
        gap: 24px;
    }

    .fo-steps-list {
        grid-template-columns: 1fr;
        gap: 16px;
        height: auto;
    }

    .fo-step-icon {
        width: 44px;
        height: 44px;
    }

    .fo-step-subtitle {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .fo-step-title {
        font-size: 18px;
        line-height: normal;
    }

    .fo-bottom-card {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 32px 16px;
        border-radius: 32px;
        width: 358px;
        margin: 0 auto;
    }

    .fo-bottom-card-left {
        display: flex;
        flex-direction: column;
        gap: 17px;
        width: 100%;
    }

    .fo-bottom-card-left-top {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .fo-bottom-card-left-top-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
        background: #a3e635;
    }

    .fo-bottom-card-left-top-title {
        font-size: 16px;
        line-height: 28px;
    }

    .fo-bottom-card-left-desc {
        font-family: Noto Sans SC;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.43;
        color: rgba(0, 0, 0, 0.7);
        width: 100%;
    }

    .fo-bottom-card-right {
        text-align: center;
    }

    .fo-bottom-card-right-percent {
        font-size: 48px;
    }

    .fo-bottom-card-right{
        display: none;
    }
    /* 全流程区域 */


    /* 灵活多样区域 */
    .fo-section.fo-section-flexible {
        padding: 40px 16px;
        background: #F9FAFB;
    }

    .fo-section.fo-section-flexible .fo-section-content {
        padding: 0;
    }

    .fo-section.fo-section-flexible .fo-title-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 32px;
    }

    .fo-section.fo-section-flexible .fo-title{
        font-size: 24px;
        line-height: normal;
        margin-bottom: 4px;
    }

    .fo-section.fo-section-flexible .fo-subtitle {
        width: 260px;
        font-size: 12px;
        line-height: normal;
    }

    .fo-mode-container {
        gap: 16px;
    }

    .fo-mode-card {
        padding: 24px;
        border-radius: 16px;
    }

    .fo-mode-header-icon {
        width: 56px;
        height: 56px;
    }

    .fo-mode-header-tag {
        padding: 6px 16px;
    }

    .fo-mode-items {
        margin-top: 28px;
    }
    /* 灵活多样区域 */

    /* 解决方案区域 */
    .fo-section.fo-section-solution {
        padding: 32px 17px;
        background: #F6F7FA;
    }

    .fo-section.fo-section-solution .fo-section-header {
        margin-bottom: 0px;
    }

    .fo-section.fo-section-solution .fo-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .fo-section.fo-section-solution .fo-subtitle {
        font-size: 12px;
        line-height: 15px;
    }
}