<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åœ¨çº¿é“¾æŽ¥æœåŠ¡ä»…ä¾›å¹³å°ä½“éªŒå’Œè°ƒè¯•ä½¿ç”¨ï¼Œå¹³å°ä¸æ‰¿è¯ºæœåŠ¡çš„ç¨³å®šæ€§ï¼Œä¼ä¸šå®¢æˆ·éœ€ä¸‹è½½å­—ä½“åŒ…è‡ªè¡Œå‘å¸ƒä½¿ç”¨å¹¶åšå¥½å¤‡ä»½ã€‚ */
@font-face {
	font-family: 'iconfont'; /* Project id 4691875 */
	src: url('//at.alicdn.com/t/c/font_4691875_sose5jlqloi.woff2?t=1737177671273') format('woff2'), url('//at.alicdn.com/t/c/font_4691875_sose5jlqloi.woff?t=1737177671273') format('woff'), url('//at.alicdn.com/t/c/font_4691875_sose5jlqloi.ttf?t=1737177671273') format('truetype');
}
.iconfont {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.fl {
	float: left;
}

/* å¡ç‰‡é˜´å½± */
.card_shadow {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
/* æŒ‰é’® */
button {
	background: none;
	border: 0 none;
	cursor: pointer;
}
.buttn_default {
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #ffffff;
}
.buttn_primary {
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	border-radius: 3px;
	border: 1px solid transparent;
	background: #165dff;
	color: #fff;
}
.buttn_danger {
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	border-radius: 3px;
	border: 1px solid transparent;
	background: #f56e6e;
	color: #fff;
}
/* è¾“å…¥æ¡† */
.m_input {
	width: 100%;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #dedede;
	padding: 0 10px;
}
.m_input:hover,
.m_input:focus {
	outline: none;
	border-color: #165dff !important;
}
.m_select {
	width: 100%;
	height: 32px;
	border-radius: 3px;
}
.m_select:hover,
.m_select:focus {
	border-color: #165dff;
}
/* å¼€å…³ */
.m_switch {
	width: 36px;
	height: 20px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.on.m_switch {
	background-color: #165dff;
}
.off.m_switch {
	background-color: #c5c5c5;
}
.m_switch_move {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	border-radius: 50%;
	background-color: #fff;
}
.on .m_switch_move {
	left: 20px;
}
.off .m_switch_move {
	left: 2px;
}

.buttn_default:hover,
.buttn_primary:hover,
.buttn_danger:hover {
	opacity: 0.85;
}
.sbtn_hui,
.sbtn_red,
.sbtn_blue,
.sbtn_green,
.sbtn_orange,
.sbt_white,
.sbtn_white {
	height: 32px;
	width: 100px;
	display: block;
	overflow: hidden;
	border: none;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.sbtn_hui {
	background: #d1d5e1;
	color: #212121;
}
.sbtn_hui:hover {
	background: #2c3e50;
	color: #fff;
}
.sbtn_red {
	background: #ff6c60;
	color: #fff;
}
.sbtn_red:hover {
	background: #e04549;
	color: #fff;
}
.sbtn_blue {
	background: #0061c4;
	color: #fff;
}
.sbtn_blue:hover {
	background: #0856c5;
	color: #fff;
}
.sbtn_green {
	background: #32c8af;
	color: #fff;
}
.sbtn_green:hover {
	background: #29a791;
	color: #fff;
}
.sbtn_orange {
	background: #f0ad4e;
	color: #fff;
}
.sbtn_orange:hover {
	background: #ec8f13;
	color: #fff;
}
.sbtn_white {
	background: #fff;
	color: #212121;
}
.sbtn_white:hover {
	background: #d1d5e1;
	color: #212121;
}

.a_blue {
	background: #165dff;
	color: #fff;
	opacity: 1;
	border-radius: 3px;
	border: 1px solid #165dff;
	text-align: center;
	cursor: pointer;
}
.a_white {
	background: #fff;
	opacity: 1;
	border-radius: 3px;
	border: 1px solid #dedede;
	text-align: center;
	cursor: pointer;
}

.tc {
	text-align: center;
}

/*----------------------è¡¨å• å¼€å§‹----------------------*/
.form_item_list dl {
	float: left;
	margin-top: 10px;
}
.stats_title2 .form_item_list dl {
	margin-top: 0;
}
/*åˆ†è¾¨çŽ‡é—®é¢˜æš‚æ—¶è§£å†³æ–¹æ¡ˆ åŒºåˆ†å±å¹•å®½åº¦ */
@media screen and (max-width: 1399px) {
	.form_item_list dl dt {
		float: left;
		width: 85px;
		padding-right: 10px;
		line-height: 32px;
		height: 32px;
		text-align: right;
		color: #212121;
	}
}
@media screen and (min-width: 1400px) {
	.form_item_list dl dt {
		float: left;
		width: 100px;
		padding-right: 10px;
		line-height: 32px;
		height: 32px;
		text-align: right;
		color: #212121;
	}
}

.customer_detail_form2 .form_item_list dl dt {
	width: 120px;
}
.white .form_item_list dl dt {
	color: #fff;
}
.form_item_list dl dt b {
	padding-right: 4px;
}
.form_item_list dl dd {
	float: left;
	position: relative;
	width: 168px;
	line-height: 32px;
	min-height: 32px;
}
.form_item_list dl dd .inputx {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.form_item_list dl dd .iconfont {
	position: absolute;
	z-index: 2;
	top: 1px;
	right: -1px;
	background: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.form_item_list dl dd .date_icon {
	right: -1px;
	height: 18px;
	line-height: 18px;
}
.form_item_list dl dd .iconfont:hover {
	color: #32c8af;
	cursor: pointer;
}
.form_item_list dl dd .date_icon {
	background: #fff;
	color: #9a9a9a;
	padding: 6px 8px;
}
.form_item_list dl dd .date_icon:hover {
	background: #32c8af;
	color: #fff;
}
.form_item_list dl dd .form_popup {
	position: absolute;
	z-index: 3;
	top: 32px;
	left: 0;
	background: #fff;
	border: 1px solid #e4e7ed;
	width: 198px;
	display: block;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.form_item_list dl dd .form_popup ul {
	max-height: 260px;
	overflow-y: auto;
}
.form_item_list dl dd .form_popup ul li {
	line-height: 26px;
	height: 26px;
	padding-left: 10px;
	overflow: hidden;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.form_item_list dl dd .form_popup ul li.ellipsis a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.form_item_list dl dd .form_popup ul li:hover {
	background: #32c8af;
}
.form_item_list dl dd .form_popup ul li:hover a {
	color: #fff;
}
.form_item_list dl dd .form_popup .form_poput_foot {
	background: #f1f1f1;
	height: 26px;
	padding: 8px 0;
	webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.form_item_list dl dd .form_popup .form_poput_foot a {
	width: 70px;
	margin: 0 auto 0;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #32c8af;
	display: block;
	overflow: hidden;
	text-align: center;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.form_item_list dl dd .form_popup .form_poput_foot a:hover {
	background: #0080e8;
}
.form_item_list .form_combobox dl {
	width: 100%;
	height: auto;
}
.form_combobox dl dd {
	width: 85%;
}
.form_combobox2 dl dd {
	width: 81%;
}
.form_item_list dl dd .s_select {
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	width: 95%;
	padding-left: 5%;
	cursor: pointer;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.form_item_list dl dd select.s_select {
	width: 100%;
	padding-left: 0;
}
.foot_btn button .iconfont {
	font-size: 1.3em;
	padding-right: 6px;
}
/*----------------------è¡¨å• ç»“æŸ----------------------*/
.inputx {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	width: 95%;
	padding-left: 5%;
	cursor: pointer;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
input,
button,
select {
	outline: none;
}
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	border-color: #32c8af;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr,
table tr td {
	border: none 0;
}
th {
	text-align: inherit;
}
table tr td,
table tr th {
	empty-cells: show;
}
.aui_dialog {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.aui_header {
	height: 46px;
	line-height: 46px;
	color: #212121;
	webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}
.aui_outer .aui_w,
.aui_outer .aui_e,
.aui_outer .aui_sw,
.aui_outer .aui_s,
.aui_outer .aui_se,
.aui_outer .aui_nw,
.aui_outer .aui_n,
.aui_outer .aui_ne {
	display: none;
}
.aui_header {
	height: 46px;
	line-height: 46px;
	color: #212121;
	webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}
.aui_outer .aui_footer {
	background: #fff;
}
.aui_outer .aui_footer .aui_buttons {
	background: #fff;
	border: 0;
	min-width: 220px;
	margin: 0 auto 30px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.aui_outer .aui_footer .aui_buttons button {
	height: 32px;
	width: 70px;
	display: inline-block;
	overflow: hidden;
	border: none;
	margin: 0 2;
	font-size: 14px;
	padding: 0 0;
	letter-spacing: 0;
	text-shadow: none;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-linear-gradient(#e7e7e7, #cccccc); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#e7e7e7, #cccccc); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#e7e7e7, #cccccc); /* Firefox 3.6 - 15 */
	background: linear-gradient(#e7e7e7, #cccccc); /* æ&nbsp;‡å‡†çš„è¯­æ³• */
}
.aui_outer .aui_footer .aui_buttons button:hover {
	background: #767676;
	color: #fff;
}
.aui_outer .aui_footer .aui_buttons .aui_state_highlight {
	background: #32c8af;
	color: #fff;
	text-shadow: none;
	margin-right: 20px;
}
.aui_outer .aui_footer .aui_buttons .aui_state_highlight:hover {
	background: #29a791;
	color: #fff;
}
.aui_outer .aui_footer .aui_buttons input {
	margin-right: 5px;
}
.aui_header .aui_title {
	font-size: 16px;
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
	font-weight: 700;
	margin: 0 0;
	text-shadow: none;
}
.aui_header .aui_titleBar {
	bottom: 23px;
}
.aui_header .aui_close {
	color: #212121;
	cursor: pointer;
	font-size: 26px;
	height: 26px;
	line-height: 22px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 26px;
	background: none;
	text-indent: 0;
}
.aui_header .aui_close:hover {
	color: #32c8af;
	background: none;
}
.aui_main {
	line-height: 0;
}
.aui_main #merge_var_ui .title {
	padding-bottom: 20px;
}
.aui_main #merge_var_ui input,
.aui_main #merge_var_ui label {
	margin-bottom: 10px;
}
.aui_content .foot_btn {
	width: 220px;
	margin: 20px auto 30px;
	display: block;
	overflow: hidden;
}
#pic-zoom-box .foot_btn {
	margin: 20px auto 0;
}
.aui_main .aui_content {
	webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.aui_main .aui_content textarea {
	height: 32px;
	line-height: 32px;
	padding: 0 2%;
}
.aui_main .share_sub_row {
	border-bottom: 1px solid #a6a6a6;
	padding: 6px 0;
	margin: 0 0;
}
.aui_main .share_sub_row label {
	margin: 0 20px 0 0;
}
.aui_main .share_sub_row label input {
	margin: 0 5px 0 0;
}
.aui_main .sub_title {
	color: #767678;
	font-weight: normal;
}
/* .aui_content input{margin: 0 10px 0 0;} */
.msg_box {
	line-height: 36px;
	width: 380px;
}
.popup_w1 {
	width: 400px;
}
.system_popup {
	line-height: 40px;
	font-size: 16px;
	color: #212121;
}
button {
	background: none;
	border: 0 none;
	cursor: pointer;
}

select {
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	width: 100%;
	padding-left: 10px;
	cursor: pointer;
}
</pre></body></html>