.shu_xian {
	margin: 0px 10px;
}

.ydbz-margin-right-4 {
	margin-right: 4px;
}

.ydbz-ibox-content-color {
	background-color: #f9f9f9;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.padding-top-5 {
	padding-top: 5px;
}

.tjtb-search-name-margin0 {
	margin: 0 !important;
}

.margin-bottom-5 {
	margin-bottom: 5px;
	padding-top: 5px;
}

.margin-bottom-3 {
	margin-bottom: 3px;
}

.margin-top-5 {
	margin-top: -5px;
}

.bottom_border {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	margin-bottom: 5px;
}

#jsqx-role-privilege-button, 
#jsqx-roleAllot-role-button, 
#jsqx-privilegeAllot-privilege-button {
	visibility: hidden;
}

.mycheck {
	margin-top: 5px;
}

.login_err {
	color: red;
}

.login-password-wrap {
	position: relative;
}

.login-password-input {
	padding-right: 40px;
}

.login-password-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	color: #999;
	padding: 0;
	line-height: 1;
	cursor: pointer;
}

.login-password-toggle:hover,
.login-password-toggle:focus {
	color: #666;
	outline: none;
}

.login-remember-wrap {
	margin-bottom: 10px;
}

.login-remember-label {
	font-weight: normal;
	cursor: pointer;
	user-select: none;
	margin: 0;
}

.login-icp-footer {
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 24px;
	font-size: 12px;
	color: #999;
}

.login-icp-footer a {
	color: #999;
	text-decoration: none;
}

.login-icp-footer a:hover {
	color: #666;
	text-decoration: underline;
}

.login-wangan-beian {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.login-wangan-beian img {
	height: 12px;
	width: auto;
	vertical-align: middle;
}

/*.pull-left {
	width: calc(100% - 150px);
}*/

.my_sex_choice, .yes_or_no_choice {
	height: 30px;
	width: 100%;
	vertical-align: middle;;
}

.my_sex_choice div, .yes_or_no_choice div {
	font-size: 14px;
	padding-right: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.my_sex_choice div:hover, .yes_or_no_choice div:hover {
	background-color: #EFEFEF;
	color: black;
}

#import_progress, #import_progress2 {
	display: none;
}

#import_progress_msg {
	width: fit-content;
}

#import_progress_msg_span {
	float: right;
}

.clear_both {
	clear: both;
}

#import_progress_bar {
	width: 1%;
}

.my_button {
	float: left;
	margin-bottom: 2px;
    margin-right: 2px;
}

.my_button_2 {
	width: 100%;
}

.my_button_3 {
	margin-top: 10px;
}

.my_title {
	height: auto;
	min-height: 62px;
	overflow: visible;
}

.my_title::after {
	content: "";
	display: block;
	clear: both;
}

.my_title_2 {
	height: 60px;
}

#eg {
	width: 200mm;
}

.contract_title {
	display: flex;
}

.contract_title_label {
	width: 25mm;
	padding-top: 15px;
}

.contract_title_imput {
	margin-top: 5px;
}

.function_button_style {
	margin-top: -20px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#ckgl-deploy-is_checked {
	display: none;
}

#ckgl-deploy-not_check_man {
	display: none;
}

#ckgl-deploy-cannot_change {
	display: none;
}

.my_table_border {
	height: 30px;
	width: 100%;
	border: 2px solid #ddd;
}

.my_td_border {
	height: 30px; 
	border: 1px solid #ddd;
}

.my_input-control {
	height: auto;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.my_danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.my_warning {
	color: #FFF;
	background-color: #f8ac59;
	border-color: #f8ac59;
}

.my_success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.ydbz-table-page {
	--ydbz-table-title-height: 42px;
	--ydbz-table-toolbar-height: 70px;
	--ydbz-table-header-height: 42px;
	--ydbz-table-pagination-height: 58px;
}

.ydbz-table-page .ibox-content {
	padding-bottom: 0;
}

.ydbz-table-page .ibox-title,
.ydbz-table-page .bootstrap-table > .fixed-table-toolbar,
.ydbz-table-page .bootstrap-table > .fixed-table-container > .fixed-table-header,
.ydbz-table-page .bootstrap-table > .fixed-table-pagination {
	background: #fff;
}

.ydbz-table-page .ibox-title {
	position: sticky;
	top: 0;
	z-index: 1045;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.ydbz-table-page .bootstrap-table > .fixed-table-toolbar {
	position: sticky;
	top: var(--ydbz-table-title-height);
	z-index: 1044;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.ydbz-table-page .bootstrap-table > .fixed-table-toolbar .bs-bars,
.ydbz-table-page .bootstrap-table > .fixed-table-toolbar .search,
.ydbz-table-page .bootstrap-table > .fixed-table-toolbar .columns {
	margin-top: 0;
	margin-bottom: 8px;
}

.ydbz-table-page .bootstrap-table > .fixed-table-container > .fixed-table-header {
	position: sticky;
	top: calc(var(--ydbz-table-title-height) + var(--ydbz-table-toolbar-height));
	z-index: 1043;
}

.ydbz-table-page .bootstrap-table > .fixed-table-pagination {
	position: sticky;
	bottom: 0;
	z-index: 1042;
	margin-top: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #e7eaec;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.ydbz-table-page .bootstrap-table > .fixed-table-container {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ydbz-table-page .bootstrap-table > .fixed-table-container > .fixed-table-body {
	min-height: 260px;
	overscroll-behavior: contain;
}

#content-main {
	height: calc(100% - 42px) !important;
}

.fixed-nav #content-main {
	height: calc(100% - 42px) !important;
}

.J_mainContent .J_iframe {
	display: block;
}

.pay-pending-confirm-cell {
	display: block;
	line-height: 1;
}

.pay-pending-confirm-cell + .pay-pending-confirm-cell {
	margin-top: 7px;
}

.pay-pending-confirm-cell .btn {
	min-width: 84px;
	text-align: left;
}

.order-recv-cell {
	position: relative;
	display: inline-block;
	max-width: 100%;
	cursor: default;
}

.order-recv-text {
	display: block;
	line-height: 1.4;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 80px;
}

.order-recv-popover-content {
	display: none;
	position: fixed;
	padding: 16px 20px;
	background-color: #ffffff !important;
	border: 2px solid #d0d0d0 !important;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
	z-index: 99999 !important;
	min-width: 300px;
	max-width: 450px;
	font-size: 13px;
	line-height: 1.7;
	white-space: normal;
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
}

.order-recv-popover-content::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	border: 7px solid transparent;
	border-top-color: #d0d0d0;
}

.order-recv-popover-content::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #ffffff;
	z-index: 1;
}

.order-recv-popover-visible {
	display: block !important;
}

.order-recv-popover-line {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	line-height: 1.6;
}

.order-recv-popover-line:last-child {
	margin-bottom: 0;
}

.order-recv-popover-label {
	display: inline-block;
	width: 80px;
	flex-shrink: 0;
	color: #777;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-top: 1px;
}

.order-recv-popover-value {
	flex: 1;
	color: #222;
	word-break: break-word;
	font-size: 13px;
	line-height: 1.5;
}

.order-recv-popover-value-address {
	color: #444;
	line-height: 1.6;
}

@media screen and (max-width: 1366px) {
	.order-recv-text {
		max-height: 56px;
		overflow: hidden;
		position: relative;
	}

	.order-recv-text::after {
		content: "...";
		position: absolute;
		bottom: 0;
		right: 0;
		background: linear-gradient(to right, transparent, #f9f9f9 50%);
		padding-left: 10px;
	}
}

@media screen and (max-width: 1200px) {
	.order-recv-text {
		max-height: 40px;
	}
}

.collaborative-remark-cell,
.pay-remark-cell {
	display: block;
	min-width: 100px;
	position: relative;
}

.collaborative-remark-cell .collaborative-remark-view-btn,
.pay-remark-cell .pay-remark-view-btn {
	width: 100%;
	max-width: 100%;
	white-space: normal;
	text-align: left;
	word-break: break-all;
	line-height: 1.4;
	padding: 2px 6px;
}

.collaborative-remark-cell .collaborative-remark-hover-tip,
.pay-remark-cell .pay-remark-hover-tip {
	display: none;
	position: absolute;
	right: calc(100% + 6px);
	left: auto;
	top: 0;
	bottom: auto;
	transform: none;
	min-width: 220px;
	max-width: min(420px, 70vw);
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	color: #333;
	font-size: 12px;
	line-height: 1.5;
	white-space: pre-line;
	word-break: break-all;
	text-align: left;
	z-index: 1040;
	pointer-events: none;
}

.collaborative-remark-cell:hover .collaborative-remark-hover-tip,
.pay-remark-cell:hover .pay-remark-hover-tip {
	display: block;
}

.bootstrap-table .collaborative-remark-cell,
.bootstrap-table .pay-remark-cell {
	overflow: visible;
}

.bootstrap-table td:has(.collaborative-remark-cell),
.bootstrap-table td:has(.pay-remark-cell) {
	overflow: visible;
	position: relative;
}

.collaborative-remark-cell .collaborative-remark-add-btn {
	display: none;
}

.collaborative-remark-dialog .collaborative-remark-item:last-child {
	margin-bottom: 0;
}

.purchase-logistics-row-selected > td {
	background-color: #f3faf8 !important;
}
