html, body {
	padding: 0;
	margin: 0;
	background-color: #e5e8ed;
	font-family: "Microsoft Yahei";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
input:focus { outline: none; } 
input {-webkit-appearance:none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border-radius: 5px;
	margin:0 auto;
}
.pic {
	height: 492px;
    position: relative;
    top: 50px;
	text-align:center;
    overflow: hidden;
    background: #FFF;
    border-radius: 5px;
	height:auto;
}
.pic img {
	width: 492px;
}
@media only screen and (max-width: 1600px) {
body {
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border-radius: 5px;
	margin:0 auto;
}
.main {
	height: 800px;
}
#brand {
	display: block;
}
#login {
	width: 520px;
}
}
 @media only screen and (max-width: 1080px) {
body {
}
#brand {
	display:none;
}
}
 @media only screen and (min-width: 1530px) and (max-width: 1600px) {
body {
	background-size:100%;
}
#brand {
	display:block;
}
}
 @media only screen and (min-width: 1600px) and (max-width: 1920px) {
body {
	background-size:100%;
}
#brand {
	display:block;
}

#login {
	width: 420px;
}
}
 @media only screen and (min-width: 1920px) {
body {
	background-size: 100%;
}
.main, .main header .container, footer, #root {
	width: 1150px;
}
#login {
	width: 420px;
}
}
a {
	text-decoration: none;
}
h2 {
	text-align: left;
	color: #191C3D;
	font-size: 30px;
	margin: 32px 0px 0px 0px;
	font-weight: normal;
}
.main {
	position: relative;
	height: 100%;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top right;
}
.main header {
	width: 100%;
	height: 20px;
	padding: 70px 0;
	position: relative;
	background: none;
}
.main header .container {
	height: 100%;
	text-align: center;
	position: relative;
	top: -30px;
}
.main header .logo {
	border: none;
}
.main header .container a {
	font-size: 14px;
	color: #fff;
}
.fotter {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	margin-top:80px;
	line-height: 24px;
	font-size: 12px;
	padding-left:20px;
	color: #000;
	display: block;
}
.fotter a{
	color: #333!important;
}
.fotter a:hover {
	text-decoration: underline;
}
#brand {
	vertical-align: top;
	text-align: left;
	height: 420px;
}
#login {
	height: 492px;
	position: relative;
	top: 0px;
	overflow: hidden;
	background: #FFF;
	border-radius: 5px;
}

/* 必要样式 */
.aui-register-popup {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.4);
	margin: 0;
	overflow-y: scroll;
}
.aui-register-box {
	position: relative;
	width: 476px;
	padding-bottom: 10px;
	margin-top: 44px;
	margin-left: 50%;
	left: -238px;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 2px 6px 2px rgba(0,0,0,.24);
}
.aui-register-link {
	position: absolute;
	width: 100%;
	top: -28px;
}
.aui-register-link a {
	color: #f6f6f6;
	font: 12px/1.2 "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial, Tahoma, SimSun, sans-serif;
	text-decoration: none;
}
.aui-register-logo {
	width: 105px;
	margin: 0 auto;
	padding-top: 42px;
}
.aui-register-logo img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.aui-register-form-item {
	width: 350px;
	margin: 20px auto;
	position: relative;
	text-align: justify;
}
.aui-register-form-item input {
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	outline: 0;
	border: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 38px;
	 *margin-left: -15px;
	background: #fff;
	border-radius: 0;
    margin-bottom: 0px;
	text-indent:10px;
}
.aui-register-form-item input:focus {
	border: 1px solid #288aed;
	background: #fff;
}
.aui-register-form-item input:active {
	border: 1px solid #288aed;
	background: #fff;
}
.aui-get-code {
	position: absolute;
	top: 8px;
 *top: 11px;
	right: 8px;
	height: 26px;
	color: #999;
	font-size: 12px;
	line-height: 26px;
	background: #eee;
	border-radius: 2px;
	padding: 0 10px;
	cursor: pointer;
}
.aui-register-tag {
	text-align: center;
	width: 350px;
	margin: 0 auto;
	position: relative;
	top: 4px;
	display: block;
	float: left;
}
.clear {
	display: block;
	width: 0;
	height: 0;
	clear: both;
 *display: none;
}
.protocol {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #999;
}
.protocol a {
	color: #ff553e;
	text-decoration: none;
}
.aui-register-bottom {
	position: absolute;
	width: 76%;
	margin-left: 12%;
	bottom: -46px;
}
.aui-register-bottom a {
	color: #f6f6f6;
	font: 12px/1.2 "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", arial, Tahoma, SimSun, sans-serif;
	text-decoration: none;
	float: left;
	width: 33%;
	text-align: center;
}
.focus {
	width: 350px;
	text-align: left;
	color: #2468F2;
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	float: left;
}
.focus span {
	height: 35px;
	line-height: 35px;
}
.icon-tips {
	width: 15px;
	height: 15px;
	background-size: 15px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 9px;
}
.aui-register-form-item .aui-btn-reg {
	width: 100%;
	height: 38px;
	outline: 0;
	border: 0;
	background: #2468F2;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
}
.aui-register-form-item .aui-btn-reg:hover {
	width: 100%;
	height: 38px;
	outline: 0;
	border: 0;
	background: #2468F2;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
}
.aui-register-form-item .aui-btn-reg:focus {
	width: 100%;
	height: 38px;
	outline: 0;
	border: 0;
	background: #2468F2;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
}
.msg {
	margin-left: -20px;
	width: 350px;
	text-align: left;
	color: #2468F2;
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	float: left;
	height: 35px;
	line-height: 35px;
}
.register-wrap {
	overflow: hidden;
}
.register-wrap .register {
	width: 100%;
	display: inline-block;
}
.register-wrap .register .register-top {
	padding-top: 20px;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	border-bottom: 1px solid #ebebeb;
}
.register-top:after {
	content: '';
	display: block;
	clear: both;
}
.register-wrap .register .register-top h2 {
	cursor: pointer;
	float: left;
	width: 150px;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
}
.register-wrap .register .register-top h2.normal {
	border-bottom: 2px solid #2468F2;
	top: 4px;
	color: #2468F2;
}
.register-wrap .register .register-top h2.nopassword {
	top: 4px;
}
.register-wrap .register .register-top a {
	display: inline-block;
	float: right;
	width: 50px;
	height: 50px;
	background: url("../img/home/co.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 12px;
	right: 12px;
}
.register-wrap .register .register-top-bg {
	position: absolute;
    right: 69px;
    top: 12px;
    cursor: pointer;
    color: #2468F2;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    float: left;
    width: 73px;
}
.register-wrap .register .register-top a:hover {
	background: url("../img/home/co1.png") no-repeat;
	background-size: cover;
}
.aui-tag-size {
	cursor: pointer;
	color: #2468F2;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	float: left;
	width: 73px;
	position: absolute;
	left: -80px;
	height: 25px;
}
.saoma .screen-tu {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	background: url("../img/home/pc.png") no-repeat;
	background-size: cover;
}
.saoma .screen-tu:hover {
	background: url("../img/home/pc1.png") no-repeat;
	background-size: cover;
}
.aui-text-item {
	width: 350px;
	margin: 20px auto;
	position: relative;
}
.aui-text-item h1 {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin: 28px 0;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
}
.qr-code {
	width: 100%;
	display: inline-block;
	height: 210px;
	position: relative;
	text-align: center;
}
.qr-code img {
	border: 1px solid #eee;
	padding: 15px;
	width: 165px;
	height: 165px;
	margin: 0 auto;
	box-sizing: border-box;
}
.aui-tab-footer p {
	margin-top: 23px;
	margin-bottom: 23px;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 17px;
	height: 17px;
}
.aui-tab-footer p a {
	color: #2468F2;
	text-decoration: none;
}
.aui-for-pwd {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	float: right;
	position: relative;
	top: -10px;
}
.aui-for-pwd a {
	color: #2468F2;
	margin-left: 10px;
}
.aui-protocol {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	color: #999;
}
.aui-protocol a {
	color: #ff553e;
	text-decoration: none;
}
.aui-thirds a .aui-qq-img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 6px 5px 0 0;
	background-image: url("../img/home/qq.png");
	background-size: 26px;
}
.aui-thirds a:hover .aui-qq-img {
	background-image: url("../img/home/qq1.png");
	background-size: 26px;
}
.aui-thirds a .aui-wx-img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 6px 5px 0 0;
	background-image: url("../img/home/wx.png");
	background-size: 26px;
}
.aui-thirds a:hover .aui-wx-img {
	background-image: url("../img/home/wx1.png");
	background-size: 26px;
}
.aui-thirds a .aui-wb-img {
	width: 26px;
	height: 26px;
	float: left;
	margin: 6px 5px 0 0;
	background-image: url("../img/home/wb.png");
	background-size: 26px;
}
.aui-thirds a:hover .aui-wb-img {
	background-image: url("../img/home/wb1.png");
	background-size: 26px;
}
.aui-thirds a {
	text-align: left;
	float: left;
	width: 29%;
 *width: auto;
	font-size: 12px;
	line-height: 32px;
	color: #999;
	text-decoration: none;
	margin: 0 2%;
}
.aui-thirds a i {
	font-style: normal;
}
.aui-thirds {
	width: 350px;
	margin: 20px auto;
	position: relative;
}

