﻿.header {
    background: #AA3BB5;
    padding: 0.666667rem 0;
    font-size: 0;
    text-align: center;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header-flex {
    display: inline-block;
    font-size: 0.666667rem;
    color: #fff;
    padding: 0 0.333333rem;
}

.header-flex i {
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(../images/star.png) no-repeat center;
    margin-right: 5px;
}

.header-flex.tel i {
    background-image: url(../images/tel.png);
}

.header-flex .tel .tel-num {
    margin-left: 4px;
}

.logo {
    padding: 20px 5.333333rem 10px;
    border-bottom: 3px solid #AB3AB6;
    text-align: center;
}

.logo img {
    max-width: 100%;
}

.nav-con {

}

.nav-list:after {
    content: "";
    display: table;
    clear: both;
}

.nav-list > li {
    float: left;
    width: 18.666667%;
    padding: 4px;
}

.nav-list a {
    display: block;
    font-size: 0.866667rem;
    color: #525252;
    padding: 2rem 0 1rem;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.nav-list a span {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.nav-list li.active a {
    background: #AD39B9;
    color: #fff;
}

.nav-list li.active a span {
    border-color: #fff;
}

.nav-list1:after {
    content: "";
    display: table;
    clear: both;
}

.nav-list1  li {
    float: left;
    width: 10.666667%;
	
   
}

.nav-list1 a {
    display: block;
	 padding-left: 8rem;
    font-size: 0.866667rem;
    color: #525252;
    padding: 1rem 1.7rem 1rem;
    text-align:left;
    border-radius: 0 0 5px 2px;
}

.nav-list1 a span {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}

.nav-list1 li.active a {
    background: #AD39B9;
    color: #fff;
}

.nav-list1 li.active a span {
    border-color: #fff;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.arrow-down {
    text-align: center;
    padding-bottom: 2rem;
    position: relative;
}

.arrow-down h2 {
    color: #383838;
    font-family: "宋体";
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.arrow-down strong {
    display: block;
    color: #383838;
    font-family: "宋体";
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.arrow-down p {
    color: #515151;
    font-size: .8rem;
}

.arrow-down i {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 26px;
    height: 14px;
    background: url(../images/arrow-down-icon.png) no-repeat center;
}

.view-main-list {
    margin-bottom: 4rem;
}

.view-main-list ul:after {
    content: "";
    display: table;
    clear: both;
}

.view-main-list > ul {
    padding-top: 3rem;
    text-align: center;
    font-size: 0;
}

.view-main-list > ul > li {
    display: inline-block;
    width: 4.666667rem;
}

.view-main-list .thumbnail {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 0.333333rem rgba(0, 0, 0, 0.25);
}

.view-main-list .line {
    width: 1.5rem;
    height: 2px;
    display: inline-block;
    background: #B80F93;
    margin: 1rem 0;
}

.view-main-list .title {
    font-size: 1.2rem;
    color: #292929;
    font-size: 0.933333rem;
}

.view-main-list > ul > li:nth-child(2n) {
    position: relative;
    bottom: -2.333333rem;
}

.view-y .title {
    text-align: center;
    margin-bottom: 15px;
}

.view-y .title img {
    width: 8rem;
}

.view-y {
    padding-top: 25px;
    background: url(../images/y-bg-1.png) no-repeat top center;
    background-size: 100% auto;
    margin-bottom: 1.5rem;
}

.tags-con {
    text-align: center;
}

.tags-con .line {
    display: inline-block;
    width: 13.333333rem;
    height: 2px;
    position: relative;
    background: #842974;
}

.tags-con .line span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #842974;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -5px;
}

.line span:nth-child(1) {
    left: 0;
}

.line span:nth-child(3) {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -5px;
}

.tags-con {
    margin-bottom: 20px;
}

.tags-con .tags:after {
    content: "";
    display: table;
    clear: background
}

.tags-con .tags {
    padding-top: 10px;
    font-size: 0;
    width: 13.333333rem;
    margin-left: auto;
    margin-right: auto;
}

.tags-con .tags span {
    display: inline-block;
    background: #842974;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 4px;
}

.tags-con .tags span:nth-child(1) {
    float: left;
    transform: translateX(-50%);
}

.tags-con .tags span:nth-child(3) {
    float: right;
    transform: translateX(50%);
}

.view-y-list {
    text-align: center;
}

.view-y-list > ul > li {
    display: inline-block;
    width: 6.333333rem;
    margin: 0 .333333rem;
}

.view-h{
    margin-bottom: 3rem;
}

.view-h-icon > ul:after {
    content: "";
    display: table;
    clear: both;
}

.view-h-icon {
    margin-bottom: 5rem;
}

.view-h-icon > ul > li {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.view-h-icon .view-desc-pic {
    margin-bottom: 10px;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

.view-h-icon h2 {
    margin-bottom: 0.5rem;
    font-size: .933333rem;
    color: #424242;
}

.view-h-icon small {
    color: #777;
    font-size: 0.666667rem;
}

.view-h-title {
    position: relative;
}

.view-h-title .bg{
    font-size: 2rem;
    color: #FDECF5;
    font-family: Arial;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.view-h-title .text,
.view-h-title .top{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.view-h-title .top{
    bottom: 100%;
    color: #878787;
    font-size: 0.666667rem;
}

.view-h-title .text{
    color: #950D84;
    font-size: 1.3rem;
    bottom: 0.333333rem;

}

.view-h-list {
    padding-left: 15rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: url(../images/h-person.png) no-repeat 0.333333rem center;
    background-size: 14rem auto;
}

.view-h-list .step{
    transform: translateY(2rem);
}

.view-h-list .step li {
    margin-bottom: .6rem;
    font-size: 0.666667rem;
    color: #505261;
}

.view-h-list .step li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #950E84;
    margin-right: 5px;
}

.view-h-list .step li:nth-child(3) {
    margin-left: -4px;
}

.view-h-list .step li:nth-child(4) {
    margin-left: -10px;
}

.view-h-list .step li:nth-child(5) {
    margin-left: -16px;
}

.view-h-list .step li:nth-child(6) {
    margin-left: -26px;
}

.view-h-list .step li:nth-child(7) {
    margin-left: -45px;
}

.view-h-list .step li:nth-child(8) {
    margin-left: -70px;
}

.view-h-bg {
    background: url(../images/h-bg-h-1.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 5rem;
}

.view-h-title {
    text-align: center;
    margin-bottom: 1rem;
}

.view-h-head{
    text-align: center;
    margin-bottom: 4rem;
}

.view-h-title img,
.view-h-head img{
    width: 8rem;
}

.view-h-card ul:after {
    content: "";
    display: table;
    clear: both;
}

.view-h-card ul li {
    float: left;
    width: 5.6rem;
    background-color: #fff;
    margin-left: .31rem;
    margin-right: .31rem;
    border: 1px solid #EFEAE6;
    padding: 3.2rem 10px 10px;
    position: relative;
}

.view-h-card .h-list-thumbnail {
    position: absolute;
    width: 4.3rem;
    height: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
    top: -2.15rem;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.333333rem;
    border: 1px solid #F0EBE7;
}

.h-list-thumbnail i {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/right-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}

.view-h-card .h-list-title {
    color: #950E84;
    font-size: 0.666667rem;
    text-align: center;
}

.view-h-card .h-list-desc {
    font-size: 12px;
    color: #8A8A8A;
    line-height: 20px;
    font-family: "宋体";
}

/*食*/
.view-s {
    background: url("../images/s-bg.png") no-repeat right 6rem;
    background-size: 10rem;
}

.view-s-body {
    padding: 0 0.666667rem;
}

.view-s-body .title-1 {
    color: #B80F93;
    font-size: 1rem;
    font-family: "宋体";
    margin-bottom: .8rem;
}

.view-s-body .title-2 {
    color: #5E5E5E;
    font-size: .66667rem;
    margin-bottom: 1.333333rem;
}

.view-s-body .title-3 {
    width: 7.666667rem;
    margin-bottom: 1em;
}

.view-s-body .list {
    padding-left: 20px;
    background: url(../images/shi-time-line.png) no-repeat left top;
    background-size: auto 100%;
}

.view-s-body .list li {
    color: #606060;
    margin-bottom: 1rem;
    font-size: 0.666667rem;
    position: relative;
}

.view-s-foot {
    padding-bottom: 3rem;
    padding-top: 3rem;
    background: url("../images/s-list-bg.png") no-repeat center -4rem;
    background-size: cover;
}

.view-s-foot .list:after {
    content: "";
    display: table;
    clear: both;
}

.view-s-foot .list {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    padding: 0 0.4rem;
}

.view-s-foot .list li {
    float: left;
    width: 5.45rem;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.view-s-foot .list li img {
    width: 100%;
}

.view-s-foot .list .des {
    padding-bottom: 0.666667rem;
    position: relative;
}

.view-s-foot .list .des p {
    font-size: 0.666667rem;
    color: #935C99;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.view-s-foot .list .des:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 1.666667rem;
    height: 2px;
    background-color: #842974;
}

.view-s-foot .list li:nth-child(1) .des,
.view-s-foot .list li:nth-child(3) .des {
    margin-top: 0.666667rem;
}

.view-s-foot .list li:nth-child(2) .des,
.view-s-foot .list li:nth-child(4) .des {
    margin-bottom: 0.666667rem;
}

/*住*/
.view-z-body .list:after {
    content: "";
    display: table;
    clear: both;
}

.view-z-body .list li {
    float: left;
}

.view-z-body .list li:nth-child(1),
.view-z-body .list li:nth-child(2),
.view-z-body .list li:nth-child(3) {
    width: 33.333333%;
}

.view-z-body .list li:nth-child(4),
.view-z-body .list li:nth-child(5) {
    width: 50%;
}

.view-z-body .list li img {
    width: 100%;
}

.view-z-body .list li:nth-child(1) .img,
.view-z-body .list li:nth-child(2) .img,
.view-z-body .list li:nth-child(3) .img {
    height: 11.333333rem;
    overflow: hidden;
}

.view-z-body .list li:nth-child(4) .img,
.view-z-body .list li:nth-child(5) .img {
    height: 11.5rem;
    overflow: hidden;
}

.view-z-body .list li .des {
    background-color: #c11996;
    text-align: center;
    color: #fff;
    font-size: 0.666667rem;
    padding: 1.2rem 0;
}

.view-z-body .list li .des P {
    margin-bottom: 0.333333rem;
}

.view-z-body .list li:nth-child(1) .des,
.view-z-body .list li:nth-child(3) .des,
.view-z-body .list li:nth-child(4) .des,
.view-z-body .list li:nth-child(5) .des {
    background-image: url("../images/z-list-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.view-z-body .list li:nth-child(2) .des {
    background-image: url("../images/z-list-bg2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/*育*/
.view-yu {
    background: url("../images/yu-dian.png") no-repeat center top;
}

.view-yu-head {
    padding: 5rem 1.333333rem 1.5rem;
    position: relative;
}

.view-yu-head .circle {
    position: absolute;
    top: 1.333333rem;
    left: 50%;
    transform: translateX(-50%);
}

.view-yu-head .circle span {
    background-color: #b14ea5;
    border-radius: 50%;
    display: block;
    margin-bottom: 0.333333rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px rgba(168, 89, 155, .5);
}

.view-yu-head .circle span:nth-child(1) {
    width: 0.666667rem;
    height: 0.666667rem;
}

.view-yu-head .circle span:nth-child(2) {
    width: 0.466667rem;
    height: 0.466667rem;
}

.view-yu-head .circle span:nth-child(3) {
    width: 0.333333rem;
    height: 0.333333rem;
}

.view-yu-head strong {
    display: block;
    color: #b14ea5;
    font-size: 0.933333rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.view-yu-head p {
    color: #4d4d4d;
    font-size: 0.666667rem;
}

.view-yu-title2{
    text-align: right;
    margin-bottom: 0.666667rem;
}
.view-yu-title2 .bg{
    display: inline-block;
    position: relative;
    margin-right: 0.666667rem;
    color: #FDECF5;
    font-size: 1.5rem;
}

.view-yu-title2 .top,
.view-yu-title2 .text{
    position: absolute;
    right: 0;
    white-space: nowrap;
}

.view-yu-title2 .top{
    bottom: 100%;
    color: #878787;
    font-size: 0.666667rem;
}

.view-yu-title2 .text{
    bottom: 0.2rem;
    color: #950D84;
    font-size: 1rem;
}

.view-yu-body {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5rem;
}

.view-yu-body .view-yu-pic,
.view-yu-body .view-yu-list {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.666667rem;
}

.view-yu-body .view-yu-pic {
    width: 14.333333rem;
}

.view-yu-list {
    padding-left: 1rem;
}

.view-yu-list .item {
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .09);
    overflow: hidden;
    margin-bottom: 0.666667rem;
}

.view-yu-list .item p {
    color: #A5A5A5;
    font-size: 0.666667rem;
    text-align: center;
    padding: 0.333333rem 0;
}

.view-yu-foot {
    margin-bottom: 1.666667rem;
}

.view-yu-foot strong {
    display: block;
    text-align: center;
    color: #950D84;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.view-yu-foot p {
    padding: 0 0.666667rem;
    text-align: center;
    color: #4F4F4F;
    font-size: 0.666667rem;
    line-height: 1.466667rem;
}

/*footer*/
.footer {
    padding-top: 1rem;
}

.footer .title {
    color: #950D84;
    text-align: center;
    margin-bottom: 0.666667rem;
font-size: 19px;
}

.footer h3 {
    color: #950D84;
    text-align: center;
    margin-bottom: 0.666667rem;
    font-size: 16px;
}

.footer .footer-info {
    padding: 0 0.666667rem;
    margin-bottom: 0.333333rem;
    position: relative;
}

.footer .footer-info:after {
    content: "";
    display: table;
    clear: both;
}

.footer .footer-info .info-list {
    float: left;
    color: #959494;
    margin-left: 0.666667rem;
}

.footer .info-list dt {
    font-size: 12px;
    margin-bottom: 3px;
}

.footer .info-list dd {
    font-size: 10px;
    margin-bottom: 2px;
}

.footer .split {
    padding: 0 2px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.footer-code {
    position: absolute;
    right: 0.666667rem;
    bottom: -1.5rem;
    width: 3.333333rem;
    background-color: #fff;
    padding: 0.333333rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.footer-code img {
    margin-bottom: 5px;
}

.footer-code p {
    font-size: 10px;
    text-align: center;
    color: #A79F98;
}

.footer .footer-copy {
    background-color: #070405;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 0.333333rem;
}

.footer .footer-copy p + p {
    margin-top: 5px;
}
/* 底部固定开始*/

.footerBar{
	width: 100%;
	max-width: 640px;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 63px;
	z-index: 100;
}
.footerBar .footerInner{
	width: 100%;
	height: 100%;
	-moz-box-shadow:6px 0 24px rgba(32,21,18,.72);
	-webkit-box-shadow: 6px 0 24px rgba(32,21,18,.72);
	box-shadow: 6px 0 24px rgba(32,21,18,.72);
}
.footerBar a{display: block;float: left;position: relative;color: #fff;border-right:1px #7b607c solid;opacity: 0.92; }
.footerBar a em{font-size: 16px;}

.footerBar .footerLink2{
	width: 30%;
	height: 100%;
	background-color: #4b204d;
	opacity: 0.92;
}
.footerBar .footerLink2 em{
	left: 50%;
	top: 50%;
	color: #fff;
	line-height: 23px;
	margin-left: -30px;
	margin-top: -12px;
}
.footerBar .footerLink3{
	width: 35%;
	height: 100%;
	background-color: #4b204d;
	opacity: 0.92;
}
.footerBar .footerLink3  em{
	display: block;
	left: 50%;
	top: 50%;
	color: #fff;
	line-height: 23px;
	margin-left: -28px;
	margin-top: -12px;
}
.footerBar .footerLink4{
	width: 35%;
	height: 100%;
	background-color: #4b204d;
	opacity: 0.92;
}
.footerBar .footerLink4  em{
	display: block;
	left: 50%;
	top: 50%;
	color: #fff;
	line-height: 23px;
	margin-left: -14px;
	margin-top: -12px;
}



.footerBar a em,.footerBar a i{display: block;position: absolute;}
.footerBar .swtIcon-Counter{
	left: 50%;
	top: 10px;
	width: 15px;
	height: 15px;
	margin-left: -34px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	background-color: #e60012;
	color: #fff;
	font-style: normal;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
	box-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.footerBar .swtIcon{
	left: 50%;
	top: 18px;
	width: 27px;
	height: 25px;
	margin-left: -50px;
	background: url(../images/index/footerLink1.png) no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	
}
.footerBar .phoneIcon{
	left: 50%;
	top: 50%;
	width: 27px;
	color: #fff;
	height: 27px;
	margin-top: -14px;
	margin-left: -45px;
	background: url(../images/index/footerLink2.png) no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.footerBar .homeIcon{
	left: 50%;
	top: 5px;
	
	width: 23px;
	height: 24px;
	margin-left: -12px;
	background: url(../images/index/footerLink3.png) no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/*底部固定*/

.view-h-card1 ul:after {
    content: "";
    display: table;
    clear: both;
}

.view-h-card1 ul li {
    float: left;
    width: 5.6rem;
    background-color: #fff;
    margin-left: .31rem;
    margin-right: .31rem;
    padding: 0.2rem 10px 10px;
    position: relative;
}

.view-h-card1 ul li a{
    color: #950D84;
}

.view-h-card1 .h-list-thumbnail {
    position: absolute;
    width: 4.3rem;
    height: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
    top: -2.15rem;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.333333rem;
    border: 1px solid #F0EBE7;
}

.h-list-thumbnail i {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../images/right-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}

.view-h-card1 .h-list-title1 {
    color: #950E84;
    font-size: 0.666667rem;
    text-align: center;
    font-size: 13px;
}

.view-h-card1 .h-list-desc {
    font-size: 12px;
    color: #8A8A8A;
    line-height: 20px;
    font-family: "宋体";
}

.logo1{
width: 25%;
    float: left;
    padding: 2px 0 0 15px;
}



.Generic_title span {
    text-align: center;
    font-size: 22px;
    color: #6E0777;
    display: block;
}
.Generic_title h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #6E0777;
}

.cont {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.cont img {
    float: left;
    vertical-align: top;
width: 50px;
}
.cont_item {
    width: 80%;
    float: left;
    font-size: 16px;
    padding-left: 20px;
}
.cont_item h3 {
    font-size: 18px;
    color: #6E0777;
    margin-bottom: 10px;
}
.cont_item p {
    color: #878787;
}








      /* 全局重置 & 官网主色调 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        /* 官网头部样式 — 极简金线，大气留白 */
        .wg-header {
            width: 100%;
            border-bottom: 1px solid rgba(190, 165, 125, 0.3);
            background-color: #fffefc;
            position: relative;
            z-index: 10;
        }



     .header-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0.8rem 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

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

        .logo-main {
            font-family: 'Noto Serif SC', serif;
            font-size: 2.2rem;
            font-weight: 400;
            letter-spacing: 4px;
            color: #3c3024;
            line-height: 1.2;
        }

        .logo-main span {
            font-size: 1rem;
            font-weight: 300;
            color: #b59875;
            margin-left: 8px;
            letter-spacing: 2px;
        }

        .header-contact {
            display: flex;
            align-items: center;
            gap: 25px;
            font-size: 0.9rem;
            color: #6b5f53;
        }

        .header-contact i {
            color: #c9ad7e;
            margin-right: 6px;
        }

        .header-contact .phone {
            font-weight: 400;
            letter-spacing: 1px;
            border-right: 1px solid #dacfbf;
            padding-right: 25px;
        }

        .header-nav {
            display: flex;
            gap: 2.5rem;
            font-size: 0.95rem;
            font-weight: 400;
            color: #4c443b;
            margin-top: 5px;
        }

        .header-nav a {
            text-decoration: none;
            color: inherit;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s;
            padding-bottom: 5px;
        }

        .header-nav a:hover {
            border-bottom-color: #c9ad7e;
            color: #2e2a25;
        }

        .header-nav .active {
            border-bottom-color: #b59875;
            color: #2e2a25;
            font-weight: 450;
        }

        /* 预约按钮 (官网风格) */
        .btn-reserve {
            background-color: transparent;
            border: 1px solid #c9ad7e;
            border-radius: 40px;
            padding: 0.5rem 1.8rem;
            font-size: 0.85rem;
            color: #5f5243;
            transition: all 0.3s;
            cursor: default;
            letter-spacing: 1px;
        }

        .btn-reserve i {
            margin-left: 5px;
            font-size: 0.7rem;
        }

        .btn-reserve:hover {
            background-color: #c9ad7e;
            color: #2e2a25;
        }

        /* 主视觉标题 (与官网二级页面一致) */
        .page-title {
            text-align: center;
            padding: 3rem 1rem 1.8rem;
            background: linear-gradient(180deg, #fcf9f5 0%, #faf6f0 100%);
        }

        .page-title h1 {
            font-family: 'Noto Serif SC', serif;
            font-size: 4.8rem;
            font-weight: 350;
            letter-spacing: 6px;
            color: #3d3328;
            position: relative;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

        .page-title h1:after {
            content: '';
            display: block;
            width: 70px;
            height: 2px;
            background: #d4bc9a;
            margin: 25px auto 0;
        }

        .page-title p {
            color: #8d7f6e;
            font-size: 2rem;
            letter-spacing: 2px;
            font-weight: 200;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        /* 门店网格容器 — 三列高级卡片 (融入官网卡片风格) */
        .store-grid {
            max-width: 1400px;
            margin: 4rem auto 4rem;
            padding: 0 40px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
        }

        /* 门店卡片 — 官网同款柔和阴影+微金边 */
        .store-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 3rem 1.8rem 3.5rem 2rem;
            box-shadow: 0 12px 30px -8px rgba(90, 70, 50, 0.08);
            border: 1px solid #ece3d7;
            transition: transform 0.25s ease, box-shadow 0.3s;
            display: flex;
            flex-direction: column;
            position: relative;
        }

        .store-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 22px 40px -12px rgba(120, 90, 60, 0.12);
            border-color: #d8c4aa;
        }

        /* 卡片头部 — 城市名 + 徽章 */
        .card-header {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px 15px;
            margin-bottom: 1.5rem;
            border-bottom: 1px dashed #e0d2c1;
            padding-bottom: 1.5rem;
        }

        .city-name {
            font-family: 'Noto Serif SC', serif;
            font-size: 3.1rem;
            font-weight: 400;
            color: #3f3327;
            letter-spacing: 1px;
            line-height: 1.2;
        }

        .store-badge {
            background: #efe7dd;
            font-size: 1.5rem;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            color: #5e5040;
            border: 1px solid #cfbea7;
            font-weight: 350;
            text-transform: uppercase;
        }

        .badge-gold {
            background: #dccdb6;
            border-color: #b59875;
            color: #3f3224;
            font-weight: 400;
        }

        /* 地址行 */
        .address-item {
            display: flex;
            gap: 14px;
            margin-bottom: 30px;
            margin-top: 20px;
            font-size: 1.5rem;
            color: #5f5549;
            align-items: flex-start;
        }

        .address-item i {
            color: #b59875;
            font-size: 1rem;
            min-width: 20px;
            margin-top: 5px;
        }

        .address-text {
            flex: 1;
            word-break: break-word;
        }

        /* 多店标签 (沈阳用) */
        .shop-group {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 20px;
            margin: 18store-badgepx 0 5px;
        }

        .shop-tag {
            background: #f3eee8;
            border-radius: 30px;
            padding: 0.3rem 1.0rem;
            font-size: 1.3rem;
            color: #5f5243;
            border: 1px solid #d9caba;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .shop-tag i {
            color: #b59875;
            font-size: 0.75rem;
        }

        /* 卡片脚注 */
        .card-footnote {
            margin-top: auto;
            padding-top: 3rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px dashed #e3d6c6;
            font-size: 1.5rem;
            color: #8f806e;
        }

        .card-footnote i {
            color: #b59875;
            margin-right: 4px;
        }

        .fake-link {
            color: #b59875;
            border-bottom: 1px dotted #b59875;
            padding-bottom: 2px;
            cursor: default;
        }

        /* 官网尾部样式 */
        .wg-footer {
            background-color: #2b2722;
            color: #b7aa9a;
            padding: 3rem 40px 2rem;
            border-top: 3px solid #8f775b;
            font-size: 0.85rem;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
        }

        .footer-col {
            flex: 1 1 200px;
        }

        .footer-col h4 {
            color: #e5d6c0;
            font-weight: 400;
            font-size: 1rem;
            margin-bottom: 1.2rem;
            letter-spacing: 2px;
            border-left: 3px solid #b59875;
            padding-left: 12px;
        }

        .footer-col ul {
            list-style: none;
        }

        .footer-col li {
            margin-bottom: 0.6rem;
            color: #bcaf9e;
        }

        .footer-col li i {
            color: #b59875;
            width: 22px;
        }

        .footer-copyright {
            max-width: 1400px;
            margin: 2rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid #4f463c;
            text-align: center;
            color: #988e80;
            font-size: 0.75rem;
            letter-spacing: 1px;
        }

        .qr-code {
            display: flex;
            gap: 15px;
            margin-top: 10px;
        }

        .qr-item {
            text-align: center;
        }

        .qr-item i {
            font-size: 2.5rem;
            color: #c9ad7e;
        }

        .qr-item span {
            display: block;
            font-size: 0.7rem;
            margin-top: 5px;
        }

        /* 响应式 */
        @media screen and (max-width: 1000px) {
            .store-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .header-container {
                flex-direction: column;
                gap: 15px;
            }
            .header-nav {
                flex-wrap: wrap;
                justify-content: center;
                gap: 1.8rem;
            }
        }

        @media screen and (max-width: 650px) {
            .store-grid {
                grid-template-columns: 1fr;
                padding: 0 25px;
            }
            .page-title h1 {
                font-size: 2.2rem;
            }
            .header-contact {
                flex-wrap: wrap;
                justify-content: center;
            }
            .header-contact .phone {
                border-right: none;
                padding-right: 0;
            }
        }






@media screen and (max-width: 650px) {
    /* 页面主标题调整 */
    .page-title {
        padding: 1.5rem 1rem 1rem;
    }
    .page-title h1 {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    .page-title h1:after {
        width: 40px;
        margin-top: 12px;
    }
    .page-title p {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    /* 门店网格容器 */
    .store-grid {
        padding: 0 16px;
        gap: 16px;
        margin: 2rem auto 3rem;
    }

    /* 门店卡片 */
    .store-card {
        padding: 1.5rem 1rem 1.8rem 1.2rem;
        border-radius: 16px;
    }

    /* 卡片头部 */
    .card-header {
        gap: 8px 10px;
        margin-bottom: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .city-name {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    .store-badge {
        font-size: 0.7rem;
        padding: 0.2rem 0.8rem;
    }

    /* 地址行 */
    .address-item {
        gap: 10px;
        margin-bottom: 18px;
        margin-top: 12px;
        font-size: 0.85rem;
    }
    .address-item i {
        font-size: 0.9rem;
        margin-top: 2px;
    }

    /* 沈阳多店标签组 */
    .shop-group {
        gap: 6px;
        margin-top: 12px;
    }
    .shop-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.7rem;
        gap: 4px;
    }
    .shop-tag i {
        font-size: 0.65rem;
    }

    /* 四店提示条 */
    .store-card div[style*="background: #f9f5ef"] {
        font-size: 0.7rem !important;
        padding: 4px 10px !important;
        margin-top: 8px !important;
        margin-bottom: 12px !important;
    }

    /* 卡片脚注 */
    .card-footnote {
        padding-top: 1rem;
        font-size: 0.8rem;
    }
    .card-footnote i {
        font-size: 0.75rem;
    }
    .fake-link {
        font-size: 0.8rem;
    }
}
