html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体';
}
* {
  line-height: 1.5;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:hover {
  color: #333;
}
var,
em {
  font-style: normal;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #95b6ef;
}
img {
  -webkit-touch-callout: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type=date],
button,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent !important;
}
a,
input[type=text],
select,
input[type=password],
textarea {
  -webkit-tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder {
  color: #666;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.m-container {
  background-color: #fff;
  min-height: calc(100vh - 2.9rem - 2px);
}
.header {
  padding: 0 0.3rem;
}
.nav-wrap {
  height: 1.2rem;
  line-height: 1rem;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center;
}
.icon {
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.1em;
  fill: currentColor;
  overflow: hidden;
}
.header-inner {
  padding: 0;
}
.header-inner .nav-wrap {
  position: relative;
  color: #666;
  height: 1.3rem;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header-inner .nav-wrap .back-icon {
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  display: block;
}
.header-inner .nav-wrap h1 {
  text-align: center;
  -webkit-box-flex: 1;
  font-size: 0.4rem;
  font-weight: normal;
}
.header-inner .nav-wrap .menu-side {
  position: absolute;
  right: 0.15rem;
  top: 0.4rem;
}
.header-inner .nav-wrap .menu-side .nav-icon {
  float: left;
  padding: 0 0.35rem;
}
.header-inner .nav-wrap .menu-side .icon-close {
  display: none;
}
.header-inner .nav-wrap .menu-side .menu-switch-active .icon-show {
  display: none;
}
.header-inner .nav-wrap .menu-side .menu-switch-active .icon-close {
  display: inline-block;
  -webkit-animation: rotateIn 0.5s ease both;
}
.menu-dropdown {
  z-index: 899;
  position: absolute;
  left: 0;
  padding: 1rem 0 0.8rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  -webkit-transform: translateY(-141%);
          transform: translateY(-141%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-dropdown .dropdown-wrap {
  overflow: hidden;
}
.menu-dropdown .dropdown-wrap a {
  text-align: center;
  float: left;
  width: 20%;
  line-height: 1.5rem;
  font-size: 0.4rem;
}
.menu-dropdown .dropdown-wrap a .icon {
  display: block;
  margin: 0 auto;
  width: 0.7rem;
  height: 0.7rem;
}
.menu-dropdown .btn-center {
  background: #f47983;
  color: #fff;
  width: 6.52rem;
  display: block;
  text-align: center;
  line-height: 1.2rem;
  margin: 0.8rem auto 0;
  border-radius: 0.2rem;
  font-size: 0.5rem;
}
.menu-dropdown-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bottom-part {
  border-top: 0.18rem solid #f5f5f5;
  background: #fff;
}
.bottom-part-inner {
  border: none;
  overflow: hidden;
  padding: 0.15rem 0 0;
  border-top: 0.1rem solid #f5f5f5;
  margin: -0.1rem 0 0;
}
.copyrite-bottom {
  text-align: center;
}
.copyrite-bottom .bottom-nav {
  color: #424242;
}
.copyrite-bottom .bottom-nav a {
  display: inline-block;
  padding: 0 0.4rem;
  line-height: 0.73rem;
  font-size: 0.35rem;
}
.copyrite-bottom .wechat {
  width: 5.5rem;
  margin: 0.15rem auto;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #999;
  border: 1px solid #999;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.copyrite-bottom .wechat .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin: 0 0.08rem 0 0;
  vertical-align: middle;
}
.copyrite-bottom .copyrite {
  font-size: 0.3rem;
  color: #999;
  line-height: 0.6rem;
  margin: 0.225rem 0 0.125rem;
}
.login-wrap {
  margin: 0 0.45rem;
}
.login-form {
  margin: 0 0 0.65rem;
}
.login-form .active label {
  -webkit-transform: translateY(calc(-60% - 0.75em)) scale(0.75);
          transform: translateY(calc(-60% - 0.75em)) scale(0.75);
  color: #f47983;
}
.login-form li {
  border-bottom: 1px solid #eee;
  height: 1.4rem;
  line-height: 1.2rem;
  overflow: hidden;
  margin: 0.05rem 0 0;
  display: -webkit-box;
  position: relative;
}
.login-form li label {
  color: #bbb;
  font-size: 0.45rem;
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: margin 0.15s ease, padding 0.15s ease, -webkit-transform 0.15s ease;
  transition: margin 0.15s ease, padding 0.15s ease, -webkit-transform 0.15s ease;
  transition: margin 0.15s ease, padding 0.15s ease, transform 0.15s ease;
  transition: margin 0.15s ease, padding 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  z-index: 1;
}
.login-form li .text {
  background: none;
  border: none;
  height: 1rem;
  display: block;
  -webkit-box-flex: 1;
  font-size: 0.4rem;
  color: #333;
  margin-top: 0.5rem;
}
.login-form li input::placeholader {
  color: #aab2bd;
}
.login-form li input::-webkit-input-placeholder {
  color: #aab2bd;
}
.images-code {
  height: 0.8rem;
  vertical-align: middle;
}
.login-form-logo {
  background: url("../images/logo.png") no-repeat center 0.7rem;
  background-size: 3rem 1.2rem;
  padding: 2rem 0 0;
}
.common-btn {
  height: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  font-size: 0.4rem;
  text-align: center;
  background: #f47983;
  border-radius: 0.1rem;
}
.account-guide {
  height: 1.2rem;
  font-size: 0.4rem;
}
.account-guide .guide-pwd {
  float: left;
  line-height: 1.2rem;
}
.account-guide .guide-reg {
  float: right;
  line-height: 1.2rem;
}
.account-guide a {
  color: #59a4df;
}
.quick-login {
  text-align: center;
  border-top: 1px solid #dcdcdc;
  margin: 0.6rem 0 0;
  color: #999;
  font-size: 0.4rem;
}
.quick-login .tit {
  display: inline-block;
  width: 1.6rem;
  background: #fff;
  line-height: 0.4rem;
  margin: -0.2rem auto 0;
  position: relative;
  top: -0.3rem;
}
.quick-login-main {
  text-align: center;
  margin: 0.6rem 0 0;
  color: #999;
  font-size: 0.24rem;
}
.quick-login-main .login-qq {
  background: url("../images/icon/qq-icon.png") no-repeat center 0;
  background-size: 0.9rem 0.9rem;
  width: 1.2rem;
}
.quick-login-main .login-wx {
  background: url("../images/icon/wechat-icon.png") no-repeat center 0;
  background-size: 0.9rem 0.9rem;
  width: 1.2rem;
}
.quick-login-main a {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0.9rem 0 0;
  margin: 0.6rem 0 0;
}
.login-tips {
  text-align: center;
  font-size: 0.22rem;
  margin: 0.3rem 0 0;
  color: #999;
}
.login-tips a {
  color: #59a4df;
}
