*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}
html,body{
  width: 100%; height: 100%;
  overflow: hidden;
  font-size: 14px;
}
li{
  list-style: none;
}
a:hover{
  color: #006CFF!important;
  -webkit-transition: all 0.2s ease-in-out;
}
iframe{
  border: 0; width: 100%; height: 100%;
}
.pull-left{ float: left; }
.pull-right{ float: right; }
.pull-right span{ font-size: 8px; }
.pull-right span:hover{ color: #006CFF!important; }
.show{ display: block; }
.hide{ display: none; }

.layui-this{font-size:30px!important;}

.i-bold{
  font-weight: bolder;
}
.i-green{ color:#00c851 !important;}
.i-yellow{ color:#e7592b !important;}
.i-red{ color:#d90000 !important; font-weight: border;}
.i-blue{ color:#2292ef !important;}
.i-lightblue{ color:#00a5e0 !important;}
.i-gray{ color:#6c6c6e !important;}
.bg-green{ background-color:#00c851 !important;}
.bg-yellow{ background-color:#e7592b !important;}
.bg-red{ background-color:#d90000 !important;}
.bg-blue{ background-color:#2292ef !important;}
.bg-white{ background-color: white !important;}
.bg-gray{ background-color: #6c6c6e !important;}
.shade-white{
  display: block;
  background-repeat:repeat-x;
  background-size: 100% 100%;
  background-position: 0 0;
}
.shade-menu{
  display: block;
  background-repeat:repeat-x;
  background-size: 100% 100%;
  background-position: 0 0;
}
.shadow{
  box-shadow:0px 4px 8px rgba(0,0,0,0.3);
}
.shadow1{
  width: 220px; height: 15px;
  background-size: 100%;
  background-position: 0 0;
  position: absolute; bottom: -15px; left: 0;
}
.shadow2{
  width: 100%; height: 15px;
  background-size: 100%;
  background-position: 0 -15px;
  position: absolute; bottom: -15px; left: 0;
}
.num{
  width: 15px; height: 15px; text-align: center; line-height: 15px;
  border-radius: 99px;
  color: white; font-weight: bolder;
}
.num-1{
  margin-left: 5px;
  padding: 5px 10px; text-align: center; line-height: 15px;
  border-radius: 99px;
  color: white; font-weight: bolder;
}
.layui-input-block{
  margin-left: 0;
}

body{
  width: 100%; height: 100%;
  overflow: hidden;
  background: #F5F7FA;
}

.login-container{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  margin: auto;
  width: 900px;
  height: 600px;
}


.left-container{
  position: absolute;
  top: 0; bottom: 0;
  width: 475px;
  padding: 180px 80px;
}

.right-container{
  position: absolute;
  width: 425px;
  top: 0; bottom: 0; right: 0;
  background: url(../image/login_bg.png) no-repeat center;
  background-size:100% 100%;
  overflow: hidden;
  padding: 40px;
}
.right-container img{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.right-container .title{
  padding: 10px 20px 0 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 80%;
}

.right_title{
  margin-left: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 90%;
}

.login{
  background: white;
  width: 100%;
  padding: 50px 55px 80px;
  margin: 0 auto;
}
.login input.verify{
  background: transparent;
  width: 100%;
  padding:0 10px 5px;
  margin-bottom: 15px;
  color: #777;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size:13px;
  transition: all 0.5s ease-out;
}
.login input.boot{
  margin-bottom: 10px;
}
.login input.verify:hover{
  border-bottom: 1px solid #006CFF;
}
.form-label{
  text-align: right;
  height: 25px;
  line-height: 25px;
  color:#c33;
}
.layui-font{
  position: absolute;
  
  right: 70px;
  margin-top: -1px;
  cursor:pointer;
}
.login .submit{
  width: 100%;
}
.success{
  font-size: 25px;
}
.success h2{
  font-size: 40px;
  margin-bottom: 20px;
}
.success p{
  font-size: 25px;
}

body .authent {
  display: none;
  background: #35394a;
  position: absolute;
  left: 0;
  right: 90px;
  margin: auto;
  width: 200px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  top: 0;
  bottom: 0;
  height: 105px;
  opacity: 0;
}
body .authent p {
  text-align: center;
  color: white;
}
body .success {
  display: none;
}
body .testtwo {
  left: -200px !important;
}
body .test {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  top: -100px !important;
  transform: rotateX(70deg) scale(0.8) !important;
  opacity: .6 !important;
  filter: blur(1px);
}
body .login {
  opacity: 1;
  transition-property: transform,opacity,box-shadow,top,left;
  transition-duration: .5s;
  transform-origin: -250px 60%;
  transform: rotateX(0deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
body .login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 6px;
  opacity: 0;
}
body .login .disclaimer {
  position: absolute;
  bottom: 20px;
  left: 35px;
  width: 250px;
}
body .login_title {
  color: #afb1be;
  height: 60px;
  text-align: left;
  font-size: 16px;
}
body .login_fields {
  height: 208px;
  position: absolute;
  left: 0;
}
body .login_fields .icon {
  position: absolute;
  z-index: 1;
  left: 36px;
  top: 8px;
  opacity: .5;
}
body .login_fields input[type='password'] {
  color: #DC6180 !important;
}
body .login_fields input[type='text'], body .login_fields input[type='password'] {
  color: #afb1be;
  width: 190px;
  margin-top: -2px;
  background: #32364a;
  left: 0;
  padding: 10px 65px;
  border-top: 2px solid #393d52;
  border-bottom: 2px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
  box-shadow: none;
}
body .login_fields__user, body .login_fields__password {
  position: relative;
}

.love {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}
.love p {
  color: white;
  font-weight: normal;
}
.love a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.love img {
  position: relative;
  top: 3px;
  margin: 0px 4px;
  width: 10px;
}
.brand {
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.brand img {
  width: 30px;
}
footer{
  position: fixed;
  bottom: 8px;
  width: 100%;
  height: 40px;
  text-align: center;
}
footer p,a{
  font-size: 12px;
  font-weight: 500;
  color: #B8BABF!important;
}

.footer_bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 300px;
}
#toast-container {
  letter-spacing: 1px;
  display: none;
  top: 50px;
  position: fixed;
  z-index: 999;
  pointer-events: none;
  text-align: center;
}
.blue {
  border-color: rgba(0, 132, 255, 1) !important;
  box-shadow: none;
}
.red {
  border-color: #e74c3c !important;
  box-shadow: none;
}
/*==============================登录==============================*/
.layui-tab-content .layui-tab-item:first-child {
  margin-top: 20px;
}
.layui-tab-content .layui-tab-item {
  margin-top: 40px;
}
.layui-tab-title {
  text-align: center;
  border-bottom-width: 0px;
  border-bottom-style: none;
}
.layui-tab-title li {
  padding: 0px;
  margin: 0 20px;
  font-size: 26px;
  font-weight: 600;
  color: #777;
}
.layui-tab-brief .layui-tab-title .layui-this:after {
  border-color: rgba(0, 132, 255, 1);
  border-bottom: solid 10px;
  color: rgba(10, 111, 245, 0.1);
  margin-top: -5px;
}
.layui-tab-brief .layui-tab-title .layui-this {
  color: #006CFF;
}
.layui-form-item {
  margin-bottom: 50px;
}
.text-bottom{
  width: 340px;
  position: absolute;
  bottom: 120px;
  font-size: 12px;
}
.bottom-text{
  width: 340px;
  position: absolute;
  bottom: 50px;
  font-size: 14px;
  text-align: center;
}
.aBtn{
  color: #006CFF!important;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
  border-color: #006CFF;
}
.layui-form-checked[lay-skin=primary] i{
  background-color: #006CFF;
  border-color: #006CFF;
}
.layui-btn{
  height: 45px;
  line-height: 45px;
}
.layui-btn-normal{
  background-color: #006CFF;
}
.layui-form-checkbox[lay-skin=primary] i {
  top: 1px;
  left: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.layui-form-checkbox[lay-skin=primary] span {
  font-size: 12px;
  margin-left: 2px;
}
input text {
  background-color: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/*==============================注册==============================*/
.headTitle{
  padding: 10px;
  width: 340px;
  text-align: left;
}
.headTitle p {
  font-size: 32px;
  font-weight: 600;
  color: #202124;
}
.headTitle span{
  position: relative;
  font-size: 30px;
  color: #006CFF;
}
.headTitle span::after{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 41px;
  box-sizing: border-box;
  pointer-events: none;
  border: none;
  border-radius: 0;
}
.headTitle span:after {
  border-color: rgba(0, 132, 255, 1);
  border-bottom: solid 10px;
  color: rgba(10, 111, 245, 0.1);
  margin-top: -10px;
}
.customContent{
  margin-top: 25px;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  font-weight: bold;
  white-space: nowrap;
  cursor:pointer;
  bottom: 10px;
}
.layui-title{
  text-align: center;
  font-size: 29px;
  font-weight: 600;
  color: #202124;
}
.layui-text-bottom {
  width: 340px;
  position: absolute;
  bottom: 50px;
  font-size: 14px;
  margin-bottom: 30px;
  margin-left:30px;
}
/*==============================拼图滑块==============================*/
#verBox_bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 9999;
}
body #verBox {
  position: absolute;
  display: none;
  width: auto;
  text-align: center;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
  padding: 10px;
  background-color: #fff;
  z-index: 99999;
}
.noselect{
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none;  /*webkit浏览器*/
  -ms-user-select: none;   /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.slider-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: -7px;
  z-index: 12;
  cursor: pointer;
  background-image: url(../image/sprite.png);
  background-position: 0 -84px;
  transition: inherit;
}
.ver-tips {
  position: absolute;
  left: 0;
  bottom: -22px;
  background: rgba(255, 255, 255, .9);
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 8px;
  transition: all .4s
}
.slider-tips {
  bottom: 0
}
.ver-tips i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: top;
  background-image: url(../image/sprite.png);
  background-position: -4px -1229px
}
.ver-tips span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  color: #455
}
.active-tips {
  display: block
}
.hidden {
  display: none
}
.re-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 28px;
  padding: 0 16px
}
.re-btn a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 7px 0;
  background-image: url(../image/sprite.png);
  background-position: 0 -1179px;
  cursor: pointer
}
.re-btn a:hover {
  background-position: 0 -1193px
}