* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  height: 100%;
}

body {
  position: relative;
  margin: 0 auto;
  height: 100%;
  max-width: 790px;
  color: #6f6f6f;
  font-size: 12px;
  font-family: Microsoft YaHei;
  background: #121d6c;
}

a {
  text-decoration: none;
}

li,
ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  border: 0;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.clear:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: '.';
}

* {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  clear: both;
}


.banner img {
  width: 100%;
  display: block;
}

.content {

  padding-bottom: 0.8rem;
}

.title {
  padding: 0.3rem 2%;
  text-align: center;
  position: relative;
}

.title .item {
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
  width: 30%;
  margin: 0 1%;
}

.title .item select {
  width: 100%;
  height: 100%;
  background: #fffbdc;
  border: 0;
  border-radius: 0.1rem;
  color: #390207;
  outline: none;
  font-size: 0.28rem;
  padding-left: 0.1rem;
}

.title .item option {
  outline: none;
  border: 0;
}

.title img {
  height: 0.5rem;
  display: block;
  margin-left: 0.3rem;
}

.title h3 {
  font-size: 0.32rem;
  color: #fff;
}

.title h3 span {
  font-size: 0.24rem;
}

.all_bg {
  background: #fffbdc;
  padding: 0.4rem 0.3rem;
  border-radius: 0.3rem;
}

.bg {
  background: #fff;
  padding: 0.4rem 0.2rem;
  border-radius: 0.3rem;
  box-shadow: inset 2px 2px 4px rgba(255, 10, 29, 0.1);
}

.bg_color,
.exchange {
  background: -webkit-linear-gradient(left, #ffb95d, #ff2018);
  background: -o-linear-gradient(right, #ffb95d, #ff2018);
  background: -moz-linear-gradient(right, #ffb95d, #ff2018);
  background: linear-gradient(to right, #ffb95d, #ff2018);
  box-shadow: 0px 6px 18px rgba(243, 92, 0, 0.25);
  color: #fff;
}

.unchange {
  background: #999999;
  color: #fff;
}

/* 登录页面 */

.loginBody,
.useBody {
  background: url(../images/loginBg.jpg?v=1) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20%;

}

.loginBody .logo {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 50%;

}


.loginBody .banner {
  position: absolute;
  left: 0;
  top: 14%;
}

.login_form {
  position: relative;
  margin: 0 12%;
  width: 76%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 27px 26px 0px rgba(213, 213, 213, 0.21);
  padding: 15% 8%;
}

.login_form::before {
  width: 110%;
  background: #fff;
  border-radius: 10px;
  content: "";
  height: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: -1;
  opacity: .5;
}

.login_form .item {
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
  position: relative;
}

.login_form .item_Tjr {
  display: none;
}

.login_form .item_Tjr.on {
  display: block;
}

.login_form .item i {
  position: absolute;
  left: 4%;
  top: .15rem;
  height: .5rem;
  display: block;
}

.login_form .item i img {
  max-height: 100%;
  display: block;
}

.login_form .item input {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: none;
  background: #f5f5f5;
  padding-left: .8rem;
  outline: none;
  height: .8rem;
  font-size: .28rem;
  color: #999999;
  border-radius: 20px;
}

.login_form .item input::placeholder {
  color: #999999;
  font-size: .28rem;

}

.login_form .item p {
  display: block;
  color: #0848da;
  padding: .1rem 0 0;
}

.login_form .item span {
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -.25rem;
  color: #1e49af;

  position: absolute;
  padding: 0 .2rem;

  border-radius: 10px;
  line-height: .5rem;
}

.login_form .item span.disabled {
  color: #0d4398;
}

.login_form .submit button {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  outline: none;
  display: block;
  width: 100%;
  margin: auto;
  border: 1px solid #0848da;
  border-radius: 20px;
  background: #0848da;
  margin-top: .3rem;

}

.signUpBody .login_form {
  position: absolute;
  left: 0;
  top: 34%;
  padding: 8%;
}



.useBody {
  flex-direction: column;
  justify-content: space-evenly
}

.useBody .logo {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 50%;

}

.useBody .banner {
  position: absolute;
  left: 0;
  top: 14%;
}

.useBody .content {
  position: relative;
  margin: 0 12%;
  width: 76%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 27px 26px 0px rgba(213, 213, 213, 0.21);
  padding: 15% 8%;
  text-align: center;
}

.useBody .content::before {
  width: 110%;
  background: #fff;
  border-radius: 10px;
  content: "";
  height: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: -1;
  opacity: .5;
}

.useBody .content h1 {
  font-size: .5rem;
  color: #333333;
  font-weight: bold;
  line-height: .8rem;

}

.useBody .content img {
  max-width: 64px;
  margin: .4rem auto;
}

.useBody .content .text h1 {
  color: #1e49af;
  font-size: .4rem;
  font-weight: bold;
}


.useBody .share {
  background: #0942ce;
  border-radius: 10px;
  position: fixed;
  right: 3%;
  top: 2%;
  color: #fff;
  padding: 1% 2%;
}

.useBody .marking {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  flex-direction: column;
  transition: .3s;
}

.useBody .marking img {
  float: right;
  max-width: 50%;
}

.useBody .marking p {
  width: 100%;
  color: #fff;
  font-size: .32rem;
  text-align: center;

}

.useBody .marking p i {
  margin: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;

}