.loginBigbox {
  min-height: calc(100vh - 211px);
  background-image: url(../img/bglogin.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loginBoxTop {
  margin-bottom: 30px;
}

.loginBoxTopImg {
  height: auto;
  width: 150px;
}

.loginBoxBom {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px #0000001a;
  box-sizing: border-box;
  width: 400px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.loginBoxBominputbox {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.loginBoxBominputLeftIcon {
  position: absolute;
  left: 12px;
}

.loginBoxBominputLeftImg {
  width: 20px;
}

.loginBoxBominput {
  width: 303px;
  height: 28px;
  padding: 12px 15px 12px 42px;
  font-size: 14px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.loginButBox {
  margin-top: 20px;
}

.loginBut {
  width: 100%;
  height: 32px;
  background-color: #409eff;
  border: 1px solid #dcdfe6;
  border-color: #409eff;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.registerBut {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  background-color: rgb(254, 124, 18);
  border: 1px solid #dcdfe6;
  border-color: rgb(254, 124, 18);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.login-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  width: 100%;
}

.login-nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  cursor: pointer;
}

.login-nav-text {
  font-size: 16px;
  color: #333;
}

.line {
  background-color: #de2103;
  border-radius: 3px;
  height: 3px;
  width: 100%;
}

.checkBigbox {
  margin-top: 25px;
}

.checknextbox {
  display: flex;
  align-items: center;
}

.checkbox_text {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}

.checkbox_text_a {
  font-size: 12px;
  color: #606266;
  margin-left: 5px;
}

.checkbox_text_a:hover {
  color: #409eff;
  text-decoration: underline;
}

.wxdl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.wx_Box {
  background-image: url(../img/icon.png);
  background-position: -78px -50px;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}