<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*ver 20190429*/

/*默认样式 START*/
	/*重置样式 START */
		*{ margin:0; padding:0;-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
		body {font-family: Helvetica, "Microsoft YaHei" ; color:#666666; text-size-adjust:none;}
		a{ text-decoration:none; cursor:pointer; color:#0F0; bblr:expression(this.onFocus=this.blur()); outline-style:none; color: #474747}
		a:hover{ text-decoration:none; }
		a{-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;}
		img{border: 0 none;}
		.cf:before,.cf:after {content:"";display:table;}
		.cf:after {clear:both;}
		.cf {zoom:1;}
	/*重置样式 END */
	/*通用样式 START*/
		.wrap{
			min-width: 1280px;
			width: 100%;
			font-size: 14px;
		}
		h1{
			position: absolute;
			top: 0;
			left: 0;
		}
		.inner_wrap{
			position: relative;
			overflow: hidden;
			background-image: none;
			background-color: #333;
			background-position: center top;
			background-image: url(../img/bg.jpg);
			background-repeat: no-repeat;
		}		
		.cont{
			margin: 0 auto;
			padding: 0;
		}
		.c_item{
			position: relative;
			z-index: 31;
			margin: 0 auto;
		}
		.ci_cont{
			position: relative;
			z-index: 2;
			margin: 0;
		}
		.ci_bg{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 100%;
			margin: 0;
			background-image: url(../img/ci_bg_c.png);
			background-repeat: repeat-y;
		}
		.ci_bg:before{
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 50%;
			background-image: url(../img/ci_bg_t.png);
			background-repeat: no-repeat;
			background-position: center top;
		}
		.ci_bg:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 50%;
			background-image: url(../img/ci_bg_b.png);
			background-repeat: no-repeat;
			background-position: center bottom;
		}
		.ci_title{
			height: 100px;
			margin: 0 auto 40px;
			padding: 0;
			font-size: 18px;
			line-height: 40px;
			font-weight: bold;
			color: #000;
			text-align: center;
			overflow: hidden;
		}
		.ci_text{
			position: relative;
			margin: 0 20px 10px;
			padding: 0 0 4px;
			line-height: 32px;
			font-size: 16px;
			color: #000;
		}
		.ci_tip{
			text-align: center;
		}
		.ci_rule{
			padding: 0 0 4px 40px;
		}
		.ci_rule span{
			display: block;
		}
		.ci_rule i{
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 32px;
			border-radius: 16px;
			font-style: normal;
			text-align: center;
		}
		.ci_img{
			margin: 0 20px 40px;
		}
		.ci_img img{
			display: block;
			width: 100%;
		}
		.ci_btns{
			position: relative;
			text-align: center;
			margin: 0 20px 40px;
		}
		.ci_btns a{
			display: inline-block;
			width: 200px;
			height: 64px;
			line-height: 64px;
			margin: 0 20px;
			font-size: 30px;
			text-align: center;
			color: #fff;
			background-image: url(../img/ci_btn.png);
		}

		footer{
			padding: 32px 0;
			line-height: 20px;
			background-color: #1e1e1e;
		}
		.f_cont{
			width: 1200px;
			margin: 0 auto;
		}
		.f_cont p{
			height: 24px;
			font-size: 12px;
			text-align: center;
			color: #fff;
		}
	/*通用样式 END*/
	/*下载组件 START*/

	/*下载组件 END*/
	/*弹窗样式 START*/
		.mask{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 90;
			display: none;
			width: 100%;
			height: 100%;
			background-color:#000;
			opacity: 0.5;
			filter: alpha(opacity=50);
		}
		.modal_wrap{
			display: none;
			position: absolute;
			top: 20%;
			left: 50%;
			width: 800px;
			margin: 0 0 0 -400px;
			z-index: 99;
			background-color: #fff;
			border: 3px solid #000;
			border-radius: 10px;
			overflow: hidden;
		}
		.modal_info{
			
		}
		.modal_title{
			width: 100%;
			height: 64px;
			margin: 20px 0 0;
			line-height: 64px;
			text-align: center;
			font-size: 32px;
			color: #111;
		}
		.modal_cont{
			padding: 20px;
		}
		.mc_text{
			padding: 80px 40px 40px;
		}
		.modal_cont img{
			width: 100%;
		}
		.modal_cont p{
			margin: 0 20px 10px;
			font-size: 24px;
			line-height: 32px;
			text-align: center;
			color: #222;
		}
		.modal_cont p span{
			color: #666;
		}
		.modal_cont .modal_tip{
			color: #333
		}
		.modal_btns{
			margin: 0 auto;
			padding: 20px 0 40px;
			text-align: center;
		}
		.modal_btn{
			display: inline-block;
			*display: inline;
			*zoom: 1;
			width: 200px;
			height: 64px;
			margin: 0 20px;
			line-height: 64px;
			background-color: #000;
			color: #fff;
			border-radius: 5px;
			text-align: center;
			font-size: 32px;
		}
		.modal_close{
			position: absolute;
			top: 8px;
			right: 8px;
			display: block;
			width: 52px;
			height: 52px;
			text-indent: -9999em;
			overflow: hidden;
			background-image: url(../img/m_close.png);
			background-color: #000;
			border-radius: 26px;
		}
	/*弹窗样式 END*/
/*默认样式 END*/

/*调整样式 START*/
  /*针对皮肤调整*/

	.cont{
		position: relative;
		width: 100%;
		height: 980px;
	}
	.ci_login{
		position: absolute;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
	}
	.ci_login .ci_bg{
		background-image: url(../img/ci_bg_login.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.ci_login .ci_cont{
		
	}
	.ci_login .login_wrap{
		position: relative;
		width: 398px;
		height: 460px;
		margin: 300px 0 0 200px;
		overflow: hidden;
	}
	.ci_login .login_cont{
		position: relative;
		top: -1px;
		left: -1px;
		width: 402px;
		height: 460px;
	}
	.ci_login .login_cont iframe{
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
/*调整样式 END*/
</pre></body></html>