<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,ul,li,ol,dl,dd,dt,tr,td,div,span,a,img,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
	cursor:pointer
}
img{
	border:0;
}
.clearfix:after{
	display:block;clear:both;content:"";visibility:hidden;height:0
}
.clearfix{
	zoom:1
}
.fl{
	float:left;
}
.fr{
	float:right;
}
a{
	color:#333;
}
a:hover{
	color:#3a59dd;
}
.t_a_c{ text-align:center}
.pd_0{ padding:0 !important}
.pd_t_70{ padding-top:70px !important}
.pd_t_30{ padding-top:30px !important}
.w750{width:750px; margin:0 auto}
/*select*/
.selectBox {
	width: 270px;
	height: 38px;
	line-height: 38px;
}

.inputCase {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.inputCase input.imitationSelect {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	display: block;
	text-indent: 10px;
	cursor: default;
	font-size:16px;
	background:rgba(0,0,0,0)
}

.inputCase i.fa {
	position: absolute;
	right: 15px;
	top: 15px;
	display:block;
	width:20px;
	height:10px;
	z-index:-1;
}
.inputCase i.fa-caret-down{ background:url(../images/arrow_down.png) no-repeat;}
.inputCase i.fa-caret-up{ background:url(../images/arrow_up.png) no-repeat;}
.selectUl {
	display: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background:#fff;
}

.selectUl li {
	height: 36px;
	line-height: 36px;
	list-style: none;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;
	transition: all .5s ease 0s;
}

.selectUl li:hover {
	background: #ddd;
}

.selectUl li:last-child {
	border-bottom: 0 none;
}
.card p,.main_ls p{text-align:justify}
/*分页代码*/
.fenye{ text-align:center}
.fenye li{
	display:inline-block;
	margin:0 2px
}
.fenye li:nth-child(1),
.fenye li input{
	border:1px solid #dedede;
	background-color: transparent; 
	background-color:#fbfbfb;
	padding:5px;
	border-radius:4px
}
.fenye li input{
	font-size:14px;
	padding:5px 10px
}
.fenye li input:hover,
.fenye li input.cur{
	background-color:#3a59dd;
	color:white;
	border:1px solid #3a59dd
}
.new_pages{ text-align:center; vertical-align:middle}
.new_pages span{ display:inline-block; margin:0 9px; font-size:16px; vertical-align:middle}
.new_pages span.pre a,.new_pages span.next a{ display:block;width:24px; height:24px; line-height:10; overflow:hidden}
.new_pages span.pre a{ background-image: url(../images/svg/page_pre.svg), none;background-repeat:no-repeat; background-position:center center; background-size:cover}
.new_pages span.next a{ background-image: url(../images/svg/page_next.svg), none;background-repeat:no-repeat; background-position:center center; background-size:auto 100%}
.new_pages .active{ color:#3a59dd}
.new_pages .disable a{ cursor:default}

/*自定义表单*/
input[type='text'],textarea{ box-sizing:border-box; padding:10px;width:100%; border:1px solid #e1e1e1; font-size:14px;}
input[type='text']{ height:43px;}
input[type='radio'],input[type='checkbox']{
	width: 20px;
	height: 20px;
	vertical-align:middle;
	opacity: 0;

}
.input_style{
	background: url(../images/img_form.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.radio_bg{
	background-position: -118px 0 ;
}
.checkbox_bg{
	background-position: 0 0;
}
.radio_bg_check{
	background-position: -166px 0 ;
}
.checkbox_bg_check{
	background-position: -48px 0;
}
</pre></body></html>