.loginBox {
  overflow: hidden;
}

.loginBox > img {
  width: 16.66667rem;
  height: auto;
  margin: 4.29167rem auto 0;
}

.loginBox ul {
  margin: 3.75rem auto 0;
  width: 25.91667rem;
}

.loginBox ul li {
  width: 100%;
  height: 3.45833rem;
  background-color: #f4f4f4;
  border-radius: 0.16667rem;
  overflow: hidden;
  margin-top: 1.66667rem;
}

.loginBox ul li input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 0 1.25rem;
  box-sizing: border-box;
  font-size: 1rem;
}

.loginBox > a {
  display: block;
  width: 26.25rem;
  height: 3.66667rem;
  background-color: #1838b0;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 3.66667rem;
  color: #ffffff;
  text-align: center;
  margin: 4.375rem auto 0;
}

.loginBox > div {
  width: 26.25rem;
  margin: 1.04167rem auto 0;
  overflow: hidden;
  color: #a4a4a4;
  font-size: 1rem;
}

.loginBox > div > a {
  float: left;
}

.loginBox > div > i {
  font-style: normal;
  float: right;
}

.loginBox > div > i a {
  color: #1838b0;
}
