@import "bootstrap.min.css";
@import "animate.min.css";
@import "swiper.min.css";
@import "../fonts/iconfont.css";
@import "../layui/css/layui.css";


/***

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0;
	padding: 0;
	text-size-adjust: inherit;
	text-size-adjust: initial;
	text-size-adjust: unset;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

:root {
	--brand-orange: #FF7900;
	--brand-orange-hover: #FF7900;
}

html,
body {
	margin: 0 auto;
	position: relative;
	color: #000;
	font-size: 12px;
	text-size-adjust: inherit;
	text-size-adjust: initial;
	text-size-adjust: unset;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	background: #fff;
	max-width: 750px;
	height: 100%;
	overflow-x: hidden;
}


a {
	text-decoration: none;
	cursor: pointer;
	color: #443f45;
	display: inline-block;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	background: none;
}

input,
button,
select,
textarea {
	font-weight: normal;
	font-size: 14px;
}

input:focus {
	outline: none;
}




ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999999999;
}

#loading p {
	color: #37b24b;
	font-size: 24px;
}

/* 页面内容初始隐藏 */
.form-content {
	display: none;
}

.loader-ani {
	width: 48px;
	height: 48px;
	border: 4px dotted #37b24b;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-animation: rotation 2s linear infinite;
	animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.text-right {
	text-align: right;
}

.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.font14 {
	font-size: 14px !important;
}

.font16 {
	font-size: 16px !important;
}

.font18 {
	font-size: 18px !important;
}

.font20 {
	font-size: 20px !important;
}

.font24 {
	font-size: 24px !important;
}

.font30 {
	font-size: 30px !important;
}

.font32 {
	font-size: 32px !important;
}

.font36 {
	font-size: 36px !important;
}

.font40 {
	font-size: 40px !important;
}

.blank10 {
	height: 10px;
}

.blank15 {
	height: 15px;
}

.blank20 {
	height: 20px;
}

.blank30 {
	height: 30px;
}

.blank40 {
	height: 40px;
}

.blank50 {
	height: 50px;
}

.blank60 {
	height: 60px;
}

.blank70 {
	height: 70px;
}

.blank80 {
	height: 80px;
}

.blank90 {
	height: 90px;
}

.blank100 {
	height: 100px;
}


.fixed-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #f4f4f4;
	z-index: 0;
	user-select: none;
	/* 禁止文本选择 */
	-webkit-user-select: none;
	/* Safari 兼容 */
	-moz-user-select: none;
	/* Firefox 兼容 */
	-ms-user-select: none;
	/* IE10+/Edge 兼容 */
	pointer-events: none;
	/* 禁止鼠标事件 */
}

.relative-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	min-height: 100%;
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
}

.flex-auto {
	margin: auto !important;
	width: 100%;
}

.flex-row {
	margin: 0 auto !important;
}

.flex-column {
	margin: auto 0 !important;
}

.flex-bar {
	display: flex;
	align-items: center;
}

.flex-gap-10 {
	gap: 10px;
}


.fex-1 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 15px;
}

.fex-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.fex-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.fex-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}


.filter-group {
	flex: 1;
	max-width: 100%;
	position: relative;
}

.filter-group label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #4a5568;
	font-size: 15px;
}

/* 美化下拉框样式 */
.custom-dropdown {
	position: relative;
	width: 100%;
}

.dropdown-toggle {
	width: 100%;
	padding: 8px 10px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	font-size: 13px;
	color: #333;
	background-color: white;
	cursor: pointer;
	transition: all 0.3s;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dropdown-toggle:hover {
	border-color: #cbd5e0;
}

.dropdown-toggle.active {
	border-color: #4299e1;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

.dropdown-toggle .arrow {
	transition: transform 0.3s;
}

.dropdown-toggle.active .arrow {
	transform: rotate(180deg);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	margin-top: 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 100;
	max-height: 300px;
	overflow-y: auto;
	display: none;
	animation: fadeIn 0.2s ease;
}

.dropdown-menu.show {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dropdown-item {
	padding: 12px 15px;
	cursor: pointer;
	transition: all 0.2s;
	border-bottom: 1px solid #f1f5f9;
}

.dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-item:hover {
	background-color: #f7fafc;
}

.dropdown-item.selected {
	background-color: #ebf8ff;
	color: #2c5282;
	font-weight: 600;
}

.dropdown-item.selected::after {
	content: "✓";
	float: right;
	color: #4299e1;
	font-weight: bold;
}

.dropdown-search {
	padding: 10px 15px;
	border-bottom: 1px solid #e2e8f0;
}

.dropdown-search input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 14px;
}

.dropdown-search input:focus {
	outline: none;
	border-color: #4299e1;
}

.no-results {
	padding: 15px;
	text-align: center;
	color: #a0aec0;
	font-style: italic;
}

.filter-select {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	font-size: 15px;
	color: #333;
	background-color: white;
	cursor: pointer;
	transition: all 0.3s;
}

.filter-select:focus {
	border-color: #4299e1;
	outline: none;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}


.tab-bar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: #fff;
	z-index: 1000;
	border-top: 1px #ccc solid;
}

.tab-bar a {
	margin: 10px 0 0 0;
	padding: 4px 0;
	display: block;
	font-size: 13px;
	color: rgba(0, 0, 0, .8);
	text-align: center;
}

.tab-bar a span {
	display: block;
	font-size: 24px;
	font-weight: 400;
}

.tab-bar .active,
.tab-bar .active span {
	color: #ff6600;
}

.tab-bar .col:nth-child(3) img {
	max-width: 50px;
}

.tab-bar img {
	max-width: 30px;
}

.tab-bar a .navDefault {
	display: block;
}

.tab-bar a .navActive {
	display: none;
}

.tab-bar .active {
	background: var(--brand-orange);
	border-radius: 10px;
}

.tab-bar .active .navDefault {
	display: none !important;
}

.tab-bar .active .navActive {
	display: block !important;
}

.tab-bar .nav-text {
	display: block;
	padding: 0;
}

.tab-bar .active .nav-text {
	color: #FFF;
}





.tab-isbar {
	position: fixed;
	padding: 10px 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: #fff;
	z-index: 1000;
	border-top: 1px #ccc solid;
}

.tab-isbar a,
.tab-isbar button {
	display: block;
	width: 100%;
}


.publish span {
	color: #f60 !important;
	font-size: 42px !important;
}

.publish-operate-btn a {
	padding: 15px;
	border-radius: 5px;
	background: #2d2d2d;
	display: block;
	color: #E76238;
	font-size: 18px;
	font-weight: 600;
}


.publish-operate-btn a span {
	font-size: 20px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.publish-operate-btn>div:nth-child(2) a {
	color: #5DAD57 !important;
}

.publish-btn-dec {
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, .6);
}

.core-points {
	color: #666;
	font-size: 14px;
}

.core-points span {
	display: inline-block;
	margin: 0 auto 5px auto;
	font-size: 40px;
	color: #ffa05c;
	height: 40px;
}

.core-points img {
	max-width: 60px;
}

.hot-roll {
	margin: 15px 0;
	padding: 10px;
	height: 40px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.hot-title {
	background: #fdf7f6;
	color: #f56b74;
	width: 60px;
	font-weight: 600;
}

.hot-text {
	padding: 0 10px;
	width: calc(100% - 60px);
}

.hot-text span {
	display: inline-block;
	padding: 0 3px;
	color: var(--brand-orange);
}

.hotRoll {
	position: relative;
	height: 40px;
}


.tab-header {
	background: #eee;
	border-radius: 8px 8px 0 0 !important;
}

.tab-header .tab-btn {
	padding: 10px 0;
	border: none;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
	text-align: center;
	width: 50%;
	color: #000;
	background: none;
}

.tab-header .tab-btn span {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 20px;
	vertical-align: middle;
}

.tab-header .tab-btn.active {
	background: #fff;
	color: #f60;
	border-radius: 8px 8px 0 0;
}

.tab-content {
	padding: 15px;
	display: none;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.tab-content.active {
	display: block;
}

.task-tag {
	margin: 0 0 10px 0;
}

.task-tag button {
	margin: 0 5px 0 0;
	padding: 5px 10px;
	border: none;
	background: #fff8ef;
	color: #ffa837;
}

.taskBox {
	position: relative;
}

.taskBox input {
	border: 1px #ffd6b6 solid;
	background: #fff;
	padding: 10px 10px 10px 80px;
	border-radius: 8px;
	width: 100%;
	color: #666;
}

.taskBox-text {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #000;
	font-size: 14px;
}

.taskBox-select {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
}

.serviceBox textarea {
	background: #f1f1f1;
	border: none;
	padding: 10px;
	width: 100%;
	color: #666;
}

.list-title {
	padding: 0 0 6px 0;
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #666;
}

.list-title span {
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 15px;
	background: #ccc;
}

.list-title.active {
	color: #f60;
	font-weight: bold;
}

.list-title::after {
	position: absolute;
	content: " ";
	bottom: 0;
	left: 50%;
	width: 34px;
	margin-left: -17px;
	height: 2px;
	background: #f60;
	display: none;
}

.list-title.active::after {
	display: block;
}

.dataBox {
	margin: 15px 0;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .02);
}

.data-info .data-face {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: cover;
	border-radius: 80px;
}

.data-info .data-text {
	margin: 0 0 0 15px;
	width: calc(100% - 70px);
}

.item-data .data-info .face-price {
	width: 100px;
	text-align: right;
}

.data-info .face-price .price {
	margin: 0 0 10px 0;
	color: #f60;
	text-align: right;
	font-size: 16px;
}

.data-info .face-price .price span {
	font-size: 10px;
}

.item-data .data-info .data-text {
	margin: 0 !important;
}

.data-text {
	padding: 0 0 15px 0;
	font-size: 14px;
	line-height: 30px;
}

.data-text .career span {
	color: #f60;
}

.data-text .data-tag label {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px;
	font-size: 12px;
	background: #fff8ef;
	color: #333;
	border-radius: 5px;
	line-height: 15px;
}

.authentication {
	padding: 15px 0 0 0;
	border-top: 1px #eaeaea solid;
}

.authentication>div:nth-child(1) {
	width: 70%;
}

.authentication>div:nth-child(1) span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}

.authentication>div:nth-child(2) {
	width: 30%;
}

.rz-icon label {
	color: #fff;
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	overflow: hidden;
	text-align: center;
	line-height: 26px;
	vertical-align: middle;
	background: linear-gradient(#e9c58e, #cca15e);
}

.rz-icon label:nth-child(2) {
	background: linear-gradient(#5edb7c, #4bcc8e);
}

.rz-icon label:nth-child(3) {
	background: linear-gradient(#ff6a6a, #f44c4c);
}

.rz-icon span {
	display: inline-block;
	padding: 0 10px 0 5px
}

.talent-sort {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	display: flex;
	padding: 0;
	background: #FF7900;
	border-top: 1px solid rgba(255, 255, 255, .5);
	white-space: nowrap;
	overflow-x: scroll;
	z-index: 1000000;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.talent-sort a,
.talent-sort a:hover,
.talent-sort a:visited {
	position: relative;
	margin: 0 15px 0 0;
	padding: 14px 8px;
	position: relative display:inline-block;
	font-size: 15px;
	color: #fff;
	z-index: 1000000;
}

.talent-sort .active {
	background: #35b64a;
	color: #000 !important;
	font-weight: bold;
}

.talent-filter {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 50px;
	padding: 10px;
	border-bottom: 1px #ccc solid;
	font-size: 14px;
	color: #999;
	background: #fff;
	z-index: 1000000;
}

.talent-filter-list a,
.talent-filter-list a:visited,
.talent-filter-list a:hover {
	margin: 0 5px;
	display: inline-block;
	color: #000;
	line-height: 30px;
}

.select-city {
	position: relative;
	display: inline-block;
	padding: 5px 25px 5px 10px;
	background: #ffecd6;
	color: #ff9712;
}

.select-city::after {
	position: absolute;
	right: 10px;
	top: 40%;
	content: '◢';
	color: #ff9712;
	font-size: 8px;
}



.trading-tab li {
	color: #000;
	font-size: 16px !important;
	font-weight: bold !important;
}

.trading-tab .layui-this {
	color: #000 !important;
	border-bottom: 5px solid #01b836 !important;
}


/* 数据流样式 */
.data-item {
	margin: 10px 0;
	display: none;
}

.data-item.visible {
	display: block;
	animation: fadeIn 0.5s ease-in-out;
}

#load-more {
	display: inline-block;
	margin: 20px auto;
	padding: 10px 30px;
	background: #ffecd6;
	color: #ff9712;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	transition: background-color 0.3s;
}

#load-more:hover {
	background: #ff9712;
	color: #fff;
}

#load-more.no-more {
	background-color: #cccccc;
	cursor: default;
	color: #999 !important;
}

#load-more.loading {
	background-color: #ff9712;
	color: #fff;
	cursor: wait;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* 个人资料 */
.talent-info {
	min-height: 200px;
	background: url(../images/talent-details.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 15px;
}

.profile {
	font-size: 14px;
}

.profile .profile-text {
	width: 70%;
}

.profile .profile-face {
	width: 30%;
	text-align: right;
}

.profile .profile-list {
	padding: 5px 0;
}

.profile .data-face {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: cover;
	border-radius: 80px;
}

.profile-bg {
	margin-top: -20px;
	background: #fff;
	padding: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.profile-title img {
	max-width: 120px;
}

.profile-box {
	padding: 15px 0;
	font-size: 14px;
}

.profile-box .layui-timeline-title {
	margin: 0 !important;
	font-size: 14px !important;
}

.profile-box .layui-timeline-item p {
	margin: 5px 0;
}

.profile-box .data-tag label {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px;
	font-size: 12px;
	background: #fff8ef;
	color: #333;
	border-radius: 5px;
	line-height: 15px;
}


/* 发布信息 */
.publish-box {
	padding: 15px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}


.publish-title {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.form-item {
	list-style: none;
}

.form-item li {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	clear: both;
}

.form-item .layui-input {
	border: none !important;
	height: 16px;
	line-height: 16px;
	text-align: right;
}

.form-item .layui-textarea {
	border: none !important;
}

.form-item .layui-input:focus,
.form-item .layui-textarea:focus {
	border-color: none !important;
	box-shadow: none;
}




/* ios选择器 */
.ios-picker-container {
	margin: 0;
}

.ios-picker-label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #666;
	padding-left: 5px;
}

.ios-picker-trigger {
	padding: 0 40px 0 0;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	text-align: right;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ios-picker-trigger:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #999;
	transition: transform 0.3s;
}

.ios-picker-trigger.active:after {
	transform: translateY(-50%) rotate(180deg);
}

.ios-picker-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.ios-picker-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	z-index: 1000;
	transform: translateY(100%);
	transition: transform 0.3s;
	max-height: 50vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.ios-picker-wrapper.active {
	transform: translateY(0);
}

.ios-picker-header {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.ios-picker-title {
	font-size: 14px;
	font-weight: bold;
}

.ios-picker-close {
	background: none;
	border: none;
	color: #007aff;
	font-size: 14px;
	cursor: pointer;
}

.ios-picker-content {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.ios-picker-item {
	padding: 15px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	cursor: pointer;
}

.ios-picker-item:last-child {
	border-bottom: none;
}

.ios-picker-item.selected {
	color: #007aff;
	font-weight: bold;
}

.ios-picker-item:hover {
	background-color: #f5f5f5;
}

/* 添加工作经历 */



.experience-list {
	margin-bottom: 20px;
}

.experience-item {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	border-left: 4px solid #ff9712;
	position: relative;
	transition: all 0.3s ease;
}

.experience-item:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.remove-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: #e74c3c;
	color: white;
	border: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.remove-btn:hover {
	background-color: #c0392b;
	transform: scale(1.1);
}

.form-group {
	margin-bottom: 15px;
}

.experience-item label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: #2c3e50;
}

.experience-item input[type="text"],
.experience-item textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border 0.3s;
}

.experience-item input[type="text"]:focus,
.experience-item textarea:focus {
	border-color: #ff9712;
	outline: none;
	box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.experience-item textarea {
	min-height: 100px;
	resize: vertical;
}

.add-btn {
	background-color: #ff9712;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	transition: all 0.3s;
}

.add-btn:hover {
	background-color: #ff9712;
	transform: translateY(-2px);
}

.add-btn i {
	margin-right: 8px;
	font-size: 18px;
}

.counter {
	text-align: center;
	margin-top: 10px;
	color: #7f8c8d;
	font-size: 14px;
}


/* 实名认证 */
.authorization-box {
	position: relative;
	background: #fff;
	padding: 20px;
	border: 1px #f2f2f2 solid;
	border-radius: 5px;
}

.authorization-text {
	height: 100px;
}

.authorization-img {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 5px;
	border-radius: 5px;
}

.authorization-img img {
	border-radius: 5px;
}

.authorization-img .upload {
	position: absolute;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
	border-radius: 40px;
	left: 50%;
	bottom: -10px;
	margin-left: -17px;
}


/* 空状态样式 */
.empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	min-height: 70vh;
}

.empty-icon {
	font-size: 80px;
	color: #d8d8d8;
	margin-bottom: 20px;
}

.empty-title {
	font-size: 18px;
	color: #999;
	margin-bottom: 15px;
	font-weight: normal;
}

.empty-description {
	color: #888;
	max-width: 500px;
	margin-bottom: 30px;
	line-height: 1.6;
	font-size: 14px;
}



/* 服务详情 */
.service-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

/* 基础信息部分 */
.service-profile {
	background: linear-gradient(180deg, #f9880e 0%, #fd644f 100%);
	padding: 25px;
	color: white;
	margin-bottom: 25px;
	box-shadow: 0 8px 20px rgba(123, 75, 206, 0.2);
}

.service-profile-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.service-avatar {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
	margin-right: 20px;
	background-color: #fff;
}

.service-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-profile-info {
	flex: 1;
}

.service-name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.service-type {
	font-size: 16px;
	opacity: 0.9;
	margin-bottom: 10px;
}

.service-tags {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.service-tag {
	background: rgba(255, 255, 255, 0.2);
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.service-profile-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.service-detail-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px !important;
}

.service-detail-item i {
	width: 20px;
	text-align: center;
}

/* 内容区块通用样式 */
.service-section {
	background-color: white;
	border-radius: 12px;
	padding: 15px;
	margin-bottom: 25px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.service-section-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
}

.service-section-title i {
	color: #fd644f;
}

/* 个人介绍部分 */
.service-intro-content {
	line-height: 1.8;
	color: #555;
	font-size: 14px !important;
}

/* 工作经历部分 */
.service-experience-item {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.service-experience-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.service-experience-period {
	color: #fd644f;
	font-weight: 500;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px !important;
}

.service-experience-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.service-experience-description {
	color: #666;
	line-height: 1.6;
	font-size: 14px;
}

/* 证书部分 */
.service-certificates-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
}

.service-certificate-item {
	border-radius: 8px;
	overflow: hidden;	
	transition: transform 0.3s;
	cursor: pointer;
}

.service-certificate-item:hover {
	transform: translateY(-5px);
}

.service-certificate-img {
	width: 100%;
	height: 100px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.service-certificate-img i{
	color: #333;
	font-size:3rem;
	display: block;
}

.service-certificate-name {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

/* 底部固定操作栏 */
.service-fixed-actions {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.service-btn {
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.service-btn-back {
	background-color: #f8f9fa;
	color: #555;
	border: 1px solid #e0e0e0;
	flex: 0 0 120px;
}

.service-btn-back:hover {
	background-color: #e9ecef;
}

.service-btn-book {
	background-color: #7b4bce;
	color: white;
	border: none;
	flex: 1;
	margin-left: 15px;
}

.service-btn-book:hover {
	background-color: #6a3cb5;
}



/* 预约服务 */
.reser-header {
	background: linear-gradient(135deg, #2d2d2d 0%, #222 100%);
	color: white;
	padding: 20px 25px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.reser-header::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
	animation: reser-pulse 8s infinite linear;
}

.reser-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}

.reser-subtitle {
	font-size: 16px;
	opacity: 0.9;
	position: relative;
}

/* 主要内容区域 */
.reser-content {
	padding: 0;
}

/* 服务基本信息 */
.reser-service-info {
	padding: 30px 25px;
	border-bottom: 1px solid #f0f0f0;
	background: white;
}

.reser-service-header {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.reser-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	border: 3px solid #ffa940;
	box-shadow: 0 5px 15px rgba(255, 126, 0, 0.2);
}

.reser-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reser-person-info {
	flex: 1;
}

.reser-person-name {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
}

.reser-person-title {
	font-size: 15px;
	color: #ff7e00;
	font-weight: 600;
	background: #fff5e6;
	padding: 5px 12px;
	border-radius: 20px;
	display: inline-block;
}

.reser-costs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
}

.reser-cost-item {
	background: #fff9f0;
	padding: 20px;
	border-radius: 12px;
	text-align: center;
	border: 1px solid #ffedd5;
	transition: all 0.3s;
}

.reser-cost-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(255, 126, 0, 0.1);
}

.reser-cost-label {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.reser-cost-value {
	font-size: 24px;
	font-weight: 700;
	color: #333;
}

.reser-cost-value.highlight {
	color: #ff7e00;
}

/* 预约表单 */
.reser-form-section {
	padding: 30px 25px;
	background: white;
}

.reser-section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #fff0dd;
}

.reser-section-title i {
	color: #ff7e00;
	background: #fff5e6;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reser-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.reser-form-group {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #999;
}

.reser-form-label {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #555;
	display: flex;
	align-items: center;
	gap: 8px;
}

.reser-form-label i {
	color: #ff7e00;
	width: 18px;
}

.reser-form-input,
.reser-form-textarea,
.reser-form-select {
	padding: 14px 16px;
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	font-size: 14px;
	transition: all 0.3s;
	background: white;
}

.reser-form-input:focus,
.reser-form-textarea:focus,
.reser-form-select:focus {
	outline: none;
	border-color: #ffa940;
	box-shadow: 0 0 0 3px rgba(255, 167, 64, 0.2);
}

.reser-form-textarea {
	min-height: 100px;
	resize: vertical;
}

.reser-time-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.reser-time-option {
	padding: 12px 8px;
	text-align: center;
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
	background: white;
	font-weight: 500;
}

.reser-time-option:hover {
	border-color: #ffa940;
	background: #fff9f0;
}

.reser-time-option.selected {
	border-color: #ff7e00;
	background: #ff7e00;
	color: white;
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(255, 126, 0, 0.3);
}

/* 底部操作栏 */
.reser-actions {
	padding: 25px;
	background: #fff9f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ffedd5;
}

.reser-total {
	font-size: 18px;
	font-weight: 600;
}

.reser-total-amount {
	color: #ff7e00;
	font-size: 26px;
	font-weight: 700;
}

.reser-btn {
	padding: 14px 40px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.reser-btn-submit {
	background: linear-gradient(135deg, #ff7900 0%, #ff4900 100%);
	color: white;
	box-shadow: 0 5px 15px rgba(255, 126, 0, 0.3);
}

.reser-btn-submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(255, 126, 0, 0.4);
	color: white;
}

.reser-btn-back {
	border: 1px #eaeaea solid;
}

/* 动画定义 */
@keyframes reser-pulse {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.cerApp-header {
	margin: 40px 0;
	text-align: center;
	margin-bottom: 40px;
}


.cerApp-header h1 {
	font-size: 20px;
	margin-bottom: 15px;
}

.cerApp-header p {
	font-size: 14px;
}

.cerApp-main {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* 权限提示卡片 */
.cerApp-permission-card {
	background: #fff;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
}

.cerApp-permission-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.cerApp-permission-icon {
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #f0f4ff 0%, #e6f0ff 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	border: 8px solid white;
	box-shadow: 0 0 0 8px rgba(67, 97, 238, 0.1);
}

.cerApp-permission-icon i {
	font-size: 3.5rem;
	color: var(--cerApp-primary);
}

.cerApp-permission-title {
	font-size: 2rem;
	margin-bottom: 15px;
	color: var(--cerApp-dark);
}

.cerApp-permission-description {
	font-size: 1.1rem;
	color: var(--cerApp-gray);
	max-width: 700px;
	margin-bottom: 20px;
}

/* 申请按钮 */
.cerApp-apply-button,
.cerApp-apply-button:visited {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(to right, #ff7900 0%, #ff4900 100%);
	color: white;
	border: none;
	padding: 18px 40px;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	transition: var(--cerApp-transition);
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(67, 97, 238, 0.3);
	margin-top: 10px;

}

.cerApp-apply-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(67, 97, 238, 0.4);
	gap: 18px;
	color: white;
}

.cerApp-apply-button:active {
	transform: translateY(0);
}

.cerApp-apply-button i {
	font-size: 1.3rem;
	transition: var(--cerApp-transition);
}



/* 步骤说明 */
.cerApp-steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.cerApp-step {
	flex: 1;
	min-width: 200px;
	text-align: center;
	padding: 25px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cerApp-step-number {
	width: 50px;
	height: 50px;
	background: #4ade80;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.3rem;
	margin: 0 auto 20px;
}

.cerApp-step-title {
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: var(--cerApp-dark);
}

.cerApp-step-description {
	color: var(--cerApp-gray);
	font-size: 1.1rem;
}

.cerApp-step-description a {
	color: #f00;

}




/* 向上滑动菜单 */


.slideTop-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999999;
	display: none;
}

/* 滑动面板 */
.slideTop-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: white;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
	z-index: 9999999999;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	max-height: 85vh;
	overflow-y: auto;
}

.slideTop-panel.active {
	transform: translateY(0);
}

.slideTop-panel-header {
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slideTop-panel-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
}

.slideTop-close {
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #999;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.slideTop-close:hover {
	background: #f5f5f5;
	color: #333;
}

.slideTop-panel-content {
	padding: 25px;
}

.slideTop-panel-section {
	margin-bottom: 30px;
}

.slideTop-panel-section-title {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
}

.slideTop-panel-section-title i {
	color: #6a11cb;
}

.slideTop-panel-text {
	color: #666;
	line-height: 1.7;
}

.slideTop-options {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
	margin-top: 20px;
}

.slideTop-option {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	border: 2px solid transparent;
}

.slideTop-option:hover {
	background: #e9ecef;
	transform: translateY(-3px);
}

.slideTop-option.selected {
	border-color: #6a11cb;
	background: #f0e6ff;
}

.slideTop-option i {
	font-size: 2rem;
	color: #6a11cb;
	margin-bottom: 10px;
}

.slideTop-actions {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.slideTop-btn {
	flex: 1;
	padding: 15px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
}

.slideTop-btn-primary {
	background: #6a11cb;
	color: white;
}

.slideTop-btn-primary:hover {
	background: #5a0db3;
}

.slideTop-btn-secondary {
	background: #f8f9fa;
	color: #333;
}

.slideTop-btn-secondary:hover {
	background: #e9ecef;
}




/* 发布服务 */
.servicePub-content {
	background: white;
}


.servicePub-section {
	padding: 25px;
	border-bottom: 1px solid #f0f0f0;
}

.servicePub-section:last-child {
	border-bottom: none;
}

.servicePub-section-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.servicePub-section-icon {
	width: 36px;
	height: 36px;
	background: #fff5e6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #ff7e00;
	font-size: 18px;
}

.servicePub-section-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

/* 表单组样式 */
.servicePub-form-group {
	margin-bottom: 20px;
}

.servicePub-form-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #555;
}

.servicePub-form-label.required::after {
	content: " *";
	color: #ff4757;
}

.servicePub-form-input,
.servicePub-form-textarea,
.servicePub-form-select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.3s;
	background: white;
}

.servicePub-form-input:focus,
.servicePub-form-textarea:focus,
.servicePub-form-select:focus {
	outline: none;
	border-color: #ffa940;
	box-shadow: 0 0 0 2px rgba(255, 167, 64, 0.2);
}

.servicePub-form-textarea {
	min-height: 100px;
	resize: vertical;
}

.servicePub-form-hint {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}

.servicePub-form-unit {
	padding: 15px 0 0 0;
	display: grid;
	grid-template-columns: 50px 50px 1fr;
	gap: 15px;
	color: #5f5f5f;
	font-size: 1.1rem;
	align-items: center;
}
.servicePub-form-unit label{
	display:inline-block;
	margin-left:5px;
}

.servicePub-form-unit #txtUnit{
	padding: 8px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;	
	transition: all 0.3s;
	background: white;
	width:100px;
}


.activityDetails-timeline {
	position: relative;
	padding-left: 20px;
}

.activityDetails-timeline::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #ff8c00;
}

.activityDetails-timelineItem {
	position: relative;
	margin-bottom: 20px;
}

.activityDetails-timelineItem:last-child {
	margin-bottom: 0;
}

.activityDetails-timelineItem::before {
	content: '';
	position: absolute;
	left: -26px;
	top: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff8c00;
}

.activityDetails-timelineTime {
	font-weight: 600;
	margin-bottom: 5px;
	color: #333;
	font-size:1.25rem;
}

.activityDetails-timelineContent {
	color: #555;
	font-size:1.1rem;
}

/* 注意事项 */
.activityDetails-notice {
	background: #fff;
	padding: 20px 15px;
	margin-bottom: 10px;
}

.activityDetails-noticeList {
	list-style-type: none;
}

.activityDetails-noticeItem {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #555;
}

.activityDetails-noticeItem::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #ff8c00;
	font-size: 18px;
}

/* 服务区域选择 */
.servicePub-area-selectors {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

/* 标签选择 */
.servicePub-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.servicePub-tag {
	background: #f8f9fa;
	border: 1px solid #e0e0e0;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s;
}

.servicePub-tag:hover {
	border-color: #ffa940;
	background: #fff9f0;
}

.servicePub-tag.selected {
	background: #ff7e00;
	color: white;
	border-color: #ff7e00;
}

/* 费用输入 */
.servicePub-price-container {
	display: flex;
	align-items: center;
}

.servicePub-price-input {
	flex: 1;
}

.servicePub-price-unit {
	margin-left: 10px;
	color: #666;
	font-size: 14px;
}

/* 工作经历 */
.servicePub-experience-item {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	border: 1px solid #e9ecef;
}

.servicePub-experience-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.servicePub-experience-title {
	font-weight: 600;
	color: #333;
}

.servicePub-experience-remove {
	background: none;
	border: none;
	color: #ff4757;
	cursor: pointer;
	font-size: 16px;
}

.servicePub-add-experience {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 2px dashed #e0e0e0;
	border-radius: 10px;
	background: #f8f9fa;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
}

.servicePub-add-experience:hover {
	border-color: #ffa940;
	color: #ff7e00;
}

.servicePub-add-experience i {
	margin-right: 8px;
}

/* 证书上传 */
.servicePub-certificates {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 15px;
	margin-top: 15px;
}

.servicePub-certificate-item {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	background: white;
}

.servicePub-certificate-preview {
	height: 120px;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	position: relative;
}

.servicePub-certificate-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.servicePub-certificate-remove {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
}

.servicePub-certificate-name {
	padding: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.servicePub-certificate-name-input {
	border: none;
	background: transparent;
	width: 100%;
	font-size: 14px;
	padding: 0;
}

.servicePub-certificate-name-input:focus {
	outline: none;
}

.servicePub-certificate-input {
	display: none;
}

.servicePub-certificate-upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120px;
	background: #f8f9fa;
	border: 2px dashed #e0e0e0;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
	color: #666;
}

.servicePub-certificate-upload:hover {
	border-color: #ffa940;
	color: #ff7e00;
}

.servicePub-certificate-upload i {
	font-size: 24px;
	margin-bottom: 8px;
}

/* 底部操作栏 */
.servicePub-actions {
	padding: 20px 25px;
	background: #fff9f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ffedd5;
}

.servicePub-btn {
	padding: 12px 30px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
}

.servicePub-btn-cancel {
	background: #f8f9fa;
	color: #666;
	border: 1px solid #e0e0e0;
}

.servicePub-btn-cancel:hover {
	background: #e9ecef;
}

.servicePub-btn-submit {
	background: linear-gradient(135deg, #ff7e00 0%, #ffa940 100%);
	color: white;
	box-shadow: 0 5px 15px rgba(255, 126, 0, 0.3);
}

.servicePub-btn-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 126, 0, 0.4);
}

.taskPub-form-group {
	margin-bottom: 20px;
}

.taskPub-form-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #555;
}

.taskPub-form-label.required::after {
	content: " *";
	color: #ff4757;
}

.taskPub-form-input,
.taskPub-form-textarea,
.taskPub-form-select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.3s;
	background: white;
}

.taskPub-form-input:focus,
.taskPub-form-textarea:focus,
.taskPub-form-select:focus {
	outline: none;
	border-color: #ffa940;
	box-shadow: 0 0 0 2px rgba(255, 167, 64, 0.2);
}

.taskPub-form-textarea {
	min-height: 100px;
	resize: vertical;
}

.taskPub-form-hint {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}

/* 需求类型选择 */
.taskPub-type-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 10px;
}

.taskPub-type-option {
	background: #f8f9fa;
	border: 2px solid #e0e0e0;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.taskPub-type-option img {
	max-width: 50px;
	height: 50px;
}

.taskPub-type-option:hover {
	border-color: #ffa940;
	background: #fff9f0;
}

.taskPub-type-option.selected {
	border-color: #ff7e00;
	background: #ff7e00;
	color: white;
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(255, 126, 0, 0.3);
}

.taskPub-type-option label {
	display: block;
	font-size: 14px;
}

.taskPub-type-option label input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: #000;
}


.taskPub-type-icon {
	font-size: 24px;
	margin-bottom: 8px;
	display: block;
}

/* 等级选择 */
.taskPub-level-options {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.taskPub-level-option {
	flex: 1;
	background: #f8f9fa;
	border: 2px solid #e0e0e0;
	padding: 12px 10px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.taskPub-level-option:hover {
	border-color: #ffa940;
	background: #fff9f0;
}

.taskPub-level-option.selected {
	border-color: #ff7e00;
	background: #ff7e00;
	color: white;
}


.taskPub-salary-container {
	display: flex;
	align-items: center;
}

.taskPub-salary-input {
	flex: 1;
}

.taskPub-salary-unit {
	margin-left: 10px;
	color: #666;
	font-size: 14px;
}

.taskList-container {
	background: white;
	min-height: 100vh;
}


.taskList-publisher {
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
}

.taskList-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	border: 2px solid #ffedd5;
}

.taskList-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.taskList-publisher-info {
	flex: 1;
}

.taskList-publisher-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.taskList-publisher-level {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #ff7e00;
	font-size: 14px;
}

.taskList-publisher-tag {
	background: #fff5e6;
	color: #ff7e00;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 12px;
	margin-top: 5px;
	display: inline-block;
}


.taskList-status {
	padding: 15px 20px;
	background: #f8f9fa;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e9ecef;
}

.taskList-status-tag {
	background: #ff7e00;
	color: white;
	padding: 5px 12px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: 500;
}

.taskList-time {
	color: #666;
	font-size: 14px;
}


.taskList-detail {
	padding: 20px;
}

.taskList-detail-section {
	margin-bottom: 25px;
}

.taskList-detail-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
}

.taskList-detail-title i {
	color: #ff7e00;
	width: 20px;
	text-align: center;
}

.taskList-detail-content {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 10px;
}

.taskList-type-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff5e6;
	color: #ff7e00;
	padding: 8px 15px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 16px;
}

.taskList-level-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #e6f7ff;
	color: #1890ff;
	padding: 8px 15px;
	border-radius: 20px;
	font-weight: 500;
	font-size: 16px;
}

.taskList-datetime {
	display: flex;
	gap: 20px;
}

.taskList-date,
.taskList-time {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-weight: 500;
}

.taskList-location {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 14px;
}

.taskList-address {
	color: #666;
	font-size: 14px;
	margin-left: 28px;
}

.taskList-salary {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-weight: 500;
}

.taskList-salary-amount {
	color: #ff7e00;
	font-size: 24px;
	font-weight: 700;
}

.taskList-salary-unit {
	color: #666;
	font-size: 14px;
}

.taskList-notes {
	color: #666;
	line-height: 1.6;
}


.taskList-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.taskList-btn {
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
	display: flex;
	align-items: center;
	gap: 8px;
}

.taskList-btn-secondary {
	background: #f8f9fa;
	color: #666;
	border: 1px solid #e0e0e0;
}

.taskList-btn-secondary:hover {
	background: #e9ecef;
}

.taskList-btn-primary {
	background: linear-gradient(135deg, #ff7e00 0%, #ffa940 100%);
	color: white;
	box-shadow: 0 5px 15px rgba(255, 126, 0, 0.3);
}

.taskList-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 126, 0, 0.4);
}


.demandList-filters {
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	padding: 0;
	background: #FF7900;
	border-top: 1px solid rgba(255, 255, 255, .5);
	white-space: nowrap;
	overflow-x: scroll;
	z-index: 1000000;
	display: flex;
	flex-wrap: wrap;
}

.demandList-filter {
	padding: 15px 20px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.demandList-filter:hover {
	border-color: #3498db;
	color: #3498db;
}

.demandList-filter.active {
	background-color: #35b64a;
	color: #000;
}



.demandList-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
	padding-top: 20px;

}

.demandList-list .data-item {
	margin: 0 !important;
}

.demandList-item {
	background-color: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	position: relative;
}

.demandList-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.demandList-item-header {
	padding: 20px 20px 15px;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.demandList-item-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f8f9fa;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.demandList-item-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.demandList-item-title {
	flex: 1;
	margin-left: 15px;
}

.demandList-item-title h3 {
	font-size: 16px;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 5px;
	line-height: 1.4;
}

.demandList-item-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #7f8c8d;
	font-size: 14px;
}

.demandList-item-meta i {
	margin-right: 5px;
}

.demandList-item-content {
	padding: 20px;
}

.demandList-item-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.demandList-price-value {
	font-size: 24px;
	font-weight: 800;
	color: #2ecc71;
}

.demandList-price-bid {
	font-size: 18px;
	font-weight: 800;
	color: #FF7900;
}

.demandList-price-label {
	font-size: 14px;
	color: #95a5a6;
	margin-top: 3px;
}

.demandList-item-mode {
	padding: 6px 15px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.demandList-mode-fixed {
	background-color: rgba(46, 204, 113, 0.15);
	color: #27ae60;
}

.demandList-mode-bid {
	background-color: rgba(255, 120, 0, 0.15);
	color: #FF7900;
}

.demandList-item-desc {
	color: #5d6d7e;
	font-size: 15px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.demandList-item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-top: 1px solid #f0f0f0;
	background-color: #fafcfd;
}

.demandList-item-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.demandList-tag {
	padding: 4px 10px;
	background-color: #edf2f7;
	border-radius: 4px;
	font-size: 12px;
	color: #4a5568;
}

.demandList-detail-btn,
.demandList-detail-btn:visited {
	padding: 10px 24px;
	background-color: var(--brand-orange);
	color: white;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	gap: 8px;
}

.demandList-detail-btn:hover {
	background-color: var(--brand-orange);
	transform: translateY(-2px);
	box-shadow: 0 5px 10px rgba(220, 110, 0, 0.1);
	color: white;
}

.demandList-empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 60px 20px;
	color: #95a5a6;
}

.demandList-empty i {
	font-size: 60px;
	margin-bottom: 20px;
	color: #bdc3c7;
}

.demandList-empty h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #7f8c8d;
}

.demandList-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}



/* 用户中心 */
.user-top {
	position: relative;
	padding: 15px;
	height: 180px;
	background: url(../images/user-bg.jpg) no-repeat;
	background-size: cover;
	z-index: 100;
}

.user-logininfo {
	padding: 10px 20px 20px 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.user-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffedd5;
}

.user-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-logininfo-info {
	flex: 1;
}

.user-logininfo-name {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

.user-logininfo-level {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #ff7e00;
	font-size: 14px;
}

.user-logininfo-tag {
	background: #2d2d2d;
	color: #fff;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}




.user-box {
	padding: 12px 0;
	margin-top: -50px;
	position: relative;
	background: url(../images/user-wallet.png) no-repeat;
	background-size: 100%;
	z-index: 200;
}

.user-vip a {
	margin: 0 25px 0 0;
	padding: 6px 18px;
	display: inline-block;
	color: #773b00;
	font-size: 14px;
	background-image: linear-gradient(90deg, #fadca3, #fdc358);
	border-radius: 30px;
}

.userAcc-cardV2 {
	background-color: white;
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 25px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s, box-shadow 0.3s;
}

.userAcc-cardV2:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.userAcc-sectionHeaderV2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.userAcc-sectionTitleV2 {
	font-size: 18px;
	font-weight: 700;
	color: #2d3436;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
}

.userAcc-sectionTitleV2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 20px;
	border-radius: 3px;
}

.userAcc-sectionMoreV2 {
	color: #6c5ce7;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	display: flex;
	align-items: center;
}

.userAcc-sectionMoreV2:hover {
	transform: translateX(5px);
}

.userAcc-sectionMoreV2 i {
	margin-left: 5px;
	font-size: 12px;
}

.userAcc-accountSectionV2 .userAcc-sectionTitleV2::before {
	background-color: #6c5ce7;
}

.userAcc-accountGridV2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.userAcc-accountItemV2 {
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 14px;
	background-color: #f9f9f9;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

.userAcc-accountItemV2:hover {
	background-color: white;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.userAcc-accountItemV2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #6c5ce7;
	transform: scaleY(0);
	transition: transform 0.3s;
}

.userAcc-accountItemV2:hover::before {
	transform: scaleY(1);
}

.userAcc-accountIconV2 {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
	font-size: 22px;
	color: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.userAcc-accountIconV2 i {
	font-size: 30px !important
}

.userAcc-iconWalletV2 {
	background: linear-gradient(135deg, #fdcb6e 0%, #e17055 100%);
}

.userAcc-iconAuthV2 {
	background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
}

.userAcc-iconQualificationV2 {
	background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
}

.userAcc-iconFaqV2 {
	background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
}

.userAcc-iconServiceV2 {
	background: linear-gradient(135deg, #ff7675 0%, #fd79a8 100%);
}

.userAcc-accountContentV2 {
	flex: 1;
	z-index: 1;
}

.userAcc-accountTitleV2 {
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 6px;
	color: #2d3436;
}

.userAcc-accountDescV2 {
	font-size: 14px;
	color: #636e72;
}



.order-bar {
	border-radius: 10px;
	background: #fff;
}

.order-title {
	padding: 10px;
	height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-size: 16px;
	font-weight: bold;
}

.order-title>div {
	flex: 1;
}

.order-title>div:nth-child(2) {
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

.order-title>div:nth-child(2) span {
	display: inline-block;
	transform: rotate(-90deg);
}

.order-guide {
	padding: 15px 10px;
}

.order-guide>div {
	flex: 1;
	text-align: center;
}

.order-guide>div span {
	display: block;
	font-size: 36px;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(#fd7c22, #f0502e);
}

.list-row {
	padding: 10px;
}

.list-row>div:nth-child(1) {
	width: 50px !important;
}

.list-row>div:nth-child(2) {
	width: calc(100% - 150px) !important;
	font-size: 15px;
}

.list-row>div:nth-child(3) {
	width: 100px !important;
	text-align: right;
	font-size: 14px;
}

.list-row .icon-bg {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-bg-purple {
	background: #f2e7fc;
}

.icon-bg-purple span {
	font-size: 30px;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(#ea7ffe, #c35cec);
}

.icon-bg-yellow {
	background: #ffe2d9;
}

.icon-bg-yellow span {
	font-size: 30px;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(#fa7c51, #f5521b);
}

.icon-bg-blue {
	background: #ccedfe;
}

.icon-bg-blue span {
	font-size: 30px;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(#2ca2fc, #0785fe);
}

.icon-bg-orange {
	background: #ffe2d9;
}

.icon-bg-orange span {
	font-size: 30px;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(#fa7c51, #f5521b);
}

.icon-bg-green {
	background: #3cab49;
}

.icon-bg-green span {
	font-size: 30px;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}



.order-bar hr {
	margin: 0;
	border-bottom: 1px #ccc solid !important;
}


.order-tabs {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	display: flex;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	overflow-x: auto;
	background: #fff;
	align-items: center;
	z-index: 10000;
}

.order-tab {
	padding: 12px 15px;
	cursor: pointer;
	font-weight: 500;
	white-space: nowrap;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
}

.order-tab.active {
	color: rgba(240, 60, 65, 1);
	border-bottom-color: rgba(240, 60, 65, 1);
}

.order-tab:hover:not(.active) {
	background-color: #f5f7fa;
}

.search-box {
	display: flex;
	margin-bottom: 20px;
}

.search-input {
	flex: 1;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
}

.search-input:focus {
	border-color: rgba(240, 60, 65, 1);
}

.search-btn {
	background-color: rgba(240, 60, 65, 1);
	color: white;
	border: none;
	padding: 0 20px;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	transition: background-color 0.3s;
}

.search-btn:hover {
	background-color: rgba(240, 60, 65, 1);
}

.order-list {
	display: none;
}

.order-list.active {
	display: block;
}

.order-card {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	transition: transform 0.3s, box-shadow 0.3s;
	background-color: white;
}

.order-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.order-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.order-number {
	font-weight: bold;
	color: #555;
}

.order-status {
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
}

.status-pending {
	background-color: #fff8e1;
	color: #ff9800;
}

.status-paid {
	background-color: #e8f5e9;
	color: #4caf50;
}

.status-completed {
	background-color: #e3f2fd;
	color: #2196f3;
}

.status-refund {
	background-color: #ffebee;
	color: #f44336;
}

.order-content {
	display: flex;
	margin-bottom: 15px;
}

.order-image {
	width: 120px;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 15px;
	background-color: #f5f7fa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bbb;
	font-size: 14px;
}

.order-details {
	flex: 1;
}

.order-title {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 16px;
}

.order-info {
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}

.order-price {
	font-weight: bold;
	color: #ff5722;
	font-size: 18px;
	margin-top: 10px;
}

.order-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.order-time {
	color: #888;
	font-size: 13px;
}

.order-actions {
	display: flex;
}

.order-actions a {
	display: block;
	width: 100%;
}

.empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #888;
}

.empty-icon {
	font-size: 60px;
	margin-bottom: 15px;
	color: #ddd;
}

.empty-text {
	font-size: 16px;
	margin-bottom: 20px;
}

.empty-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #1a73e8;
	color: white;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s;
}

.empty-btn:hover {
	background-color: #0d62d9;
}


.status-card {
	text-align: center;
	padding: 20px;
}

.status-icon {
	font-size: 60px;
	margin-bottom: 15px;
}

.status-text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.status-desc {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.auth-tips {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
	margin-top: 30px;
}

.tips-title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

.tips-list {
	padding-left: 20px;
	font-size: 14px;
	color: #555;
}

.tips-list li {
	margin-bottom: 8px;
	list-style-type: disc;
}


.auth-status {
	padding: 30px;
	width: 100% !important;
	height: 100% !important;
	flex: 1 !important;
}

.auth-card {
	background-color: white;
	padding: 30px;
	flex: 1;
}

.section-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #333;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.section-title i {
	margin-right: 10px;
	color: #1a73e8;
}

.auth-status {
	background-color: white;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
	width: 300px;
}

.status-card {
	text-align: center;
	padding: 20px;
}

.status-icon {
	font-size: 60px;
	margin-bottom: 15px;
}

.status-text {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.status-desc {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.myOrder-tabs {
	display: flex;
	background: white;
	border-bottom: 1px solid #f0f0f0;
	position: sticky;
	top: 0;
	z-index: 90;
}

.myOrder-tab {
	flex: 1;
	padding: 15px;
	text-align: center;
	background: none;
	border: none;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.myOrder-tab.active {
	color: #ff7e00;
	font-weight: 600;
}

.myOrder-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
	height: 3px;
	background: #ff7e00;
	border-radius: 3px;
}

.myOrder-tab-badge {
	background: #ff4757;
	color: white;
	border-radius: 10px;
	padding: 2px 6px;
	font-size: 12px;
	margin-left: 5px;
}

/* 订单列表 */
.myOrder-list {
	padding: 15px 0;
}

.myOrder-item {
	background: white;
	border-radius: 12px;
	margin-bottom: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s;
}

.myOrder-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.myOrder-item-header {
	padding: 15px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myOrder-order-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.myOrder-order-no {
	font-size: 14px;
	color: #666;
}

.myOrder-order-time {
	font-size: 12px;
	color: #999;
}

.myOrder-status {
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

.myOrder-status-pending {
	background: #fff2e8;
	color: #ff7e00;
}

.myOrder-status-paid {
	background: #e6f7ff;
	color: #1890ff;
}

.myOrder-status-serving {
	background: #f6ffed;
	color: #52c41a;
}

.myOrder-status-completed {
	background: #f5f5f5;
	color: #666;
}

.myOrder-status-cancelled {
	background: #fff1f0;
	color: #ff4d4f;
}

.myOrder-item-content {
	padding: 15px;
}

.myOrder-service-info {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 15px;
}

.myOrder-service-icon {
	width: 50px;
	height: 50px;
	background: #fff5e6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7e00;
	font-size: 20px;
}

.myOrder-service-details {
	flex: 1;
}

.myOrder-service-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.myOrder-service-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 13px;
	color: #666;
}

.myOrder-meta-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.myOrder-meta-item i {
	color: #ff7e00;
	width: 14px;
}

.myOrder-price-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #f5f5f5;
}

.myOrder-price {
	text-align: right;
}

.myOrder-price-amount {
	font-size: 20px;
	font-weight: 700;
	color: #ff7e00;
}

.myOrder-price-unit {
	font-size: 12px;
	color: #999;
	margin-left: 2px;
}

.myOrder-price-desc {
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}

.myOrder-actions-section {
	padding: 15px;
	border-top: 1px solid #f5f5f5;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.myOrder-btn {
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid;
}

.myOrder-btn-primary {
	background: #ff7e00;
	color: white;
	border-color: #ff7e00;
}

.myOrder-btn-primary:hover {
	background: #ff6a00;
	border-color: #ff6a00;
}

.myOrder-btn-secondary {
	background: white;
	color: #666;
	border-color: #e0e0e0;
}

.myOrder-btn-secondary:hover {
	background: #f5f5f5;
	border-color: #d0d0d0;
}

.myOrder-btn-outline {
	background: white;
	color: #ff7e00;
	border-color: #ff7e00;
}

.myOrder-btn-outline:hover {
	background: #fff5e6;
}

/* 空状态 */
.myOrder-empty {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.myOrder-empty-icon {
	font-size: 60px;
	margin-bottom: 20px;
	color: #e0e0e0;
}

.myOrder-empty-text {
	font-size: 16px;
	margin-bottom: 10px;
}

.myOrder-empty-desc {
	font-size: 14px;
	color: #999;
}

/* 服务列表 */
.myService-tabs {
	display: flex;
	background: white;
	border-bottom: 1px solid #f0f0f0;
	position: sticky;
	top: 0;
	z-index: 90;
}

.myService-tab {
	flex: 1;
	padding: 15px;
	text-align: center;
	background: none;
	border: none;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.myService-tab.active {
	color: #ff7e00;
	font-weight: 600;
}

.myService-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
	height: 3px;
	background: #ff7e00;
	border-radius: 3px;
}

.myService-tab-badge {
	background: #ff4757;
	color: white;
	border-radius: 10px;
	padding: 2px 6px;
	font-size: 12px;
	margin-left: 5px;
}


.myService-list {
	padding: 15px 0;
}

.myService-item {
	background: white;
	border-radius: 12px;
	margin-bottom: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s;
}

.myService-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.myService-item-header {
	padding: 15px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myService-type {
	display: flex;
	align-items: center;
	gap: 8px;
}

.myService-type-icon {
	width: 32px;
	height: 32px;
	background: #fff5e6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7e00;
	font-size: 16px;
}

.myService-type-text {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

.myService-status {
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

.myService-status-online {
	background: #f6ffed;
	color: #52c41a;
}

.myService-status-offline {
	background: #f5f5f5;
	color: #666;
}

.myService-status-pending {
	background: #fff2e8;
	color: #ff7e00;
}

.myService-item-content {
	padding: 15px;
}

.myService-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.myService-name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.myService-details {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.myService-detail-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}

.myService-detail-item i {
	color: #ff7e00;
	width: 16px;
}

.myService-price {
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.myService-price-amount {
	font-size: 20px;
	font-weight: 700;
	color: #ff7e00;
}

.myService-price-unit {
	font-size: 14px;
	color: #999;
}

.myService-stats {
	display: flex;
	gap: 20px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #f5f5f5;
}

.myService-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.myService-stat-value {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.myService-stat-label {
	font-size: 12px;
	color: #999;
}

.myService-actions-section {
	padding: 15px;
	border-top: 1px solid #f5f5f5;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.myService-btn {
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid;
	display: flex;
	align-items: center;
	gap: 6px;
}

.myService-btn-primary {
	background: #ff7e00;
	color: white;
	border-color: #ff7e00;
}

.myService-btn-primary:hover {
	background: #ff6a00;
	border-color: #ff6a00;
	color: white;
}

.myService-btn-secondary {
	background: white;
	color: #666;
	border-color: #e0e0e0;
}

.myService-btn-secondary:hover {
	background: #f5f5f5;
	border-color: #d0d0d0;
}

.myService-btn-outline {
	background: white;
	color: #ff7e00;
	border-color: #ff7e00;
}

.myService-btn-outline:hover {
	background: #fff5e6;
}

/* 添加服务按钮 */
.myService-add-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ff7e00 0%, #ffa940 100%);
	color: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(255, 126, 0, 0.4);
	transition: all 0.3s;
	z-index: 100;
}

.myService-add-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(255, 126, 0, 0.5);
}

/* 空状态 */
.myService-empty {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.myService-empty-icon {
	font-size: 60px;
	margin-bottom: 20px;
	color: #e0e0e0;
}

.myService-empty-text {
	font-size: 16px;
	margin-bottom: 10px;
}

.myService-empty-desc {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.myService-empty-btn {
	background: #ff7e00;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
}


.myTask-tabs {
	display: flex;
	background: white;
	border-bottom: 1px solid #f0f0f0;
	position: sticky;
	top: 0;
	z-index: 90;
	overflow-x: auto;
}

.myTask-tab {
	flex: 1;
	padding: 15px;
	text-align: center;
	background: none;
	border: none;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	white-space: nowrap;
	min-width: 80px;
}

.myTask-tab.active {
	color: #ff7e00;
	font-weight: 600;
}

.myTask-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
	height: 3px;
	background: #ff7e00;
	border-radius: 3px;
}

.myTask-tab-badge {
	background: #ff4757;
	color: white;
	border-radius: 10px;
	padding: 2px 6px;
	font-size: 12px;
	margin-left: 5px;
}

/* 需求列表 */
.myTask-list {
	padding: 15px 0;
}

.myTask-item {
	background: white;
	border-radius: 12px;
	margin-bottom: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s;
}

.myTask-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.myTask-item-header {
	padding: 15px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myTask-type {
	display: flex;
	align-items: center;
	gap: 8px;
}

.myTask-type-icon {
	width: 32px;
	height: 32px;
	background: #fff5e6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7e00;
	font-size: 16px;
}

.myTask-type-text {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

.myTask-status {
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

.myTask-status-recruiting {
	background: #f6ffed;
	color: #52c41a;
}

.myTask-status-completed {
	background: #e6f7ff;
	color: #1890ff;
}

.myTask-status-closed {
	background: #f5f5f5;
	color: #666;
}

.myTask-status-expired {
	background: #fff1f0;
	color: #ff4d4f;
}

.myTask-item-content {
	padding: 15px;
}

.myTask-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.myTask-name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
}

.myTask-details {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.myTask-detail-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}

.myTask-detail-item i {
	color: #ff7e00;
	width: 16px;
}

.myTask-price {
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.myTask-price-amount {
	font-size: 20px;
	font-weight: 700;
	color: #ff7e00;
}

.myTask-price-unit {
	font-size: 14px;
	color: #999;
}

.myTask-price-type {
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
}

.myTask-price-type-fixed {
	background: #fff2e8;
	color: #ff7e00;
}

.myTask-price-type-bid {
	background: #e6f7ff;
	color: #1890ff;
}

/* 投标信息 */
.myTask-bid-info {
	margin-top: 15px;
	padding: 12px;
	background: #f8f9fa;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myTask-bid-count {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
}

.myTask-bid-count i {
	color: #ff7e00;
}

.myTask-bid-actions {
	display: flex;
	gap: 10px;
}

.myTask-stats {
	display: flex;
	gap: 20px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #f5f5f5;
}

.myTask-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.myTask-stat-value {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.myTask-stat-label {
	font-size: 12px;
	color: #999;
}

.myTask-actions-section {
	padding: 15px;
	border-top: 1px solid #f5f5f5;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.myTask-btn {
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid;
	display: flex;
	align-items: center;
	gap: 6px;
}

.myTask-btn-primary {
	background: #ff7e00;
	color: white;
	border-color: #ff7e00;
}

.myTask-btn-primary:hover {
	background: #ff6a00;
	border-color: #ff6a00;
}

.myTask-btn-secondary {
	background: white;
	color: #666;
	border-color: #e0e0e0;
}

.myTask-btn-secondary:hover {
	background: #f5f5f5;
	border-color: #d0d0d0;
}

.myTask-btn-outline {
	background: white;
	color: #ff7e00;
	border-color: #ff7e00;
}

.myTask-btn-outline:hover {
	background: #fff5e6;
}

/* 添加需求按钮 */
.myTask-add-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ff7e00 0%, #ffa940 100%);
	color: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(255, 126, 0, 0.4);
	transition: all 0.3s;
	z-index: 100;
}

.myTask-add-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(255, 126, 0, 0.5);
}

/* 空状态 */
.myTask-empty {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.myTask-empty-icon {
	font-size: 60px;
	margin-bottom: 20px;
	color: #e0e0e0;
}

.myTask-empty-text {
	font-size: 16px;
	margin-bottom: 10px;
}

.myTask-empty-desc {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.myTask-empty-btn {
	background: #ff7e00;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
}


/* 认证状态类型标签 */
.myCoach-tabs {
	display: flex;
	background: white;
	border-bottom: 1px solid #f0f0f0;
	position: sticky;
	top: 0;
	z-index: 90;
}

.myCoach-tab {
	flex: 1;
	padding: 15px;
	text-align: center;
	background: none;
	border: none;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.myCoach-tab.active {
	color: #ff7e00;
	font-weight: 600;
}

.myCoach-tab.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
	height: 3px;
	background: #ff7e00;
	border-radius: 3px;
}

.myCoach-tab-badge {
	background: #ff4757;
	color: white;
	border-radius: 10px;
	padding: 2px 6px;
	font-size: 12px;
	margin-left: 5px;
}

/* 认证列表 */
.myCoach-list {
	padding: 15px 0;
}

.myCoach-item {
	background: white;
	border-radius: 12px;
	margin-bottom: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s;
}

.myCoach-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.myCoach-item-header {
	padding: 15px;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myCoach-type {
	display: flex;
	align-items: center;
	gap: 12px;
}

.myCoach-type-icon {
	width: 40px;
	height: 40px;
	background: #fff5e6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7e00;
	font-size: 18px;
}

.myCoach-type-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.myCoach-type-name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.myCoach-type-desc {
	font-size: 12px;
	color: #999;
}

.myCoach-status {
	padding: 6px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

.myCoach-status-pending {
	background: #fff2e8;
	color: #ff7e00;
}

.myCoach-status-approved {
	background: #f6ffed;
	color: #52c41a;
}

.myCoach-status-rejected {
	background: #fff1f0;
	color: #ff4d4f;
}

.myCoach-status-draft {
	background: #f5f5f5;
	color: #666;
}

.myCoach-item-content {
	padding: 15px;
}

.myCoach-details {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.myCoach-detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myCoach-detail-label {
	font-size: 14px;
	color: #666;
}

.myCoach-detail-value {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

.myCoach-level {
	display: flex;
	align-items: center;
	gap: 8px;
}

.myCoach-level-stars {
	display: flex;
	gap: 2px;
}

.myCoach-level-star {
	color: #ffc107;
	font-size: 14px;
}

.myCoach-level-text {
	font-size: 14px;
	font-weight: 500;
	color: #ff7e00;
}

.myCoach-progress {
	margin-top: 10px;
}

.myCoach-progress-bar {
	height: 6px;
	background: #f0f0f0;
	border-radius: 3px;
	overflow: hidden;
}

.myCoach-progress-fill {
	height: 100%;
	background: #ff7e00;
	border-radius: 3px;
	transition: width 0.3s ease;
}

.myCoach-progress-text {
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-top: 4px;
}

.myCoach-reason {
	margin-top: 10px;
	padding: 10px;
	background: #f8f9fa;
	border-radius: 6px;
	font-size: 12px;
	color: #666;
}

.myCoach-reason strong {
	color: #333;
}

.myCoach-actions-section {
	padding: 15px;
	border-top: 1px solid #f5f5f5;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.myCoach-btn {
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	border: 1px solid;
	display: flex;
	align-items: center;
	gap: 6px;
}

.myCoach-btn-primary {
	background: #ff7e00;
	color: white;
	border-color: #ff7e00;
}

.myCoach-btn-primary:hover {
	background: #ff6a00;
	border-color: #ff6a00;
}

.myCoach-btn-secondary {
	background: white;
	color: #666;
	border-color: #e0e0e0;
}

.myCoach-btn-secondary:hover {
	background: #f5f5f5;
	border-color: #d0d0d0;
}

.myCoach-btn-outline {
	background: white;
	color: #ff7e00;
	border-color: #ff7e00;
}

.myCoach-btn-outline:hover {
	background: #fff5e6;
}

/* 添加认证按钮 */
.myCoach-add-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #ff7e00 0%, #ffa940 100%);
	color: white;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 4px 20px rgba(255, 126, 0, 0.4);
	transition: all 0.3s;
	z-index: 100;
}

.myCoach-add-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(255, 126, 0, 0.5);
}

/* 空状态 */
.myCoach-empty {
	text-align: center;
	padding: 60px 20px;
	color: #999;
}

.myCoach-empty-icon {
	font-size: 60px;
	margin-bottom: 20px;
	color: #e0e0e0;
}

.myCoach-empty-text {
	font-size: 16px;
	margin-bottom: 10px;
}

.myCoach-empty-desc {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.myCoach-empty-btn {
	background: #ff7e00;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
}


.myJob-content {
	padding: 15px 0;
}

.myJob-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.myJob-form-section {
	margin-bottom: 15px;
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.myJob-section-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}

.myJob-section-icon {
	width: 36px;
	height: 36px;
	background: #fff5e6;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #ff7e00;
	font-size: 16px;
}

.myJob-section-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

/* 表单组样式 */
.myJob-form-group {
	margin-bottom: 20px;
}

.myJob-form-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #555;
}

.myJob-form-label.required::after {
	content: " *";
	color: #ff4757;
}

.myJob-form-input,
.myJob-form-select,
.myJob-form-textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	transition: all 0.3s;
	background: white;
}

.taskPub-form-group input::placeholder,
.taskPub-form-group select::placeholder,
.taskPub-form-group textarea::placeholder {
	font-size: 13px !important;
}


.myJob-form-input:focus,
.myJob-form-select:focus,
.myJob-form-textarea:focus {
	outline: none;
	border-color: #ffa940;
	box-shadow: 0 0 0 2px rgba(255, 167, 64, 0.2);
}

.myJob-form-textarea {
	min-height: 100px;
	resize: vertical;
}

.myJob-form-hint {
	font-size: 12px;
	color: #888;
	margin-top: 5px;
}

/* 上传区域 */
.myJob-upload-area {
	border: 2px dashed #e0e0e0;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	background: #fafafa;
}

.myJob-upload-area:hover {
	border-color: #ffa940;
	background: #fff9f0;
}

.myJob-upload-area.dragover {
	border-color: #ff7e00;
	background: #fff5e6;
}

.myJob-upload-icon {
	font-size: 40px;
	color: #ff7e00;
	margin-bottom: 10px;
}

.myJob-upload-icon i {
	font-size: 40px;
}

.myJob-upload-text {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}

.myJob-upload-hint {
	font-size: 14px;
	color: #888;
}

.myJob-upload-input {
	display: none;
}

/* 文件预览 */
.myJob-file-preview {
	margin-top: 15px;
}

.myJob-file-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #f8f9fa;
	border-radius: 8px;
	margin-bottom: 10px;
}

.myJob-file-icon {
	width: 40px;
	height: 40px;
	background: #fff5e6;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff7e00;
	font-size: 18px;
}

.myJob-file-info {
	flex: 1;
}

.myJob-file-name {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}

.myJob-file-size {
	font-size: 12px;
	color: #888;
}

.myJob-file-remove {
	background: none;
	border: none;
	color: #ff4757;
	cursor: pointer;
	font-size: 16px;
	padding: 5px;
	border-radius: 4px;
	transition: all 0.3s;
}

.myJob-file-remove:hover {
	background: #fff1f0;
}

/* 证书上传区域 */
.myJob-certificates {
	margin-top: 15px;
}

.myJob-certificate-item {
	background: #f8f9fa;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #e9ecef;
}

.myJob-certificate-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.myJob-certificate-title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.myJob-certificate-remove {
	background: none;
	border: none;
	color: #ff4757;
	cursor: pointer;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
	transition: all 0.3s;
}

.myJob-certificate-remove:hover {
	background: #fff1f0;
}

.myJob-certificate-preview {
	height: 120px;
	background: #e9ecef;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	margin-bottom: 12px;
	overflow: hidden;
}

.myJob-certificate-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myJob-certificate-name-input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 14px;
	background: white;
}

.myJob-certificate-name-input:focus {
	outline: none;
	border-color: #ffa940;
}

.myJob-add-certificate {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px;
	border: 2px dashed #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
}

.myJob-add-certificate:hover {
	border-color: #ffa940;
	color: #ff7e00;
}

/* 底部操作栏 */
.myJob-footer {
	padding: 20px;
	background: white;
	border-top: 1px solid #f0f0f0;
	position: sticky;
	bottom: 0;
	z-index: 90;
}

.myJob-actions {
	display: flex;
	gap: 15px;
}

.myJob-btn {
	flex: 1;
	padding: 14px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.myJob-btn-secondary {
	background: #f8f9fa;
	color: #666;
	border: 1px solid #e0e0e0;
}

.myJob-btn-secondary:hover {
	background: #e9ecef;
}

.myJob-btn-primary {
	background: linear-gradient(135deg, #ff7e00 0%, #ffa940 100%);
	color: white;
	box-shadow: 0 4px 15px rgba(255, 126, 0, 0.3);
}

.myJob-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 126, 0, 0.4);
}

#FileUpload1,
#FileUpload2 {
	display: none;
}

.preview-pic {
	text-align: center;
}

.preview-pic img {
	max-width: 100px;
	max-height: 100px;
}

.form-container {
	padding: 20px 0;
}



.job_certi_form .person-form {
	background-color: #f9fafc;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
	border-left: 4px solid #ff7900 !important;
	position: relative;
}

.person-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e1e5eb;
}

.job_certi_form .person-title {
	font-weight: bold;
	color: #ff7900;
	font-size: 16px;
}

.remove-btn {
	background-color: #ff4757;
	color: white;
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
}

.form-container .form-group {
	margin-bottom: 15px;
}

.form-container label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	color: #555;
}

.form-container input[type="text"],
.form-container input[type="number"],
.form-container input[type="date"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 15px;
	transition: all 0.3s;
}

.form-container input:focus {
	border-color: #34b14a;
	box-shadow: 0 0 0 2px rgba(106, 17, 203, 0.2);
	outline: none;
}

.form-container .radio-group {
	display: flex;
	gap: 15px;
	margin-top: 5px;
}

.form-container .radio-option {
	display: flex;
	align-items: center;
}

.form-container .radio-option input {
	margin-right: 5px;
}

.job_certi_form .add-btn {
	display: block;
	width: 100%;
	background: #fff;
	color: #ff7900;
	border:1px solid #ff7900;
	border-radius: 6px;
	padding: 14px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.3s;
}

.add-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(106, 17, 203, 0.3);
}

.submit-btn {
	display: block;
	width: 100%;
	background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%);
	color: white;
	border: none;
	border-radius: 6px;
	padding: 16px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	transition: all 0.3s;
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 176, 155, 0.3);
}

.element {
	display: none;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(20px);
}

.element.visible {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

/* 服务模块 - 特殊样式 */
.userAcc-serviceSectionV2 .userAcc-sectionTitleV2::before {
	background-color: #00b894;
}

.userAcc-serviceListV2 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.userAcc-serviceItemV2 {
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 16px;
	background-color: #f9f9f9;
	cursor: pointer;
	transition: all 0.3s;
	border: 2px solid transparent;
}

.userAcc-serviceItemV2:last-child {
	margin-bottom: 0;
}

.userAcc-serviceItemV2:hover {
	background-color: white;
	border-color: #00b894;
	transform: translateX(10px);
}

.userAcc-serviceIconV2 {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
	font-size: 22px;
	color: white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.userAcc-iconServiceManageV2 {
	background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
}

.userAcc-iconServiceMsgV2 {
	background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
}

.userAcc-iconServiceMsgV2 i,
.userAcc-iconServiceManageV2 i {
	font-size: 30px;
}

.userAcc-serviceContentV2 {
	flex: 1;
}

.userAcc-serviceTitleV2 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 6px;
	color: #2d3436;
}

.userAcc-serviceDescV2 {
	font-size: 13px;
	color: #636e72;
}

.userAcc-serviceArrowV2 {
	color: #b2bec3;
	font-size: 16px;
	transition: transform 0.3s;
}

.userAcc-serviceItemV2:hover .userAcc-serviceArrowV2 {
	transform: translateX(5px);
	color: #00b894;
}


.userOffer-table-container {
	background-color: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.userOffer-table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.userOffer-table {
	width: 100%;
	border-collapse: collapse;
}

.userOffer-thead {
	background-color: #f8fafc;
}

.userOffer-th {
	padding: 18px 16px;
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	color: #4a5568;
	border-bottom: 2px solid #e2e8f0;
	white-space: nowrap;
}

.userOffer-th i {
	margin-right: 8px;
	color: #4299e1;
}

.userOffer-tbody .userOffer-tr {
	border-bottom: 1px solid #edf2f7;
	transition: background-color 0.2s;
}

.userOffer-tbody .userOffer-tr:hover {
	background-color: #f8fafc;
}

.userOffer-tbody .userOffer-tr:last-child {
	border-bottom: none;
}

.userOffer-td {
	padding: 18px 16px;
	font-size: 15px;
	color: #2d3748;
	white-space: nowrap;
}

.userOffer-price {
	font-weight: 700;
	color: #2d3748;
}

.userOffer-price.high {
	color: #38a169;
}

.userOffer-price.low {
	color: #e53e3e;
}

.userOffer-status {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	min-width: 80px;
}

.userOffer-status.success {
	background-color: #c6f6d5;
	color: #22543d;
}

.userOffer-status.pending {
	background-color: #fed7d7;
	color: #742a2a;
}

.userOffer-status.processing {
	background-color: #feebc8;
	color: #744210;
}

.userOffer-status.completed {
	background-color: #bee3f8;
	color: #2a4365;
}

.userArticle-category-filter {
	display: flex;
	overflow-x: auto;
	margin-bottom: 25px;
	padding-bottom: 5px;
	-webkit-overflow-scrolling: touch;
}

.userArticle-category-filter::-webkit-scrollbar {
	height: 4px;
}

.userArticle-category-filter::-webkit-scrollbar-thumb {
	background-color: #3498db;
	border-radius: 4px;
}

.userArticle-category-item {
	padding: 10px 20px;
	background-color: white;
	border-radius: 20px;
	margin-right: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #7f8c8d;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	border: 1px solid #ecf0f1;
}

.userArticle-category-item.active {
	background-color: #333;
	color: white;
	border-color: #222;
}

.userArticle-question-list {
	margin-bottom: 30px;
}

.userArticle-question-item {
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	transition: all 0.3s;
	border-left: 4px solid #f9880e;
	position: relative;
}

.userArticle-question-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.userArticle-question-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.userArticle-question-title {
	font-size: 17px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 8px;
	flex-grow: 1;
}

.userArticle-question-category {
	display: inline-block;
	padding: 4px 10px;
	background-color: rgba(250, 135, 14, .1);
	color: #f9880e;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;
}

.userArticle-question-preview {
	font-size: 15px;
	color: #7f8c8d;
	line-height: 1.5;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.userArticle-question-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #95a5a6;
}

.userArticle-question-date {
	display: flex;
	align-items: center;
}

.userArticle-question-date i {
	margin-right: 5px;
}

.userArticle-detail-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 100;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
	padding-top: 60px;
}

.userArticle-detail-page.active {
	transform: translateX(0);
}

.userArticle-detail-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	padding: 15px;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	z-index: 10;
}

.userArticle-back-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f8fafc;
	color: #3498db;
	margin-right: 15px;
	cursor: pointer;
	transition: all 0.3s;
}

.userArticle-back-btn:hover {
	background-color: #3498db;
	color: white;
}

.userArticle-detail-title {
	font-size: 20px;
	font-weight: 600;
	color: #2c3e50;
	flex-grow: 1;
}

.userArticle-detail-content {
	padding: 25px 20px;
}

.userArticle-detail-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ecf0f1;
}

.userArticle-detail-category {
	padding: 6px 14px;
	background-color: #e8f4fc;
	color: #3498db;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 600;
}

.userArticle-detail-date {
	font-size: 14px;
	color: #95a5a6;
	display: flex;
	align-items: center;
}

.userArticle-detail-date i {
	margin-right: 6px;
}

.userArticle-detail-body {
	font-size: 16px;
	line-height: 1.7;
	color: #2c3e50;
}

.userArticle-detail-body h3 {
	margin: 25px 0 15px;
	color: #2c3e50;
}

.userArticle-detail-body p {
	margin-bottom: 15px;
}

.userArticle-detail-body ul,
.userArticle-detail-body ol {
	padding-left: 20px;
	margin-bottom: 15px;
}

.userArticle-detail-body li {
	margin-bottom: 8px;
}

.userArticle-detail-body blockquote {
	border-left: 4px solid #3498db;
	padding-left: 15px;
	margin: 20px 0;
	font-style: italic;
	color: #7f8c8d;
}

.userArticle-related-questions {
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #ecf0f1;
}

.userArticle-related-title {
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 20px;
}

.userArticle-related-item {
	padding: 15px;
	background-color: #f8fafc;
	border-radius: 10px;
	margin-bottom: 12px;
	cursor: pointer;
	transition: all 0.3s;
}

.userArticle-related-item:hover {
	background-color: #e8f4fc;
	transform: translateX(5px);
}

.userArticle-related-question {
	font-size: 15px;
	font-weight: 500;
	color: #2c3e50;
	margin-bottom: 5px;
}

.serviceList-items {
	padding: 0;
}

.serviceList-item {
	background-color: white;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	border: 1px solid #f1f5f9;
}

.serviceList-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.serviceList-item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.serviceList-item-title {
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.4;
	flex: 1;
	margin-right: 10px;
}

.serviceList-item-level {
	display: inline-block;
	padding: 4px 12px;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
	color: white;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.serviceList-item-level.vip {
	background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.serviceList-item-level.pro {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.serviceList-item-price {
	font-size: 24px;
	font-weight: 800;
	color: var(--brand-orange);
	display: flex;
	align-items: center;
}

.serviceList-item-price-currency {
	font-size: 16px;
	color: #6b7280;
	margin-right: 2px;
}

.serviceList-item-price-unit {
	font-size: 14px;
	color: #6b7280;
	font-weight: 500;
	margin-left: 4px;
}

.serviceList-item-provider {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.serviceList-item-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
	border: 3px solid #f3f4f6;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.serviceList-item-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.serviceList-provider-info {
	flex: 1;
}

.serviceList-provider-name {
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 4px;
}

.serviceList-provider-badges {
	display: flex;
	align-items: center;
}

.serviceList-badge {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
	font-size: 13px;
	color: #6b7280;
}

.serviceList-badge i {
	margin-right: 4px;
	font-size: 12px;
}

.serviceList-badge.verified {
	color: #10b981;
}

.serviceList-badge.certified {
	color: #3b82f6;
}

.serviceList-item-location {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	color: #6b7280;
	font-size: 14px;
}

.serviceList-item-location i {
	margin-right: 8px;
	color: #ef4444;
}

.serviceList-item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid #f3f4f6;
}

.serviceList-item-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.serviceList-tag {
	background-color: #f3f4f6;
	color: #6b7280;
	padding: 6px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
}

.serviceList-view-btn {
	background: linear-gradient(135deg, #f9880e 0%, #eb7a00 100%);
	color: white;
	border: none;
	border-radius: 12px;
	padding: 10px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
}

.serviceList-view-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(79, 70, 229, 0.3);
}

.serviceList-view-btn i {
	margin-left: 6px;
	font-size: 14px;
}

/* 空状态样式 */
.serviceList-empty {
	text-align: center;
	padding: 60px 20px;
	color: #9ca3af;
}

.serviceList-empty-icon {
	font-size: 70px;
	margin-bottom: 20px;
	color: #d1d5db;
}

.serviceList-empty-text {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}


/* 响应式设计 */
@media (max-width: 600px) {
	.service-profile-header {
		flex-direction: column;
		text-align: center;
	}

	.service-avatar {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.service-profile-details {
		grid-template-columns: 1fr;
	}

	.service-certificates-grid {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}

	.service-fixed-actions {
		padding: 12px 15px;
	}

	.service-btn-back {
		flex: 0 0 100px;
	}

	.reser-service-header {
		flex-direction: column;
		text-align: center;
	}

	.reser-avatar {
		margin-right: 0;
		margin-bottom: 15px;
	}


	.reser-time-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.reser-actions {
		flex-direction: column;
		gap: 20px;
	}

	.reser-btn {
		width: 100%;
		justify-content: center;
	}

	.servicePub-actions {
		flex-direction: column;
		gap: 15px;
	}

	.servicePub-btn {
		width: 100%;
	}

	.servicePub-certificates {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}

	.servicePub-area-selectors {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.taskList-footer {
		flex-direction: column;
		gap: 10px;
	}

	.taskList-btn {
		width: 100%;
		justify-content: center;
	}

	.taskList-datetime {
		flex-direction: column;
		gap: 10px;
	}

	.myOrder-service-meta {
		flex-direction: column;
		gap: 8px;
	}

	.myOrder-actions-section {
		flex-wrap: wrap;
	}

	.myOrder-btn {
		flex: 1;
		min-width: 100px;
	}

	.myService-details {
		flex-direction: column;
		gap: 10px;
	}

	.myService-actions-section {
		flex-wrap: wrap;
	}

	.myService-btn {
		flex: 1;
		min-width: 120px;
		justify-content: center;
	}

	.myService-add-btn {
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.myTask-details {
		flex-direction: column;
		gap: 10px;
	}

	.myTask-actions-section {
		flex-wrap: wrap;
	}

	.myTask-table {
		display: none;
		padding: 0 15px;
		text-align: center;
	}

	.myTask-btn {
		flex: 1;
		min-width: 120px;
		justify-content: center;
	}

	.myTask-add-btn {
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.myTask-bid-info {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.myTask-bid-actions {
		width: 100%;
		justify-content: flex-end;
	}


	.myCoach-actions-section {
		flex-wrap: wrap;
	}

	.myCoach-btn {
		flex: 1;
		min-width: 120px;
		justify-content: center;
	}

	.myCoach-add-btn {
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.myCoach-detail-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.myJob-actions {
		flex-direction: column;
	}

	.myJob-btn {
		width: 100%;
	}

	.myJob-certificate-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}


	.userAcc-orderGridV2 {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.userAcc-demandGridV2 {
		grid-template-columns: 1fr;
	}

	.userAcc-accountGridV2 {
		grid-template-columns: 1fr;
	}

	.userAcc-headerV2 {
		padding: 20px;
	}

	.userAcc-avatarV2 {
		width: 65px;
		height: 65px;
		font-size: 26px;
	}

	.userAcc-usernameV2 {
		font-size: 22px;
	}

	.userAcc-cardV2 {
		padding: 20px;
	}
}



@media (min-width: 980px) and (max-width: 3000px) {

	.relative-bg,
	.tab-bar,
	.tab-isbar {
		display: none;
	}
}