<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{padding:0;margin:0;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}
img,input{border:none;vertical-align:middle;}
body{font-size:16px;
	background:#fff;text-align:left;color:#333;overflow:hidden;
	-webkit-overflow-scrolling: touch;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
		-webkit-text-size-adjust: 100% !important;
	min-height:100%;
	/*min-width:1280px;*/
	overflow-x:auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
    font-weight: 300;
    font-style: normal;
}
html{overflow-y:scroll;min-height:100%;}
ul,ol{list-style-type:none;}
ul li,ol li{list-style:none;}
li{list-style:none;}
th,td,input{font-size:12px;}
button{border:none;cursor:pointer;font-size:12px;background-color:transparent;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clear{clear:both;font-size:1px !important;height:0 !important;visibility:hidden;line-height:0;padding:0 !important;margin:0 !important;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
a{
	color:#111;
}
a:link,a:visited{text-decoration:none;-webkit-appearance: none;outline:none;}
a:hover,a:active{text-decoration:none;-webkit-appearance: none;outline:none;}
input,button,select,textarea{outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);}

textarea{
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	-webkit-appearance:none;
}
select{
		appearance:none; -moz-appearance:none; -webkit-appearance:none;
	}
html{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
button{
	font-family:  -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
}
.fl{
	float:left;
}
.fr{
	float:right;
}





/* 按钮 */

/* 默认按钮 */
.btn-default{
	border:1px solid #EF5104;
	background: none;
	color:#333;
	text-align: center;
}
/* 圆角默认按钮 */
.btn-radius-default{
	border:1px solid #EF5104;
	background: none;
	color:#333;
	border-radius: 50px;
	text-align: center;
}
/* 大按钮 */
.btn-lg{
	width:378px;
	height:58px;
	font-size:20px;
	border-radius: 5px;
	display:block;
}
/* 小按钮 */
.btn-sm{
	width:118px;
	height:34px;
	line-height: 34px;
	font-size:16px;
	color:#EF5104;
	display:block;
}
/* 实心按钮 */
.btn-primary{
	border:1px solid #EF5104;
	background: #EF5104;/* 一些不支持背景渐变的浏览器 */   
    background: -moz-linear-gradient(top,#FF4949 100%, #F86219 100%);
    /*background: -moz-linear-gradient( top,#FF4949,#F86219);*/
    background: -webkit-linear-gradient(top,#FF4949,#F86219); 
    background: -o-linear-gradient(top,#FF4949, #F86219);
	color:#fff;
}
.btn-primary:hover{
	background: #fa6c39;/* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top,#fd5f4d 100%, #fa6c39 100%);
    /*background: -moz-linear-gradient( top,#fc4b4e,#f5632a);*/
    background: -webkit-linear-gradient(top,#fd5f4d,#fa6c39);
    background: -o-linear-gradient(top,#fd5f4d, #fa6c39);
}
/* 禁用按钮 */
.btn-disabled{
	border:1px solid #DDD;
	background-color:#F5F5F5;
	color:#ACA899;
}
/* 禁用input */
input:disabled,input[disabled],button:disabled{
	border:1px solid #DDD;
	background:#F5F5F5;
	color:#ACA899;
}
input:disabled:hover,input[disabled]:hover,button:disabled:hover{
	border:1px solid #DDD;
	background:#F5F5F5;
}
button:disabled:hover{
    cursor: default;
}

/* footer */
.footer{
	/*padding-top:80px;
	padding-bottom:80px;*/
	background: #fff;
	border-top:1px solid #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.footer&gt;div{
	display:table;
	margin:0 auto;
	padding-top: 70px;
	padding-bottom: 40px;
}
.footer&gt;div.footlast{
	padding:0;
	margin-top:-5px;
}
.footer&gt;div ul{
	float:left;
	padding-right:122px;
}
.footer&gt;div ul li:first-child{
	font-size:18px;
	line-height:18px;
	color:#111;
	padding-bottom:10px;
}
.footer&gt;div ul li:first-child a{
	color:#111;
}
.footer&gt;div ul li{
	font-size:14px;
	line-height: 36px;
}
.footer&gt;div ul li a{
	color:#333;
}
.footer&gt;div ul li:hover a{
	color: #EF5104;
}
.footer&gt;div dl{
	float:left;
}
.footer&gt;div dl img{
	width: 110px;
	padding-bottom:18px;
}
.footer&gt;div dl p{
	padding-bottom:18px;
	font-size:14px;
	line-height: 6px;
	color:#666;
}
.footer&gt;div dl p span{
	color:#E65B07;
}
.footer&gt;div dl p.footeremail{
	color:#111;
}

.footer&gt;div dl.footerewm{
	margin-left:120px;
	text-align: center;
}
.footer&gt;div dl.footerewm h6{
	font-size:18px;
	color:#111;
	padding-bottom: 18px;
}
.footer .firstP{
	border-top: 1px solid #e0e0e0;
	padding-top:50px;
	margin-top: 20px;
}
.footer&gt;p{
	padding-top:0;
	padding-bottom: 20px;
	font-size:12px;
	line-height: 0;
	color:#666;
	text-align: center;
}
.footer&gt;p a{
	text-decoration: underline;
	margin-left:6px;
	color:#EF5104;
}
.footer&gt;img{
	margin:0 auto;
	display: block;
}
.loginFooter{
	padding:0;
	border:none;
}
.loginFooter .footer&gt;div{
	display: none;
}
.loginFooter .footer{
	/*padding-top:40px;
	padding-bottom:60px;*/
}
.loginFooter .footer .firstP{
	border:none;
}

.floatingLayer,.footer-floatingLayer{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:1000;
}
.alert-bg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: #000;
	opacity: 0.4;
}
.floatingLayer-content{
	width:600px;
	height:514px;
	position: absolute;
	left:50%;
	top:50%;
	background: #fff;
	margin-left:-300px;
	margin-top:-257px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.floatingLayer-content h4{
	height:50px;
	line-height: 50px;
	font-size:20px;
	padding-left:20px;
	background: #EF5104;
	color:#fff;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.floatingLayer-content&gt;a{
	width:24px;
	height:24px;
	position:absolute;
	right:20px;
	top:13px;
	background: url(/static/img/common/cha.png) no-repeat center;
}
.agreement,.notification{
	height:424px;
	overflow-y: scroll;
	padding:0 20px;
	margin:20px 0;
}
.agreement h3,.notification h3{
	padding:10px 0;
	font-size:18px;
	color:#333;
}
.agreement p,.notification p,.notification li{
	font-size:14px;
	margin-bottom:10px;
	line-height: 26px;
}
.floatingLayer-content .section li{
	font-size:14px;
	margin-bottom:10px;
	line-height: 26px;
}


.empty{
	width:100%;
	background: #f8f8f8;
	padding:60px 0;
	margin-top:-24px;
	display: none;
}
.empty img{
	display:block;
	margin:0 auto;
	width:130px;
}
.empty p{
	text-align:center;
	font-size:16px;
	color:#333;
	padding-top:28px;
}





.fixedIphone{
	position:fixed;
	width:60px;
	height:60px;
	right:60px;
	bottom:130px;
	z-index:2147483647;
	cursor: pointer;
}
.fixedIphone:hover .iphoneNumber{
	display:block;
}
.iphoneNumber{
	position:absolute;
	right:70px;
	top:5px;
	height:50px;
	line-height:50px;
	padding:0px;
	color:#fff;
	background:#39c9bd;
	width:140px;
	text-align:center;
	font-size:16px;
	display:none;
	font-weight: bold;
}
.iphoneNumber i{
	font-size:12px;
	font-style:normal;
	text-align:left;
	display:block;
	font-weight: normal;
}
.iphoneNumber:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #39c9bd;
	right:-10px;
	top:50%;
	margin-top:-10px;
}
.iphoneIcon{
	width:60px;
	height:60px;
}
.iphoneIcon img{
	width:60px;
	display:block;
}
#MEIQIA-BTN-HOLDER:hover + .fixedIphone{
	display:none;
}

#MEIQIA-BTN{
	position: fixed;
	right: 60px;
	bottom: 60px;
}
#MEIQIA-BTN #MEIQIA-BTN-ICON{
	top: 12px!important;
	left: 14px!important;
}

.meiqiaBzn{
	position:fixed;
	right:130px;
	bottom:65px;
	height:50px;
	line-height:50px;
	padding:0;
	color:#fff;
	background:#e7461f;
	width:140px;
	text-align:center;
	font-size:16px;
	display:none;
	font-weight: bold;
	z-index:99999999;
}
.meiqiaBzn:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #e7461f;
	right:-10px;
	top:50%;
	margin-top:-10px;
}

/*单选按钮*/
.radio{
    width: 50%;
    overflow: hidden;
    margin-left: 96px;
}
.radio div{
    float: left;
    margin-right: 30px;
}
.radio div label input:focus{
    outline: none;
}
.radio div label input[type=radio],.chked label input[type=checkbox]{
    width: 16px;
    height: 16px;
    background: url(../../images/common/weixuan.png) no-repeat center;
    background-size: cover;
    margin-right: 10px;
    margin-top: -3px;
    appearance: none;
    -moz-appearance: none; 
    -webkit-appearance: none;
}
.radio div label input[type=radio]:checked{
    background: url(../../images/common/xuanzhong.png) no-repeat center;
    background-size: cover;
}
.radio div label:hover{
    cursor: pointer;
}

/*复选按钮*/
.chked{
    text-align: center;
}
.chked label{
    font-weight: 300;
}
.chked a{
    color: #f1621e;
}
.chked label input[type=checkbox]{
    background: url(../../images/common/check.jpg) no-repeat center;
    background-size: cover;
}
.chked label input[type=checkbox]:checked{
    background: url(../../images/common/checked.jpg) no-repeat center;
    background-size: cover;
}
.chked label input[type=checkbox]:focus{
    outline: none;
}

/*表格样式*/
.tab{
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 25px;
}
.tab tr th{
    border: 1px solid #e0e0e0;
    height: 50px;
    line-height: 50px;
    color: #212121;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}
.tab tr td{
    border: 1px solid #e0e0e0;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.enterpriseTab tr td:nth-child(3),.enterpriseTab tr td:nth-child(4){
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.enterpriseTab tr td:nth-child(4){
	max-width: 120px;
}
.tab thead tr{
	background: #fafafa;
}
.tab tbody tr:nth-child(even){
    background: #fafafa;
}
.tab tbody tr:hover{
	background: #F1F1F1;
}
/*.tab.tabNobg tbody tr:nth-child(even){
    background: none;
}*/
/* .tab tbody tr:nth-child(odd){
    background: #fff;
} */
.tab tr td a:hover{
    color: #f16825;
}
.tab tr td a:after{
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
}
.tab tr td a{
	float: left;
	display:block;
}
.tab tr td a:last-child:after{
    content: "";
} 
.tab tr td input{
	width:100px;
	height:28px;
	font-size:14px;
	color:#111;
	background: #fafafa;
	border:1px solid #e0e0e0;
	padding-left: 4px;
}
.tab tr td input[name="name"],.tab tr td input[name="certType"]{
	width:80px;
}
.tab tr td input[name="certNo"]{
	width:160px;
}
.tab tr td input[name="sex"]{
	width:60px;
}

/*分页*/
.page{
    float: right;
    width: 100%;
    font-size: 12px;
}
.page ul{
	float: right;
    display: inline-flex;
    width: auto;
}
.page button {
	float: right;
	padding: 4px 8px;
	border: 1px solid #e0e0e0;
	margin-right: 8px;
	color: #111;
	margin-left: 5px;
}
.page button,.page div{
	float: right;
}
.page ul li a{
    float: left;
    padding: 4px 8px;
    border: 1px solid #e0e0e0;
    margin-left: 5px;
    color: #111;
}
.page ul li:first-child a{
    margin-left: 0;
}
.page ul li a:hover{
    color: #f16825;
    border-color: #f16825;
}
.page ul li.active a{
    color: #f16825;
    border-color: #f16825;
}
.page-form input{
    width: 25px;
    padding: 4px 0;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.page-form .text{
    margin-left: 10px;
}

#loading{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999;
}
.loadbg{
    width: 100%;
    height: 100%;
    /* background: rgba(255, 246, 246, 0.7);
     position: fixed;
     top: 0;
     left: 0;*/
}
.loading img{
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

/* 浮层 */
.floatingLayer,.footer-floatingLayer{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:5;
}
.alert-bg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: #000;
	opacity: 0.4;
}
.floatingLayer-content{
	width:600px;
	height:514px;
	position: absolute;
	left:50%;
	top:50%;
	background: #fff;
	margin-left:-300px;
	margin-top:-257px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.floatingLayer-content h4{
	height:50px;
	line-height: 50px;
	font-size:20px;
	padding-left:20px;
	background: #EF5104;
	color:#fff;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.floatingLayer-content&gt;a{
	width:24px;
	height:24px;
	position:absolute;
	right:20px;
	top:13px;
	background: url(/images/common/cha.png) no-repeat center;
}
.agreement,.notification{
	height:424px;
	overflow-y: scroll;
	padding:0 20px;
	margin:20px 0;
}
.agreement h3,.notification h3{
	padding:10px 0;
	font-size:18px;
	color:#333;
}
.agreement p,.notification p,.notification li{
	font-size:14px;
	margin-bottom:10px;
	line-height: 26px;
}
.floatingLayer-content .section li{
	font-size:14px;
	margin-bottom:10px;
	line-height: 26px;
}


.empty{
	width:100%;
	background: #f8f8f8;
	padding:60px 0;
	margin-top:-24px;
	display: none;
}
.empty img{
	display:block;
	margin:0 auto;
	width:130px;
}
.empty p{
	text-align:center;
	font-size:16px;
	color:#333;
	padding-top:28px;
}





.fixedIphone{
	position:fixed;
	width:60px;
	height:60px;
	right:60px;
	bottom:130px;
	z-index:2147483647;
	cursor: pointer;
}
.fixedIphone:hover .iphoneNumber{
	display:block;
}
.iphoneNumber{
	position:absolute;
	right:70px;
	top:5px;
	height:50px;
	line-height:50px;
	padding:0px 10px;
	color:#fff;
	background:#39c9bd;
	width:120px;
	text-align:center;
	font-size:16px;
	display:none;
	font-weight: bold;
}
.iphoneNumber i{
	font-size:12px;
	font-style:normal;
	text-align:left;
	display:block;
	font-weight: normal;
}
.iphoneNumber:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #39c9bd;
	right:-10px;
	top:50%;
	margin-top:-10px;
}
.iphoneIcon{
	width:60px;
	height:60px;
}
.iphoneIcon img{
	width:60px;
	display:block;
}
#MEIQIA-BTN-HOLDER:hover + .fixedIphone{
	display:none;
}

#MEIQIA-BTN{
	position: fixed;
	right: 60px;
	bottom: 60px;
}
#MEIQIA-BTN #MEIQIA-BTN-ICON{
	top: 12px!important;
	left: 14px!important;
}

.meiqiaBzn{
	position:fixed;
	right:130px;
	bottom:65px;
	height:50px;
	line-height:50px;
	padding:0 10px;
	color:#fff;
	background:#e7461f;
	width:120px;
	text-align:center;
	font-size:16px;
	display:none;
	font-weight: bold;
	z-index:99999999;
}
.meiqiaBzn:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #e7461f;
	right:-10px;
	top:50%;
	margin-top:-10px;
}



</pre></body></html>