*, :before, :after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, input, textarea, th, td {
	margin: 0;
	padding: 0
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body, button, input, select, textarea {
	color: #333;
	font: 14px/1.5 "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", Tahoma, Arial, STHeiti, sans-serif
}
button{
	border:none;
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 2em
}
h2 {
	font-size: 1.5em
}
h3, h4, h5, h6 {
	font-size: 1em
}
a {
	background-color: transparent;
	text-decoration: none;
	outline: 0
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, textarea, select {
	outline: 0
}
textarea {
	resize: none
}
ul, ol {
	list-style: none
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}
.clearfix {
	zoom: 1
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden
}
.wordwrap {
	word-break: break-all;
	word-wrap: break-word
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.fr {
	float: right
}
.fl {
	float: left
}
.dn {
	display: none
}
.db {
	display: block
}
.circle {
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.bdr2 {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.bdr3 {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.bdr4 {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.bdr5 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.op25 {
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	-khtml-opacity: .25;
	opacity: .25
}
.op50 {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}
input[type=text].form-control, input[type=submit].form-control, input.form-submit, input[type=reset].form-control, input[type=password].form-control, textarea.form-control, select.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 5px 12px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 3px
}
textarea.form-control {
	height: 100px
}
input[type=radio].form-control, input[type=checkbox].form-control {
	margin-right: 6px;
	vertical-align: 1px
}
input[type=text].form-control:focus, input[type=password].form-control:focus, textarea.form-control:focus, select.form-control:focus {
	border-color: #4ac5d7
}
input[type=submit].form-control, input.form-submit, input[type=reset].form-control {
	border-color: #2b333e;
	background: #2b333e;
	color: #fff;
	cursor: pointer
}
input[type=submit].form-control:hover, input.form-submit:hover, input[type=reset].form-control:hover {
	border-color: #687885;
	background: #687885
}
input[type=submit].form-control.disabled, input.form-submit.disabled, input[type=submit].form-control.disabled:hover, input.form-submit.disabled:hover, input[type=reset].form-control.disabled, input[type=reset].form-control.disabled:hover {
	border-color: #d3d3d3;
	background: #d3d3d3;
	cursor: default
}
.btn-blue {
	width: 100px;
	height: 36px;
	background: #4ac5d7;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer
}
.btn-blue:hover {
	background: #18adc3
}
.btn-blue.disabled, .btn-blue.disabled:hover {
	background: #d3d3d3;
	cursor: default
}
html, body {
	height: 100%;
	min-width: 1000px;
	min-height: 400px
}
.login-wrap {
	position: relative;
	height: 100%;
	background: #0E90D2;
}
.login-cont {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 300px;
	margin: auto
}
.login-top {
	width: 257px;
	height: 45px;
	margin: 0 auto;
	background: url(../images/login-logo.png) no-repeat;
	background-size: 257px 45px
}
.login-icon {
	display: block;
	overflow: hidden;
	background-image: url(../images/login-icon.png)
}
.login-icon.i-phone, .login-icon.i-password {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 40px
}
.login-icon.i-phone {
	background-position: -5px -55px
}
.login-icon.i-password {
	background-position: -55px -55px
}
.login-form {
	width: 265px;
	margin: 0 auto
}
.login-form .form-tips {
	color: #ff6262;
	height: 20px;
	margin: 33px 0 7px;
	line-height: 20px
}
.login-form .form-auto {
	position: relative;
	height: 16px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #798b9a;
	cursor: pointer
}
.login-form .form-auto .i-auto {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	background-position: -105px -55px
}
.login-form .form-auto.checked .i-auto {
	background-position: -105px -75px
}
.login-form .form-group {
	position: relative;
	margin-bottom: 16px;
	border-radius: 3px;
	overflow: hidden
}
.login-form input.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 45px;
	border: 0;
	font-size: 16px;
	color: #37414a;
	line-height: 40px;
	border-radius: 3px
}
.login-form .form-group .line {
	position: absolute;
	top: 11px;
	left: 34px;
	width: 1px;
	height: 18px;
	background: #37414a
}
.login-form .form-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #ff6262;
	cursor: pointer
}
.login-form .form-submit span {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-position: -5px -5px
}
.login-form .form-submit.disabled {
	background-color: #798b9a;
	cursor: default
}
.login-form .form-submit.wait {
	background-color: #ff6262;
	cursor: default
}
.login-form .form-submit.error {
	background-color: #ff6262;
	cursor: default
}
.login-form .form-submit.wait span {
	background-position: -55px -5px
}
.login-form .form-submit.error span {
	background-position: -105px -5px
}
.login-form .form-submit.wait span {
	animation: rotate 1s linear infinite;
	-moz-animation: rotate 1s linear infinite;
	-webkit-animation: rotate 1s linear infinite;
	-o-animation: rotate 1s linear infinite
}
.get-password {
	text-align: right
}
.get-password a {
	font-size: 12px;
	color: #798b9a
}
.get-password a:hover {
	color: #899aaa
}
.login-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: #0E90D2
}
@keyframes rotate {
form {
transform:rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
@-moz-keyframes rotate {
form {
transform:rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
@-webkit-keyframes rotate {
form {
transform:rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
@-o-keyframes rotate {
form {
transform:rotate(0deg)
}
to {
	transform: rotate(360deg)
}
}
