:root {
	--nq-primary: #1d5cff;
	--nq-primary-hover: #0a46dc;
	--nq-text: #262626;
	--nq-muted: #8c8c8c;
	--nq-border: #f0f0f0;
	--nq-input-bg: #f5f5f5;
	--blue: #1d5cff;
	--bg-body: #fafafa;
	--bg-card: #fff;
	--text-primary: #262626;
	--text-secondary: #595959;
	--text-muted: #8c8c8c;
	--border-color: #f0f0f0;
}

.page-content {
	/* max-width: 1170px; */
}

body[data-sidebar=dark].vertical-collpsed {
	min-height: inherit;
}

/* body {
	padding-right: 17px !important;
} */

.hide,
.hidden {
	display: none !important;
}

.h100p {
	height: 100%;
}

.w100p {
	width: 100%;
}

.mw-250 {
	max-width: 250px;
}

.flex1 {
	flex: 1;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
}

.fs-50 {
	font-size: 50px !important;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.color-999 {
	color: #999 !important;
}

.btn-default {
	background-color: #FFF;
	border-color: #ced4da;
}

.btn-default.active,
.btn-default:hover {
	transition: all .4s;
	background-color: #f8f9fa;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #FAFAFA;
}

.input-group-append {
	height: 36px;
}

.custom-control {
	display: flex;
	align-items: center;
	min-height: calc(1.5em + .94rem + 2px);
}

.custom-control>*:first-child {
	margin-right: 15px;
}

select.form-control {
	padding-top: 0;
	padding-bottom: 0;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNCOUJEQzU7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS41LDFoLTVDMC4yMiwxLDAsMS4yMiwwLDEuNVYyYzAsMC4xMywwLjA1LDAuMjYsMC4xNSwwLjM1bDIuNSwyLjVDMi43NCw0Ljk1LDIuODcsNSwzLDVzMC4yNi0wLjA1LDAuMzUtMC4xNQoJbDIuNS0yLjVDNS45NSwyLjI2LDYsMi4xMyw2LDJWMS41QzYsMS4yMiw1Ljc4LDEsNS41LDF6Ii8+Cjwvc3ZnPgo=);
	background-position-y: 50%;
	background-position-x: calc(100% - 11px);
	background-repeat: no-repeat;
	padding-right: 24px;
	-webkit-appearance: none;
}

.status {
	color: #FFF;
	padding: 4px 8px
}

.status:before {
	width: 8px;
	height: 8px;
	border: 0 none;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
}

.status-suspended {
	color: #fff;
	background-color: #e31519;
	border-color: #e31519;
	padding: 5px 10px;
}

.status-unpaid,
.status-pending {
	color: #fff;
	background-color: #fca426;
	border-color: #fca426;
	padding: 5px 10px;
}

.status-deleted {
	color: #fff;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
	padding: 5px 10px;
}

.status-active,
.status-paid,
.status-refunded,
.status-cancelled,
.status-success {
	color: #fff;
	background-color: #3fbf70;
	border-color: #3fbf70;
	padding: 5px 10px;
}
/*已退款*/
.status-refunded{
	background-color: #999999;
	border-color: #999999;
}

.status-cancelled {
	background-color: #959799;
}

.security-header {
	border-radius: 15px;
	background-image: url(../img/security_top.png), linear-gradient(87deg, #1d5cff, #0a46dc);
	background-repeat: no-repeat;
	background-position: 100%;
}

.security-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 10px #4677fb, inset 0 0 0 20px #527ef5;
}

.security-logo {
	width: 60px;
	height: 60px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px 2px rgb(6 31 179 / 26%);
}

.security-info {
	padding: 20px;
	border-radius: 4px;
	background-color: #1d5cff;
}

.security-username {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	font-size: 18px;
}

.security-username .badge {
	font-size: 12px;
}

.security-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	color: #FFF;
	opacity: .5;
}

.security-text .progress {
	height: 2px;
	border-radius: 5px;
}

.security-meta .list-inline-item {
	margin-right: 15px;
	line-height: 38px;
}

.security-items {
	display: flex;
	flex-direction: column;
}

.security-items .security-item:hover {
	border-radius: 4px;
	box-shadow: 0 4px 20px 2px rgb(6 75 179 / 8%);
}

.security-items .security-item {
	padding: 15px 0px;
}

.security-item {
	padding: 15px 0;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	transition: all .3s ease;
}

.security-item:last-child {
	margin-bottom: 0;
}

.security-item-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 20px;
}

.security-item-info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.security-item-title {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.security-item-title small {
	margin-left: 15px;
	color: #999;
}

.security-item-title small i {
	color: #20b759;
}

.security-item-desc {
	color: #999;
	font-size: 12px;
}

.security-item-image {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	height: calc(100% - 300px);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url("../img/security_bottom_left.png");
	background-size: cover;
	display: none;
}

.not_certified_title {
	font-size: 28px;
	color: #333;
	text-align: center;
}

.not_certified_text {
	color: #70757d;
	margin-top: 15px;
	line-height: 30px;
	margin-bottom: 30px;
}

.type-item {
	padding: 50px 80px;
	border-radius: 0;
	border: 1px solid #eff2f7;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.type-item a {
	width: 200px;
	white-space: nowrap;
}

.min-95 {
	min-height: 95px;
}

.type-icon {
	width: 49px;
	height: 36px;
	/* margin: 0 auto 30px; */
	background-size: cover;
}

.personal {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAqCAYAAADibUizAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVEQzc4NzVDOEY2MzExRUE4RUNEQkVCQ0I5NzlBREU4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVEQzc4NzVEOEY2MzExRUE4RUNEQkVCQ0I5NzlBREU4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NURDNzg3NUE4RjYzMTFFQThFQ0RCRUJDQjk3OUFERTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NURDNzg3NUI4RjYzMTFFQThFQ0RCRUJDQjk3OUFERTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44qZ6BAAAG8klEQVR42txa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");
}

.enterprises {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAApCAYAAABgDOogAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzMTcxRjY2OEY2MzExRUFBRjZFOEI5MTE1RkU0QTQ2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzMTcxRjY3OEY2MzExRUFBRjZFOEI5MTE1RkU0QTQ2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTMxNzFGNjQ4RjYzMTFFQUFGNkU4QjkxMTVGRTRBNDYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTMxNzFGNjU4RjYzMTFFQUFGNkU4QjkxMTVGRTRBNDYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QjG2PAAAF3UlEQVR42txZ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");
}

.type-title {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
	white-space: nowrap;
}

.type-desc {
	color: #70757d;
	text-align: center;
	margin-bottom: 25px;
	white-space: nowrap;
}

.type-info {
	margin-bottom: 40px;
	white-space: nowrap;
}

.type-info li {
	font-size: 14px;
	line-height: 40px;
}

.type-info li i {
	color: #1d5cff;
}

.addfunds-payment {
	padding: 1rem;
	margin-bottom: 1.5rem;
	border: 1px solid #eff2f7;
	text-align: center;
}

.addfunds-payment.active,
.addfunds-payment:hover {
	cursor: pointer;
	border-color: #1d5cff;
}

.addfunds-payment img {
	height: 30px;
}

.table-container,
.table-responsive,
.table-header {
	margin-bottom: 1rem;
}

.table-responsive {
	min-height: calc(100vh - 650px);
}

.table-container {
	position: relative;
}

.table-responsive {
	background: #fff;
	/*
    border-radius: 4px;
    border: 1px solid #ced4da;
*/
}

.table-responsive .table {
	margin-bottom: 0;
}

/*
.table-responsive thead th {
	border-top: 0 none;
	background-color: #f8f9fa;
}
.table-responsive tbody {
	
}
*/
.table-responsive tbody tr:hover td {
	transition: all .4s;
	background-color: #f5f7fa;
}

.table-responsive .custom-control {
	min-height: inherit;
}

.table-header,
.table-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.table-header>* {
	flex: 1;
}

.table-pagination {
	display: flex;
	align-items: center;
}

.table-pagination .pagination {
	margin-bottom: 0;
}

.no-data {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
}

.note-editor .note-toolbar {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.note-btn-group .note-btn {
	border-color: #ced4da !important;
}

.form-control-label {
	font-size: 14px;
	color: #999;
	font-weight: 400;
}

.ticket-item {
	border-radius: 4px;
	margin-bottom: 1.5rem;
	min-height: 90px;
	max-height: 120px;
	padding: 1.5rem;
	border: 1px solid #eff2f7;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFsAAABOCAYAAABPLWqxAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFGMzVCMTNEOTM1MzExRUE5ODA2OENFOUE3NDE1NzI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFGMzVCMTNFOTM1MzExRUE5ODA2OENFOUE3NDE1NzI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUYzNUIxM0I5MzUzMTFFQTk4MDY4Q0U5QTc0MTU3MjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUYzNUIxM0M5MzUzMTFFQTk4MDY4Q0U5QTc0MTU3MjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4d0eM2AAAEC0lEQVR42uyciY7jIAxADUl6zHzy/vaqTdoc20i2ykahuQyYgiWkmZHGgRfj2OZQ8KcFh1JgexzQoV6terWxoz1ELKUjwBXqVvi3DtseGXWdsY2wn7GCL5l1nRD2VC6vdnu1YaNOjTrN3wl8izOmSwl2iYPXC9Cur3bfAFzh/6gPzy0RehODpXPAXgJtupcfBN6v6NflA+i5MdwZufyufLZ32O1kqi+5hV/D73aGpSt8ITZXtNQHTlFSYe+ZvhU2QNhHBxaF39YMOgYGKwrdh2hgSxCVCmydjcZfJ0sB4yhTgF3siBxcwRbvSo5axFmQzx77UjPpu0mDfRFi1WY42WEMHyKcdeJGFIKuBM7Uy4YES4QbKfDNDjOQqQ4i2T+e0RAaS2ZJ2WEfGrbG+gVNpX6SSsciVPiCSUlAYxt//xsa9rSc+Q1JT2Gx7nGsD98WYP5cQTpyCjHdzK95SqJ8jzll2BAKdhQZmCN/rn3DTtGqubLozbBDhXUDhmZzcf3XwSb30Xl86IAh19x2hALeq/S+pPcJexz8HQd6dey7n5jZ2ay4M+obrmsvPaxbfHYSjYyDvDl8+AiwXukuCISrtUXXY12EbQ7SxeDqHe5myz6T0Ho3wybg3GlsfQBMzdyXJtTH2BZjcsI+ui+vZYQzAE+9mxX2wOgvWyE6OPWwwuYMiXohOgACb+bRC1OOa+pK0BFcPsHmireVEB2iYWsPz/CpI2RZ4uMgOJfBSiE6vNZBtjz8xPwMfeAjx1n+pUXrpaik8gVbA38h6LwzM6XNN9x96RY+uk52EOiZwV0dvdQ90C7AX9zXsP5UgzPYdAzD1crFacMgFfbFlY8t0ai87h4ojanqY7WGjuw9MG0eZl4+nUpwbXlkXFT29QJ78PyVppdL5xrNDTS+p7bXzUelkcaGCIskbAJqfQ+2hXSl9W3ZVMZMbTtDZ4n/O3B4NG9A4KltabDVtl2sVv3nMx+Jgfa+kGDC7hPz3d6NaxqBNMbfzP3ZMW8ftu3PDg57hHsD+8mDCjNB6R9SWrRuLYlTkP6XFkuw+TjK/C4g9+zhYyEjDHZVxh7XQPsungJBN75Sb98ZXA2ybkN4So+oNIMlSQnjGhAuR2F3QqybcyOPWNggCDZk2P5CvSRgS/HZScCWkOBEUa0sA72wFkO1aSpNt10WO/qQxL1+W3T0H+JzqsU8Ydu9fgDvu1q/3o2svS2SjlZ0Ky3/tkHvIxU30sJ74eEE9tMMW49W0P/8LkCOpizMWUx6Ypu7ZXjv0Yoe//dsRB30nKRvGZ7LKunCrvbgS1Twvk40WnFdJuVI56Ooe6SU1GTYWTLs6H32D6R5X0kQ2DrDzm4kw86ws2TYGXaWDDuV0K/OKJflnwADAPXK+SsHnQQHAAAAAElFTkSuQmCC");
	background-position: right bottom;
	background-size: 91px 78px;
	background-repeat: no-repeat;
}

.ticket-item h4 {
	font-weight: 400;
}

.ticket-item p {
	margin-bottom: 0;
}

.ticket-item:hover {
	box-shadow: 0 4px 20px 2px rgb(6 75 179 / 8%);
}

.knowledgebase .card-title a {
	display: block;
	color: #666;
	font-weight: 400;
	padding-bottom: 15px;
	border-bottom: 1px solid #eff2f7;
}

.kb-items {
	margin-bottom: 0;
}

.kb-item {
	line-height: 28px;
}

.kb-item>* {
	flex: 1;
}

.kb-item:last-child {
	border-bottom: 0 none;
}

.kb-item .date {
	color: #999;
	text-align: right;
}

.kb-link {
	color: #666;
	font-size: 14px;
}

.ticket-reply .post-by {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	/* background-color: #f0f2f6; */
}

.ticket-reply.admin .post-by {
	background-color: #f6faff;
}

.idcsmart.layui-layer {
	border-radius: 4px;
}

.idcsmart .layui-layer-title {
	display: flex;
	align-items: center;
	border-radius: 4px 4px 0 0;
}

.idcsmart .layui-layer-title:before {
	content: '';
	width: 2px;
	height: 14px;
	display: inline-block;
	background-color: #1d5cff;
	margin-right: 10px;
}

.idcsmart .layui-layer-btn {
	padding: 12px 15px;
	border-top: 1px solid #eee;
}

.idcsmart .layui-layer-btn>a {
	min-height: 34px;
	min-width: 80px;
	border-radius: 4px;
	margin-top: 0;
	line-height: 34px;
	text-align: center;
}

.idcsmart .layui-layer-btn .layui-layer-btn0 {
	color: #fff;
	background-color: #6064ff;
	border-color: #6064ff;
}

.idcsmart .layui-layer-btn .layui-layer-btn0:hover {
	color: #fff;
	background-color: #3452e1;
	border-color: #2948df;
}

.idcsmart .layui-layer-setwin {
	top: 13px;
}

.pay-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pay-title {
	color: #999;
	font-size: 14px;
}

.pay-amount {
	display: inline-block;
	margin-top: 18px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.pay-area {
	margin-top: 20px;
	margin-bottom: 60px;
	position: relative;
}

.pay-html,
.pay-jump {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pay-html,
.pay-insert,
.pay-jump,
.pay-none,
.pay-url {
	width: 200px;
	height: 200px;
}

.pay-text {
	text-align: center;
}

.pay-tools .form-control {
	width: 200px;
}

.affiliates-item-title {
	font-size: 16px;
	font-weight: 400;
}

.affiliates-item-text {
	margin-bottom: 0;
	color: #999;
}

.bg-promote {
	color: #FFF;
	background-color: #f78400;
	box-shadow: 0 6px 14px 2px #ded7c7;
}

.aff-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	padding: 15px 20px;
}

.aff-item>* {
	flex: 1;
}

.aff-item-title {
	display: flex;
	align-items: center;
}

.aff-item-title>i {
	font-size: 18px;
}

.aff-item-num {
	font-size: 18px;
	text-align: right;
	font-family: DINCondensed-Bold;
	margin-top: 8px;
	line-height: 1;
}

.aff-amo-num {
	margin-top: 8px;
	font-family: DINCondensed-Bold;
	font-size: 22px;
	display: flex;
	align-items: baseline;
	line-height: 1;
}

.aff-amo-num small {
	font-size: 12px;
	margin-left: 5px;
}

.aff-amo-nums {
	margin-top: 0;
	font-size: 40px;
	line-height: 2;
	position: relative;
}

.aff-amo-nums:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 20px;
	background-image: url("../img/withdrawal.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	opacity: 0.2;
}

.affs-nav.nav-tabs-custom .nav-item .nav-link {
	line-height: 32px;
}

.news-items {}

.news-item {
	padding: 1.5rem 0;
	border-bottom: 1px solid #f0f2f7;
}

.news-item a {
	color: #333;
}



.user-center_header {
	width: 56px;
	height: 56px;
	font-size: 30px;
	border-radius: 50%;
	background-color: #ff5f62;
	color: #fff;
}

.user-center_safety_wrapper {
	width: 200px;
}

.user-center_safety_wrapper .user-center_safety {
	width: 30px;
	height: 30px;
	background-color: #1d5cff;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.user-center_name {
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.user-center_product_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px 20px;
}

.user-center_product_grid .user-center_product {
	height: 52px;
	padding: 0 20px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s ease;
}
.user-center_product_grid .user-center_product:hover {
	border-color: #1d5cff;
	box-shadow: 0 2px 8px rgba(29, 92, 255, 0.1);
}

.user-center_h300 {
	height: 300px;
}

.user-center_calc {
	height: calc(100vh - 505px);
	min-height: 400px;
}

.user-center_notice_ul {
	height: calc(100% - 30px);
	overflow: auto;
}

.user-center_dot {
	width: 10px;
	height: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 50%;
}

.user-center_resources {
	overflow-y: auto;
}

.user-center_notice_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
}

.user-center_notice_item .notice_item_time {
	width: 150px;
}

.user-center_notice_item .notice_item_title {
	font-weight: 500;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	cursor: pointer;
}

.bx {
	line-height: 0.6;
}

.offset-3 {
	position: relative;
	top: -3px;
}

.pointer {
	cursor: pointer;
}

.note-editor.note-frame .note-editing-area .note-editable {
	color: #333;
}

.not-allowed {
	cursor: not-allowed;
}

/* 服务器内页 电源状态 */
.bx-loader {
	font-size: 24px;
	color: #4a7ffc;
	animation: rotate 2s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotateZ(0deg);
		/*从0度开始*/
	}

	100% {
		transform: rotateZ(360deg);
		/*360度结束*/
	}
}

.power-detail-box {
	min-height: 94px;
}

.powerimg {
	width: 50px;
	height: 50px;
	background-color: #edf0f5;
	box-shadow: 0 6px 14px 2px rgba(6, 31, 179, .26);
	border-radius: 4px;
}

.sprite {
	background-image: url("../img/status2.png");
	background-size: 48px;
	background-repeat: repeat-y;
	width: 48px;
	height: 48px;
	display: inline-block;
}

.sprite.start {
	background-position: 0px 0px;
}

.sprite.closed {
	background-position: 0px -55px;
}

.sprite.waitOn {
	background-position: 0px -218px;
}

.sprite.waitOff {
	background-position: 0px -272px;
}

.sprite.pause {
	background-position: 0px -485px;
}

.sprite.unknown {
	background-position: 0px -163px;
}

.sprite.waiting {
	background-position: 0px -859px;
}

.sprite2 {
	background-image: url("../img/status3.0.png");
	background-size: 48px;
	background-repeat: repeat-y;
	width: 48px;
	height: 48px;
	display: inline-block;
}

.sprite2.Pending {
	background-position: 0px 0px;
}

.sprite2.Fraud {
	background-position: 0px -230px;
}

.sprite2.Deleted {
	background-position: 0px -77px;
}

.sprite2.Cancelled {
	background-position: 0px -154px;
}

.sprite2.Active {
	background-position: 0px -307px;
}

.sprite2.Suspended {
	background-position: 0px 48px;
}

/* 取消任务按钮 */
.cancelBtn {
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 6px 14px 2px rgba(6, 31, 179, 0.26);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px;
	margin-left: 10px;
}

/* 菜单背景颜色 - 从黑色改为白色 - 同时覆盖 light 和 dark 主题 */

/* 白色背景 */
.vertical-menu {
	background: #ffffff !important;
}

.navbar-brand-box {
	background: #ffffff !important;
}

/* 覆盖深色主题的背景 */
body[data-sidebar="dark"] .vertical-menu {
	background: #ffffff !important;
}

body[data-sidebar="dark"] .navbar-brand-box {
	background: #ffffff !important;
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
	background-color: #ffffff !important;
}

/* 菜单标题 */
body[data-sidebar="dark"] .menu-title {
	color: #74788d !important;
}

body[data-sidebar="light"] .menu-title {
	color: #74788d !important;
}

/* 默认菜单文字颜色 */
#sidebar-menu ul li a {
	color: #495057 !important;
}

#sidebar-menu ul li a i {
	color: #74788d !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
	color: #495057 !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a i {
	color: #74788d !important;
}

body[data-sidebar="light"] #sidebar-menu ul li a {
	color: #495057 !important;
}

body[data-sidebar="light"] #sidebar-menu ul li a i {
	color: #74788d !important;
}

/* 悬停状态 */
body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover i {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li a:hover {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li a:hover i {
	color: #6064ff !important;
}

/* 激活状态 - 蓝色高亮 */
#sidebar-menu ul li.mm-active > a {
	color: #6064ff !important;
}

#sidebar-menu ul li.mm-active > a i {
	color: #6064ff !important;
}

#sidebar-menu ul li.mm-active > i {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li.mm-active > a {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li.mm-active > a i {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li.mm-active .active {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li.mm-active .active i {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li.mm-active > i {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li.mm-active > a {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li.mm-active > a i {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li.mm-active .active {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li.mm-active .active i {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul li.mm-active > i {
	color: #6064ff !important;
}

/* 子菜单激活状态 */
body[data-sidebar="dark"] #sidebar-menu ul ul li.mm-active > a {
	color: #6064ff !important;
}

body[data-sidebar="dark"] #sidebar-menu ul ul li.mm-active > a i {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul ul li.mm-active > a {
	color: #6064ff !important;
}

body[data-sidebar="light"] #sidebar-menu ul ul li.mm-active > a i {
	color: #6064ff !important;
}

/* 续费弹窗周期样式 */
.btn-radio-bill {
	white-space: nowrap;
	padding: .47rem .2rem;
}

/* 评分插件数量隐藏 */
.badge.badge-info {
	display: none;
}


/* slider */
.irs--square .irs-handle {
	border: 2px solid #6064ff !important;
	width: 12px !important;
	height: 12px !important;
	top: 26px !important;
}

.irs--square {
	width: 80%;
	float: left;
	margin-right: 20px;
}

/* selct2 */
.btn-light,
.btn-light:hover {
	background-color: #fff;
}

.dropdown-item {
	padding: .35rem 0.5rem;
}

/* 购物车注册登录方式切换样式更改 */
.cart-login .btn-primary,
.cart-login .btn-primary:not(:disabled):not(.disabled).active,
.cart-login .btn-primary:not(:disabled):not(.disabled):active,
.cart-register .btn-primary,
.cart-register .btn-primary:not(:disabled):not(.disabled).active {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}

.cart-login .btn-primary:not(:disabled):not(.disabled).active,
.cart-register .btn-primary:not(:disabled):not(.disabled).active {
	border-bottom: 1px solid #2040db;
}

.cart-login .btn-primary.focus,
.cart-login .btn-primary:focus,
.cart-login .btn-primary:not(:disabled):not(.disabled).active:focus,
.cart-register .btn-primary.focus,
.cart-register .btn-primary:focus,
.cart-register .btn-primary:not(:disabled):not(.disabled).active:focus {
	box-shadow: none;
}

.bootstrap-select{
	position: relative;
}
.bootstrap-select::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid rgb(185, 189, 197);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	position: absolute;
	right: 10px;
	top: 16px;
}

.bootstrap-select .dropdown-menu {
	min-width: 100% !important;
}

.dropdown-menu {
	min-width: 5rem !important;
}


.btn-group-toggle .btn-primary {
	background: #eaeaea;
	color: #666;
	border: 1px solid #eaeaea;
}

.btn-group-toggle.cart-login .btn-primary {
	background: none;
	border: none;
	padding: .25rem 2rem;
	border-radius: 0;
}



.btn-group-toggle .btn-primary input[type="radio"]:disabled::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #CED1E2;
	cursor: not-allowed;
	background-image: none;
	background-color: #FFF;
	border-color: #EBEEF5;
	box-shadow: none;

}

.btn-group-toggle .btn-primary.disabled {
	color: #CED1E2;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none;
}

.btn-group-toggle .btn-sm {
	padding: .25rem .95rem;
}

.text-gray {
	color: #999;
}

.bg-gray {
	background-color: #F8F8FB !important;
}

/*取消模态对话框弹出隐藏滚动条操作*/
.modal-open {
	overflow: auto !important;
}

/*增加强制换行*/
.col-form-label {
	word-break: break-all;
}

.table td,
.table th {
  vertical-align: middle !important;
}

.label-color{
	color: #495057 !important;
}

/* ssl证书待验证 */
.status-verifiy_active{
	color: #fff;
	background-color: #fca426;
	border-color: #fca426;
	padding: 5px 10px;
}
/* ssl证书即将过期 */
.status-overdue_active{
	color: #fff;
	background-color: #6064FF;
	border-color: #6064FF;
	padding: 5px 10px;
}
/* ssl证书已签发 */
.status-issue_active{
	color: #fff;
	background-color: #3FBF70;
	border-color: #3FBF70;
	padding: 5px 10px;
}

.zd-cascader-wrap .zd-input__inner{
	height: 36px;
}

.zd-cascader-wrap.is-focus .zd-input .zd-input__inner{
	border-color: #ced4da  !important;
}

.zd-cascader-wrap:focus-within .zd-input__inner{
	border-color: #ced4da  !important;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus{
	box-shadow: none  !important;
}
.btn.focus, .btn:focus{
	box-shadow: none !important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle{
	background-color: #fff !important;
	border-color: #ced4da !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s !important; 
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out !important; 
}

input:-webkit-autofill {
    box-shadow: none !important; 
     -webkit-box-shadow: none !important; 

}

/* ===== 登录页风格全局统一（2026-04） ===== */
:root {
	--nq-blue: #1d5cff;
	--nq-blue-hover: #0a46dc;
	--nq-text: #1f2329;
	--nq-muted: rgba(31, 35, 41, 0.55);
	--nq-border: rgba(31, 35, 41, 0.08);
	--nq-input-bg: #f2f3f5;
	--nq-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	--nq-card-shadow-hover: 0 14px 38px rgba(0, 0, 0, 0.09);
}

body,
.main-content,
#main-content,
.page-content {
	background-color: #fafafa !important;
	color: var(--nq-text);
}

a {
	color: var(--nq-blue);
}

a:hover {
	color: var(--nq-blue-hover);
	text-decoration: none;
}

.btn {
	border-radius: 0 !important;
	font-weight: 600;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}

.btn:active {
	transform: translateY(1px);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background: var(--nq-blue) !important;
	border-color: var(--nq-blue) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.btn-primary:not(:disabled):not(.disabled):active:hover {
	background: var(--nq-blue-hover) !important;
	border-color: var(--nq-blue-hover) !important;
}

.btn-light,
.btn-default,
.btn-outline-light {
	border-radius: 0 !important;
}

.form-control,
.form-select,
.custom-select,
select.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	min-height: 42px;
	border-radius: 0 !important;
	border: 1px solid transparent !important;
	background: var(--nq-input-bg) !important;
	color: var(--nq-text);
	box-shadow: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.form-control:focus,
.form-select:focus,
.custom-select:focus,
select.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	background: #fff !important;
	border-color: rgba(29, 92, 255, 0.55) !important;
	box-shadow: 0 0 0 2px rgba(29, 92, 255, 0.08) !important;
}

.input-group-text {
	border-radius: 0 !important;
	border-color: var(--nq-border);
	background: #fff;
}

.card,
.stats-card,
.user-profile-card,
.quick-actions-card,
.finance-card-new,
.product-list-card,
.notice-card,
.recent-tickets-card,
.resource-card,
.table-responsive,
.modal-content {
	border-radius: 0 !important;
	border: 1px solid var(--nq-border) !important;
	box-shadow: var(--nq-card-shadow) !important;
	background: #fff !important;
}

.card:hover,
.stats-card:hover,
.quick-action-item:hover,
.ticket-item:hover,
.product-item:hover {
	box-shadow: var(--nq-card-shadow-hover) !important;
}

.table thead th {
	background: #f7f8fa !important;
	color: rgba(31, 35, 41, 0.72);
	border-bottom-color: var(--nq-border) !important;
}

.table td,
.table th {
	border-color: rgba(31, 35, 41, 0.06) !important;
}

.nav-tabs {
	border-bottom: 1px solid rgba(31, 35, 41, 0.08);
}

.nav-tabs .nav-link {
	border: none !important;
	color: var(--nq-muted);
	font-weight: 600;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--nq-text) !important;
	background: transparent !important;
	border-bottom: 2px solid rgba(29, 92, 255, 0.75) !important;
}

.page-item.active .page-link {
	background-color: var(--nq-blue) !important;
	border-color: var(--nq-blue) !important;
}

.page-link {
	color: var(--nq-blue) !important;
}

.dropdown-menu {
	border-radius: 0 !important;
	border-color: var(--nq-border) !important;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.badge-primary {
	background: var(--nq-blue) !important;
}

#page-topbar,
.vertical-menu,
.navbar-brand-box {
	border-color: var(--nq-border) !important;
}

/* ===== 全站设计系统 V3（企业控制台风格） ===== */
:root {
	--ds-bg: #fafafa;
	--ds-surface: #ffffff;
	--ds-surface-soft: #f8fafc;
	--ds-border: #e7ecf3;
	--ds-text: #0f172a;
	--ds-text-2: #475569;
	--ds-text-3: #94a3b8;
	--ds-primary: #2563eb;
	--ds-primary-hover: #1d4ed8;
	--ds-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
	--ds-shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
}

body {
	background: var(--ds-bg) !important;
	color: var(--ds-text);
}

/* 勿对全局 .container-fluid 设灰底，否则会命中页脚内 .container-fluid 盖住 footer 白底 */
.main-content,
.page-content,
#main-content {
	background: var(--ds-bg) !important;
}

a {
	color: var(--ds-primary);
}
a:hover {
	color: var(--ds-primary-hover);
}

/* 导航区 */
#page-topbar {
	background: rgba(255, 255, 255, 0.92) !important;
	backdrop-filter: blur(6px);
	border-bottom: 1px solid var(--ds-border) !important;
	box-shadow: var(--ds-shadow-sm) !important;
}
.vertical-menu,
.navbar-brand-box {
	background: var(--ds-surface) !important;
	border-color: var(--ds-border) !important;
}
#sidebar-menu ul li a {
	color: var(--ds-text-2) !important;
	border-radius: 10px !important;
	margin: 4px 10px !important;
	padding: 10px 14px !important;
	font-weight: 500;
}
#sidebar-menu ul li a:hover {
	background: #eef4ff !important;
	color: var(--ds-primary) !important;
}
#sidebar-menu ul li a i {
	color: #64748b !important;
}
.mm-active > a,
#sidebar-menu ul li.mm-active > a {
	background: #edf4ff !important;
	color: var(--ds-primary) !important;
}
.mm-active > a::before {
	display: none !important;
}
#sidebar-menu ul li ul.sub-menu {
	background: transparent !important;
}

/* 卡片和区块（直角，与按钮/输入一致） */
.card,
.table-responsive,
.modal-content,
.dropdown-menu,
.select2-dropdown {
	border: 1px solid var(--ds-border) !important;
	border-radius: 0 !important;
	background: var(--ds-surface) !important;
	box-shadow: var(--ds-shadow-sm) !important;
}
.card:hover {
	box-shadow: var(--ds-shadow-md) !important;
	border-color: #d8e2f0 !important;
}
.card-header,
.modal-header,
.modal-footer {
	border-color: var(--ds-border) !important;
	background: #fff !important;
}

/* 表单 */
.form-control,
.form-select,
.custom-select,
select.form-control,
.bootstrap-select .dropdown-toggle,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	background: var(--ds-surface-soft) !important;
	border: 1px solid transparent !important;
	border-radius: 0 !important;
	min-height: 40px;
	color: var(--ds-text) !important;
	box-shadow: none !important;
}
.form-control:focus,
.form-select:focus,
.custom-select:focus,
select.form-control:focus,
.bootstrap-select .dropdown-toggle:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
	background: #fff !important;
	border-color: #bfdbfe !important;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

/* 按钮 */
.btn {
	border-radius: 0 !important;
	font-weight: 600;
	transition: all .2s ease;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background: var(--ds-primary) !important;
	border-color: var(--ds-primary) !important;
}
.btn-primary:hover {
	background: var(--ds-primary-hover) !important;
	border-color: var(--ds-primary-hover) !important;
	transform: translateY(-1px);
}
.btn-light,
.btn-default,
.btn-outline-light {
	background: #fff !important;
	border-color: var(--ds-border) !important;
	color: var(--ds-text-2) !important;
}

/* 表格/列表 */
.table thead th {
	background: #f8fafc !important;
	color: var(--ds-text-2) !important;
	border-bottom: 1px solid var(--ds-border) !important;
	font-weight: 600;
}
.table td,
.table th {
	border-color: #edf2f7 !important;
}
.table tbody tr:hover td {
	background: #fafcff !important;
}

/* 其他组件 */
.page-item.active .page-link {
	background: var(--ds-primary) !important;
	border-color: var(--ds-primary) !important;
}
.page-link {
	color: var(--ds-primary) !important;
	border-color: var(--ds-border) !important;
}
.badge-primary {
	background: var(--ds-primary) !important;
}
.nav-pills .nav-link.active,
.dropdown-item.active,
.dropdown-item:active {
	background: var(--ds-primary) !important;
}
.footer {
	background: #fff !important;
	border-top: 1px solid var(--ds-border) !important;
	color: var(--ds-text-3) !important;
}

/* 常见业务区块统一化 */
.table-container,
.table-header,
.table-footer,
.ticket-item,
.news-item,
.kb-item,
.addfunds-payment,
.aff-item,
.security-item,
.type-item,
.pay-body,
.pay-area {
	border-radius: 0;
}
.table-header,
.table-footer {
	padding: 10px 12px;
	background: #fff;
	border: 1px solid var(--ds-border);
}
.ticket-item,
.news-item,
.kb-item,
.aff-item {
	transition: background-color .2s ease, box-shadow .2s ease;
}
.ticket-item:hover,
.news-item:hover,
.kb-item:hover,
.aff-item:hover {
	background: #f8fafc;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

/* ===== 业务页面重设计层（news/knowledge/service/billing/support/invoice） ===== */
.list-group-item {
	border: 1px solid transparent !important;
	border-bottom: 1px solid #edf2f7 !important;
	border-radius: 0 !important;
	margin-bottom: 6px;
	background: #fff !important;
	color: #334155 !important;
	transition: all .2s ease;
}
.list-group-item:hover {
	background: #f8fbff !important;
	border-color: #dbeafe !important;
	color: #1e40af !important;
	transform: translateX(2px);
}

.search-box .form-control,
.table-search .form-control {
	height: 40px !important;
	border-radius: 0 !important;
}
.search-icon {
	color: #94a3b8 !important;
}

.badge.badge-soft-success,
.badge.badge-light {
	background: #f1f5f9 !important;
	color: #475569 !important;
	border: 1px solid #e2e8f0;
}

/* 公告/知识库详情页 */
.newscontent,
pre.newscontent {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 0;
	padding: 14px !important;
	color: #334155;
	line-height: 1.75;
}
.newscontent img,
pre.newscontent img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 8px;
}
#viewcontent {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 0;
}

/* 产品/账单/工单通用列表页 */
.table-container {
	background: #fff;
	border: 1px solid #e7ecf3;
	border-radius: 0;
	padding: 12px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* ===== 数据面板：顶栏 Tab + 搜索 + 表格（系统日志 / 消息 / 交易流水 等）===== */
.uc-data-panel.card {
	border: 1px solid #e7ecf3;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	background: #fff;
}
.uc-data-panel > .card-body {
	padding: 0;
}
/* 日志三页：搜索在 Tab 之上单独一行；输入框固定窄宽（不再用半行 col-sm-6） */
.uc-data-panel.uc-data-panel--log .uc-data-panel__search-top {
	padding: 16px 16px 10px;
	margin: 0;
	border-bottom: 1px solid #e7ecf3;
	background: #fff;
}
.uc-data-panel.uc-data-panel--log .uc-data-panel__search-top .row {
	margin-left: 0;
	margin-right: 0;
	justify-content: flex-start;
}
.uc-data-panel.uc-data-panel--log .uc-data-panel__search-top .col-sm-6 {
	flex: 0 0 auto;
	width: 100%;
	max-width: 200px;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 576px) {
	.uc-data-panel.uc-data-panel--log .uc-data-panel__search-top .col-sm-6 {
		max-width: 220px;
	}
}
.uc-data-panel.uc-data-panel--log .uc-data-panel__search-top .search-box,
.uc-data-panel.uc-data-panel--log .uc-data-panel__search-top .search-box .form-control {
	width: 100%;
	max-width: 220px;
}
/* Tab：底边线 + 激活项主题色下划线（与云控制台示意一致） */
.uc-data-panel .card-body > .nav.nav-tabs,
.uc-data-panel .table-container > .nav.nav-tabs {
	flex-wrap: wrap;
	border-bottom: 1px solid #e7ecf3;
	padding: 0 16px;
	margin: 0;
	background: #fff;
}
.uc-data-panel .card-body > .nav.nav-tabs .nav-item,
.uc-data-panel .table-container > .nav.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.uc-data-panel .card-body > .nav.nav-tabs .nav-link,
.uc-data-panel .table-container > .nav.nav-tabs .nav-link {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #64748b;
	font-weight: 500;
	padding: 12px 16px;
	margin-right: 0;
}
.uc-data-panel .card-body > .nav.nav-tabs .nav-link:hover,
.uc-data-panel .table-container > .nav.nav-tabs .nav-link:hover {
	color: #0f172a;
}
.uc-data-panel .card-body > .nav.nav-tabs .nav-link.active,
.uc-data-panel .table-container > .nav.nav-tabs .nav-link.active {
	color: #2563eb !important;
	border-bottom: 2px solid #2563eb !important;
	font-weight: 600;
}
/* 顶栏 Tab 与下方内容区衔接 */
.uc-data-panel .card-body > ul.nav.nav-tabs + .table-container {
	margin-top: 0 !important;
}
/* Tab 在 table-container 内时，抵消内边距与卡片齐宽 */
.uc-data-panel .table-container > .nav.nav-tabs:first-child {
	margin: -16px -16px 0 -16px;
	padding: 0 16px;
	width: auto;
	border-bottom: 1px solid #e7ecf3;
}
.uc-data-panel .table-container > .nav.nav-tabs:first-child + .table-header {
	padding-top: 12px !important;
}
.uc-data-panel .table-container {
	margin-top: 0 !important;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 16px;
	border: none !important;
	box-shadow: none !important;
	background: transparent;
}
.uc-data-panel .table-container > .table-header {
	padding: 0 0 12px 0 !important;
	margin-bottom: 0;
}
/* 消息中心：Tab 在 table-header 内，拉通全宽底边 */
.uc-data-panel .table-container > .table-header:has(> .nav.nav-tabs) {
	padding: 0 !important;
	margin: -16px -16px 12px -16px !important;
	border-bottom: 1px solid #e7ecf3;
}
.uc-data-panel .table-container > .table-header > .nav.nav-tabs {
	border-bottom: none;
	margin: 0;
	padding: 0 16px;
}
.uc-data-panel .table-search .search-box .form-control,
.uc-data-panel .table-search .form-control {
	background: #f8fafc !important;
	border: 1px solid #e2e8f0 !important;
}
.uc-data-panel .table-footer {
	border-top: 1px solid #edf2f7 !important;
	padding: 14px 0 0 0 !important;
	margin-top: 12px;
}
.uc-data-panel .table-pagination .pagination .page-link {
	border-radius: 0 !important;
}
.uc-data-panel .table-pagination select#limitSel {
	border-radius: 0 !important;
}
/* 仅横向分隔的表格 */
.uc-data-panel .table.tablelist thead th,
.uc-data-panel .table.tablelist tbody td {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: 1px solid #edf2f7 !important;
	vertical-align: middle;
}
.uc-data-panel .table.tablelist thead th {
	background: #f8fafc !important;
	color: #475569;
	font-weight: 600;
	font-size: 13px;
}
/* 系统/登录/API 日志：首列详情左对齐，时间/IP/操作者右对齐 */
.uc-data-panel--log .table.tablelist thead th:nth-child(n+2),
.uc-data-panel--log .table.tablelist tbody td:nth-child(n+2) {
	text-align: right;
}
.uc-data-panel--log .table.tablelist thead th:first-child,
.uc-data-panel--log .table.tablelist tbody td:first-child {
	text-align: left;
}

.table-header {
	background: transparent !important;
	border: none !important;
	padding: 0 0 12px 0 !important;
	margin-bottom: 10px;
}
/* 卡片内列表：仅保留最外层 .card 描边；内层 .table-container / .table-responsive 不再叠第二圈（NQ/V3 曾给 .table-responsive 加 border） */
body .page-content .card .card-body .table-container,
body .main-content .card .card-body .table-container {
	border: none !important;
	box-shadow: none !important;
}
body .page-content .card .table-container .table-responsive,
body .main-content .card .table-container .table-responsive {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.table-footer {
	border: none !important;
	border-top: 1px solid #edf2f7 !important;
	padding: 12px 0 0 0 !important;
	margin-top: 10px;
	background: transparent !important;
}
.tablelist tbody tr td {
	vertical-align: middle;
}
.tablelist .btn.btn-sm,
.table .btn.btn-sm {
	border-radius: 0 !important;
	padding: 4px 10px;
}

/* 状态标签 */
.status.badge,
.badge-pill {
	border-radius: 999px !important;
	padding: 4px 10px !important;
	font-weight: 600;
}

/* 发票详情页 viewbilling */
#pdfCentent.box {
	border: 1px solid #e7ecf3;
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
	background: #fff;
}
#pdfCentent .head-img {
	max-height: 56px;
	width: auto;
}
#pdfCentent .btnWidth {
	width: auto;
	min-width: 108px;
}
#pdfCentent .table {
	border-color: #e2e8f0 !important;
}
#pdfCentent .table td,
#pdfCentent .table th {
	border-color: #e2e8f0 !important;
}
#pdfCentent .btn-group .btn {
	border-radius: 0 !important;
}

/* 全局输入框/下拉/多选：直角（覆盖 Bootstrap、Select2、Element 等） */
.form-control,
.form-select,
.custom-select,
select.form-control,
textarea.form-control,
.input-group-text,
.input-group > .form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.bootstrap-select .dropdown-toggle,
.el-input__inner,
.el-textarea__inner {
	border-radius: 0 !important;
}

/* 再提高一层优先级，避免被 head hook 后注入的样式盖掉 */
body .modal .form-control,
body .modal .form-select,
body .modal textarea.form-control,
body .modal input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]),
body .page-content .form-control,
body .page-content .form-select,
body .page-content textarea.form-control,
body .page-content input.form-control:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="file"]) {
	border-radius: 0 !important;
}

/* 弹窗白盒外壳：直角（覆盖 global 里 .modal-content 12px 与 Bootstrap 0.4rem） */
body .modal .modal-content {
	border-radius: 0 !important;
}

/* 全局按钮直角（晚于其它层与 hook，覆盖 Bootstrap 等） */
body .btn,
body .btn-sm,
body .btn-lg,
body .btn-group > .btn,
body .page-content .btn,
body .modal .btn {
	border-radius: 0 !important;
}

/* Element / TDesign 等组件按钮（v10 等页面） */
body .el-button,
body .t-button {
	border-radius: 0 !important;
}

/* 认证等页：.type-item 内 a.btn + Waves（app.min 中 .waves-button 带圆角） */
body .type-item .btn,
body .type-item a.btn,
body .btn.waves-effect,
body a.btn.waves-effect.waves-light,
body a.btn.waves-effect {
	border-radius: 0 !important;
}

/* 卡片/表单内块级主按钮（如 addfunds：button.pay-now-btn） */
body .card .card-body .btn,
body .card .btn,
body button.btn.btn-block,
body .btn.btn-block,
body .pay-now-btn {
	border-radius: 0 !important;
}

/* 主内容区：Bootstrap 卡片/表容器直角（含 card-header 顶部默认圆角） */
body .main-content .card,
body .page-content .card,
body .main-content .table-container,
body .page-content .table-container,
body .card-body,
body .card > .list-group:first-child .list-group-item:first-child,
body .card > .list-group:last-child .list-group-item:last-child {
	border-radius: 0 !important;
}
body .card .card-header:first-child,
body .card .card-footer:last-child {
	border-radius: 0 !important;
}

/* 表单内表格滚动区：与 card 直角一致（覆盖内联/旧 Bootstrap 底部圆角） */
body .main-content .table-container .table-responsive,
body .page-content .table-container .table-responsive,
body .card .card-body .table-container .table-responsive,
body .card .card-body form .table-container .table-responsive {
	border-radius: 0 !important;
}

/* 会员中心侧栏分组标题：取消 app.css 对 .menu-title 的 uppercase，保留产品名大小写（如 WebSSH） */
#sidebar-menu .uc-nav-section-label,
#sidebar-menu .uc-nav-section-label span {
	text-transform: none !important;
	letter-spacing: normal !important;
}