.footer {
	margin-top: 80px;
	font-size: 14px;
}
.line {
	width: 100%;
	height: 40px;
	background: #fafafa;
}
.content {
	width: 100%;
	height: 625px;
	background: url(../img/login.png) no-repeat;
}
.color6{
  color: #666666;
}
.color9{
  color: #999999;
}
.mgtop100 {
	margin-top: 100px;
}
.mgbt40 {
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
	.mgleft250 {
		margin-left: 250px;
	}
}
.login-nav li {
	margin: auto 30px;
}
.com-active a {
	color: #00a1e9!important;
}

.txtblue{
  color: #22a9ff;
}
.txtgray{
  color: #666666;
}
.formHeader{
  padding: 28px 0 10px;
  border-bottom: 2px solid #f0f0f0;
  overflow: hidden;
}
.left-login{
  font-size: 20px;
  width: 198px;
  display: inline-block;
  float: left;
  border-right: 1px solid #f0f0f0;
  cursor: pointer;
}
.right-register{
  font-size: 20px;
  width: 198px;
  display: inline-block;
  cursor: pointer;
}
.login-nav{
  margin-bottom: 0;background-color: #ffffff;border: none;
}
.login-box{
  width:397px;
  height: 435px;
	background-color: #ffffff;
	margin: 68px 0;
	float: right;
	padding: 0 0 60px;
}
.login-form{
  margin: auto 38px;
}
.mgtp54{
  margin-top: 54px;
}
.mgtp28{
  margin-top: 28px;
}
.mgtp16{
  margin-top: 16px;
}
.mgtp20{
  margin-top: 20px;
}
.weixin{
	margin-right: 18px;color: #5ebff0;
}
.logo-name{
  font-size: 30px;
  color: #00a1e9;
  height: 112px;
  line-height: 112px;
  float: left;
}
.login_row {
    margin: 0 auto;
    max-width: 300px;
}
.wx-scancode{
  font-size: 18px;
  color: #22a9ff;
  margin: 45px 0 22px;
}
.wx-scanimg{
  display: inline-block;
  background: url('../img/wxscan.png') no-repeat;
  height: 193px;
  width: 209px;
  margin-bottom: 29px;
}
.scan-text{
  margin-top: 180px;
  display: inline-block;
  color:#666666;
}
.login-ipt {
    display: block;
    width: 300px;
    height: 44px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404040;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mgtop20{
	margin-top: 20px;
}
.warning{
	color: red;
	text-align: left;
	display: none;
}
.form-horizontal {
	margin: auto 30px;
}
#errorMsg {
  font-size: 12px;
  color: red;
}
#form label.error {
  color: red;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  background: none;
  font-weight: 400;
  position: static;
  width: 100%;
}