@media (min-width: 0px) {
  html {
    font-size: 14.32px
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 14.32px
  }
}

/*>=1024的设备*/

@media (min-width: 1100px) {
  html {
    font-size: 14.32px
  }
}

/*>=1100的设备*/
@media (min-width: 1280px) {
  html {
    font-size: 16.66px;
  }
}

/*>=1280的设备*/

@media (min-width: 1366px) {

  html {
    font-size: 17.78px;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 18.74px;
  }
}

@media (min-width: 1680px) {
  html {
    font-size: 21.9px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 25px;
  }
}


/*登录*/
.loginHtml,
.loginBody {
  background: #f2f3f5;
}

.flex-row-reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.friend-link {
  color: #9195a3;
  position: absolute;
  bottom: 28px;
  font-size: 12px;
}

.friend-link>a {
  text-decoration: none;
  color: #9195a3;
}

.loginBody {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

.login-con {
  display: flex;
  box-shadow: 0px 0px 25px 0px rgba(21, 91, 212, 0.2);
  border-radius: 0.44rem;
  overflow: hidden;
  background: #fff;
  height: 24.12rem;
  width: 45.2rem;
}


.login-con-img {
  width: 100%;
  background: url(../images/login_bg.png?v=1.0) center center/auto 100% no-repeat;
}

.loginBody form.layui-form {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 2.8rem 0 1.2rem;
}

.loginBody form .logo-title {
  font-size: 1.28rem;
  line-height: 1.38rem;
  color: #155bd4;
  font-weight: bold;
}

.register-list{
  height: 12.8rem!important;
}

.loginBody form .form-list {
  margin-top: 1rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.loginBody form .form-list .input-item {
  margin: 0;
}

.btn-register-con{
  margin-top:1rem!important;
}


.loginBody form .new-input {
  border: none;
  font-size: 0.56rem;
  line-height: 0.76rem;
  border-bottom: 1px solid #e0e6ed;
  color: #1c2634;
  padding: 0.96rem 0 0.2rem;
  height: auto;
}

input::placeholder {
  color: #c9ccd1;
}

.register_ver{
  display: none;
}

.register_ver.active{
  display: block;
}

.register_con{
  display: none;
}

.register_con.active{
  display: block;
}

.code-box{
  margin-bottom: 1rem;

}

.codes-box{
  display: flex;
}

.code-img{
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.code-img:hover img{
  left: -47%;
}
.code-img:hover .code-example{
  left: 47%;
}

.code-img img{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  transition: all 0.3s;
}

.code-example{
  position: absolute;
  z-index: 1;
  background: url(../images/example.png) center center/auto 100% no-repeat;
  width: 8rem;
  height: 8rem;
  left: 0;
  transition: all 0.3s;
}

.code-info{
  padding-top: 0.3rem;
  font-size: 0.64rem;
  line-height: 0.84rem;
  color: #1c2634;
  font-weight: bold;
  text-align: center;
}

/* .login_face {
  margin: -55px auto 20px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  box-shadow: 0 0 30px #009688;
} */

.login-main {
  padding: 65px 30px 40px !important;
}

.login_face img {
  width: 100%;
}

.loginBody .layui-form-item {
  /* font-size: 16px;
  margin-bottom: 50px; */
  position: relative;
}

.loginBody .btn-return {
  text-align: center;
}

.loginBody .btn-return__label {
  line-height: 55px;
  height: 55px;
  width: 150px;
}



.loginBody .layui-form-item label {
  font-size: 0.64rem;
  line-height: 0.74rem;
  color: #1c2634;
}

.btn-operation {
  font-size: 0.56rem;
  line-height: 0.76rem;
  min-height: 0.76rem;
  color: #155bd4;
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  cursor: pointer;
}

.loginBody .layui-form-item.layui-input-focus label {
  /* top: -10px;
  font-size: 12px;
  color: #ff6700; */
  margin-bottom: 28px;
}

.loginBody .layui-form-item.layui-input-active label {
  /* top: -10px;
  font-size: 12px; */
}


.loginBody .layui-form-item.layui-input-focus input {
  border-color: #1c2634 !important;
}


.loginBody .seraph {
  font-size: 30px;
  text-align: center;
}

.loginBody .seraph.icon-qq:hover {
  color: #0288d1;
}

.loginBody .seraph.icon-wechat:hover {
  color: #00d20d;
}

.loginBody .seraph.icon-sina:hover {
  color: #d32f2f;
}

.imgCode {
  position: relative;
}

#imgCode img {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  margin-bottom: 0.22rem;
  width: 3.32rem;
  height: 1.2rem;
}

.btn-verify {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  margin-bottom: 0.22rem;
  font-size: 0.56rem;
  line-height: 0.82rem;
  color: #155bd4;
}

.second{
  display:none;
}

.second.active{
  display:inline;
}

.layui-block {
  background: #155bd4;
  font-size: 0.72rem;
  line-height: 2.4rem;
  height: 2.4rem;
  min-width: 14.8rem;
  margin-top: 2rem;
}

.btn-login {
  display: flex;
  justify-content: center;
}

.messageBody{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}

.message-con {
  display: flex;
  box-shadow: 0px 0px 25px 0px rgba(21, 91, 212, 0.2);
  border-radius: 0.44rem;
  overflow: hidden;
  background: #fff;
  height: 18rem;
  width: 26rem;
  margin: 0 auto;
  text-align: center;
  margin-top:5rem;
}