* {
  margin: 0;
  padding: 0;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
body {
  margin: 0;
}
html,
body {
  height: 100%;
}
#login {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("images/login/regionBg.png");
  background-size: 100% 100%;
}
#login .login-logo {
  width: 139px;
  height: 54px;
  position: absolute;
  left: 110px;
  top: 87px;
  background: url("images/login/regionLogo.png") no-repeat;
  background-size: 100% 100%;
}
#login .text-box {
  position: absolute;
  left: 110px;
  top: 166px;
}
#login .text-box .text-tit {
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
}
#login .text-box .text-explain {
  font-size: 24px;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
  margin-top: 20px;
}
#login .main-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  text-align: center;
}
#login .main-wrap .main-tit {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
}
#login .main-wrap .region-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  width: 996px;
}
#login .main-wrap .region-box .region-item {
  cursor: pointer;
  width: 201px;
  height: 70px;
  margin: 10px;
  border: 2px solid #FFFFFF;
  background: rgba(239, 255, 251, 0.6);
  border-radius: 10px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #06684E;
  text-align: center;
  line-height: 70px;
}
#login .main-wrap .region-box .region-item:hover {
  background: linear-gradient(0deg, #00BCA9, #5CD093, #18BF97, #EDFFF6);
  color: #FFFFFF;
}
#login .copyright {
  width: 100%;
  height: 60px;
  background: #404145;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login .copyright .miit {
  cursor: pointer;
}
#login .copyright .turn-miit {
  margin-left: 20px;
  cursor: pointer;
}
