html,
body {
  width: 100%;
  height: 100%;
}

.loginbg {
  background: url(../images/index.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.header-login{
  margin-top: 3%;
  margin-left: 3%;
  height: 20%;
}

.loginbox {
  height: 80%;
  display: flex;
  justify-content: center;

}

.login {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 16px 16px 30px 0px rgba(153, 36, 30, 0.08);
  position: relative;
  border-radius: 13px;
  width: 20%;
  height: 60%;
}

.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 {
  font-size: 25px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(50, 50, 50, 1);
  line-height:15%;
  padding-top: 10%;
  padding-left: 10%;
  height: 15%;
}
.layui-form-item{
  width: 80%;
  height: 15%;
}
.form-group{
  height: 15%;
}
.form-control{
  width: 100%!important;
  padding: 10px !important;
}

.inputblock {
  height: 90%;
  background-color: rgba(238, 238, 238, 1);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 90% center;
}

.inputtext {
  height: 90%;
  background-color: rgba(238, 238, 238, 1);
}

.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: 95%;
  height: 100%;
  background: #ff0000;
  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: 34px;
  padding: 0;
}

.btn:hover,
.btn:focus {
  background: #ff5500;
  color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}


.form {
  display: flex;
  flex-direction: column;
  height: 85%;
  justify-content: center;
  align-items: center;
}

.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;
}
.layui-row{
  display: flex;
  height: 90%;
}

.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;
}