.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-c {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 父元素-水平居中（主轴是横向才生效） */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  box-sizing: border-box;
}
html {
  font-size: 14px;
  font-family: '微软雅黑';
}
body {
  -webkit-touch-callout: none;
  font-size: 0.12rem;
  height: 100%;
  background: #f2f2f2;
}
html,
body {
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  color: #333;
  position: relative;
}
.a-text {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  outline: none;
}
ul,
li {
  list-style: none;
}
*:after,
*:before {
  box-sizing: border-box;
}
.marginTop {
  margin-top: .2rem;
}
.white {
  background: white;
}
img,
ul,
li,
span,
button,
input,
select,
a {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
button,
input,
select {
  vertical-align: middle;
  outline: 0;
  border: none;
  font-family: 'SimHei';
}
@media only screen and (min-width: 100px) {
  html {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 319px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 374px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 401px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 35px !important;
  }
}
body {
  background: white;
}
.login-container {
  background: white;
  height: 100%;
  width: 100%;
  padding: .4rem;
  animation: init 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.login-container .back,
.login-container .back-to-login {
  font-size: .6757875rem;
  letter-spacing: 1px;
  color: #333;
}
.login-container .back-to-login {
  float: right;
  display: none;
}
.login-container .logo {
  text-align: center;
  margin-top: 2rem;
}
.login-container .logo img {
  width: 50%;
}
.login-container .login-core,
.login-container .register-core {
  height: 5.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: .3rem;
  padding-right: .3rem;
}
.login-container .login-core .remember,
.login-container .register-core .remember {
  display: inline-block;
  width: .8rem;
  height: .8rem;
  line-height: .8rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  position: relative;
  text-align: center;
  margin-top: .4rem;
  vertical-align: bottom;
  color: #333;
}
.login-container .login-core .remember img,
.login-container .register-core .remember img {
  position: absolute;
  width: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login-container .login-core .agreement,
.login-container .register-core .agreement {
  color: #ff9600;
}
.login-container .login-core li,
.login-container .register-core li {
  list-style: none;
  height: 1.4rem;
  line-height: 1.4rem;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.login-container .login-core li .module,
.login-container .register-core li .module {
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  border-right: 1px solid #ededed;
  text-align: center;
  color: #333;
  font-size: .58865rem;
  position: relative;
}
.login-container .login-core li .module .slider-choose,
.login-container .register-core li .module .slider-choose {
  position: absolute;
  top: -0.1rem;
  width: 3.5rem;
  height: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: .5rem;
  background: #ededed;
  padding-right: .1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.login-container .login-core li .module .slider-choose .choose-item,
.login-container .register-core li .module .slider-choose .choose-item {
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  text-align: center;
  font-size: .4075rem;
  color: #9a9a9a;
}
.login-container .login-core li .module .slider-choose .slider-module,
.login-container .register-core li .module .slider-choose .slider-module {
  position: absolute;
  left: -10%;
  height: 100%;
  width: 60%;
  border-radius: .5rem;
  background: #ffda44;
  font-size: .5175rem;
  color: #333333;
  font-family: '宋体';
  transition: all 0.3s ease-in-out;
}
.login-container .login-core li .module-info,
.login-container .register-core li .module-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.login-container .login-core li .module-info input,
.login-container .register-core li .module-info input {
  width: 70%;
  height: 1rem;
  line-height: 1rem;
  margin-bottom: .3rem;
  text-indent: 14px;
  font-size: .56795rem;
  color: #333;
  letter-spacing: 1px;
}
.login-container .login-core li .module-info i.clear,
.login-container .register-core li .module-info i.clear {
  position: absolute;
  display: none;
  width: 1rem;
  height: 1rem;
  right: 10%;
  top: 0;
  background-image: url('../assets/cancel.png');
  background-size: .65rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.login-container .login-core li .module-info .forget,
.login-container .register-core li .module-info .forget {
  position: absolute;
  top: -0.12rem;
  height: 1rem;
  line-height: 1rem;
  right: 10%;
  background: white;
  border-radius: .5rem;
  border: 1px solid #dddddd;
  padding-left: .37rem;
  padding-right: .37rem;
  font-size: .516785rem;
}
.login-container .login-core li .validator,
.login-container .register-core li .validator {
  display: none;
}
.login-container .register_login_btn {
  width: 94%;
  display: block;
  margin: 0 auto;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #ffda44;
  border-radius: 5px;
  font-size: .5865rem;
  color: #333;
}
.login-container .line {
  width: 94%;
  margin: 0 auto;
  margin-top: 2rem;
  height: 2px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.login-container .line:before {
  content: '其他登录方式';
  position: absolute;
  top: -0.56rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: .2rem .6rem;
  background: white;
  font-size: .55345rem;
  color: #333;
}
.login-container .other-login-way {
  height: 2.4rem;
  margin-top: 1.2rem;
  position: relative;
}
.login-container .other-login-way .login_other_icon {
  position: absolute;
  top: 0;
  width: 1.4rem;
}
.login-container .other-login-way .qq {
  width: 1.2rem;
  left: 40%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.login-container .other-login-way .wb {
  left: 60%;
  -webkit-transform: translate(-50%, 6%);
  -moz-transform: translate(-50%, 6%);
  -ms-transform: translate(-50%, 6%);
  -o-transform: translate(-50%, 6%);
  transform: translate(-50%, 6%);
}
.register-core {
  display: none;
}
@keyframes init {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes uninit {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    display: none;
  }
}
.changeAnimation {
  animation: init 0.6s ease-in-out;
}
.changeAnimation1 {
  animation: uninit 0.6s ease-in-out;
}
.agreement-page {
  font-size: 0.64rem;
  font-family: "PingFangSC-Regular";
  background-color: #fff;
}
.agreement-page .agreement-page-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0  auto;
  width: 100%;
  max-width: 640px;
  height: 1.8rem;
  border-bottom: solid 1px #eee;
  text-align: center;
  line-height: 1.8rem;
  color: #333;
  background-color: #fff;
}
.agreement-page .agreement-page-top .agreement-page-back {
  position: absolute;
  top: 0.54rem;
  left: 0.62rem;
  width: 0.72rem;
  height: 0.72rem;
  background-image: url(../assets/back.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.agreement-page .agreement-page-content {
  padding: 0 0.76rem;
  padding-top: 2.8rem;
}
.agreement-page .agreement-page-content .agreement-page-title {
  text-align: center;
  font-size: 0.72rem;
  line-height: 1rem;
  color: #333;
}
.agreement-page .agreement-page-content .agreement-page-title-small {
  font-size: 0.68rem;
  text-indent: 0.42rem;
  color: #151515;
}
.agreement-page .agreement-page-content .agreement-page-content-list {
  margin: 0.86rem 0 0.8rem;
}
.agreement-page .agreement-page-content .agreement-page-content-list .agreement-page-content-list-detial {
  font-size: 0.64rem;
  line-height: 1rem;
  color: #151515;
}





