@charset "UTF-8";
/*# sourceMappingURL=sign_in.css.map */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
i {
  font-style: normal;
  text-decoration: none;
  list-style: none;
}
a {
  font-style: normal;
  text-decoration: none;
  list-style: none;
}
li {
  font-style: normal;
  text-decoration: none;
  list-style: none;
}
body {
  width: 10rem;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "微软雅黑";
  background: white;
}
input:-webkit-autofill {
  background: none !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea:-webkit-autofill {
  background: none !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
select:-webkit-autofill {
  background: none !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.banner {
  width: 10rem;
}
.banner > img {
  width: 100%;
  display: block;
}
.sign_in_form {
  width: 8rem;
  margin: 0 auto;
  margin-top: 1rem;
}
.sign_in_form > div {
  display: none;
}
.sign_in_form > div > p {
  border: 0.026667rem solid #e2e2e2;
  padding: 0.366667rem 0;
  margin-bottom: 0.533333rem;
  border-radius: 25px;
}
.sign_in_form > div > p > input {
  outline: none;
  border: none;
  margin-left: 0.32rem;
  font-size: 0.426667rem;
  color: #999999;
  width: 4rem;
}
.sign_in_form > div > p > i {
  color: #999999;
}
.sign_in_form > div > p ._key {
  display: inline-block;
  width: 0.333333rem;
}
.sign_in_form > div > p ._key > img {
  width: 100%;
}
.sign_in_form .remember {
  font-size: 0.373333rem;
  color: #333333;
  cursor: pointer;
}
.sign_in_form .remember > i {
  display: inline-block;
  width: 0.4rem;
  margin-right: 0.2rem;
  color: #999999;
}
.sign_in_form .remember > i > img {
  width: 100%;
  vertical-align: sub;
}
.sign_in_form .active_focus {
  border: 0.026667rem solid #e75d09 !important;
}
.sign_in_form .active_form {
  display: block;
}
.tishi {
  font-size: 0.38rem;
  color: #ff6600;
  border: none !important;
  text-align: center;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
#username {
  width: 6rem;
}
.fa-check-square-o {
  color: #fbd92e !important;
}
.sign_in_but {
  width: 8rem;
  height: 1.173333rem;
  background: #e75d09;
  border-radius: 2.666667rem;
  font-size: 0.426667rem;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 1.173333rem;
  margin-top: 1rem;
  cursor: pointer;
}
.sign_up_but {
  margin-top: 0.41rem;
  text-align: center;
  font-size: 0.38rem;
  color: #999999;
  margin-bottom: 1rem;
}
.sign_up_but > a {
  font-size: 0.42rem;
  color: #333333;
}
.log_tab {
  width: 9.2rem;
  margin: 1rem auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.5rem;
}
.log_tab > span {
  font-size: 0.426rem;
  color: #999999;
  position: relative;
  cursor: pointer;
}
.log_tab > span > i {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0.8rem;
  height: 0.06rem;
  background: white;
  border-radius: 200px;
  transform: translateX(-50%);
}
.log_tab .active_tab {
  color: #333333;
}
.log_tab .active_tab > i {
  background: #e75d09 !important;
}
.log_code {
  font-size: 0.373333rem;
  color: #fff;
  float: right;
  margin-right: 0.3rem;
  cursor: pointer;
  background: #e75d09;
  padding: 0.2rem;
  border-radius: 0.1rem;
  margin-top: -0.15rem;
  outline: none;
  border: none;
}
