@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0
}

body {
  font-family: "微软雅黑";
  width: 100%;
  min-width: 1200px;
  overflow: hidden
}

ul li {
  list-style: none
}

.blue {
  color: #31acfb
}

a {
  text-decoration: none
}


.main {
  width: 100%;
  /* background: url(../../static/assets/css/images/1.2.png) no-repeat; */
  background: url(/static/assets/css/images/bj.png) no-repeat;
  background-size: 100% 100%;
  /* -webkit-filter: blur(5px);
        filter: blur(15px);
        transform: scale(1.2); */
  overflow: hidden;
  background-color: #ededed;
}

.main0 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  width: 60%;
  height: 60%;
  min-width: 1000px;
  min-height: 500px;
  background-image: url(/static/assets/css/images/bj-1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.logoimg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.images {
  width: 112px;
  height: 37px;
}

.logintit {
  display: inline-block;
  width: 100%;
  /* height: 40px; */
  top: 0;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4A0500;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 45px;
}

.formBox {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  padding: 5% 8%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.formBox .logos {
  width: 138px;
  /* height: 10%; */
  margin-bottom: 10%;
}

.formBox h3 {
  line-height: 90px;
  font-size: 20px;
  color: #31acfb;
}

.formBox ul {
  display: table;
  width: 100%;
  text-align: center;
}

.formBox ul li {
  display: table-cell;
  height: 36px;
  line-height: 36px;
}

.formBox ul li.firLi {
  text-align: left;
}

.formBox ul li.lastLi {
  text-align: right;
}

.mainCol {
  color: #31acfb;
}

.itembox {
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid rgba(3, 5, 3, .16);
  margin-bottom: 18px;
}

.itembox1 {
  border-bottom: 2px solid rgba(3, 3, 3, .16);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itembox label {
  display: block;
  width: 90px;
  font-weight: normal;
  line-height: 40px;
  margin: 0px;
  margin-left: 13px;
  float: left;
  text-align: right;
  font-size: 14px;
  color: #333;
}

.itembox input {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #1a2226;
  border: none;
  outline: 0px;
  padding: 0 33px;
  box-sizing: border-box;
}

.btnBox {}

.sencode {
  font-weight: 200;
  color: #C2000B;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
}

.btnBox button {
  width: 100%;
  height: 50px;
  margin-top: 6%;
  border-radius: 33px;
  background: url('/static/assets/css/images/btn-bg.png') center center no-repeat !important;
  border: 0 !important;
  color: #ffffff;
  font-size: 14px;
  border-radius: 33px;
  cursor: pointer;
}

.itembox_2 {
  margin-top: 28px
}

.itembox input.yzm {
  width: 178px;
}

.itembox .yzmbox {
  float: left;
  margin-left: 18px;
}

.yzmbox2 {
  font-size: 12px;
  background-color: #f4f4f4;
  color: #666;
  border: 1px solid #ccc;
  float: left;
  width: 99px;
  line-height: 38px;
  margin-left: 3px;
}

.sub {
  height: 96px;
  padding-top: 62px;
  font-size: 18px;
  text-align: center;
}

.sub span {
  padding-right: 15px;
  color: #31acfb;
}

.btnBox_2 {}

.btnBox_2 button {
  display: block;
  width: 160px;
  margin: 0 auto;
  background-color: #FDB60C;
  border-radius: 33px;
  line-height: 40px;
  font-size: 16px;
  color: #4A0500;
  border: 0px;
  text-decoration: none;
  cursor: pointer
}


.footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 0;

  background-color: transparent;
}

.footer0 {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  font-size: 14px;
  color: #adacac
}

.footer_l {
  float: left
}

.footer_r {
  float: right
}