
.guide-container {
    border-radius: 0.625rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.08);
    overflow: visible;
    margin: 1.25rem;
    background: var(--white-color);
}

.guide-header {
    background: linear-gradient(to right, #6457a3, #7a6eb8);
    color: white;
    padding: 1.875rem 2.5rem;
    text-align: center;
    position: relative;
}

.guide-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>');
    opacity: 0.3;
}

.guide-title {
    font-size: 1.8rem;
    margin-bottom: 0.625rem;
    letter-spacing: 0.0625rem;
    font-weight: 700;
}

.guide-subtitle {
    font-size: 1.125rem;
    opacity: 0.9;
    font-weight: 300;
}

.guide-content {
    padding: 1.875rem 2.5rem;
}

.guide-section {
    margin-bottom: 2.5rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #eaeaea;
}

.guide-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.guide-section-title {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.125rem solid #e8f2fa;
}

.guide-step-list {
    list-style-type: none;
    counter-reset: step-counter;
}

.guide-step-item {
    position: relative;
    margin-bottom: 1.875rem;
    padding-left: 3.75rem;
}

.guide-step-item:before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0.3125rem;
    background-color: #ffcf03;
    color: white;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
}

.guide-step-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.guide-step-description {
    color: #555;
    margin-bottom: 0.9375rem;
}

.guide-image-container {
    margin: 0.9375rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
    max-width: 37.5rem;
}

.guide-image {
    width: 100%;
    height: auto;
    display: block;
    cursor: zoom-in;
}

.guide-image-caption {
    background-color: #f8f9fa;
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
    color: #666;
    border-top: 0.0625rem solid #eee;
}

.guide-note {
    background-color: #f0f7ff;
    border-left: 0.25rem solid var(--primary-color);
    padding: 0.9375rem;
    margin: 1.25rem 0;
    border-radius: 0 0.3125rem 0.3125rem 0;
}

.guide-address {
    font-family: monospace;
    background-color: #f5f5f5;
    padding: 0.625rem 0.9375rem;
    border-radius: 0.3125rem;
    margin: 0.625rem 0;
    font-size: 1rem;
}

.guide-highlight {
    background-color: #fff9e6;
    padding: 0.1875rem 0.375rem;
    border-radius: 0.1875rem;
    font-weight: 600;
    color: #d35400;
}

.guide-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
    vertical-align: middle;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5rem;
    font-weight: bold;
}

.guide-method {
    background-color: #f9f9f9;
    padding: 1.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    border-left: 0.25rem solid var(--primary-color);
}

.guide-method-title {
    color: var(--primary-color);
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
}

.guide-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin: 0.9375rem 0;
}

.guide-image-box {
    flex: 1;
    min-width: 15.625rem;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.1);
}

.guide-image-box img {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
}

.guide-image-box-caption {
    padding: 0.75rem;
    background-color: #f8f9fa;
    font-size: 0.875rem;
    color: #555;
}

.guide-note p a {
    font-weight: 700;
    color: var(--primary-color);
}

.lrc-header {
    background: linear-gradient(135deg, #6457a3 0%, #7d6cc8 100%);
    color: white;
    padding: 30px 0;
    text-align: center;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 15px rgba(100, 87, 163, 0.2);
    margin-bottom: 30px;
}
.lrc-logo-icon {
    font-size: 2.5rem;
}
.special-section {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.special-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(100, 87, 163, 0.15);
}

.special-section-active {
    /*box-shadow: 0 8px 25px rgba(100, 87, 163, 0.25);*/
    /*border-left-width: 8px;*/
}

.special-section h2 {
    color: #6457a3;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0eef8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.special-section h2 i {
    font-size: 1.5rem;
}

.lrc-img-placeholder {
    background-color: #f5f3ff;
    border: 2px dashed #c9c1f0;
    border-radius: 8px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #6457a3;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.lrc-img-placeholder:hover {
    background-color: #f0eef8;
    border-color: #6457a3;
    transform: scale(1.01);
}

.lrc-img-placeholder-clicked {
    background-color: #e6e2ff;
    border-color: #6457a3;
    border-style: solid;
}

.lrc-img-placeholder i {
    font-size: 3rem;
    margin-bottom: 15px;
}

.lrc-img-placeholder span {
    font-size: 1rem;
    font-weight: 500;
}

.lrc-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.lrc-content p {
    margin-bottom: 20px;
}

.lrc-highlight {
    background-color: #f5f3ff;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #6457a3;
    transition: all 0.3s ease;
}

.lrc-highlight:hover {
    background-color: #f0eef8;
    transform: translateX(5px);
}

.lrc-stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    margin-top: 30px;
}

.lrc-stat-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
    padding: 20px;
    background-color: #f9f8ff;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.lrc-stat-item:hover {
    transform: translateY(-5px);
    background-color: #f0eef8;
}

.lrc-stat-item-active {
    transform: translateY(-5px);
    background-color: #e6e2ff;
    box-shadow: 0 5px 15px rgba(100, 87, 163, 0.2);
}

.lrc-stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #6457a3;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.lrc-stat-item:hover .lrc-stat-number {
    transform: scale(1.1);
}

.lrc-stat-label {
    font-size: 1.1rem;
    color: #666;
}

.lrc-location-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.lrc-location-info {
    flex: 1;
    min-width: 300px;
}

.lrc-location-info ul {
    list-style-type: none;
}

.lrc-location-info li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: padding-left 0.3s ease;
}

.lrc-location-info li:hover {
    padding-left: 10px;
    background-color: #f9f8ff;
}

.lrc-location-info li i {
    color: #6457a3;
}

.lrc-partner-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.lrc-partner-logo {
    flex: 1;
    min-width: 200px;
    height: 150px;
    background-color: #f5f3ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6457a3;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.lrc-partner-logo:hover {
    background-color: #e6e2ff;
    transform: scale(1.05);
}

.lrc-partner-desc {
    flex: 2;
    min-width: 300px;
}

.lrc-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
    /*position: sticky;*/
    /*top: 6rem;*/
    /*z-index: 2;*/
    /*background-color: var(--white-color);*/
}

.lrc-nav-btn {
    background-color: #f0eef8;
    color: #6457a3;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.825rem;
}

.lrc-nav-btn:hover {
    background-color: #6457a3;
    color: white;
    transform: translateY(-3px);
}

.nav-active {
    background-color: #6457a3!important;
    color: white!important;
    box-shadow: 0 5px 15px rgba(100, 87, 163, 0.3);
}

.lrc-footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
    border-radius: 15px 15px 0 0;
}

.lrc-footer-content {
    max-width: 800px;
    margin: 0 auto;
}

.lrc-footer-content p {
    margin-bottom: 10px;
    opacity: 0.8;
}

.lrc-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #6457a3;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(100, 87, 163, 0.3);
}

.lrc-back-to-top-visible {
    opacity: 1;
    visibility: visible;
}

.lrc-back-to-top:hover {
    background-color: #7d6cc8;
    transform: translateY(-5px);
}

.treatment-content {
    padding: 2.5rem;
}

.treatment-section {
    margin-bottom: 3.125rem;
}

.treatment-section-title {
    color: #6457A3;
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.125rem solid #f0eefa;
    position: relative;
    display: flex;
    align-items: center;
}

.treatment-section-title::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 1.75rem;
    background-color: #6457A3;
    margin-right: 0.9375rem;
    border-radius: 0.25rem;
}

.treatment-intro {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #444;
    background-color: #f9f8fd;
    padding: 1.5625rem;
    border-radius: 0.625rem;
    border-left: 0.25rem solid #7A6FB8;
    margin-bottom: 2.5rem;
}

.treatment-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 1.5625rem;
    margin-bottom: 2.5rem;
}

.treatment-feature {
    background-color: white;
    border-radius: 0.625rem;
    padding: 1.5625rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 0.25rem solid #7A6FB8;
}

.treatment-feature:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
}

.treatment-feature-icon {
    width: 3.75rem;
    height: 3.75rem;
    background-color: #f0eefa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #6457A3;
    font-size: 1.75rem;
    font-weight: bold;
}

.treatment-feature-title {
    color: #6457A3;
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    font-weight: 600;
}

.treatment-feature-desc {
    color: #555;
    line-height: 1.6;
}

.treatment-groups {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
    gap: 1.5625rem;
}

.treatment-group {
    background-color: white;
    border-radius: 0.625rem;
    padding: 1.5625rem;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
    border-left: 0.25rem solid #6457A3;
}

.treatment-group-title {
    color: #6457A3;
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.treatment-group-title::before {
    content: "\ed1d";
    font-family: "iconfont" !important;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #6457A3;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5rem;
    margin-right: 0.625rem;
    font-size: 0.875rem;
}

.treatment-group-desc {
    color: #555;
    line-height: 1.6;
}

.treatment-highlight {
    background-color: #f9f8fd;
    border-radius: 0.625rem;
    padding: 1.5625rem;
    margin: 2.5rem 0;
    border: 0.0625rem solid #e0dcf0;
}

.treatment-highlight-title {
    color: #6457A3;
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
    font-weight: 600;
}

.treatment-highlight-text {
    color: #555;
    line-height: 1.7;
}

.treatment-footer {
    background-color: #f9f8fd;
    padding: 1.875rem 2.5rem;
    text-align: center;
    border-top: 0.0625rem solid #e0dcf0;
    color: #666;
    font-size: 0.9375rem;
}

.treatment-footer a {
    color: #6457A3;
    text-decoration: none;
    font-weight: 500;
}

.treatment-footer a:hover {
    text-decoration: underline;
}

.treatment-note {
    background-color: #fff8e1;
    border-left: 0.25rem solid #ffc107;
    padding: 1.25rem;
    margin: 1.875rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
}

.treatment-note-title {
    color: #d35400;
    font-weight: 600;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
}

.treatment-note-title::before {
    content: "\e60c";
    font-family: "iconfont" !important;
    margin-right: 0.625rem;
    font-weight: bold;
    font-size: 1.125rem;
}

.package-section {
    margin-bottom: 3.75rem;
    background-color: var(--white-color);
}

.package-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(31.25rem, 1fr));
    gap: 1.875rem;
    margin-top: 1.875rem;
}

.package-card {
    background-color: white;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
    border-top: 0.3125rem solid #7A6FB8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.package-card.featured {
    border-top: 0.3125rem solid #FF6B6B;
    transform: scale(1.02);
}

.package-card.featured::before {
    content: "推荐";
    position: absolute;
    top: 0.9375rem;
    right: -1.875rem;
    background-color: #FF6B6B;
    color: white;
    padding: 0.3125rem 1.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    transform: rotate(45deg);
    z-index: 10;
}

.package-card:hover {
    transform: translateY(-0.625rem);
    box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, 0.12);
}

.package-card.featured:hover {
    transform: translateY(-0.625rem) scale(1.02);
}

.package-header {
    background: linear-gradient(135deg, #7A6FB8 0%, #6457A3 100%);
    color: white;
    padding: 1.5625rem;
    text-align: center;
}

.featured .package-header {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
}

.package-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.package-price {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}

.package-price-unit {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 400;
}

.package-duration {
    font-size: 0.875rem;
    opacity: 0.8;
}

.package-content {
    padding: 1.5625rem;
}

.package-benefits {
    margin-bottom: 1.5625rem;
}

.package-benefit {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #555;
}

.package-benefit-icon {
    width: 1.25rem;
    height: 1.25rem;
    background-color: #f0eefa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    color: #6457A3;
    font-size: 0.75rem;
    font-weight: bold;
    flex-shrink: 0;
}

.featured .package-benefit-icon {
    background-color: #ffeaea;
    color: #FF6B6B;
}

.package-items {
    margin: 1.5625rem 0;
}

.package-item-title {
    color: #6457A3;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem solid #f0eefa;
}

.featured .package-item-title {
    color: #FF6B6B;
}

.package-item-list {
    list-style-type: none;
    padding-left: 0;
}

.package-item {
    padding: 0.625rem 0;
    border-bottom: 0.0625rem dashed #eee;
    display: flex;
    align-items: flex-start;
}

.package-item:last-child {
    border-bottom: none;
}

.package-item-icon {
    color: #7A6FB8;
    margin-right: 0.625rem;
    font-size: 0.875rem;
    flex-shrink: 0;
    margin-top: 0.1875rem;
}

.featured .package-item-icon {
    color: #FF6B6B;
}

.package-notes {
    background-color: #f9f9f9;
    padding: 1.25rem;
    border-radius: 0.5rem;
    margin-top: 1.5625rem;
}

.package-notes-title {
    color: #666;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    display: flex;
    align-items: center;
}

.package-notes-title::before {
    content: "\e64e";
    margin-right: 0.5rem;
    font-family: "iconfont" !important;
}

.package-note {
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5;
    border-bottom: 0.0625rem dashed #eee;
}

.package-note:last-child {
    border-bottom: none;
}

.package-note-number {
    background-color: #6457A3;
    color: white;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.featured .package-note-number {
    background-color: #FF6B6B;
}

.package-button {
    display: block;
    width: 100%;
    padding: 0.9375rem;
    background-color: #7A6FB8;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
    margin-top: 1.5625rem;
}

.featured .package-button {
    background-color: #FF6B6B;
}

.package-button:hover {
    background-color: #6457A3;
    color: var(--white-color);
}

.featured .package-button:hover {
    background-color: #FF5252;
}

.treatment-divider {
    height: 0.0625rem;
    background: linear-gradient(to right, transparent, #e0dcf0, transparent);
    margin: 2.5rem 0;
}

.treatment-keyword {
    background-color: #f0eefa;
    padding: 0.1875rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    color: #6457A3;
}

.treatment-comparison {
    background-color: #f9f8fd;
    border-radius: 0.625rem;
    padding: 1.5625rem;
    margin: 2.5rem 0;
    border: 0.0625rem solid #e0dcf0;
}

.treatment-comparison-title {
    color: #6457A3;
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.25rem;
}

.comparison-table th {
    background-color: #6457A3;
    color: white;
    padding: 0.9375rem;
    text-align: center;
    font-weight: 600;
}

.comparison-table td {
    padding: 0.9375rem;
    border-bottom: 0.0625rem solid #eee;
    text-align: center;
}

.comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.comparison-table .featured-cell {
    background-color: #fff0f0;
    font-weight: 600;
    color: #FF6B6B;
}

@media (max-width: 1100px) {
    .package-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .treatment-header {
        padding: 1.875rem 1.25rem 1.5625rem;
    }

    .treatment-title {
        font-size: 1.75rem;
    }

    .treatment-subtitle {
        font-size: 1.125rem;
    }

    .treatment-content {
        padding: 1.5625rem 1.25rem;
    }

    .treatment-section-title {
        font-size: 1.5rem;
    }

    .treatment-features,
    .treatment-groups {
        grid-template-columns: 1fr;
    }

    .treatment-intro {
        padding: 1.25rem;
        font-size: 1rem;
    }

    .treatment-feature,
    .treatment-group {
        padding: 1.25rem;
    }

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

    .package-card.featured::before {
        top: 0.625rem;
        right: -2.1875rem;
        font-size: 0.75rem;
        padding: 0.25rem 1.5625rem;
    }

    .comparison-table {
        display: block;
        overflow-x: auto;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 0.625rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .treatment-title {
        font-size: 1.5rem;
    }

    .treatment-subtitle {
        font-size: 1rem;
    }

    .treatment-section-title {
        font-size: 1.375rem;
    }

    .treatment-feature-icon {
        width: 3.125rem;
        height: 3.125rem;
        font-size: 1.5rem;
    }

    .package-title {
        font-size: 1.25rem;
    }

    .package-price {
        font-size: 1.75rem;
    }

    .package-content {
        padding: 1.25rem;
    }
}

.special-navigation {
    position: sticky;
    top: 5rem;
    background-color: var(--white-color);
    z-index: 100;
    box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.08);
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 1rem;
    flex-wrap: wrap;
}

.package-nav-list {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 1rem;
    flex-wrap: wrap;
    border: none;
}

.package-nav-item {
    margin: 0 0.625rem;
}

.special-nav-link {
    padding: 0.625rem 1.25rem;
    background-color: #f0eefa;
    color: #6457A3;
    border-radius: 1.875rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    margin: 0 0.625rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.special-nav-link:hover,
.special-nav-link.active {
    background-color: #6457A3;
    color: white;
}

/* 新增：主色调强调元素 */
.treatment-accent {
    color: #6457A3;
    font-weight: 600;
}

.treatment-badge {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    background-color: #6457A3;
    color: white;
    border-radius: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.featured .treatment-badge {
    background-color: #FF6B6B;
}





@media (max-width: 768px) {
    
    .special-container{
        width: 100%;
    }
    
    .guide-container{
        margin: 2rem 0;
    }
    
    .treatment-content{
        padding: 1.5625rem 0.75rem
    }
    
    .special-navigation{
        padding: 1rem 0;
    }
    
    .special-nav-link{
        margin-bottom: .5rem;
    }
        
    .page-lrc {
        background-position-y: 0;
    }
    
    .special-section{
        padding:15px;
    }
    
    .special-section h2 {
        font-size: 1.5rem;
    }
    
    .lrc-highlight p{
        margin-bottom: 0;
    }
    
    .lrc-stats-container{
        gap: 2%;
    }
    
    .lrc-stat-item {
        width: 49%;
        min-width: 49%;
        font-size: 1.5rem;
        margin-bottom: 0.825rem;
        padding: 0.825rem;
    }
    
    .lrc-stat-number {
        font-size: 1.35rem;
    }
    
    .lrc-nav-buttons {
        padding: 0 10px;
    }
    
    .guide-container {
        margin: 0.625rem 0;
    }

    .guide-header {
        padding: 0.625rem 0.9375rem;
    }

    .guide-content {
        padding: 0.625rem;
    }

    .guide-step-item {
        padding-left: 1.875rem;
    }
    
    .guide-method{
        padding: 1.25rem 0.85rem;
    }


}