/* 猿急送 V2.0 CSS 架构 - PC 端专属 (Webpage) */
/* ========================================================================== */

/* PC 端主按钮悬停反馈 */
.btn-primary:hover,
.btn-success:hover,
.dark_hover_btn:hover,
.weui_btn_primary:hover,
.yjs-v2-btn-primary:hover {
	background-color: var(--yjs-brand) !important;
	/* 强制覆盖老样式黑底 */
	border-color: var(--yjs-brand) !important;
	filter: brightness(1.1);
	box-shadow: var(--yjs-shadow-btn-hover) !important;
	transition: all 0.2s ease-in-out;
	color: var(--yjs-bg-white) !important;
}

/* PC 端次级按钮悬停反馈 */
.yjs-v2-btn-secondary:hover {
	background-color: var(--yjs-brand-bg-hover) !important;
	/* 悬停时稍微加深背景 */
	color: var(--yjs-brand-active) !important;
	text-decoration: none !important;
}

/* 简历卡片内部结构 */
.resume_card .consultant_title,
.resume_card .consultant_title.margin_top_15 {
	margin-top: 0 !important;
}

.resume_head {
	display: block;
	border-bottom: 1px solid #eef2f6;
	padding-bottom: 12px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
}

.resume_head_left {
	min-width: 0;
}

.resume_company_line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
}

.resume_company_main {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.resume_company_name {
	font-size: 16px;
	font-weight: 700;
	color: var(--yjs-text-strong);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 520px;
	display: inline-block;
	vertical-align: middle;
}

.resume_badge {
	font-size: 12px;
	line-height: 18px;
	padding: 0 6px;
	border-radius: 3px;
	color: #fff;
	flex: 0 0 auto;
}

.resume_badge_personal {
	background-color: #2aabd2;
}

.resume_badge_team {
	background-color: var(--yjs-brand);
}

.resume_meta_line {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: #555;
	font-size: 13px;
}

.resume_kv {
	display: inline-flex;
	align-items: center;
	gap: 0;
	white-space: nowrap;
	padding: 2px 8px;
	border-radius: 3px;
	background-color: var(--yjs-bg-light);
}

.resume_kv b {
	font-weight: 500 !important;
	color: var(--yjs-text-body) !important;
}

.resume_id {
	font-size: 13px;
	color: #a0aab5;
	white-space: nowrap;
	margin-top: 0;
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	border-left: none;
}

.resume_hot_badge {
	color: #e65c00 !important;
	background-color: #fff5eb !important;
	background-image: none !important;
	box-shadow: none !important;
	padding: 2px 8px !important;
	border-radius: 4px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 500 !important;
	display: inline-flex;
	align-items: center;
}

.resume_hot_badge .glyphicon {
	color: #ff8a3d !important;
}

.resume_actions {
	margin-top: 10px;
	display: flex;
	align-items: center;
	align-content: center;
	gap: 12px;
	flex-wrap: wrap;
	border-top: 1px dashed #e9ecef;
	padding-top: 10px;
}

.resume_actions .weui_btn {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	box-sizing: border-box;
}

.resume_card a.resume_main_link {
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-in-out;
	color: inherit;
	border-radius: 8px;
	cursor: pointer;
}

.resume_card a.resume_main_link .resume_company_name {
	transition: color 0.3s ease-in-out;
	color: var(--yjs-text-strong);
	font-size: 18px;
}

.resume_card a.resume_main_link:hover {
	text-decoration: none;
	background-color: transparent !important;
	color: inherit !important;
}

.resume_card a.resume_main_link:hover .resume_company_name {
	color: var(--yjs-brand-dark) !important;
}

.resume_case_module {
	margin-top: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
}

.resume_case_links {
	margin: 0;
	line-height: 1.9;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.resume_case_links a.resume_case_tag {
	color: var(--yjs-brand-link-rest) !important;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	padding: 2px 10px !important;
	border: 1px solid #e0e6ed !important;
	background-color: #f8f9fa !important;
	border-radius: 12px !important;
	transition: all 0.2s ease-in-out;
}

.resume_case_links_wrap {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 6px;
	overflow: hidden;
}

.resume_case_links_wrap a {
	margin: 0;
}

.resume_case_links_wrap a:not(.resume_case_more) {
	max-width: 220px;
	flex: 0 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.resume_case_links a.resume_case_tag:hover {
	color: var(--yjs-brand) !important;
	background-color: var(--yjs-brand-bg) !important;
	border-color: var(--yjs-brand-bg-hover) !important;
}

.resume_case_more {
	display: inline-flex;
	align-items: center;
	color: var(--yjs-brand-active);
	text-decoration: none;
	margin-left: 6px;
	font-size: 12px;
	opacity: 0.85;
	line-height: 1.6;
}

.resume_case_links a.resume_case_more {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin-left: 6px;
	border: 0;
	background: transparent;
	border-radius: 0;
}

.resume_case_links a.resume_case_more:hover {
	color: var(--yjs-brand) !important;
	background: transparent !important;
	border-color: transparent !important;
}

.hover_link a:hover {
	color: var(--yjs-brand-active) !important;
	text-decoration: underline !important;
	background: transparent !important;
}

/* 信用分仪表盘组件 */
.credit-score-panel {
	position: relative;
	margin-bottom: 16px;
	padding: 14px 14px 12px;
	border-radius: 12px;
	background: linear-gradient(180deg, #fbfefd 0%, #f3faf6 100%);
	border: 1px solid #edf4ef;
	overflow: hidden;
}

.credit-score-watermark {
	position: absolute;
	right: 14px;
	top: 12px;
	color: #e0ece4;
	line-height: 1;
}

.credit-score-gauge {
	position: relative;
	width: 100%;
	max-width: 238px;
	margin: 0 auto;
	padding-bottom: 12px;
}

.credit-score-gauge-svg {
	display: block;
	width: 100%;
	height: auto;
}

.credit-score-gauge-track {
	fill: none;
	stroke: #e4e7eb;
	stroke-width: 10;
	stroke-linecap: round;
}

.credit-score-gauge-ticks {
	fill: none;
	stroke: rgba(132, 146, 166, 0.45);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-dasharray: 1.6 6;
}

.credit-score-gauge-progress {
	fill: none;
	stroke: var(--yjs-brand);
	stroke-width: 10;
	stroke-linecap: round;
	stroke-dasharray: 262 320;
}

.credit-score-gauge-glow {
	fill: rgba(255, 255, 255, 0.95);
	stroke: rgba(39, 174, 96, 0.14);
	stroke-width: 4;
}

.credit-score-gauge-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 34px;
	text-align: center;
}

.credit-score-gauge-status {
	font-size: 13px;
	line-height: 1.4;
	color: var(--yjs-brand-active);
	font-weight: bold;
	margin-bottom: 6px;
}

.credit-score-gauge-value {
	font-size: 48px;
	line-height: 1;
	color: var(--yjs-text-primary);
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.credit-score-gauge-label {
	margin-top: 7px;
	font-size: 11px;
	line-height: 1.4;
	color: var(--yjs-text-secondary);
}

.credit-score-gauge-rank {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
}

.credit-score-gauge-scale {
	position: absolute;
	bottom: 16px;
	font-size: 10px;
	line-height: 1;
	color: #9aa7a1;
	font-weight: normal;
}

.credit-score-gauge-scale-min {
	left: 19px;
}

.credit-score-gauge-scale-max {
	right: 10px;
}

/* 其他辅助样式 */
.tooltip {
	z-index: 9999;
}

/* ================= 悬浮客服组件 (FAB) ================= */
.service_box {
	position: fixed;
	right: max(40px, calc((100vw - 1200px) / 2 - 80px));
	/* 带鱼屏自适应：贴着 1200px 容器右侧外 80px */
	bottom: 60px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/* 展开时的二维码容器 */
.service_box .service_qrcode_div {
	display: none;
	width: auto;
	/* 覆盖老样式的 120px */
	background: var(--yjs-bg-white);
	border-radius: 12px;
	padding: 12px;
	box-shadow: var(--yjs-shadow-lg);
	margin-bottom: 12px;
	border: 1px solid var(--yjs-border-color);
	animation: slideUpFade 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	transform-origin: bottom right;
}

@keyframes slideUpFade {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.95);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.service_box:hover .service_qrcode_div {
	display: block;
}

.service_box .b_qrcode_img {
	width: 140px;
	height: 140px;
	display: block;
	border: none;
	/* 覆盖老样式的边框 */
	margin: 0;
}

/* 悬浮主按钮（默认正圆形，Hover 展开胶囊）
   ⚠️ 用 .service_box .service_item 复合选择器提权，覆盖 webpage_2.6.css:2282 老样式 */
.service_box .service_item {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: relative;
	background-color: var(--yjs-brand) !important;
	color: var(--yjs-bg-white) !important;
	height: 48px !important;
	width: 48px !important;
	min-width: 48px !important;
	max-width: 176px;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	box-shadow: 0 8px 24px rgba(39, 174, 96, 0.35) !important;
	cursor: pointer;
	text-decoration: none !important;
	transition: width 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

.service_box .service_item:hover {
	width: 176px !important;
	max-width: 176px;
	min-width: 48px !important;
	padding: 0 !important;
	justify-content: center !important;
	border-radius: 48px !important;
	background-color: var(--yjs-brand) !important;
	filter: brightness(1.1);
	box-shadow: 0 12px 32px rgba(39, 174, 96, 0.45) !important;
	transform: translateY(-2px);
	color: var(--yjs-bg-white) !important;
	text-decoration: none !important;
}

/* 微信图标容器 —— 覆盖老样式 float:left + margin:10px 10px 0
   ⚠️ 内部 <img> 有内联 style width/height:20px，用 flex 容器强制居中 */
.service_box .service_icon {
	width: 24px !important;
	height: 24px !important;
	fill: currentColor;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-shrink: 0;
	line-height: 1 !important;
	vertical-align: middle;
	transform: translate(-50%, -50%);
	transition: left 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.service_box .service_icon img {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	vertical-align: middle;
}

.service_box .service_item:hover .service_icon {
	left: 26px;
	transform: translate(-50%, -50%);
}

.service_box .service_text {
	position: absolute;
	left: 46px;
	top: 50%;
	display: block;
	height: auto;
	margin: 0;
	overflow: visible;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	line-height: 1;
	pointer-events: none;
	transform: translate(8px, -50%);
	transition: opacity 0.22s ease 0.08s, transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.service_box .service_item:hover .service_text {
	opacity: 1;
	transform: translate(0, -50%);
}

/* 隐藏旧版竖线 */
.service_line {
	display: none;
}

body.modal-open .service_box {
	display: none;
}

/* V2.0 现代化弹窗样式 (客服二维码) */
.yjs-v2-modal .yjs-v2-modal-dialog {
	width: 380px;
	margin: 15vh auto;
}

.yjs-v2-modal-content {
	border-radius: 16px;
	border: none;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
	padding: 36px 24px 30px;
	position: relative;
}

.yjs-v2-modal-close {
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 10;
	font-size: 26px;
	color: #a0aab5;
	opacity: 0.5;
	outline: none !important;
	text-shadow: none;
	transition: all 0.2s;
}

.yjs-v2-modal-close:hover {
	opacity: 1;
	color: #1f2d3d;
}

.yjs-v2-modal-body {
	padding: 0;
}

.yjs-v2-modal-title {
	font-size: 22px;
	font-weight: 700;
	color: #1f2d3d;
	margin-top: 0;
	margin-bottom: 10px;
}

.yjs-v2-modal-desc {
	font-size: 14px;
	color: #5c6b77;
	margin-bottom: 24px;
}

.yjs-v2-qrcode-wrapper {
	background: #f8fafc;
	border-radius: 12px;
	padding: 16px;
	display: inline-block;
	margin-bottom: 0;
	border: 1px solid #edf2f7;
}

.yjs-v2-qrcode-img {
	width: 160px;
	height: 160px;
	display: block;
	border: none;
}

/* ================= 现代化分页组件重构 (覆盖 Bootstrap 2.x/3.x) ================= */
.page_nav_div {
	margin: 40px 0 20px;
	text-align: center;
}

.page_nav_div .pagination_webpage {
	display: inline-flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
}

.page_nav_div .pagination_webpage>li {
	display: inline-flex;
	margin: 0 !important;
}

/* 隐藏不可见的 sr-only 元素 */
.page_nav_div .pagination_webpage .sr-only {
	display: none !important;
}

/* 隐藏首页 */
.page_nav_div .pagination_webpage>li>span[aria-hidden="true"] {
	display: none !important;
}

/* 统一的胶囊/圆形块基准样式 */
.page_nav_div .pagination_webpage>li>a,
.page_nav_div .pagination_webpage>li>span {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px !important;
	margin: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	font-size: 14px;
	font-weight: 500;
	color: var(--yjs-text-body) !important;
	background-color: transparent !important;
	text-decoration: none !important;
	transition: all 0.2s ease;
	float: none !important;
}

/* 数字页码特定调整（使其更接近正方形，前提是内容只有1-2个字符） */
.page_nav_div .pagination_webpage>li>a:not(:nth-child(1)):not(:last-child),
.page_nav_div .pagination_webpage>li>span:not(:nth-child(1)):not(:last-child) {
	padding: 0 !important;
}

/* Hover 态（Ghost 交互） */
.page_nav_div .pagination_webpage>li:not(.active):not(.disabled)>a:hover,
.page_nav_div .pagination_webpage>li:not(.active):not(.disabled)>span:hover {
	background-color: var(--yjs-brand-bg) !important;
	color: var(--yjs-brand) !important;
}

/* 选中态 (Current) */
.page_nav_div .pagination_webpage>li.active>a,
.page_nav_div .pagination_webpage>li.active>span {
	background-color: var(--yjs-brand) !important;
	color: var(--yjs-bg-white) !important;
	border-color: var(--yjs-brand) !important;
	box-shadow: 0 4px 12px rgba(39, 174, 96, 0.2) !important;
	font-weight: 600;
}

/* 禁用态 (Disabled) */
.page_nav_div .pagination_webpage>li.disabled>a,
.page_nav_div .pagination_webpage>li.disabled>span {
	color: #c0c4cc !important;
	background-color: transparent !important;
	cursor: not-allowed !important;
}