@media (max-width:767px) {

	/* 顶部 Banner 区域 */
	.join-banner {
		width: 100%;
		min-height: auto;
		padding: 60px 0 40px;
		background-image: url('/images/joinUs/51.png');
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
	}

	.join-banner-content {
		text-align: center;
		color: #333;
		z-index: 2;
		position: relative;
		width: 100%;
		padding: 0 20px;
	}

	.join-banner-title {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 15px;
		color: #2C3E50;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		animation: fadeInUp 1s ease-out;
		margin-top: 60px;
	}

	.join-banner-title br {
		display: none;
	}

	.join-banner-subtitle {
		font-size: 14px;
		color: #5A6C7D;
		margin-bottom: 30px;
		font-weight: 400;
		animation: fadeInUp 1.2s ease-out;
	}

	.join-banner-data {
		margin-bottom: 30px;
		animation: fadeInUp 1.4s ease-out;
	}

	.join-banner-data-title {
		font-size: 20px;
		color: #2C3E50;
		margin-bottom: 8px;
	}

	.join-banner-data-subtitle {
		font-size: 13px;
		color: #7F8C8D;
		padding: 0 15px;
	}

	/* Banner 卡片区域 */
	.join-banner-cards {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin-top: 30px;
		animation: fadeInUp 1.6s ease-out;
		padding: 0 15px;
	}

	.join-banner-card {
		position: relative;
		width: 100%;
		max-width: 340px;
	}

	.join-banner-card-top {
		box-sizing: border-box;
		height: auto;
		min-height: 150px;
		width: 100%;
		padding: 20px 15px;
		border-radius: 16px;
		border: 2px solid #FFF;
		position: relative;
		z-index: 1;
	}

	.join-banner-card-bottom {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		border-radius: 16px;
		width: 100%;
		height: 60px;
		margin-top: -20px;
	}

	.join-banner-card-icon {
		margin-bottom: 12px;
		display: flex;
		align-items: center;
	}

	.card-icon-img {
		width: 36px;
		height: 36px;
		object-fit: contain;
	}

	.join-banner-card-title {
		font-size: 20px;
		font-weight: 700;
		color: #333;
		margin-left: 10px;
	}

	.join-banner-card-desc {
		flex: 1;
	}

	.join-banner-card-desc p {
		font-size: 12px;
		color: #333333;
		line-height: 1.6;
		margin: 0;
		text-align: left;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	}

	.join-banner-card-btn {
		color: #FFF;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 15px;
		cursor: pointer;
	}

	.join-banner-card:nth-of-type(1) .join-banner-card-top {
		background: linear-gradient(180deg, #F6F9FF 0%, #CECBFC 100%);
	}

	.join-banner-card:nth-of-type(1) .join-banner-card-bottom {
		background: linear-gradient(180deg, #E2D6FE 0%, #1514D9 100%);
	}

	.join-banner-card:nth-of-type(2) .join-banner-card-top {
		background: linear-gradient(180deg, #F6FCFF 0%, #CBE9FC 100%);
	}

	.join-banner-card:nth-of-type(2) .join-banner-card-bottom {
		background: linear-gradient(180deg, #D6F8FE 0%, #14A4D9 100%);
	}

	.join-banner-card:nth-of-type(3) .join-banner-card-top {
		background: linear-gradient(180deg, #FFF6F6 0%, #FCCBCB 100%);
	}

	.join-banner-card:nth-of-type(3) .join-banner-card-bottom {
		background: linear-gradient(180deg, #FED6D6 0%, #D91414 100%);
	}

	.join-banner-card:nth-of-type(4) .join-banner-card-top {
		background: linear-gradient(180deg, #F6FFFD 0%, #CBFCF4 100%);
	}

	.join-banner-card:nth-of-type(4) .join-banner-card-bottom {
		background: linear-gradient(180deg, #D6FEED 0%, #14D9AB 100%);
	}

	.join-banner-card:nth-of-type(5) .join-banner-card-top {
		background: linear-gradient(180deg, #FFF6FD 0%, #FCCBF0 100%);
	}

	.join-banner-card:nth-of-type(5) .join-banner-card-bottom {
		background: linear-gradient(180deg, #F7D6FE 0%, #D914CC 100%);
	}

	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translateY(30px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.xiejie {
		height: 60px;
		background: linear-gradient(180deg, #E7F1FF 0%, rgba(0, 0, 0, 0) 100%);
		border-radius: 0px 0px 0px 0px;
	}

	/* 流程步骤区域 */
	.join-process {
		position: relative;
		padding: 30px 0 0;
	}

	.join-process-title {
		position: relative;
		z-index: 1;
		text-align: center;
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.join-process-main {
		font-size: 24px;
		font-weight: 700;
		color: #333;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
	}

	.join-process-icon {
		width: 60px;
		height: 60px;
		position: absolute;
		right: -50px;
		top: -20px;
	}

	.join-process-cards {
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		position: relative;
		z-index: 1;
	}

	.join-process-card {
		position: relative;
		transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 380px;
	}

	/* 用户端流程 - 蓝色 */
	.join-process-card.user {
		background-image: url('/images/joinUs/21.png');
		background-size: 100% 100%;
		width: 100%;
		min-height: 500px;
		background-repeat: no-repeat;
	}

	/* 技师入驻流程 - 橙色 */
	.join-process-card.technician {
		background-image: url('/images/joinUs/22.png');
		background-size: 100% 100%;
		width: 100%;
		min-height: 500px;
		background-repeat: no-repeat;
	}

	/* 商家入驻流程 - 紫色 */
	.join-process-card.merchant {
		background-image: url('/images/joinUs/23.png');
		background-size: 100% 100%;
		width: 100%;
		min-height: 500px;
		background-repeat: no-repeat;
	}

	/* 代理入驻流程 - 红色 */
	.join-process-card.agent {
		background-image: url('/images/joinUs/25.png');
		background-size: 100% 100%;
		width: 100%;
		min-height: 400px;
		background-repeat: no-repeat;
	}

	/* 推广流程 - 青色 */
	.join-process-card.promotion {
		background-image: url('/images/joinUs/24.png');
		background-size: 100% 100%;
		width: 100%;
		min-height: 400px;
		background-repeat: no-repeat;
	}

	.join-process-card-header {
		margin-bottom: 25px;
	}

	.join-process-card-icon {
		width: 100px;
		height: 100px;
		position: absolute;
		right: 15px;
		top: -30px;
	}

	.join-process-card-title {
		font-size: 22px;
		font-weight: 700;
		color: #FFF;
		margin-left: 15px;
		margin-top: 15px;
	}

	.join-process-card-title2 {
		width: auto;
		max-width: 180px;
		height: 32px;
		background: #FFFFFF;
		border-radius: 8px;
		margin-top: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 15px;
		padding: 0 12px;
	}

	.join-process-card-title2-img {
		width: 12px;
		height: 12px;
	}

	.join-process-card-title2-title {
		font-size: 13px;
		margin-left: 4px;
	}

	.join-process-card-title3 {
		color: #FFF;
		font-size: 13px;
		margin-left: 15px;
		margin-top: 12px;
	}

	.join-process-card-steps {
		margin-top: auto;
		min-height: 320px;
		border-radius: 10px 10px;
		padding-bottom: 15px;
	}

	.steps-bg1 {
		background: linear-gradient(0deg, #D4EAFF 0%, #FFF 50%, #D4EAFF 100%);
	}

	.steps-bg2 {
		background: linear-gradient(0deg, #FFE3D2 0%, #FFF 50%, #FFE3D2 100%);
	}

	.steps-bg3 {
		background: linear-gradient(0deg, #E5D2FF 0%, #FFF 50%, #E5D2FF 100%);
	}

	.steps-bg4 {
		background: linear-gradient(0deg, #FFDBE0 0%, #FFF 50%, #FFDBE0 100%);
	}

	.steps-bg5 {
		background: linear-gradient(0deg, #E2FAF5 0%, #FFF 50%, #E2FAF5 100%);
	}

	.join-process-card-step-title {
		font-size: 16px;
		color: #333;
		margin-left: 15px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.bg-img-process {
		margin-top: 0px !important;
		padding-bottom: 60px;
	}

	.bg-img-process:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 400px;
		background-size: 100% 100%;
		background-image: url('/images/joinUs/9.png');
		z-index: 0;
	}

	.timeline-item {
		display: flex;
		margin-left: 20px;
	}

	.timeline-item-right {
		font-size: 13px;
		padding-left: 14px;
		color: #131E3A;
		position: relative;
		margin-top: 5px;
	}

	.timeline-item-right-num {
		position: absolute;
		left: -8px;
		top: -1px;
		font-size: 14px;
	}

	.timeline-item-line {
		width: 1px;
		height: calc(68%);
		position: absolute;
		left: -1px;
		bottom: 10px;
		top: 20px;
	}

	.timeline-item-title {
		font-size: 13px;
		color: #131E3A;
		font-weight: 600;
	}

	.timeline-item-content {
		margin: 4px 0;
		border-radius: 4px;
		font-size: 13px;
		color: #59647B;
		min-height: 4px;
	}

	.timeline-item-content-title {
		font-size: 11px;
		color: #666;
	}

	.timeline-item-content-title-text {
		font-size: 10px;
		cursor: pointer;
	}

	.timeline-item-content-person {
		margin: 8px 0;
	}

	.join-process-card-step-wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.join-process-card-step-item {
		height: 32px;
		background: #FFFFFF;
		border-radius: 8px;
		margin-top: 6px;
		display: flex;
		padding: 0 12px;
		margin-bottom: 8px;
		align-items: center;
		justify-content: center;
		margin-left: 15px;
		font-size: 11px;
	}

	.join-process-card-step-item-text {
		white-space: nowrap;
	}

	.steps-tel {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 11px;
		color: #666;
		padding: 0 15px;
	}

	/* 平台优势区域 */
	.join-advantage {
		width: 98%;
		margin: 60px auto;
		position: relative;
	}

	.join-advantage-title {
		text-align: center;
		margin-bottom: 40px;
		position: relative;
	}

	.join-advantage-title-img1 {
		width: 50px;
		height: 58px;
		position: absolute;
		left: 20px;
		top: -10px;
	}

	.join-advantage-title-img2 {
		width: 150px;
		height: 130px;
		position: absolute;
		right: 10px;
		top: 0;
	}

	.join-advantage-main {
		font-size: 22px;
		font-weight: 700;
		color: #333;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
		padding: 0 10px;
	}

	.join-advantage-sub {
		font-size: 18px;
		color: #333;
		margin-top: 50px;
		line-height: 1.6;
	}

	.join-advantage-sub2 {
		font-size: 14px;
		color: #666;
		margin-top: 10px;
		line-height: 1.6;
		padding: 0 10px;
	}

	.join-advantage-cards {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
		justify-content: space-around;
	}

	.join-advantage-card {
		width: 48%;
		box-sizing: border-box;
		border: 2px solid #FFF;
		background: linear-gradient(-45deg, #F4DBEB 0%, #F3EDE9 50%, #E7EBEC 100%);
		border-radius: 20px;
		padding: 20px 10px;
		box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
		text-align: center;
		transition: all 0.5s ease;
		position: relative;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.join-advantage-card:active {
		transform: translateY(-10px) !important;
	}

	.join-advantage-card-icon {
		width: 100px;
		height: 80px;
		margin: 20px auto 20px;
		transition: transform 0.5s ease;
	}

	.join-advantage-card-title {
		font-size: 20px;
		font-weight: 700;
		color: #333;
		margin-bottom: 15px;
	}

	.join-advantage-card-desc {
		font-size: 13px;
		color: #666;
		line-height: 1.8;
	}

	/* 服务城市区域 */
	.join-cities {
		width: 98%;
		margin: 80px auto;
		position: relative;
	}

	.join-cities-img1 {
		width: 180px;
		height: 100px;
		position: absolute;
		bottom: -60px;
		left: -80px;
		opacity: 0.6;
	}

	.join-cities-img2 {
		width: 88px;
		height: 88px;
		position: absolute;
		top: 120px;
		right: 0px;
		opacity: 0.6;
	}

	.join-cities-img3 {
		width: 300px;
		height: 400px;
		position: absolute;
		top: -150px;
		right: 0;
		left: 0;
		margin: 0 auto;
		opacity: 0.3;
	}

	.join-cities-title {
		text-align: center;
		margin-bottom: 30px;
	}

	.join-cities-main {
		font-size: 22px;
		font-weight: 700;
		color: #333;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
		line-height: 1.4;
	}

	.join-cities-sub {
		font-size: 15px;
		color: #666;
		line-height: 1.6;
	}

	.join-cities-content {
		margin-top: 50px;
	}

	.join-cities-region {
		margin-bottom: 30px;
		background-color: #FFF;
		margin-top: 20px;
		border-radius: 10px;
		max-height: 500px;
		overflow-y: auto;
	}

	.join-cities-region-row {
		display: flex;
		flex-direction: column;
		padding: 15px 0;
	}

	.join-cities-region-row:nth-of-type(2n) {
		background: #F7FAFE;
	}

	.join-cities-content-title {
		font-size: 20px;
		color: #333333;
		font-weight: 600;
	}

	.join-cities-content-title2 {
		font-size: 14px;
		color: #666;
		line-height: 1.6;
	}

	.join-cities-region-title {
		font-size: 15px;
		line-height: 1.5;
		color: #333;
		position: relative;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		font-weight: 600;
		border-bottom: 1px solid #ebebeb;
	}

	.join-cities-list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
		padding: 15px;
	}

	.join-city-tag {
		color: #333;
		font-size: 13px;
		cursor: pointer;
		padding: 5px 10px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 4px;
	}

	/* 成功案例区域 */
	.join-cases {
		position: relative;
		margin-bottom: 20px;
	}

	.join-cases-wrap {
		width: 98%;
		margin: 60px auto 0;
		padding: 0 0 60px;
		position: relative;
		z-index: 1;
	}

	.join-cases-title {
		text-align: center;
		margin-bottom: 40px;
	}
	.join-cases-title2{
		text-align: center;
	}

	.join-cases-main {
		font-size: 22px;
		font-weight: 700;
		color: #333;
		margin-bottom: 15px;
		position: relative;
		display: inline-block;
	}

	.join-cases-cards {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-top: 20px;
	}

	.join-case-card {
		background: #FFF;
		border-radius: 12px;
		overflow: hidden;
		transition: all 0.5s ease;
		cursor: pointer;
		position: relative;
		width: 100%;
		max-width: 340px;
		box-sizing: border-box;
		padding: 25px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	}

	.join-case-card:active {
		transform: translateY(-8px) scale(1.01);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
	}

	.join-case-card-name {
		font-size: 17px;
		font-weight: 700;
		color: #333;
		margin-bottom: 12px;
	}

	.join-case-card-info {
		font-size: 12px;
		color: #666;
		line-height: 1.6;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.join-case-card-tags {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;
	}

	.join-case-card-tag {
		font-size: 11px;
		color: #333;
		background-color: #F5F7FC;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.join-btn {
		width: 110px;
		height: 34px;
		background: #FFFFFF;
		border-radius: 88px;
		border: 2px solid #EF061C;
		text-align: center;
		line-height: 30px;
		color: #EF061C;
		font-size: 15px;
		font-weight: 700;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.join-btn:active {
		background: #EF061C;
		color: #FFFFFF;
	}

	.join-cases-dec {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333;
		font-size: 13px;
		line-height: 1.8;
		text-align: center;
	}

	.join-cases-dec span {
		margin-bottom: 8px;
	}

	.join-cases:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 250px;
		background-size: 100% 100%;
		background-image: url('/images/joinUs/16.png');
	}

}