<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*鐧诲綍娉ㄥ唽鏍峰紡*/
.login{
	width:auto;
	height:100%;
	}
.login .topbar{
	width:auto;
	height:110px;
	background:#fff;
	overflow:hidden;
	}
.login .middle{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	}
.login .logo{
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0px 40px;
	}
.login .logo .logo-ch{
	font: bold 30px/50px "榛戜綋";
	color: #000;
}
.login .logo .logo-en{
	font: bold 12px/24px "鎬濇簮榛戜綋";
	color: #000;
}
.login .tab{
	float:right;
	width:auto;
	height:96px;
	margin:0 70px;
	text-align:center;
	}
.login .tab li{
	display:inline-block;
	height:38px;
	margin:29px auto;
	padding:0 30px;
	border-right:solid 1px #d6d6d6;
	text-align:center;
	}
.login .tab li a{
	font:bold 14px/38px 瀹嬩綋;
	color:#c5631a;
	}
.login .tab li img{
	margin-bottom:-3px;
	}
.login .tab li:first-child{
	border-left:solid 1px #d6d6d6;
	}
.login .bottombar{
	position: relative;
	width:auto;
	height:100%;
	min-height: 800px;
	overflow:hidden;
	border-top:solid 1px #fff;
	background:url(../images/login-bg.jpg) center no-repeat;
	background-size: cover;
	}
.loginarea{
	width:470px;
	height:auto;
	margin:0 auto;
	background: #fff;
	}
/*鐧诲綍妯″潡*/
.loginbar{
	position: absolute;
	width:470px;
	height:auto;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -290px;
	overflow:hidden;
	border:none;
	text-align:center;
	
	}
	
.loginbar .login-body{
	padding: 10px;
	border-radius:18px ;
	background: #fff;
	background: rgba(255,255,255,0.8);
}
.loginbar .header{
	position: relative;
	width:auto;
	height: 60px;
	font:23px/30px 骞煎渾,鎬濇簮榛戜綋;
	background:none;
	}
.loginbar .header:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: none;
	top: 0;
	left: 0;
}
.loginbar .header .leftbar{
	height: 30px;
	padding: 15px 30px;
	border-radius:10px 0 10px 0;
	text-align: left;
	}

.loginbar .body{
	width:auto;
	padding:30px;
	padding-bottom: 0;

	
	}
.loginbar li{
	width:auto;
	height:48px;
	margin-bottom:15px;
	text-align:center;
	border:solid 1px #d2d2d2;
	background: #f3f3f3;
	}
.loginbar .space{
	width:auto;
	height:28px;
	margin-bottom:0;
	text-align:center;
	border:none;
	border-radius:0;
	background: none;
}
.loginbar .space .choose{
	float: left;
}
.loginbar .space em,.loginbar .space .right{
	color: #777;
    font: 12px 鎬濇簮榛戜綋;
    padding: 0 8px;
}
.loginbar .space .right{
	float: right;
}
.loginbar .name{
	float:left;
	width:13%;
	height:100%;
	font:bold 14px/48px 瀹嬩綋;
	border-right: 1px solid #d2d2d2;
	color:#6e6e6e;
	text-align:center;
	vertical-align:middle;
	background: #e6e6e6;
	}
.loginbar .name img{
	margin:15px auto;
	}
.loginbar .content{
	float:left;
	height:46px;
	padding:0 2.5%;
	font:12px/46px 瀹嬩綋;
	color:#777;
	border:none;
	background: #f3f3f3;
	
	}
.loginbar label{
	float:left;
	margin-left:1%;
	height:100%;
	font:12px/48px 瀹嬩綋;
	text-align:left;
	}
.gray{
	color:#333;
	}
.red{
	color:red;
	}
.green{
	color:green;
	}
.blue{
	color:#1a5c89;
	}
.loginbar .long{
	width:81.7%;
	}
.loginbar .short{
	width:60%;
	}
.loginbar .shuaxin{
	float:left;
	width:auto;
	margin:15px 10px; 
	}
.loginbar .yzm{
	float:left;
	width:13.8%;
	height:40px;
	margin:3px;
	overflow:hidden;
	}
.loginbar .yzm img{
	width:100%;
	height:40px;
	}
.loginbar .button{
	background: none;
	border:none;
	margin:20px auto;
	}
.loginbar .button .submit{
	width:100%;
	height:50px;
	border:none;
	margin:0 auto;
	background:#2b96e7;
    background-image: -moz-linear-gradient( 0deg, rgb(43,150,231) 0%, rgb(47,210,226) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(43,150,231) 0%, rgb(47,210,226) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(43,150,231) 0%, rgb(47,210,226) 100%);
	font:bold 18px 鎬濇簮榛戜綋;
	color:#fff;
	}

/*==娉ㄥ唽涓讳綋鏍峰紡==*/
#regist{
	position: absolute;
	width:910px;
	height:auto;
	top: 50%;
	left: 50%;
	margin: -299px 0 0 -455px;
	overflow:hidden;
	background: none;
	background: none;
	border:none;
	text-align:center;
	}
#regist .regist-body{
	padding: 10px;
    border-radius: 18px;
    background: #fff;
    background: rgba(255,255,255,0.8);
}
#regist .head{
	position: relative;
	width:auto;
	height: 60px;
	padding: 15px 30px;
	font:23px/30px 骞煎渾,鎬濇簮榛戜綋;
	background: none;
	border-bottom: 1px solid #dfd8d3;
	}
#regist .head:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: none;
	top: 0;
	left: 0;
}
#regist .head .left{
	float:left;
	height: 30px;
	font:23px/30px 骞煎渾,鎬濇簮榛戜綋;
	color:#535353;
	}
#regist .head .right{
	float:right;
	font:12px/30px 瀹嬩綋;
	color:#3c3c3c;
	}
#regist .head .right a{
	color:#3c3c3c;
	}
#regist .content{
	width:auto;
	margin:2%;
	overflow:hidden;
	}
#regist .line{
	display: table;
    width: 100%;
    height: auto;
    margin: 6px auto;
    overflow: visible;
	}
#regist span{
	display:block;
	float:left;
	width:8%;
	height:28px;
	font:12px/28px 瀹嬩綋;
	color:#3c3c3c;
	text-align:right;
	}
#regist input[type=text],#regist input[type=password]{
	float:left;
	width:40%;
	height:28px;
	padding:0 1%;
	margin:0 1%;
	font:14px/40px 鎬濇簮榛戜綋;
	color:#777;
	}
#regist label{
	float:left;
	width:45.5%;
	min-width:30px;
	height:28px;
	font:12px/28px 瀹嬩綋;
	color:#3c3c3c;
	text-align:left;
	}
#regist .redinput{
	background:#ffe4e4;
	border:solid 1px #e33434;
	}
#regist .yzm{
	float:left;
	width:40%;
	height:28px;
	margin:0 1%;
	}
#regist .yzm .left{
	float:left;
	width:30%;
	height:100%;
	padding:0;
	border-radius:0;
	border-right:solid 1px #dcdcdc;
	font:12px/28px 瀹嬩綋;
	color:#888;
	text-align:center;
	}
#regist .get{
	background:#ecf5fe;
	}
#regist .yzm .right{
	float:left;
	width:63%;
	height:100%;
	border:solid 1px #d2d2d2;
	}
#regist .norinput{
	border:solid 1px #d2d2d2;
	background:#fff;
	}
#regist .yzm .img{
	float:left;
	margin:1px;
	margin-left:15px;
	height: 28px;
	}
#regist .yzm .shuaxin{
	float:left;
	width:30px;
	height:30px;
	margin:4px;
	}
#regist .yzm .img img{
	width:65px;
	height:28px;
	}
#regist .norinput:hover,#regist .norinput:focus{
	border:solid 1px #fc0;
	}
#regist .space{
	float:left;
	width:40%;
	min-height:28px;
	margin:0 1%;
	font:12px/38px 鎬濇簮榛戜綋;
	color:#777;
	text-align:center;
	}
#regist .choose{
	float:left;
	padding:8px 0;
	}
#regist em{
	float:left;
	padding:0 8px;
	font:12px/28px 鎬濇簮榛戜綋;
	color:#777;
	}
#regist .green{
	width:42.5%;
	padding-left:3%;
	background:url(../images/gou.png) left center no-repeat;
	color:green;
	}
#regist .red{
	color:#e33434;
	}
#regist input[type=button],#regist input[type=submit],#regist input[type=reset]{
	width: 100%;
    height: 50px;
    border: none;
    margin: 0 auto;
    background:#2b96e7;
    background-image: -moz-linear-gradient( 0deg, rgb(43,150,231) 0%, rgb(47,210,226) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(43,150,231) 0%, rgb(47,210,226) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(43,150,231) 0%, rgb(47,210,226) 100%);
    font: bold 18px 鎬濇簮榛戜綋;
    color: #fff;
	}
#regist .click{
	background:#f39713;
	}
#regist .notclick{
	background:#ccc;
	}
/*涓嬫媺鏍峰紡*/
.p-screening{
	position:relative;
	float:left;
	width:40%;
	height:28px;
	padding:0 1%;
	margin:4px 1%;
	border:solid 1px #d2d2d2;
	background:#fff url(../images/arrow-down.png) 95% center no-repeat;
	font:12px/38px 瀹嬩綋;
	color:#787878;
	cursor:pointer;
	text-align: left;
	z-index:99;
	}
.p-tag{
	width:auto;
	height:38px;
	text-align:left;
	}
.p-tag .a,.p-tag .b{
	font:12px/38px 瀹嬩綋;
	}
.p-tag a:hover{
	text-decoration:underline;
	}
.p-screening&gt;a{
	display: block;
    font: 12px/12px 瀹嬩綋;
    color: #787878;
    line-height: 28px;
	}
.p-label{
	display:none;
	position:absolute;
	width:96%;
	height:auto;
	top:28px;
	left:0;
	margin-left:-1px;
	padding:1% 2%;
	border:solid 1px #f0d9c2;
	border-top:none;
	background:#fff;
	}
.p-label a{
	display:block;
	font:12px/38px 瀹嬩綋;
	color:#787878;
	cursor:pointer;
	}
.p-label a:hover{
	background: #ccc;
	color: #fff;
}
.p-content .project{
	display:none;
	width:auto;
	padding:40px 0;
	margin-bottom:2px;
	border-bottom:solid 1px #e5e5e5;
	text-align:center;

	}


/*鐧诲綍鑴氭敞*/
.login .footbar{
	position: absolute;
	width:100%;
	height:auto;
	left: 0;
	bottom: 0;
	background:rgba(255,255,255,0.7);
	}
.login .footbar .content{
	padding:30px 0;
	font:12px/20px 瀹嬩綋;
	text-align:center;
	}
.loginpropa{
	width:auto;
	margin:0 30px;
	padding:30px 0;
	}
.loginpropa .item{
	float:left;
	width:30%;
	height:100%;
	margin:0 1.5%;
	}
.loginpropa .item .left{
	float:left;
	height:100%;
	}
.loginpropa .item .right{
	float:left;
	height:auto;
	margin:10px 0px 0 10px;
	font:12px/20px 瀹嬩綋;
	color:#616060;
	}</pre></body></html>