/* aboutUs 页面样式 */
#body {
	background-image: url('/images/joinUs/27.png');
	background-size: 100% 100%;
}

@media (min-width:768px) {

	/* 顶部横幅区域 */
	.banner {
		background-image: url('/images/about/6.png');
		padding: 110px 0 120px;
		position: relative;
		overflow: hidden;
		background-size: 100% 110%;
	}

	.banner-content {
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 1200px;
		margin: 0 auto;
		padding: 0 5%;
		position: relative;
	}

	.banner-left {
		width: 45%;
		text-align: left;
	}

	.banner-left h1 {
		font-size: 48px;
		font-weight: 700;
		color: #333;
		margin-bottom: 20px;
	}

	.banner-subtitle {
		font-size: 18px;
		color: #666;
		margin-bottom: 20px;
		line-height: 1.6;
	}

	.banner-description {
		font-size: 14px;
		color: #999;
		margin-bottom: 40px;
		line-height: 1.6;
	}

	.banner-right {
		width: 45%;
		display: grid;
		grid-template-columns: repeat(2, 0fr);
		gap: 20px;
	}

	.stat-card {
		background-color: #fff;
		padding: 12px 20px;
		border-radius: 8px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
		position: relative;
	}

	.stat-card:nth-of-type(1) {
		width: 223px;
		height: 157px;
	}

	.stat-card:nth-of-type(2) {
		width: 223px;
		height: 128px;
		margin-top: auto;
	}

	.stat-card:nth-of-type(3) {
		width: 223px;
		height: 157px;
	}

	.stat-card:nth-of-type(4) {
		width: 223px;
		height: 128px;
		margin-top: auto;
	}

	.stat-card:nth-of-type(4) .stat-label-dec {
		color: #FFF;
	}

	.stat-img {
		width: 73px;
		height: 73px;
		position: absolute;
		right: 8px;
		bottom: 8px;
	}

	.stat-card.red-card {
		background-color: #ff4d4f;
		color: #fff;
	}

	.stat-number {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.stat-label {
		font-size: 16px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.stat-label-dec {
		color: #EF061C;
		font-size: 12px;
	}

	.banner-buttons {
		margin-top: 30px;
	}

	.btn-primary {
		background-color: #ff4d4f;
		border: none;
		padding: 12px 30px;
		font-size: 16px;
		font-weight: 600;
		border-radius: 4px;
		margin-right: 20px;
		transition: all 0.3s ease;
		color: #fff;
	}

	.btn-primary:hover {
		background-color: #ff7875;
		transform: translateY(-2px);
	}

	.btn-secondary {
		background-color: transparent;
		border: 2px solid #ff4d4f;
		color: #ff4d4f;
		padding: 10px 28px;
		font-size: 16px;
		font-weight: 600;
		border-radius: 4px;
		transition: all 0.3s ease;
	}

	.btn-secondary:hover {
		background-color: #ff4d4f;
		color: #fff;
		transform: translateY(-2px);
	}


	/* 关于摩耶部分 */
	.about-section {
		position: relative;
		width: 1300px;
		margin: 0 auto;
	}

	.section-title {
		text-align: center;
		margin-bottom: 100px;
	}

	.section-title h2 {
		font-size: 42px;
		font-weight: 700;
		color: #333;
		margin-bottom: 20px;
	}

	.section-title p {
		font-size: 16px;
		color: #666;
		margin: 0 auto;
	}

	.about-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
		margin-top: 60px;
	}

	.about-item {
		flex: 1;
		min-width: 300px;
		max-width: 350px;
		background-color: #f9f9f9;
		padding: 40px;
		border-radius: 8px;
		text-align: center;
		transition: all 0.3s ease;
	}

	.about-item:hover {
		transform: translateY(-10px);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.about-icon {
		width: 80px;
		height: 80px;
		background-color: #ff9a9e;
		border-radius: 50%;
		margin: 0 auto 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 32px;
		color: #fff;
	}

	.about-item h3 {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin-bottom: 15px;
	}

	.about-item p {
		font-size: 14px;
		color: #666;
		line-height: 1.6;
	}

	/* 关于摩耶新样式 */
	.about-header {
		position: relative;
		z-index: 1;
		text-align: center;
		margin-bottom: 60px;
	}

	.about-header h1 {
		font-size: 42px;
		font-weight: 700;
		color: #333;
		margin-bottom: 20px;
	}

	.about-subtitle {
		font-size: 16px;
		color: #666;
		margin-bottom: 30px;
	}

	.about-header h2 {
		font-size: 24px;
		font-weight: 600;
		color: #333;
		margin-bottom: 20px;
	}

	.about-description {
		font-size: 14px;
		color: #666;
		line-height: 1.8;
		max-width: 800px;
		margin: 0 auto;
	}

	/* 服务容器 */
	.services-container {
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		margin: 30px 0;
	}

	/* 服务列表 */
	.service-list {
		width: 310px;
	}

	.service-item {
		display: flex;
		align-items: center;
		margin-bottom: 27px;
		background-color: #FFF;
		height: 92px;
		padding: 0 20px;
		border-radius: 8px;
		transition: all 0.3s ease;
		cursor: pointer;
	}

	.service-active-left {
		background-color: #FFEEF1;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.service-active-left .service-number {
		background-color: #EF071F;
		color: #FFF;
	}

	.service-active-left .service-arrow {
		background-image: url('/images/about/7.png');
	}

	.service-active-right {
		background-color: #FFEEF1;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.service-active-right .service-number {
		background-color: #EF071F;
		color: #FFF;
	}

	.service-active-right .service-arrow-right {
		background-image: url('/images/about/10.png');
	}
	


	.service-item:hover {
		background-color: #FFEEF1;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.service-item:hover .service-number {
		background-color: #EF071F;
		color: #FFF;
	}

	.service-item:hover .service-arrow {
		background-image: url('/images/about/7.png');
	}

	.service-item:hover .service-arrow-right {
		background-image: url('/images/about/10.png');
	}

	.service-number {
		transition: all 0.3s ease;
		font-size: 16px;
		font-weight: 600;
		color: #ff4d4f;
		margin-right: 15px;
		width: 43px;
		height: 43px;
		text-align: center;
		line-height: 43px;
		background: #FFEEF1;
		border-radius: 5px 5px 5px 5px;
	}

	.service-info {
		flex: 1;
	}

	.service-info h4 {
		font-size: 14px;
		font-weight: 600;
		color: #333;
		margin-bottom: 5px;
	}

	.service-info p {
		font-size: 12px;
		color: #999;
		margin-bottom: 0;
	}

	.service-arrow {
		width: 27px;
		height: 27px;
		background-image: url('/images/about/9.png');
		background-size: 100% 100%;
	}

	.service-arrow-right {
		width: 27px;
		height: 27px;
		background-image: url('/images/about/8.png');
		background-size: 100% 100%;
	}

	.right-list .service-item {
		flex-direction: row-reverse;
	}

	.right-list .service-number {
		margin-right: 0;
		margin-left: 15px;
	}

	/* 主要服务卡片 */
	.main-services {
		width: 55%;
		display: flex;
		gap: 30px;
		justify-content: center;
	}

	.dec-item-wrap {
		padding: 15px;
		box-sizing: border-box;
		background-image: url('/images/news/17.png');
		background-size: 301px 447px;
		background-position: 0px 0px;
		width: 301px;
		height: 447px;
		transition: all 0.3s ease;
		border: 2px solid #FFF;
		border-radius: 40px;
	}

	.dec-item-wrap:hover {
		transform: scale(1.05);
	}

	.dec-item {
		position: relative;
		display: flex;
		flex-direction: column;
		border-radius: 38px 38px 38px 38px;
		align-items: center;

	}

	.dec-image {
		width: 195px;
		height: 195px;
		margin-top: 18px;
		border-radius: 50%;
	}

	.dec-name {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 28px;
	}

	.dec-name-title {
		display: flex;
		flex-direction: column;
		margin-left: 10px;
	}

	.dec-text-itle {
		font-weight: 600;
		font-size: 24px;
	}

	.dec-text {
		color: #777777;
		font-size: 14px;
	}

	.dec-time {
		margin-right: 10px;
		display: flex;
		align-items: center;
	}

	.dec-time-icon {
		width: 15px;
		height: 15px;
	}

	.dec-time-length {
		color: #777777;
		font-size: 12px;
		margin-left: 2px;
	}

	.dec-price-num {
		color: #FF3F22;
	}

	.dec-price-after {
		font-size: 12px;
		margin-left: 10px;
		font-weight: 800;
	}

	.dec-price-info {
		font-size: 18px;
		font-weight: 800;
	}

	.dec-price-hua {
		margin-right: 10px;
		color: #777777;
		text-decoration: line-through;
		font-size: 14px;
	}

	.dec-price {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 16px;
	}

	.dec-btn {
		width: 150px;
		height: 44px;
		border-radius: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 18px;
		background-color: #FB9548;
		line-height: 44px;
		margin-top: 20px;
		overflow: hidden;
		position: relative;
		transition: all 1000ms;
		cursor: pointer;
	}


	.dec-btn:hover {
		color: #FFF;
		transform: scale(1.05);
		outline: 2px solid #FFFFFF;
		box-shadow: 4px 5px 17px -4px #FFFFFF;
	}

	.dec-btn::before {
		content: "";
		position: absolute;
		left: -50px;
		top: 0;
		width: 0;
		height: 100%;
		background-color: #F53D50;
		transform: skewX(45deg);
		z-index: -1;
		transition: width 500ms;
	}

	.dec-btn:hover::before {
		width: 250%;
	}



	.original-price {
		font-size: 14px;
		color: #999;
		text-decoration: line-through;
		margin-right: 10px;
	}

	.discount {
		font-size: 12px;
		color: #ff4d4f;
		background-color: rgba(255, 77, 79, 0.1);
		padding: 2px 8px;
		border-radius: 10px;
	}

	/* 优势网格 */
	.advantages-grid {
		position: relative;
		z-index: 1;
		display: flex;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.advantage-card {
		background-color: rgba(255, 255, 255, 0.8);
		padding: 30px 27px;
		border-radius: 8px;
		transition: all 0.3s ease;
		display: flex;
		width: 640px;
		height: 135px;
		align-items: center;
		box-sizing: border-box;
	}

	.advantage-card .advantage-icon {
		width: 72px;
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		color: #fff;
	}

	.advantage-icon-content {
		margin-left: 14px;
	}

	.advantage-icon-content-title1 {
		font-size: 16px;
		font-weight: 600;
		color: #333;
		margin-bottom: 15px;
	}

	.advantage-icon-content-title2 {
		font-size: 14px;
		color: #666;
		line-height: 1.6;
	}

	/* 摩耶故事部分 */
	.story-section {
		padding: 180px 0 0;
	}

	.story-content {
		max-width: 1440px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
		justify-content: center;
	}

	.story-item {
		width: 32%;
		padding: 30px;
		border-radius: 8px;
		transition: all 0.3s ease;
		margin-bottom: 30px;
		box-sizing: border-box;
	}

	.story-item-wrap {
		display: flex;
		align-items: center;
	}

	.story-item:hover {
		transform: translateY(-10px);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.story-icon {
		width: 41px;
		height: 41px;
	}

	.story-title {
		font-size: 26px;
		font-weight: 600;
		color: #333;
		margin-left: 20px;
	}

	.story-content-text {
		margin-top: 16px;
		font-size: 14px;
		color: #666;
		line-height: 1.6;
	}

	/* 摩耶足迹部分 */
	.footprint-section {
		padding: 180px 0;
	}

	.footprint-content {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;

		background-image: url('/images/about/21.png');
		background-size: 100% 550px;
		background-position: 0 200px;
		background-repeat: no-repeat;
	}

	.timeline {
		position: relative;
	}

	.timeline::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		width: 4px;
		height: 100%;
		background-color: #F45362;
		transform: translateX(-50%);
	}

	.timeline-item {
		position: relative;
		margin-bottom: 60px;
		width: 45%;

	}

	.timeline-item:last-of-type .timeline-content {
		background-color: #EF061C;
		box-shadow: 2px 2px 10px 1px #ef860d;
	}

	.timeline-item:last-of-type .timeline-content h3,
	.timeline-item:last-of-type .timeline-content p {
		color: #FFF !important;
	}

	.timeline-item:nth-child(odd) {
		left: 0;
		text-align: right;
	}

	.timeline-item:nth-child(even) {
		left: 55%;
		text-align: left;
	}

	.timeline-item::before {
		content: '';
		position: absolute;
		top: 50px;
		width: 20px;
		height: 20px;
		background-color: #FFF;
		border-radius: 50%;
		border: 4px solid #F45362;
	}

	.timeline-item:nth-child(odd)::before {
		right: -60px;
	}

	.timeline-item:nth-child(even)::before {
		left: -60px;
	}

	.timeline-item:nth-child(odd) .timeline-content {
		margin-left: auto;
	}

	.timeline-content {
		width: 360px;
		border: 1px solid #EF061C;
		border-radius: 20px;
		background-color: #FFEEF1;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.timeline-content h3 {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		margin-bottom: 10px;
	}

	.timeline-content p {
		font-size: 14px;
		color: #666;
		line-height: 1.6;
	}

	/* 前行之路部分 */
	.road-section {
		padding: 0px 0 100px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}



	.road-header {
		margin-bottom: 60px;
		position: relative;
		z-index: 1;
	}

	.road-title {
		font-size: 36px;
		font-weight: 700;
		color: #333;
		margin-bottom: 10px;
	}

	.road-subtitle {
		font-size: 16px;
		color: #666;
	}

	.road-content {
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.road-item {
		margin-bottom: 40px;
		position: relative;
		z-index: 1;
	}

	.road-item-title {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin-bottom: 20px;
	}

	.road-item-content {
		font-size: 14px;
		color: #666;
		line-height: 1.8;
		max-width: 700px;
		margin: 0 auto;
	}

	.road-divider {
		width: 80px;
		height: 4px;
		background-color: #ff4d4f;
		margin: 80px auto;
	}

	.road-footer {
		margin-top: 40px;
		position: relative;
		z-index: 1;
	}

	.road-footer-title {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin-bottom: 15px;
	}

	.road-footer-content {
		font-size: 14px;
		color: #666;
		margin-bottom: 10px;
	}

	.road-tagline {
		font-size: 14px;
		color: #F20921;
		font-weight: 600;
		margin-bottom: 30px;
	}

	.road-buttons {
		margin-top: 20px;
	}

	.road-button {
		background-color: #F20921;
		border: none;
		padding: 12px 30px;
		font-size: 16px;
		font-weight: 600;
		border-radius: 40px;
		color: #fff;
		transition: all 0.3s ease;
	}

	.road-button:hover {
		background-color: #ff7875;
		transform: translateY(-2px);
	}
}