:root {
	--blue(var(--bs-global));
}

.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, #006eff, #00a4ff);
	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 #006eff, inset 0 0 0 20px #4d9dff;
}

.security-logo {
	width: 60px;
	height: 60px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px 2px rgba(0, 110, 255, 0.26);
}

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

.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 rgba(0, 110, 255, 0.08);
}

.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: 4px;
	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+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eHA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NURDNzg3NUM4RjYzMTFFQThFQ0RCRUJDQjk3OUFERTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NURDNzg3NUQ4RjYzMTFFQThFQ0RCRUJDQjk3OUFERTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDwveGhhY2tldCBiZWdpbj0iN3UvIiBpZD0iVnNWVk1FMTB3UTJWb2FVaDZjbVZUZWs1VVkzcHBYemxralo4K2lEVSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6bWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjipnoEAAAAbSSURBVHjaO3Fp7bFNWGG9v21bW7bW2b1qGxt7OMZjEDQaNQgo8YU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");
}

.enterprises {
	background-image: url("data:image/png;base64,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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: var(--bs-global);
}

.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: var(--bs-global);
}

.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: var(--bs-global-2);
}

.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,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");
	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 rgba(0, 110, 255, 0.08);
}

.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: #006eff;
	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: #006eff;
	border-color: #006eff;
}

.idcsmart .layui-layer-btn .layui-layer-btn0:hover {
	color: #fff;
	background-color: #0058d4;
	border-color: #004dbb;
}

.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: #006eff;
	box-shadow: 0 6px 14px 2px rgba(0, 110, 255, 0.2);
}

.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: var(--bs-global-1);
	color: #fff;
}

.user-center_safety_wrapper {
	width: 200px;
}

.user-center_safety_wrapper .user-center_safety {
	width: 30px;
	height: 30px;
	background-color: #006eff;
	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 var(--light);
	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;
}

.user-center_h50 {
	height: 50px;
}

.user-center_h100 {
	height: 100px;
}

.user-center_h150 {
	height: 150px;
}

.user-center_h300 {
	height: 300px;
}

.user-center_h450 {
	height: 450px;
}

.user-center_h500 {
	height: 500px;
}

.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 {
	margin-right: 12px;
}

.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;
	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(0, 110, 255, 0.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(0, 110, 255, 0.26);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px;
	margin-left: 10px;
}

/* 菜单背景颜色 */
.vertical-menu {
	background: var(--white) !important;
}

.navbar-brand-box {
	background: var(--white) !important;
}

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

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


/* slider */
.irs--square .irs-handle {
	border: 2px solid #006eff !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: 0.5rem 1rem;
}

/* 购物车注册登录方式切换样式更改 */
.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 #006eff;
}

.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: #006eff;
	border-color: #006eff;
	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;

}

/* ============================================
   96IDC 配置页样式 v4.0（统一圆角 + 间距优化）
   ============================================ */

/* --- CSS 变量 --- */
.configoption_form {
    --mc-main: #006eff;
    --mc-bg: #f8f9fb;
    --mc-border: #e5e7eb;
    --mc-radius: 6px;
    --mc-label-w: 120px;
}

/* 外层卡片包裹 */
.configoption_form {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--mc-border);
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

/* --- 表单行：flex 布局，label 固定宽度 --- */
.configoption_form .form-group.row.configureproduct,
.configoption_form .form-group.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    flex-direction: row !important;
    margin-bottom: 20px !important;
    align-items: flex-start !important;
}

/* 标签列 */
.configoption_form .col-md-2.col-form-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1f2937 !important;
    line-height: 38px !important;
    text-align: left !important;
    padding-right: 0 !important;
    flex: 0 0 var(--mc-label-w) !important;
    max-width: var(--mc-label-w) !important;
    width: 100% !important;
}

/* 内容列占满剩余 */
.configoption_form .form-group.row > div:not(.col-md-2):not(.col-form-label) {
    flex: 1 1 auto;
}

/* 隐藏原始 OS 下拉框容器 */
.configoption_form .os-type-col,
.configoption_form .os-version-col {
    display: none !important;
}

/* ============================================
   OS 配置区包裹容器（flex 行的内容列）
   ============================================ */
.configoption_form .os-config-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

/* ============================================
   OS 横向滚动卡片（桌面端/移动端通用）
   ============================================ */
.configoption_form .os-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    gap: 12px;
    width: 100%;
    padding: 4px 2px 14px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    box-sizing: border-box;
}
.configoption_form .os-scroll-container::-webkit-scrollbar {
    height: 5px;
}
.configoption_form .os-scroll-container::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}
.configoption_form .os-scroll-container::-webkit-scrollbar-thumb {
    background: #c9cdd4;
    border-radius: 3px;
}
.configoption_form .os-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.configoption_form .os-scroll-container .os-card {
    flex: 0 0 auto;
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 8px 12px;
    background: #fff;
    border: 1px solid var(--mc-border);
    border-radius: var(--mc-radius);
    cursor: pointer;
    transition: all 0.25s ease;
    scroll-snap-align: start;
    user-select: none;
}

.configoption_form .os-scroll-container .os-card-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.configoption_form .os-scroll-container .os-card-icon .img_os {
    width: 28px;
    height: 28px;
    -webkit-filter: grayscale(1);
    opacity: 0.45;
    transition: all 0.25s ease;
}

.configoption_form .os-scroll-container .os-card-name {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: color 0.25s ease;
}

.configoption_form .os-scroll-container .os-card:hover {
    border-color: var(--mc-main);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 110, 255, 0.1);
}
.configoption_form .os-scroll-container .os-card:hover .img_os {
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.configoption_form .os-scroll-container .os-card:hover .os-card-name {
    color: var(--mc-main);
}

.configoption_form .os-scroll-container .os-card.active {
    border-color: var(--mc-main);
    background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);
    box-shadow: 0 4px 14px rgba(0, 110, 255, 0.15);
    transform: translateY(-2px);
}
.configoption_form .os-scroll-container .os-card.active .img_os {
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.configoption_form .os-scroll-container .os-card.active .os-card-name {
    color: var(--mc-main);
    font-weight: 600;
}

/* ============================================
   版本面板（OS 下方独立区域）
   ============================================ */
.configoption_form .version-panel {
    margin-top: 12px;
    background: #fff;
    border: 1px solid var(--mc-border);
    border-radius: var(--mc-radius);
    overflow: hidden;
    transition: all 0.3s ease;
}

.configoption_form .version-panel-title {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #4e5969;
    background: var(--mc-bg);
    border-bottom: 1px solid var(--mc-border);
}

.configoption_form .version-panel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
}

.configoption_form .version-panel-list .version-item {
    padding: 6px 16px;
    font-size: 13px;
    color: #4b5563;
    background: #fff;
    border: 1px solid var(--mc-border);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    user-select: none;
}

.configoption_form .version-panel-list .version-item:hover {
    border-color: var(--mc-main);
    color: var(--mc-main);
    background: #f0f5ff;
}

.configoption_form .version-panel-list .version-item.active {
    background: var(--mc-main);
    border-color: var(--mc-main);
    color: #fff;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 110, 255, 0.3);
}

/* ============================================
   网络类型下拉框（统一圆角）
   ============================================ */
.configoption_form .bootstrap-select {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
}

.configoption_form .bootstrap-select::after {
    display: none !important;
    content: none !important;
}

.configoption_form .bootstrap-select .dropdown-toggle {
    height: 38px !important;
    line-height: 26px !important;
    padding: 5px 14px !important;
    font-size: 14px !important;
    border-radius: var(--mc-radius) !important;
    border: 1px solid var(--mc-border) !important;
    background: #fff !important;
    color: #374151 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.configoption_form .bootstrap-select .dropdown-toggle:hover {
    border-color: var(--mc-main) !important;
}

.configoption_form .bootstrap-select .dropdown-toggle.btn-default {
    background: #fff !important;
    border: 1px solid var(--mc-border) !important;
    color: #374151 !important;
    box-shadow: none !important;
}

.configoption_form .bootstrap-select .dropdown-toggle::after {
    border-top-color: #9ca3af !important;
}

.configoption_form .bootstrap-select .filter-option,
.configoption_form .bootstrap-select .filter-option-inner,
.configoption_form .bootstrap-select .filter-option-inner-inner {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.configoption_form .bootstrap-select .filter-option-inner-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    gap: 4px;
}

.configoption_form .bootstrap-select .dropdown-menu {
    min-width: 220px !important;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 4px 0;
}

.configoption_form .bootstrap-select .dropdown-item {
    padding: 8px 14px;
    font-size: 14px;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 4px;
}

.configoption_form .bootstrap-select .dropdown-item:hover,
.configoption_form .bootstrap-select .dropdown-item:focus {
    background: #f7f7f7;
    color: var(--mc-main);
}

.configoption_form select.form-control {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* ============================================
   滑块行（+/- 按钮 + 滑块 + 数值）
   ============================================ */
.configoption_form .col-md-10.d-flex.align-items-center {
    gap: 8px !important;
    padding-right: 0 !important;
    align-items: center !important;
    margin-top: 0 !important;
    height: 38px;
}

.configoption_form .col-md-10.d-flex.align-items-center[style] {
    padding: 0 !important;
    display: flex !important;
    position: relative !important;
    align-items: center !important;
}

/* min/max 标签 */
.configoption_form .range-min-label,
.configoption_form .range-max-label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 36px;
    text-align: center;
    display: none !important; /* min/max 放到滑块下方 */
}

/* 滑块 */
.configoption_form .configoption_range {
    flex: 1 1 auto !important;
    width: 75% !important;
    min-width: 100px;
    height: 6px;
    margin: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    background: #e5e7eb;
    border-radius: 3px;
    outline: none;
}

.configoption_form .configoption_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--mc-main);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 110, 255, 0.3);
}

.configoption_form .configoption_range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: var(--mc-main);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 110, 255, 0.3);
}

/* +/- 按钮 */
.configoption_form .range-step-btn {
    width: 32px;
    height: 38px;
    border: 1px solid var(--mc-border);
    background: #fff;
    color: #6b7280;
    font-size: 18px;
    font-weight: 300;
    border-radius: var(--mc-radius);
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}

.configoption_form .range-step-btn:hover {
    background: #f0f5ff;
    border-color: var(--mc-main);
    color: var(--mc-main);
}

/* 数值输入框 */
.configoption_form .configoption_range_val {
    width: 56px !important;
    height: 38px !important;
    line-height: 36px !important;
    text-align: center;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    border: 1px solid var(--mc-border) !important;
    border-radius: var(--mc-radius) !important;
    flex-shrink: 0;
    float: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

/* 单位 */
.configoption_form .col-md-10.d-flex.align-items-center > span:last-child {
    font-size: 14px;
    color: #6b7280;
    font-weight: 400;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 38px;
    margin-left: 4px;
}

/* ============================================
   CPU/内存/数据中心/周期 按钮组
   ============================================ */
.configoption_form .btn-group.btn-group-toggle {
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
}

/* 所有按钮统一样式 */
.configoption_form .btn-group-toggle .btn,
.configoption_form .btn-group-toggle .btn.btn-primary,
.configoption_form .btn-group-toggle .btn.btn-primary.btn-sm,
.configoption_form .btn-custom-group .btn {
    cursor: pointer !important;
    background-color: #fff !important;
    line-height: 36px !important;
    padding: 0 20px !important;
    border-radius: var(--mc-radius) !important;
    border: 1px solid var(--mc-border) !important;
    font-size: 14px !important;
    color: #4b5563 !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.2s ease;
    box-shadow: none !important;
    margin: 0 !important;
}

.configoption_form .btn-group-toggle .btn:hover,
.configoption_form .btn-group-toggle .btn.btn-primary:hover,
.configoption_form .btn-group-toggle .btn.btn-primary.btn-sm:hover,
.configoption_form .btn-custom-group .btn:hover {
    background: #f0f5ff !important;
    border-color: var(--mc-main) !important;
    color: var(--mc-main) !important;
}

.configoption_form .btn-group-toggle .btn.active,
.configoption_form .btn-group-toggle .btn.btn-primary.active,
.configoption_form .btn-group-toggle .btn.btn-primary.btn-sm.active,
.configoption_form .btn-custom-group .btn.active {
    background: var(--mc-main) !important;
    color: #fff !important;
    border-color: var(--mc-main) !important;
}

/* 隐藏 radio 圆点 */
.configoption_form .btn-group-toggle input[type="radio"],
.configoption_form .btn-custom-group input[type="radio"] {
    display: none !important;
}

/* 周期按钮组：每个按钮独立 */
.configoption_form .btn-group.btn-custom-group {
    gap: 8px;
    border: none;
    border-radius: 0;
    overflow: visible;
    flex-wrap: wrap;
    display: flex;
}

/* ============================================
   密码行
   ============================================ */
.configoption_form .col-8.col-md-3 {
    display: flex !important;
    align-items: center !important;
    position: relative;
}

.configoption_form .getPassword {
    height: 38px !important;
    font-size: 14px !important;
    border: 1px solid var(--mc-border) !important;
    border-radius: var(--mc-radius) !important;
    font-family: monospace;
    letter-spacing: 1px;
    flex: 1 1 auto;
    box-shadow: none !important;
    padding: 0 36px 0 12px !important;
    min-width: 200px !important;
}

.configoption_form .getPassword:focus {
    border-color: var(--mc-main) !important;
    box-shadow: none !important;
}

/* 密码行图标 */
.configoption_form .d-inline-flex.align-items-center .bx,
.configoption_form .col-1.col-md-1 .fas {
    font-size: 18px;
    color: var(--mc-main);
    cursor: pointer;
    line-height: 38px;
}

.configoption_form .d-inline-flex.align-items-center .bx:hover,
.configoption_form .col-1.col-md-1 .fas:hover {
    opacity: 0.8;
}

/* ============================================
   费用明细 v6（统一卡片布局，常驻显示）
   ============================================ */

/* 外层卡片：包裹摘要栏 + 明细 + 购物车按钮 */
.fee-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-top: 16px;
}

/* 摘要栏 — 卡片头部 */
.fee-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 20px;
    background: #f8f9fb;
    border-bottom: 1px solid #e5e7eb;
}

.fee-summary-label {
    font-size: 15px;
    font-weight: 600;
    color: #4e5969;
    white-space: nowrap;
}

.fee-summary-price {
    font-size: 24px;
    font-weight: 700;
    color: #f23030;
    flex: 1;
    text-align: right;
}

.fee-summary-detail-btn {
    font-size: 13px;
    color: #006eff;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    cursor: default;
    user-select: none;
}

.fee-summary-detail-btn .detail-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #006eff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: transform 0.2s ease;
}

.fee-summary-detail-btn .detail-arrow.arrow-up {
    transform: rotate(180deg);
}

/* 明细区 — 卡片主体 */
.configoption_total.fee-original {
    position: relative;
    background: #fff;
    padding: 4px 20px 20px;
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.configoption_total.fee-original > table,
.configoption_total.fee-original table.ordersummary {
    display: table;
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 4px;
}

.configoption_total.fee-original table tr {
    border-bottom: 1px solid #f0f0f0;
}

.configoption_total.fee-original table tr:nth-child(even) {
    background: #fafbfc;
}

.configoption_total.fee-original table td {
    padding: 8px 4px;
    text-align: left;
    border: none !important;
    color: #4b5563;
}

.configoption_total.fee-original table tr:last-child {
    border-bottom: none;
}

.configoption_total.fee-original table tr:last-child td {
    font-weight: 700;
    font-size: 14px;
    color: #f23030;
    padding-top: 10px;
}

/* 加入购物车按钮 — 卡片底部 */
.configoption_total #addToCartBtn,
.configoption_total #addToCartBtn-wrapper {
    display: block !important;
    width: 100%;
    margin: 16px 0 0 !important;
    padding: 12px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
    background: #006eff !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 110, 255, 0.3) !important;
    white-space: nowrap;
    text-align: center;
}

.configoption_total #addToCartBtn:hover {
    background: #0058cc !important;
}

/* 隐藏 Powered by */
.configoption_total a[href*="idcsmart"] {
    display: none !important;
}

/* 版本下拉箭头 */
.configoption_form .os-card .version-dropdown .dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #b9bdd5;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 4px;
    transition: transform 0.2s ease;
}

/* ============================================
   网络类型下拉框（col-md-3 区域）
   ============================================ */
.configoption_form .col-md-3 > .bootstrap-select {
    width: 100% !important;
}

.configoption_form .col-md-3 > .bootstrap-select .dropdown-toggle {
    height: 38px !important;
    line-height: 26px !important;
    padding: 5px 14px !important;
    font-size: 14px !important;
    border-radius: var(--mc-radius) !important;
    border: 1px solid var(--mc-border) !important;
    background: #fff !important;
    color: #374151 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease;
}

.configoption_form .col-md-3 > .bootstrap-select .dropdown-toggle:hover {
    border-color: var(--mc-main) !important;
}

.configoption_form .col-md-3 > .bootstrap-select .dropdown-toggle::after {
    border-top-color: #9ca3af !important;
}

.configoption_form .col-md-3 > .bootstrap-select .filter-option,
.configoption_form .col-md-3 > .bootstrap-select .filter-option-inner,
.configoption_form .col-md-3 > .bootstrap-select .filter-option-inner-inner {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.configoption_form .col-md-3 > .bootstrap-select .filter-option-inner-inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    gap: 4px;
}

.configoption_form .col-md-3 > .bootstrap-select .dropdown-menu {
    min-width: 200px !important;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 4px 0;
}

.configoption_form .col-md-3 > .bootstrap-select .dropdown-item {
    padding: 8px 14px;
    font-size: 14px;
    color: #4b5563;
}

.configoption_form .col-md-3 > .bootstrap-select .dropdown-item:hover,
.configoption_form .col-md-3 > .bootstrap-select .dropdown-item:focus {
    background: #f7f7f7;
    color: #006eff;
}

/* ============================================
   响应式 — 移动端全面修复
   ============================================ */
@media (max-width: 768px) {

    /* 外层卡片减小内边距，最大化可用宽度 */
    .configoption_form {
        padding: 12px !important;
        border-radius: 6px;
    }

    /* 表单行：改为换行布局，标签在上、内容在下 */
    .configoption_form .form-group.row.configureproduct,
    .configoption_form .form-group.row {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        gap: 6px !important;
        margin-bottom: 16px !important;
        align-items: stretch !important;
    }

    /* 标签列：全宽、不再固定 120px */
    .configoption_form .col-md-2.col-form-label {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        line-height: 28px !important;
        margin-bottom: 2px;
        padding-right: 0 !important;
    }

    /* 内容列：全宽 */
    .configoption_form .form-group.row > div:not(.col-md-2):not(.col-form-label) {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ========== 移动端 OS 横向滚动（尺寸微调） ========== */
    .configoption_form .os-scroll-container {
        gap: 10px !important;
        padding-bottom: 6px !important;
    }
    .configoption_form .os-scroll-container .os-card {
        width: 92px !important;
        padding: 12px 6px 10px !important;
    }
    .configoption_form .os-scroll-container .os-card-icon {
        width: 30px !important;
        height: 30px !important;
        margin-bottom: 6px !important;
    }
    .configoption_form .os-scroll-container .os-card-icon .img_os {
        width: 26px !important;
        height: 26px !important;
    }
    .configoption_form .os-scroll-container .os-card-name {
        font-size: 12px !important;
    }

    /* ========== 移动端版本面板 ========== */
    .configoption_form .version-panel {
        margin-top: 10px !important;
    }
    .configoption_form .version-panel-title {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    .configoption_form .version-panel-list {
        gap: 6px !important;
        padding: 10px !important;
    }
    .configoption_form .version-panel-list .version-item {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }

    /* 滑块行：自适应 */
    .configoption_form .col-md-10.d-flex.align-items-center {
        gap: 6px !important;
        flex-wrap: nowrap !important;
        height: auto !important;
        min-height: 38px;
    }
    .configoption_form .configoption_range {
        min-width: 60px !important;
        width: 100% !important;
        flex: 1 1 auto !important;
    }
    .configoption_form .configoption_range_val {
        width: 48px !important;
        flex-shrink: 0;
    }
    .configoption_form .range-step-btn {
        width: 28px !important;
        height: 34px !important;
        font-size: 16px !important;
        flex-shrink: 0;
    }

    /* 按钮组：移动端每个按钮缩小 */
    .configoption_form .btn-group-toggle .btn,
    .configoption_form .btn-group-toggle .btn.btn-primary,
    .configoption_form .btn-group-toggle .btn.btn-primary.btn-sm,
    .configoption_form .btn-custom-group .btn {
        padding: 0 12px !important;
        font-size: 13px !important;
        height: 34px !important;
        line-height: 32px !important;
    }
    .configoption_form .btn-group.btn-group-toggle,
    .configoption_form .btn-group.btn-custom-group {
        gap: 6px !important;
    }

    /* 下拉框：移动端全宽 */
    .configoption_form .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .configoption_form .col-8.col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .configoption_form .bootstrap-select .dropdown-toggle {
        height: 34px !important;
        line-height: 22px !important;
        font-size: 13px !important;
    }
    .configoption_form .col-md-3 > .bootstrap-select .dropdown-toggle {
        height: 34px !important;
        line-height: 22px !important;
        font-size: 13px !important;
    }

    /* 密码行 */
    .configoption_form .getPassword {
        min-width: 0 !important;
        height: 34px !important;
        font-size: 13px !important;
    }

    /* 费用卡片 */
    .fee-card {
        border-radius: 6px;
        margin-top: 12px;
    }
    .fee-summary-bar {
        flex-wrap: wrap !important;
        gap: 6px !important;
        padding: 10px 12px !important;
    }
    .fee-summary-label {
        font-size: 14px !important;
    }
    .fee-summary-price {
        font-size: 20px !important;
        text-align: left !important;
        flex: 1;
    }
    .fee-summary-detail-btn {
        font-size: 12px !important;
    }

    /* 明细表格 */
    .configoption_total.fee-original {
        padding: 4px 12px 12px !important;
    }
    .configoption_total.fee-original > table,
    .configoption_total.fee-original table.ordersummary {
        font-size: 12px !important;
    }
    .configoption_total.fee-original table td {
        padding: 6px 2px !important;
        word-break: break-all;
    }

    /* 购物车按钮 */
    .configoption_total #addToCartBtn,
    .configoption_total #addToCartBtn-wrapper {
        padding: 10px !important;
        font-size: 14px !important;
    }
}

/* 超小屏幕（≤400px）进一步优化 */
@media (max-width: 400px) {
    .configoption_form {
        padding: 8px !important;
    }
    .configoption_form .os-scroll-container .os-card {
        width: 82px !important;
        padding: 10px 4px 8px !important;
    }
    .configoption_form .os-scroll-container .os-card-icon {
        width: 26px !important;
        height: 26px !important;
    }
    .configoption_form .os-scroll-container .os-card-icon .img_os {
        width: 22px !important;
        height: 22px !important;
    }
    .configoption_form .os-scroll-container .os-card-name {
        font-size: 11px !important;
    }
    .configoption_form .version-panel-list .version-item {
        padding: 4px 10px !important;
        font-size: 11px !important;
    }
    .configoption_form .btn-group-toggle .btn,
    .configoption_form .btn-custom-group .btn {
        padding: 0 10px !important;
        font-size: 12px !important;
    }
    .fee-summary-bar {
        padding: 8px 10px !important;
    }
    .fee-summary-price {
        font-size: 18px !important;
    }
}
