* {
  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;
}

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) no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;

}



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

.login_form {
  margin: 0 10%;
  width: 90%;
  background: url(../images/login_formBg.png) no-repeat;
  background-size: 100% 100%;
  padding: 5%;
  /* background-size: cover; */

}

.login_form .logo {
  margin-bottom: .25rem;
}

.login_form .item {
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
  color: #333333;
  position: relative;
}

.login_form .item i {
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -.25rem;
  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: 0.01rem solid #0c6abf;
  background: rgba(6, 135, 205, 0.4);
  padding-left: 0.6rem;
  outline: none;
  height: .8rem;
  font-size: .28rem;
  color: #fff;
}

.login_form .item input::placeholder {
  color: #fff;
  font-size: .28rem;
  opacity: .5;
}

.login_form .item span {
  flex-shrink: 0;
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -.25rem;
  color: #fff;
  background: #0848da;
  position: absolute;
  padding: 0 .2rem;
  border: 1px solid #0d4398;
  border-radius: 10px;
  line-height: .5rem;
}

.login_form .item span.disabled {
  color: #ecebeb;
}

.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: 60%;
  margin: auto;
  border: 1px solid #0d4398;
  border-radius: 10px;
  background: #0848da;
  margin-top: .3rem;

}

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

.useBody .content {
  width: 70%;
  background: rgb(16, 161, 248, .1);
  padding: 5%;
  text-align: center;
  border-radius: 5px;
  font-size: .28rem;
}

.useBody .content h1 {
  font-size: .48rem;
  color: #fff;
  font-weight: bold;

}

.useBody .content img {
  max-width: 60%;
  margin: .4rem auto;
}

.useBody .content p {
  color: #fff;
}

.useBody .logo {
  width: 60%;
}

.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;

}