@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;	
    font-size:60.5%; /* 10px*/
}
/* 去除iPhone中默认的input样式 */
input{/* -webkit-appearance:none; */ resize: none;}
/* 去除数字input中的上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input,select,textarea{outline:none;border:none;background-color:transparent;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
	font-family:"Microsoft YaHei","Tahoma","Arial","Roboto","Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC","sans-self";
	list-style:none;
	-webkit-appearance:none;
	outline:none;}
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width:auto\9; /* ie8 */
	-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
*:focus {
    outline:none;
}
/* 清零 */
body,html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,
header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;}

.clearFix:after{
	content:""; 
	display:block; 
	visibility:hidden; 
	height:0; 
	clear:both;
	}
.clearFix{
	zoom:1;
	}

ul,ol,li{
	list-style:none;
	}

fieldset,img{
	border: none;
	}
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption, th {
    text-align:left;
}

input:password {
    ime-mode:disabled;
}
*{box-sizing:border-box !important;}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
 @font-face {
 	font-family: FZLTZHJ;
 	src: url("方正兰亭中黑_GBK.TTF");
 }
 @font-face {
 	font-family: FZLTTHJ;
 	src: url("方正兰亭特黑_GBK.TTF");
 }


/* login style */

body{
	width: 100%;
	height: 100%;
	background: #eff7fd;
	overflow: hidden;
}


.logoWrapper{
	width: 100%;
	height: 100%;
	position: relative;	
	
}
.logoBg{
	width: 100%;
	height: 100%;	
	position: relative;
	overflow: hidden;
}
.logoBg >img{
	width: 100%;
	height: 100%;
}

/*login content*/
.logoContent{
	width: 100%;
	height: auto;
	position: absolute;
	top: 15%;
	left: 0; 
}
.content{
	width:800px;
	margin: 0 auto;
}
.logoTet{
	width: 100%;
	height: 112px;
	margin-bottom: 32px;
}
.logoTet >span,
.logoTop >span{
	display: block;
	float: left;
}
.span01{
	width: 112px;
	height: 42px;
}
.span02{
	font-size: 60px;
	font-family: "FZLZTHJ";
	color: #fff;
	line-height: 112px;
	padding-left: 12px;
}
.logoTet >img{
	width: auto;
	height: auto;
}

/* right input */

.logoBox{
	width: 500px;
	height: 400px;
	background: rgba(255,255,255,0.4);
	border-radius: 0 4px 4px 0;
	-webkit-border-radius:  0 4px 4px 0;
	-moz-border-radius:  0 4px 4px 0;
	padding:70px 100px;
	overflow: hidden;
	margin: 0 auto;
}

.bgCom{
	border: none;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.forgetPsw{
	display: inline-block;
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #4296e9;
	text-align: right;
	text-decoration: none;
}
.inputStyle{
	width: 300px;
	height: 50px;
	color: #666;
	font-size: 16px;
	line-height: 50px;
	padding: 0 20px;
	vertical-align: middle;
}
.marBot4{
	margin-bottom: 40px;
}
.pswBox{
	position: relative;
}
.iconCom{
	position: absolute;
	top: 9px;
	right: 20px;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.iconPsw{
	background: url(../images/pswIcon.png) no-repeat center;
	background-size: 100% auto;
}
.iconId{
	background: url(../images/idIcon.png) no-repeat center;
	background-size: 100% auto;
}
input::-moz-placeholder,
input::-webkit-input-placeholder{
	color: #999;
}

input[type=button]{
	width: 300px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 18px;
	line-height: 50px;
	cursor: pointer;
}

.loginBtn{
	background: #4296e9;
	color: #fff;
	margin: 10px 0;
}

.errors, .success {
    clear:both;
    padding:5px 20px 5px 85px;
    margin:0 0 1em;
    font-weight:bold;
    font-size:1.3em;
    line-height:1.5;
}
.success {
    border:1px dotted #390;
    color:#390;
    background:#dfa url('../../../images/services/success.gif') no-repeat 2em 50%;
}

.errors {
    border:1px dotted #b00;
    color:#e71708; /* bg */
    background:#fed url('../../../images/services/error.gif') no-repeat 2em 50%;
}