@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color: transparent;
}
body {
	overflow-x: hidden;
	font-size:12px;
	color: #666;
	font-family: "微软雅黑",-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:12px;
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#bababa;
}
body {
	background:#fff;	
	margin: 0 auto;	
}
.fl{float:left;}
.fr{float:right;}
.clearfix{width:100%;height:0;display:block;clear:both;overflow:hidden;}
.warpper{width:1200px;margin:0 auto;}



.backbg{background:-moz-linear-gradient(148deg,#4daab2,#377b9e);
background:-webkit-gradient(148deg,#4daab2,#377b9e);
background:-webkit-linear-gradient(148deg,#4daab2,#377b9e);
background:-o-linear-gradient(148deg,#4daab2,#377b9e);
background:-ms-linear-gradient(148deg,#4daab2,#377b9e);
background:linear-gradient(148deg,#4daab2,#377b9e);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daab2', endColorstr='#377b9e',GradientType=0 );
position:absolute;left:0;top:0;width:100%;height:100%;}

.concent{position:relative;top:50%;transform:translate(0,-50%);}

.login{width:1200px;margin:0 auto;background:#fff;border-radius:10px;}
.login .from{overflow:hidden;position:relative;}
.login .from>img{width:50%;float:left;display:block;}
.login .con{width:50%;float:right;padding-left:70px;box-sizing:border-box;position:absolute;right:0;top:0;height:100%;}
.login .warp{width:440px;position:relative;top:50%;transform:translate(0,-50%);}
.login .con h3{font-size:36px;color:#464646;padding-bottom:50px;}
.login .row{padding-left:40px;height:60px;line-height:60px;border-bottom:solid 1px #d7d7d7;margin-top:5px;}
.login .row.uuser{background:url(../images/uname.png) no-repeat left center;}
.login .row.upwd{background:url(../images/upwd.png) no-repeat left center;}
.login .row.ucode{background:url(../images/ucode.png) no-repeat left center;position:relative;}
.login .row.ucode .codeimg{height:40px;position:absolute;right:0;bottom:8px;}

.login .row .txt_input{color:#000;font-size:20px;color:#000;}
.login .end{padding-top:100px;}
.btnlogin{background:url(../images/btnlogin.png) no-repeat center top;width:252px;height:68px;line-height:68px;text-align:center;color:#fff;font-size:22px;cursor:pointer;display:block;margin:0 auto;}

@media only screen and (min-width:1360px) {
	.login{width:1000px;}
	.login .warp{width:350px;}
}