@charset "utf-8";
/* CSS Document */
/*重置*/
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; font-family:"微软雅黑";}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,input,a,table,img,hr,textarea,strong{margin:0;padding:0;font-weight: normal;}
body{font-family:Arial, Helvetica, sans-serif;font-family:"微软雅黑";padding:0;font-size:12px;margin:0 auto;color:#333333;overflow-x: hidden;}
body,html{width:100%;height:100%;}
*{margin:0;padding:0;list-style:none;text-decoration:none;}
img{width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;border:none; background:none;}
table {border-collapse: collapse; border-spacing: 0;}
em{font-style: normal;}
input:focus{outline: none;}
a{color:#333;text-decoration:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
*:focus{outline: none;}
.nohighlight:focus{ outline:none; }
changeborder:focus{ outline:; }
textarea {resize:none;}
/*视图*/
.viewport{min-width:300px;max-width:640px;min-height:100%;height:100%;margin:0 auto;position:relative;}
::-webkit-input-placeholder{
color:#fff;
font-size: 18px;
}
	/*登录按钮S*/
.login_btn{
	width:100%;
	height:44px;
	line-height:44px;
	background:rgba(0,150,255,.7);
	border-radius: 4px;
	-webkit-border-radius:4px;
	font-size:14px;
	color:#fff;
	margin-top:32px;
	-webkit-appearance: none;
}
	/*登录按钮E*/


