<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** ????? **/
* {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form, pre {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
a:active, a:hover {
	outline: 0
}
img {
	display: inline-block;
	border: none;
	vertical-align: middle;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3 {
	font-size: 14px;
	font-weight: 400;
}
h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
button, input, select, textarea {
	font-size: 100%;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
:focus {
	outline: none;
}
body {
	font: 13px/2 tahoma, arial, 'PingFang SC', 'Microsoft Yahei', sans-serif;
	color: #333;
	background: #fff;
}
a {
	color: #3794e3;
	text-decoration: none;
+cursor: pointer;
}
a:hover {
	color: #64b3f7;
}
/*form*/
/*form-panel*/
.sudy-form {
	margin: 0px;
	padding: 0px;
	border: 1px solid #6b81a6;
}
.sudy-form .bt {
	border-bottom: 1px solid #6b81a6;
	display: inline-block;
	width: 100%;
	background: #bbc9e0;
}
.sudy-form label {
	line-height: 26px;
	font-size: 13px;
	vertical-align: middle;
}
.sudy-form li input {/* display: block; */
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.sudy-form li img#validateCodeImg {
	height: 24px;
	line-height: 24px;
	width: auto;
	vertical-align: middle;
}
.sudy-form .button {
	margin-left: 130px;
}
.sudy-form .register-info {
	margin-top: 5px;
	padding-left: 130px;
}
.form-linkbutton {
	line-height: 24px;
	border-radius: 0px;
}
.form-linkbutton .l-btn-text {
	line-height: 24px;
}
/*form-title*/
.form-title-inline {
	padding: 5px 0;
	
	float: left;
	display: block;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}
.form-must, .red {
	line-height: 26px;
	height: 26px;
	margin-right: 2px;
	color: #FE1B1B;
	vertical-align: middle;
}
/*form-title*/
.form-head-title {
	position: relative;
	line-height: 35px;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #ececec;
	border-bottom: 1px dashed #ccc;
}
.form-head-title .head-down {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}
.form-head-title .head-down a {
	color: #5898F0;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/head-up.png) no-repeat right center;
}
.form-head-title .head-up {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}
.form-head-title .head-up a {
	color: #5898F0;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/head-down.png) no-repeat right center;
}
/*form-describe*/
.form-text-describe .mod-bdt1 {
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-family: "寰蒋闆呴粦";
	padding: 0px 5px;
}
.mod-bdt1 .mod_xh {
	color: #F00;
}
.form-text-describe {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
}
/*form-title-width*/
.w130 {
	font-weight: bold;
	color: #fff;
	min-height: 25px;
	background: #8db9e4;
	width: 18%;
}
.w100 {
	width: 100px;
}
.w80 {
	width: 80px;
}
/*form-text-width*/
.w400 {
	width: 400px;
}
.w200 {
	width: 200px;
}
.w150 {
	width: 150px;
}
.w110 {
	width: 110px;
}
.w40 {
	width: 40px;
}
/*search-button*/
.search-box {
}
.search-box .searchbox-button {
	width: 36px!important;
}
/**/
.sudy-searchbox {
	top: 16px;
	right: 20px;
	z-index: 1000;
}
/*text-align*/
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
/*margin*/
.ml20 {
	margin-left: 20px;
}
.ml10 {
	margin-left: 10px;
}
.ml5 {
	margin-left: 5px;
}
.mt20 {
	margin-top: 20px;
}
.mt10 {
	margin-top: 15px;
}
.mt5 {
	margin-top: 5px;
}
.mr20 {
	margin-right: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
/*padding*/
.pl130 {
	padding-left: 130px;
}
.pl100 {
	padding-left: 100px;
}
.pl80 {
	padding-left: 80px;
}
.pt20 {
	padding-top: 20px;
}
.pt10 {
	padding-top: 10px;
}
.pt5 {
	padding-top: 5px;
}
.pad20-all {
	padding: 20px 0;
}
.pad10-all {
	padding: 10px 0;
}
.pad5-all {
	padding: 5px 0;
}
/*positioning*/
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.wrapper {
}
.wrapper .inner {
	width: 1000px;
	margin: 0 auto;
}
.header {
	background: #4aa0dd;
}
.header .inner {
	padding: 30px 0px;
}
.header .inner .title {
	padding: 0px 20px;
	line-height: 30px;
	font-size: 30px;
	color: #fff;
}
.main {
	padding: 25px 0px;
}
.main .inner {
	width: 960px;
}
/*涓婁紶鎸夐挳*/
.attach_div, .attach_div div {
	line-height: 22px;
	height: 21px;
}
.qq-upload-button-image {
	float: left;
}
 @media (max-width: 999px) {
.wrapper {
}
.wrapper .inner {
	width: auto;
	margin: 0 auto;
}
.wrapper .inner .mod {
	padding: 10px 10px;
}
.main {
	padding: 0px 0px;
}
.main .inner {
	padding: 0px;
	width: auto;
	background: #fff;
	border-radius: 0px;
}
.form-text-describe {
	padding: 10px 0px 10px;
	line-height: 26px;
	color: #353535;
}
.w130 {
	width: 100%;
}
span.w140 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	min-height: 25px;
	width: 100% !important;
	display: block;
	float: left;
	padding-left: 0px !important;
	text-align: center !important;
	background: #dfe7f2;
}
}
@media (max-width: 765px) {
.header .inner {
	padding: 25px 0px;
}
.main .inner {
	padding: 5px 0px 15px;
}
.header .inner .title {
	line-height: 30px;
	font-size: 25px;
	text-align: center;
}
/*form-title-width*/
.w130 {
	width: 100%;
}
span.w140 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	min-height: 25px;
	width: 100% !important;
	display: block;
	float: left;
	padding-left: 0px !important;
	text-align: center !important;
	background: #dfe7f2;
}
.sudy-form li textarea {
	vertical-align: top;
}
.sudy-form .button {
	margin-left: 85px;
}
.sudy-form .register-info {
	margin-top: 5px;
	padding-left: 85px;
}
}
.login_div .form-title {
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
}
.formlist_div, .formlist_div a {
	line-height: 30px;
	vertical-align: inherit!important;
}
.customform_list li.list_item {
	border-bottom: 1px solid #ddd!important;
}
.dg_search table {
	float: right;
	margin-bottom: 10px;
}
.control_button {
	text-align: center;
}
/*鎼滅储*/
.search_menu li {
	float: left;
	width: auto;
}
.search_menu li .easyui-linkbutton {
	vertical-align: middle;
	margin-top: 5px;
}
ul.sudy-form.bul {
	border-top: 0px;
	border-left: 0px solid #4aa0dd;
	border-right: 0px solid #4aa0dd;
	border-bottom: 0px;
}
ul.sudy-form.bul li {
	border-bottom: 0px;
}
span.form-title-inline.w130.wyy {
	padding-top: 16px;
	min-height: 33px;
}
span.form-title-inline.w130.yjjy {
	min-height: 47px;
	padding-top: 30px;
}
span.w140 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0;
	min-height: 25px;
	width: 82%;
	display: block;
	float: left;
	padding-left: 30px;
	text-align: left;
	background: #dfe7f2;
	border-left: 1px solid #6b81a6;
}
.mod_bdt {
	background: #6b81a6;
}
.bt .w130 {
	background: none;
	position:relative;
}
A.l-btn {
	background:none;
	}
A.l-btn SPAN.l-btn-left {
	background:#6b81a6;
	width:100px;
	height:35px;
	border-radius:5px;
	padding:0px;
	}
A.l-btn SPAN SPAN.l-btn-text {
	width:100px;
	height:35px;
	line-height:35px;
	padding-left: 0px !important;
	font-family:"寰蒋闆呴粦";
	color:#FFF;
	font-size:16px;
	}
.icon-ok {
	background:none;
	}
.bt .w130 font {
}
.w140 font {
    float: left;
    padding-top: 5px;
}
.combo-panel {height:200px !important;overflow:scroll;}
.mdo_yzm {
	float:left;
	}
.sudy-form &gt; li {
		margin: 0 !important;
	}</pre></body></html>