.logoCon {
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(51, 51, 51, 0.4);
}

.logoCon .w>* {
  float: left;
  line-height: 80px;
}

.logoCon .w .line {
  width: 2px;
  height: 26px;
  background: #DDDDDD;
  margin: 27px 18px;
}

.logoCon .w span {
  font-size: 26px;
  color: #666666;
}

.container {
  height: 588px;
  background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  padding-top: 54px;
}

.loginBox {
  height: 480px;
  background: url("../img/loginBg.png") no-repeat 60px 49px;
}

.rightBox {
  width: 480px;
  height: 480px;
  background: #FFFFFF;
  border-radius: 6px;
  float: right;
  padding: 0 60px;
}

.rightBox h2 {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  margin: 50px 0;
}

.rightBox input {
  width: 360px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding-left: 49px;
  font-size: 16px;

}

.rightBox input::placeholder {
  color: #999999;
}

.rightBox input.user {
  background: url("../img/user.png") no-repeat 20px 14px;
}

.rightBox input.password {
  background: url("../img/password.png") no-repeat 20px 14px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.rightBox button {
  width: 360px;
  height: 50px;
  background: #2C7DF3;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
}


.webstat {
  height: 170px;
  background: #353535;
  padding: 28px 0;
  color: #999999;
}

.webstat .w>* {
  float: left;
}

.webstat .support {
  width: 308px;
  padding-left: 50px;
  padding-right: 66px;
  border-right: 1px solid #999999;
  text-align: center;
  font-size: 16px;
  margin-right: 72px;
}

.webstat .support p {
  font-size: 28px;
}

.webstat .company img {
  margin-bottom: 10px;
}

.webstat .company li {
  margin-top: 10px;
}

.webstat .wechat {
  width: 251px;
  height: 114px;
  border-left: 1px solid #666666;
  float: right;
  text-align: center;
  padding-left: 10px;
}

.footer {
  height: 49px;
  line-height: 49px;
  background: #272929;
  color: #999999;
}