@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.login-header {
  height: 1rem;
  position: relative;
  text-align: right;
  line-height: 1rem;
  padding-right: 0.24rem;
  box-sizing: border-box;
}
.login-header .register {
  color: #E02520;
  font-size: 0.34rem;
}
.login-header .return {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/login01.png) no-repeat;
  background-size: 0.38rem;
  background-position: center center;
}

.login {
  position: relative;
  padding: 0 0.6rem;
  height: 40vh;
  box-sizing: border-box;
}
.login .wx-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0.5rem;
  width: 6.3rem;
  text-align: center;
  background: #E02520;
  border-radius: 0.5rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.25rem 0;
}
.login .login-nav {
  margin-top: 0.5rem;
}
.login .login-nav:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.login .login-nav li {
  float: left;
  font-size: 0.4rem;
  font-weight: 600;
  color: #181818;
  margin-right: 0.8rem;
  position: relative;
}
.login .login-nav li.active {
  color: #E02520;
}
.login .login-nav li.active:after {
  display: block;
}
.login .login-nav li:after {
  display: none;
  content: "";
  width: 0.46rem;
  height: 0.04rem;
  background: #E02520;
  border-radius: 0.02rem;
  position: absolute;
  top: 0.65rem;
  left: 0;
  right: 0;
  margin: auto;
}
.login .form {
  margin-top: 1rem;
  position: relative;
}
.login .form.active {
  margin-top: 0.3rem;
}
.login .form .pwd {
  display: none;
}
.login .form .tips {
  text-align: right;
  color: #B2B2B2;
  margin: 0.1rem 0.4rem 0.25rem 0;
  font-size: 0.1rem;
}
.login .form .item {
  width: 6.3rem;
  height: 1rem;
  background: #F6F6F6;
  border-radius: 0.5rem;
  position: relative;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
.login .form .item .quhao {
  font-size: 0.3rem;
  font-weight: 600;
  color: #181818;
  line-height: 1rem;
  padding-left: 0.4rem;
}
.login .form .item input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0.3rem;
  padding: 0 0.4rem;
  font-weight: 400;
  background-color: transparent;
  box-sizing: border-box;
}
.login .form .item::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  color: #B2B2B2;
}
.login .form .item:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #B2B2B2;
}
.login .form .item::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  color: #B2B2B2;
}
.login .form .item:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
  color: #B2B2B2;
}
.login .form .item .close {
  position: absolute;
  top: 0;
  right: 0.4rem;
  width: 1rem;
  height: 1rem;
  background: url(/img/login02.png) no-repeat;
  background-position: center right;
  background-size: 0.3rem;
  z-index: 8888888;
}
.login .form .item .img-code {
  width: 1.7rem;
  height: 0.6rem;
  margin-right: 0.36rem;
}
.login .form .item .getcode {
  width: 1.7rem;
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4rem;
  margin: auto;
  color: #a0a0a0;
  background: none;
  box-sizing: border-box;
}
.login .form .item .see {
  position: absolute;
  top: -0.1rem;
  right: 0.4rem;
  width: 1rem;
  height: 1.12rem;
  background: url(/img/login03.png) no-repeat;
  background-position: center right;
  background-size: 0.3rem;
}
.login .form .item .see.active {
  background: url(/img/login04.png) no-repeat;
  background-position: center right;
  background-size: 0.3rem;
}
.login .form .but {
  width: 6.3rem;
  text-align: center;
  background: #E02520;
  border-radius: 0.5rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.25rem 0;
}
.login .form .but.active {
  display: none;
}
.login .form p {
  margin-top: 0.4rem;
  float: right;
}
.login .form p a {
  color: #666666;
  font-size: 0.26rem;
}
.login .form .verify-code {
  margin-bottom: 0;
}

.agreement {
  padding-top: 0.5rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #5c5c5c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agreement:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.agreement div {
  float: left;
  width: 0.4rem;
  margin-right: 0.05rem;
  height: 0.4rem;
  position: relative;
}
.agreement div input[type=checkbox] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
}
.agreement div input[type=checkbox]:checked + span {
  background: url(/img/login12.png) no-repeat;
  background-position: center center;
}
.agreement div span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/login11.png) no-repeat;
  background-position: center center;
}
.agreement a {
  color: #f44444;
}/*# sourceMappingURL=index.css.map */