html,
body {
  width: 100%;
  height: 100%;
}

.loginbg {
  background: url(../images/lgbg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.loginbox {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  width: 704px;
  height: 400px;
}

.leftbox {
  float: left;
  width: 400px;
  height: 400px;
  background: rgba(158, 37, 31, 1);
  opacity: 0.8;
}

.rightbox {
  float: right;
  width: 304px;
  height: 400px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 16px 16px 30px 0px rgba(153, 36, 30, 0.08);
  position: relative;
}

.logo {
  background: url(../../expand/images/logo.png) no-repeat;
  width: 286px;
  height: 64px;
  margin: 64px 0 0 56px;

}

.shooltip {
  width: 298px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
  letter-spacing: 10px;
  margin-left: 66px;
  margin-top: 32px;
  text-align: center;
}

.titlename {
  width: 51px;
  height: 36px;
  font-size: 25px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(50, 50, 50, 1);
  line-height: 36px;
  margin-top: 42px;
  margin-left: 42px;
}

.inputblock {
  width: 240px;
  height: 36px;
  background-color: rgba(238, 238, 238, 1);
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 210px center;
}

.inputtext {
  width: 112px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
}

.inputinline {
  display: inline-block !important;
}

.forpass {
  width: 48px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(85, 119, 153, 1);
  line-height: 17px;
  float: right;
}

.btn {
  width: 240px;
  height: 36px;
  background: rgba(158, 37, 31, 1);
  border-radius: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-top: 10px;
  padding: 0;
}

.btn:hover,
.btn:focus {
  background: rgba(158, 37, 31, 1);
  color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}


.form {
  margin: 36px 24px 0 40px;
}

.user {
  background-image: url(../images/user.png);
}

.pass {
  background-image: url(../images/pass.png);
}

.checkbox {
  margin: 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 17px;
}

.logmeth {
  margin: 20px auto;
  text-align: center;
  padding-top: 30px;
}

.logmeth .item {
  display: inline-block;
  margin: 0px 8px;
  padding-left: 26px;
}

.logmeth .text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(148, 148, 148, 1);
  line-height: 20px;
}

.wx {
  background: url(../images/weixin.png) no-repeat left center;
}

.xyt {
  background: url(../images/xyt.png) no-repeat left center;
}

.wxbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #fff;
  text-align: center;
}

.wxbox .weixinimg {
  width: 170px;
  height: 170px;
  margin: 69px 67px 20px;
  text-align: center;
}

.wxbox .weixinimg img {
  width: 100%;
}

.wxbox .wxname {
  height: 29px;
  font-size: 21px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(50, 50, 50, 1);
  line-height: 29px;
  text-align: center;
}

.wxbox .texttip {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(148, 148, 148, 1);
  line-height: 20px;
  text-align: center;
}

.wxbox .click {
  margin-top: 30px;
  width: 107px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(148, 148, 148, 1);
  line-height: 20px;
  background: url(../images/qt01.png) no-repeat left center;
  padding-left: 6px;
  display: block;
  margin: 20px auto;
}