.mianmi {
  width: 100%;
  min-height: 100vh;
}
.mianmi > .mianmi-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.4667vw 7.8667vw 12vw;
}
.mianmi > .mianmi-top > .logo {
  display: flex;
  width: 40vw;
  height: 15.6vw;
}
.mianmi > .mianmi-top > .logo > img {
  width: 100%;
  height: 100%;
}
.mianmi > .mianmi-top > .register {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.0667vw;
  height: 8.5333vw;
  background: #c60000;
  color: #ffffff;
  font-size: 4.2667vw;
  border-radius: 0.8vw;
}
.mianmi > .title {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #e13737;
  padding-left: 7.8667vw;
  margin-bottom: 8vw;
}
.mianmi > .tip {
  padding-left: 7.8667vw;
  font-size: 3.2vw;
  color: #4a4a4a;
  margin-bottom: 5vw;
}
.mianmi > .select_login_type {
  display: flex;
  margin-bottom: 10.5333vw;
  margin-left: 9.4vw;
}
.mianmi > .select_login_type > div {
  font-size: 4.2667vw;
  color: #181818;
  display: inline-block;
  position: relative;
}
.mianmi > .select_login_type > div.active {
  color: #e13737;
  font-weight: bold;
}
.mianmi > .select_login_type > div.active::after {
  display: inline-block;
  content: "";
  width: 6vw;
  height: 1.0667vw;
  background: #e13737;
  position: absolute;
  bottom: -1.6vw;
  left: 50%;
  transform: translate(-50%);
}
.mianmi > .select_login_type > div:first-of-type {
  margin-right: 6.4vw;
}
.mianmi > .select_login_type > div:first-of-type::after {
  width: 9.8667vw;
}
.mianmi > form {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mianmi > form > div:not(.two-btn) {
  display: flex;
  flex-direction: column;
}
.mianmi > form > div:not(.two-btn) > .top {
  width: 85.3333vw;
  height: 10.6667vw;
  background: #f2f2f2;
  border-radius: 5.3333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6.6667vw;
}
.mianmi > form > div:not(.two-btn) > .top input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 5.3333vw;
  font-size: 3.7333vw;
  border-radius: 0;
}
.mianmi > form > div:not(.two-btn) > .top input:-webkit-autofill {
  box-shadow: 0 0 0vw 1000vw #f2f2f2 inset;
  background: #f2f2f2;
  -webkit-text-fill-color: #181818 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.mianmi > form > div:not(.two-btn) > .top img {
  width: 20vw;
  height: 95%;
}
.mianmi > form > div:not(.two-btn) > .top .eye-off-fill,
.mianmi > form > div:not(.two-btn) > .top .eye-fill {
  width: 4vw;
  height: 4vw;
  display: none;
}
.mianmi > form > div:not(.two-btn) > .top .eye-off-fill.show,
.mianmi > form > div:not(.two-btn) > .top .eye-fill.show {
  display: block;
}
.mianmi > form > div:not(.two-btn) > .rule {
  height: 2.1333vw;
  display: inline-block;
  font-size: 2.6667vw;
  color: #c60000;
  margin-top: 0.6667vw;
  padding-left: 6.5333vw;
}
.mianmi > form > div:not(.two-btn).mobile {
  margin: 0 0 3.2vw;
}
.mianmi > form > div:not(.two-btn).mobile label {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333vw;
  color: #333333;
  margin-right: 2.6667vw;
}
.mianmi > form > div:not(.two-btn).mobile input {
  width: 100%;
}
.mianmi > form > div:not(.two-btn).password {
  margin-bottom: 3.2vw;
}
.mianmi > form > div:not(.two-btn).password label {
  width: 10vw;
  font-size: 3.7333vw;
  color: #333333;
  margin-right: 2.6667vw;
  display: flex;
  align-items: center;
}
.mianmi > form > div:not(.two-btn).password .new_pw {
  width: 22.5vw;
}
.mianmi > form > div:not(.two-btn).yzm {
  display: flex;
}
.mianmi > form > div:not(.two-btn).yzm input {
  width: 70%;
}
.mianmi > form > div:not(.two-btn).yzm a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333vw;
  color: #c60000;
  border-left: 0.2667vw solid #bbbbbb;
}
.mianmi > form > div:not(.two-btn).w-password {
  margin-bottom: 3.2vw;
}
.mianmi > form > div:not(.two-btn).w-password > .top {
  padding: 0 4.3vw;
}
.mianmi > form > div:not(.two-btn).w-password input {
  font-size: 3.4vw;
}
.mianmi > form > div:not(.two-btn).w-password label {
  width: 16vw;
  font-size: 3.2vw;
  color: #333333;
  margin-right: 1.2vw;
  display: flex;
  align-items: center;
}
.mianmi > form .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mianmi > form > .ntip {
  width: 78vw;
  display: flex;
  justify-content: flex-end;
  margin-top: 2vw;
}
.mianmi > form > .ntip > a {
  font-size: 3.2vw;
  color: #c60000;
}
.mianmi > form > .ntip > a.navto {
  color: #181818;
}
.mianmi > form > .reg {
  width: 85.3333vw;
  font-size: 3.2vw;
  color: #c60000;
  text-align: right;
  padding-right: 5.6667vw;
}
.mianmi > form .refer {
  width: 80.3333vw;
  height: 10.6667vw;
  background: #c60000;
  border-radius: 5.3333vw;
  border: none;
  outline: none;
  margin-top: 6.4vw;
  font-size: 4vw;
  color: #ffffff;
}
.mianmi > form .refer.register {
  margin-top: 6vw;
}
.mianmi > form .refer.only {
  width: 30.333vw;
}
.mianmi > form .back {
  width: 30.3333vw;
  height: 10.6667vw;
  margin-top: 6vw;
  font-size: 4vw;
  border: 0.2667vw solid #e7e7e7;
  border-radius: 5.3333vw;
  color: #333333;
}
.mianmi > form > .note {
  width: 100%;
  text-align: center;
  font-size: 3.2vw;
  color: #4a4a4a;
  margin-top: 4.6667vw;
}
.mianmi > form:not(:first-of-type) {
  display: none;
}
.mianmi > form > .two-btn {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10vw;
}
.mianmi > form > .two-btn > .goback,
.mianmi > form > .two-btn > .sub {
  width: 20vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2667vw;
  border-radius: 1.0667vw !important;
  -webkit-appearance: none;
}
.mianmi > form > .two-btn > .goback.goback,
.mianmi > form > .two-btn > .sub.goback {
  border: 0.2667vw solid #c60000;
  color: #c60000;
}
.mianmi > form > .two-btn > .goback.sub,
.mianmi > form > .two-btn > .sub.sub {
  background-color: #c60000;
  border: none;
  color: #ffffff;
}
.mianmi > .mianmi-bot {
  width: 100vw;
  text-align: center;
  padding: 0 3vw;
  margin-top: 40vw;
}
.mianmi > .mianmi-bot > .tip {
  font-size: 3.2vw;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mianmi > .mianmi-bot > .tip > span {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  border: 0.2667vw solid #c60000;
  margin-right: 1vw;
}
.mianmi > .mianmi-bot > .tip > span.active {
  background: url(/m8300/images/checked.png) no-repeat center center;
  background-size: 120% 120%;
}
.mianmi > .mianmi-bot > .tip > a {
  color: #c60000;
}
