/* TeloPro China — layout overrides on USA app.css */
body {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    background: #f5f5f5;
    color: #333;
}

#header .head-top > div.container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
}
#header .head-top .brand {
    display: flex;
    align-items: center;
    height: 55px;
    padding-left: 0;
}
#header .head-top .brand img {
    height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}
#header .head-phone {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    padding-right: 4px;
}
#header .head-phone:hover {
    color: #e4c98e !important;
}

#header .head-nav > div .nav {
    width: 100%;
}
#header .head-nav > div .nav .navbar_nav li {
    width: 20%;
}
#header .head-nav > div .logo {
    display: none;
}
#header .head-nav > div #navToggle {
    display: none;
}
#header a:focus,
#header a:active,
#header a:focus-visible,
.m_nav a:focus,
.m_nav a:active,
.m_nav a:focus-visible,
#header .head-nav > div #navToggle:focus {
    outline: none;
}

#footer {
    padding-top: 0;
    margin-top: 40px;
}
#footer .copy {
    font-size: 14px;
}
#footer .copy a {
    color: #fff;
}
#footer .copy a:hover {
    color: #e4c98e;
}

/* Home cards */
/* Home cards — match US site: lime gradient bg + translucent off-white cards */
#page-home .banner {
    background: url("../images/banners/home-banner-bg.jpg") center / 100% 100% no-repeat;
}
#page-home .banner-item {
    height: auto !important;
    display: block;
}
#page-home .home-wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 15px 50px;
}
.home-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(251, 251, 250, 0.84);
    border-radius: 8px;
    padding: 40px 30px;
    margin-bottom: 28px;
    gap: 20px;
}
.home-card.reverse {
    flex-direction: row-reverse;
}
.home-card-text,
.home-card-img {
    width: 48%;
    text-align: center;
    color: #007236;
}
.home-card-text .kicker {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
.home-card-text .lead {
    font-size: 22px;
    line-height: 1.6;
    margin: 28px 0 32px;
    font-weight: 400;
}
.home-card-img img {
    width: 100%;
    max-width: 460px;
    border-radius: 6px;
}
.btn-more {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #007236;
    border-radius: 6px;
    padding: 0 22px;
    font-size: 18px;
    color: #fff;
    background: #007236;
}
.btn-more:hover {
    background: #fff;
    color: #007236;
}

/* Inner pages — desktop banners are 1600×400; match ratio so cover won't crop across browsers */
.page-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.page-banner.science { background-image: url("../images/banners/telomere-science-banner.jpg"); }
.page-banner.research { background-image: url("../images/banners/research-banner.jpg"); }
.page-banner.supplement { background-image: url("../images/banners/telomere-supplement-banner.jpg"); }
.page-banner.contact { background-image: url("../images/banners/contact-banner.png"); }
.page-banner.article { background-image: url("../images/banners/research-banner.jpg"); }

.section-head {
    width: 50%;
    margin: 0 auto 30px;
    border-bottom: 2px solid #007236;
    padding-top: 20px;
}
.section-head h1,
.section-head h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    color: #007236;
    font-weight: 700;
    margin: 0 0 12px;
}

.page-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 15px 60px;
    background: #fff;
}
.page-body h2.green,
.page-body h3.green {
    color: #007236;
    text-align: center;
    font-weight: 700;
}
.page-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.lead-green {
    color: #007236 !important;
    font-size: 20px !important;
    font-weight: 700;
    text-align: center;
}
.link-green {
    color: #00b050;
    border-bottom: 1px solid #00b050;
    font-style: italic;
}
.link-green:hover {
    color: #007130;
    border-bottom-color: #007130;
}

/* Telomere science — US-style grey blocks */
.page-science .science-block {
    margin: 0;
    padding: 25px 0; /* half of reset.css section { padding: 50px 0 } */
}
.page-science .science-block-lead {
    margin: 0 0 6px;
}
.page-science .lead-green {
    text-align: left;
}
.page-science .science-block-head {
    background: #f8f8f8;
    padding: 4px 10px;
}
.page-science .science-block-head h2 {
    margin: 0;
    color: #007236;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.page-science .science-block-subhead {
    color: #007236;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    margin: 12px 0 8px;
}
.page-science .science-block-body {
    background: #f8f8f8;
    padding: 5px 10px;
    text-align: left;
}
.page-science .science-block-body > p:first-child {
    margin-top: 0;
}
.page-science .science-block-body p {
    text-align: left;
}
.page-science .science-block-body p:has(> a.link-green:only-child) {
    margin-top: 0.35em;
    margin-bottom: 0.35em;
}
.page-science .science-block-body p:has(> a.link-green:only-child) + .lead-green {
    margin-top: 1.25em;
}

.nobel-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
    margin: 12px 0;
}
.nobel-item {
    width: 30%;
    min-width: 180px;
    text-align: center;
}
.nobel-item img {
    width: 70%;
    max-width: 180px;
    border-radius: 50%;
}
.nobel-item p {
    margin-top: 10px;
    color: #333;
}
.img-shrink {
    display: block;
    max-width: 70%;
    margin: 16px auto;
}
.img-full {
    display: block;
    width: 100%;
    max-width: 860px;
    margin: 16px auto;
}

.more-toggle {
    display: block;
    text-align: center;
    color: #007236;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 0;
}
.more-toggle:hover {
    color: #00b050;
}
.more-panel {
    display: none;
}
.more-panel.open {
    display: block;
}

.topic-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 28px 0;
}
.topic-row.reverse {
    flex-direction: row-reverse;
}
.topic-row img {
    width: 42%;
    border-radius: 6px;
}
.topic-row .txt {
    width: 58%;
}
.topic-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0;
}
.topic-grid a,
.topic-grid .cell {
    width: calc(50% - 8px);
    background: #f8f8f8;
    padding: 16px;
    border-radius: 6px;
    color: #007236;
    font-weight: 600;
}
.topic-grid a:hover {
    background: #eef6ef;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 36px;
    font-size: 14px;
}
.compare-table th,
.compare-table td {
    border: 1px solid #bad18f;
    padding: 10px 12px;
    vertical-align: top;
    line-height: 1.6;
}
.compare-table th {
    background: #007236;
    color: #fff;
    text-align: center;
}
.compare-table td:first-child {
    font-weight: 700;
    color: #007236;
    white-space: nowrap;
}
.note-bar {
    background: #eef6ef;
    border-left: 4px solid #007236;
    padding: 12px 16px;
    margin: 10px 0 20px;
    color: #007236;
    font-weight: 600;
}

.chart-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.chart-card {
    width: calc(50% - 10px);
}
.chart-card .frame {
    border: 2px solid #808080;
    border-radius: 8px;
    overflow: hidden;
}
.chart-card img {
    width: 100%;
    display: block;
}
.chart-card p {
    margin: 6px 0;
    line-height: 1.5;
}
.chart-card .ttl {
    color: #007236;
    font-weight: 700;
    font-size: 18px;
    margin-top: 12px;
}

.feature-row {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin: 36px 0;
}
.feature-row img {
    width: 38%;
    border-radius: 6px;
}
.feature-row .txt {
    width: 62%;
}
.feature-row h3 {
    color: #007236;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.doctor-box {
    display: flex;
    gap: 28px;
    margin: 40px 0;
    align-items: flex-start;
}
.doctor-box img {
    width: 38%;
    border-radius: 6px;
}
.doctor-box .videos {
    width: 62%;
}
.doctor-box h3 {
    color: #007236;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px;
}
.doctor-box a {
    display: block;
    color: #00b050;
    border-bottom: 1px solid #00b050;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
.doctor-box a:hover {
    color: #007130;
}

.buy-links {
    text-align: center;
    margin: 30px 0;
}
.buy-links a {
    display: inline-block;
    margin: 8px 10px;
    color: #007236;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-around;
    margin: 30px 0;
}
.qr-item {
    width: 22%;
    min-width: 160px;
    text-align: center;
}
.qr-item img {
    width: 100%;
    max-width: 180px;
    border-radius: 8px;
}
.qr-item p {
    margin-top: 10px;
    color: #007236;
    font-weight: 700;
}
.contact-info {
    text-align: center;
    margin: 20px 0 40px;
}
.contact-info h2 {
    color: #007236;
    font-size: 26px;
}
.contact-info p {
    font-size: 16px;
    line-height: 2;
}

/* Contact page — China / WeChat / stores / overseas / coop */
.page-contact .contact-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 24px 56px;
}
.page-contact .contact-page > .section-head {
    width: 40%;
    max-width: 360px;
    margin: 0 auto 40px;
}
.contact-page .contact-block {
    margin: 0 auto 48px;
    max-width: 100%;
}
.contact-page .contact-china-desk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px 56px;
    padding: 28px 32px;
    border: 1px solid #bad18f;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
.contact-page .contact-china {
    flex: 1 1 280px;
    text-align: left;
    margin: 0;
}
.contact-page .contact-china h2 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
    color: #007236;
}
.contact-page .contact-china p {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}
.contact-page .contact-wechat {
    flex: 0 1 auto;
}
.contact-page .contact-info h2 {
    margin: 0 0 12px;
    font-weight: 700;
}
.contact-page .contact-info a {
    color: #007236;
}
.contact-page .qr-pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 40px;
}
.contact-page .qr-pair .qr-item {
    width: auto;
    min-width: 0;
    max-width: 200px;
    text-align: center;
}
.contact-page .qr-pair .qr-item img {
    max-width: 180px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.contact-page .qr-title {
    margin: 12px 0 4px;
    color: #007236;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}
.contact-page .qr-desc {
    margin: 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.contact-page .contact-stores {
    text-align: center;
    padding: 8px 0 0;
}
.contact-page .store-search-guide {
    text-align: center;
    margin: 0 auto 20px;
}
.contact-page .store-search-guide img {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 0 auto;
}
.contact-page .store-copy {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin: 0 auto 10px;
    max-width: 820px;
}
.contact-page .store-qr {
    margin-top: 28px;
    gap: 40px 72px;
}
.contact-page .contact-overseas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
}
.contact-page .contact-overseas {
    margin: 0;
    text-align: left;
    padding: 24px 28px;
    border: 1px solid #bad18f;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
.contact-page .contact-overseas h2 {
    margin: 0 0 14px;
    font-size: 24px;
    color: #007236;
}
.contact-page .contact-overseas p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.contact-page .section-head-sub {
    width: 40%;
    max-width: 320px;
    margin: 0 auto 24px;
}
.contact-page .section-head-sub h2 {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
    color: #007236;
    font-weight: 700;
    margin: 0 0 12px;
}
.contact-page .contact-coop {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.contact-page .contact-coop p {
    text-align: left;
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin: 0 0 14px;
}
.contact-page .contact-coop .coop-highlight {
    color: #007236;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    margin: 18px 0 22px;
}

.cta-btn {
    display: block;
    width: 280px;
    max-width: 90%;
    margin: 30px auto;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #007236;
    color: #fff !important;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
}
.cta-btn:hover {
    background: #fff;
    color: #007236 !important;
    border: 1px solid #007236;
}

/* Research page + shared article banner shell */
.common-banner2 {
    padding: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 1;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.page-research .research-banner {
    background: #fff url("../images/banners/research-banner.jpg") no-repeat center;
    background-size: 100% 100%;
    height: auto;
    aspect-ratio: 4 / 1;
}
.page-research .research-body {
    padding-top: 40px;
    padding-bottom: 56px;
}
.page-research .research4 {
    width: 50%;
    max-width: 420px;
    height: auto;
    margin: 0 auto 40px;
    padding-bottom: 12px;
    border-bottom: 2px solid #007236;
}
.page-research .research4 p {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    color: #007236;
    margin: 0;
}
.page-research .research5 {
    width: 100%;
    margin-bottom: 12px;
}
.page-research .research5 p {
    font-size: 17px;
    line-height: 1.85;
    color: #333;
    text-align: left;
    margin: 0 0 18px;
}
.page-research .research5 .txt {
    font-size: 20px !important;
    color: #007236;
    font-weight: 700;
    line-height: 1.45;
    margin: 36px 0 14px;
}
.page-research .research5 > .txt:first-child {
    margin-top: 0;
}
.page-research .research-protocol {
    margin: 8px 0 28px;
    padding: 0;
    border-left: 0;
}
.page-research .protocol-step {
    position: relative;
    margin: 0 0 22px;
}
.page-research .protocol-step:last-child {
    margin-bottom: 0;
}
.page-research .protocol-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 28px;
    bottom: -22px;
    width: 2px;
    background: #bad18f;
    z-index: 0;
}
.page-research .protocol-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.page-research .protocol-num {
    position: relative;
    z-index: 1;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #007236;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}
.page-research .protocol-title {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 700;
    color: #007236 !important;
    line-height: 1.4;
}
.page-research .protocol-body {
    margin: 0 0 0 40px !important;
    font-size: 17px;
    line-height: 1.85;
    color: #333;
    text-align: left;
}
.page-research .research-feedback {
    margin-top: 40px;
    margin-bottom: 8px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.page-research .research-feedback .txt {
    margin-top: 12px;
}
.page-research .research-feedback .txt:first-child {
    margin-top: 0;
}
.page-research .research-feedback p {
    font-size: 16px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 10px;
}
.page-research .research-feedback .fb-stat {
    position: relative;
    padding: 11px 0 11px 36px;
    color: #333;
    border-bottom: 1px dashed #e3e9e1;
    margin-bottom: 0;
}
.page-research .research-feedback .fb-stat::before {
    content: "\2713";
    position: absolute;
    left: 2px;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #eaf1e8;
    color: #007236;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}
.page-research .fb-note {
    text-align: center;
    color: #007236;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 8px;
}
.page-research .table-scroll {
    width: 100%;
    margin: 4px 0 32px;
    overflow-x: visible;
}
.page-research .compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 16px;
}
.page-research .compare-table th,
.page-research .compare-table td {
    border: 1px solid #bad18f;
    padding: 12px 14px;
    vertical-align: top;
    line-height: 1.7;
    text-align: left;
    color: #333;
}
.page-research .compare-table th {
    background: #007236;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.page-research .compare-table td:first-child {
    font-weight: 700;
    color: #007236;
    white-space: normal;
    width: 18%;
}
.page-research .research6 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 24px;
    row-gap: 0;
    align-items: stretch;
    margin: 34px 0 6px;
    overflow: visible;
}
.page-research .research7 {
    float: none;
    width: auto;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding: 18px 18px 16px;
    background: #fff;
    border: 1px solid #e3e9e1;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 114, 54, 0.06);
    box-sizing: border-box;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.page-research .research7:hover {
    box-shadow: 0 8px 24px rgba(0, 114, 54, 0.14);
    transform: translateY(-3px);
}
.page-research .research8 {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    display: block;
    align-self: start;
}
.page-research .research8 img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: contain;
}
.page-research .research10 {
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 14px;
    padding: 12px 16px 10px;
    background: #f3f8f1;
    border-radius: 8px;
    box-sizing: border-box;
}
.page-research .research10 p {
    font-size: 16px;
    color: #333;
    line-height: 2.05;
    border-bottom: 1px dashed #d9e5d6;
    margin: 0;
    padding: 2px 0;
    text-align: left;
}
.page-research .research10 p:last-child {
    border-bottom: 0;
}
.page-research .research10 p.ttl {
    color: #007236;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #cbe0cb;
    padding-bottom: 6px;
    margin-bottom: 4px;
}
.page-research .research9 {
    width: auto;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 48px 0 56px;
    background: transparent;
    border-radius: 0;
    text-align: center;
}
.page-research .research9 a {
    display: inline-block;
    height: auto;
    border-radius: 0;
    border: 0;
}
.page-research .research9 a p {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1.35;
    color: #fff;
    margin: 0;
    padding: 16px 72px;
    background: #007236;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 114, 54, 0.28);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.page-research .research9 a:hover,
.page-research .research9 a:hover p {
    background: #095f2d;
    color: #fff;
}
.page-research .research9 a:hover p {
    box-shadow: 0 8px 22px rgba(0, 114, 54, 0.36);
    transform: translateY(-2px);
}
.page-research .research9 a:hover {
    border-color: transparent;
}

/* Article page is English (US copy); Arial stack for content, not China YaHei */
#page-common.page-internalresearch-article,
#page-common:has(.Internal1) {
    font-family: Arial, "Times New Roman", sans-serif;
}
.Internal {
    width: 90%;
    margin: 0 auto;
}
.Internal p {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    color: #007236;
    margin: 0;
}
.Internal1 {
    width: 100%;
}
.Internal1 p {
    font-size: 20px;
    line-height: 33px;
    color: #333;
    text-align: left;
}
.Internal1 .table_box_big {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    height: 800px;
}
.Internal1 .table_box {
    overflow: hidden;
    position: absolute;
}
.Internal1 .table_tbody_box {
    height: 650px;
    overflow: scroll;
}
.Internal1 table {
    border: 1px solid #bad18f;
    word-break: keep-all;
}
.Internal1 table thead tr th {
    height: 50px !important;
    border: 1px solid #bad18f;
    padding: 2px 10px;
    vertical-align: middle;
}
.Internal1 table tbody tr td {
    width: 80px !important;
    height: 50px !important;
    border: 1px solid #bad18f;
    text-align: center;
    border-bottom: 1px solid #bad18f;
    word-break: keep-all;
    padding: 2px 10px;
}
.Internal1 .div-title {
    width: 63.7px !important;
    text-align: center;
}
.table-mobile-summary {
    display: none;
    width: 100%;
}
.table-mobile-summary img {
    width: 100%;
    height: auto;
    display: block;
}
.common-m-banner {
    display: none;
}
.common-m-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 992px) {
    #header {
        height: 105px;
    }
    .line-head {
        height: 105px;
    }
    #header .head-top {
        display: block;
        height: 55px;
    }
    #header .head-top .brand img {
        height: 42px;
    }
    #header .head-phone {
        font-size: 12px;
    }
    #header .head-nav {
        height: 50px;
    }
    .page-banner {
        height: 220px;
        background-size: cover;
    }
    .page-banner.science,
    .page-banner.supplement,
    .page-banner.contact {
        display: none !important;
    }
    .page-banner.research { background-image: url("../images/banners/research-banner-mobile.jpg"); }
    #page-common > .common-m-banner {
        display: block;
    }
    #page-common > .common-m-banner img {
        width: 100%;
        height: auto;
        display: block;
    }
    #page-common > .common-map {
        display: none !important;
    }
    .home-card,
    .home-card.reverse,
    .topic-row,
    .topic-row.reverse,
    .feature-row,
    .doctor-box {
        flex-direction: column;
    }
    .home-card-text,
    .home-card-img,
    .topic-row img,
    .topic-row .txt,
    .feature-row img,
    .feature-row .txt,
    .doctor-box img,
    .doctor-box .videos {
        width: 100%;
    }
    .section-head {
        width: 90%;
    }
    .section-head h1 {
        font-size: 24px;
    }
    .page-science .science-block {
        margin-bottom: 0;
        padding: 16px 0;
    }
    .page-science .science-block-head {
        padding: 4px 10px;
    }
    .page-science .science-block-head h2 {
        font-size: 18px;
    }
    .page-science .science-block-subhead {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .page-science .science-block-body {
        padding: 5px 10px;
    }
    .home-card-text .kicker {
        font-size: 22px;
    }
    .home-card-text .lead {
        font-size: 16px;
    }
    .buy-links a {
        font-size: 18px;
        margin: 8px 0;
    }
    .chart-card,
    .topic-grid a,
    .topic-grid .cell,
    .qr-item {
        width: 100%;
    }
    .page-contact .contact-page {
        padding: 20px 12px 40px;
    }
    .page-contact .contact-page > .section-head {
        width: 70%;
        max-width: none;
        margin-bottom: 28px;
    }
    .contact-page .contact-block {
        margin-bottom: 36px;
        padding: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .contact-page .contact-china-desk {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
        padding: 20px 16px;
    }
    .contact-page .contact-china {
        text-align: center;
        flex: none;
    }
    .contact-page .contact-china h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .contact-page .contact-china p {
        font-size: 15px;
        line-height: 1.8;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .contact-page .qr-pair {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        gap: 12px 16px;
    }
    .contact-page .qr-pair .qr-item {
        flex: 1 1 0;
        width: auto;
        max-width: 160px;
        min-width: 0;
    }
    .contact-page .qr-pair .qr-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .contact-page .qr-title {
        font-size: 14px;
    }
    .contact-page .qr-desc {
        font-size: 12px;
    }
    .contact-page .store-search-guide {
        margin-bottom: 18px;
        overflow-x: visible;
        padding: 0 4px;
    }
    .contact-page .store-search-guide img {
        max-width: 100%;
        width: 100%;
        min-width: 0;
        height: auto;
    }
    .contact-page .store-copy {
        font-size: 15px;
        text-align: left;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .contact-page .store-qr {
        gap: 12px 16px;
        margin-top: 22px;
    }
    .contact-page .contact-overseas-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 36px;
    }
    .contact-page .contact-overseas {
        text-align: center;
        padding: 18px 16px;
    }
    .contact-page .contact-overseas h2 {
        font-size: 22px;
    }
    .contact-page .contact-overseas p {
        font-size: 15px;
        line-height: 1.8;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .contact-page .section-head-sub {
        width: 90%;
        max-width: none;
    }
    .contact-page .section-head-sub h2 {
        font-size: 22px;
    }
    .contact-page .contact-coop {
        max-width: 100%;
    }
    .contact-page .contact-coop p {
        font-size: 15px;
        line-height: 1.8;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
    .contact-page .contact-coop .coop-highlight {
        font-size: 16px;
    }
    .contact-page .contact-info h2 {
        font-size: 22px;
    }
    .contact-page .contact-info p {
        font-size: 15px;
        line-height: 1.8;
        overflow-wrap: anywhere;
        word-break: break-word;
        max-width: 100%;
    }
    #footer .copy {
        height: auto;
        min-height: 40px;
        line-height: 1.5;
        padding: 10px 12px;
        font-size: 12px;
        white-space: normal;
    }
    .page-research .research-banner {
        display: none !important;
    }
    .page-research .research-m-banner {
        display: block;
    }
    .page-research .research-m-banner img {
        width: 100%;
        height: auto;
        display: block;
    }
    .page-research .research-body {
        padding-top: 24px;
        padding-bottom: 36px;
    }
    .page-research .research4 {
        width: 90%;
        max-width: none;
        margin-bottom: 24px;
        padding-bottom: 10px;
    }
    .page-research .research4 p {
        font-size: 28px;
        line-height: 1.3;
    }
    .page-research .research5 p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 16px;
    }
    .page-research .research5 .txt {
        font-size: 17px !important;
        margin: 28px 0 12px;
        line-height: 1.45;
    }
    .page-research .research-protocol {
        margin: 6px 0 22px;
        padding-left: 0;
    }
    .page-research .protocol-step {
        margin-bottom: 18px;
    }
    .page-research .protocol-step:not(:last-child)::before {
        left: 12px;
        top: 26px;
        bottom: -18px;
    }
    .page-research .protocol-head {
        gap: 10px;
        margin-bottom: 6px;
    }
    .page-research .protocol-num {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
        font-size: 13px;
        line-height: 26px;
    }
    .page-research .protocol-title {
        font-size: 16px !important;
    }
    .page-research .protocol-body {
        margin-left: 36px !important;
        font-size: 15px;
        line-height: 1.8;
    }
    .page-research .research-feedback {
        margin-top: 30px;
        padding: 0;
    }
    .page-research .research-feedback p {
        font-size: 15px;
    }
    .page-research .research-feedback .fb-stat {
        padding: 10px 0 10px 34px;
    }
    .page-research .fb-note {
        font-size: 16px;
        margin: 14px 0 6px;
    }
    .page-research .table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 4px 0 24px;
        max-width: 100%;
    }
    .page-research .table-scroll .compare-table {
        min-width: 640px;
        font-size: 14px;
    }
    .page-research .compare-table th,
    .page-research .compare-table td {
        padding: 10px 12px;
        line-height: 1.55;
    }
    .page-research .compare-table td:first-child {
        width: auto;
        white-space: normal;
    }
    .page-research .research6 {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 18px;
        margin: 28px 0 6px;
    }
    .page-research .research6,
    .page-research .research7,
    .page-research .research8,
    .page-research .research5 {
        max-width: 100%;
        box-sizing: border-box;
    }
    .page-research .research7 {
        display: flex;
        flex-direction: column;
        grid-row: auto;
        padding: 14px 14px 12px;
        width: 100%;
    }
    .page-research .research7:hover {
        transform: none;
    }
    .page-research .research8 {
        display: block;
    }
    .page-research .research8 img {
        height: auto;
        object-fit: contain;
    }
    .page-research .research10 {
        margin-top: 12px;
        padding: 10px 12px 8px;
        text-align: left;
        flex: 0 0 auto;
    }
    .page-research .table-scroll .compare-table td:first-child {
        min-width: 110px;
    }
    .page-research .research10 p {
        text-align: left;
        font-size: 15px;
    }
    .page-research .research10 p.ttl {
        font-size: 17px;
    }
    .page-research .research9 {
        width: 100%;
        max-width: 100%;
        margin: 36px 0 40px;
    }
    .page-research .research9 a {
        display: block;
        margin: 0 4px;
    }
    .page-research .research9 a p {
        display: block;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        font-size: 16px;
        padding: 14px 0;
        text-align: center;
        box-sizing: border-box;
    }
    .common-banner2 {
        height: 220px;
        background-size: cover !important;
    }
    #page-common:has(.Internal1) .common-banner2 {
        display: none !important;
    }
    #page-common:has(.Internal1) .common-m-banner {
        display: block;
    }
    #page-common:has(.Internal1) {
        background: #eee;
        padding-bottom: 20px;
    }
    #page-common:has(.Internal1) > .article-spacer {
        display: none;
    }
    #page-common:has(.Internal1) > .article-spacer-m {
        display: block;
        height: 20px;
    }
    #page-common:has(.Internal1) > .container {
        padding: 0 10px;
        width: 100%;
    }
    #page-common:has(.Internal1) > .container > .row {
        margin: 0;
        padding: 20px 10px;
        background: #fff;
        border-radius: 4px;
    }
    .Internal {
        width: 100%;
    }
    .Internal p {
        font-size: 20px;
        line-height: 22px;
    }
    .Internal1 p {
        font-size: 15px;
        line-height: 25px;
    }
    .Internal1 .table_box_big {
        display: block !important;
        width: 100%;
        max-width: 100%;
        height: 70vh;
        min-height: 420px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .Internal1 .table_tbody_box {
        height: calc(70vh - 120px);
        min-height: 300px;
        -webkit-overflow-scrolling: touch;
    }
    #page-common:has(.Internal1) .table_box_big table,
    #page-common:has(.Internal1) .table_box_big th,
    #page-common:has(.Internal1) .table_box_big td,
    #page-common:has(.Internal1) .table_box_big .div-title {
        font-size: 11px !important;
        line-height: 1.35 !important;
    }
    #page-common:has(.Internal1) .table_box_big thead tr th {
        height: auto !important;
        padding: 4px 6px !important;
    }
    #page-common:has(.Internal1) .table_box_big tbody tr td {
        height: auto !important;
        padding: 4px 6px !important;
    }
    #page-common:has(.Internal1) .table_box_big thead tr:first-child th {
        text-align: left !important;
    }
    #page-common:has(.Internal1) .table_box_big thead tr:first-child th b {
        display: inline-block;
        font-size: 13px !important;
        line-height: 1.35 !important;
        text-align: left !important;
        padding: 4px 6px;
    }
    .table-mobile-summary {
        display: none !important;
    }
    .img-shrink {
        max-width: 100%;
    }
    #header .head-nav > div #navToggle {
        display: inline-block;
        float: right;
    }
}
