html {
  height: 100%;
  overflow: hidden;
}
body {
  height: 100%;
  width: 100%;
  background: url("../images/login/body_back.jpg");
  background-position: center;
  background-size: 100% 100%;
}
.body_back{
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-flow: row;
}
.body_back .login_one{
  width: 62.8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10%;
}

.body_back .login_two{
  width: 38.2%;
  display: flex;
  align-items:center;

}
.login_two .login_landing{
  width: 58%;
  height: 45%;
  background: url("../images/login/landing.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_landing .landing_from{
  width: 80%;
  height: 80%;
}
.login_one .login_title{
  height: 45%;
  width: 70%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.login_title div:nth-child(1){
  width: 100%;
  height: 36%;
}
.login_title div:nth-child(1) img{
  width: 100%;
}
.login_title div:nth-child(2){
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.code_img{
  width: 96%;
  height: 96%;
}
.login_title div:nth-child(3){
  color:#fff;
  font-size: 13px;
  margin-top: 5px;
}

.landing_from .landing_lan{
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.landing_w{
  color: #fff;
  line-height: 20px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.landing_w div{
  font-size: 14px;
}
.landing_w .landing_s{
  display: flex;
  flex-flow: row;
  align-items: center;
}
.landing_from .landing_l{
  border: 1px #a7b5d7 solid;
  border-radius: 5px;
  height: 32px;
  margin-bottom: 15px;
  line-height: 32px;
  display: flex;
  flex-flow: row;
  background-color: #24469a;
}
@media screen and (max-width: 750px) {
  .landing_from .layui-yanzhen {
    flex-wrap: wrap;
  }
  .landing_from .layui-yanzhen img{
    width: 100%;
  }
  .layui-yanzhen input{
    width: 100%;
  }
  .layui-yanzhen.landing_l{
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.landing_l i{
  width: 32px;
  height: 32px;
  color: #fff;
  margin: 0 0 0 5px;
}
.landing_l input{
  height: 32px;
  background-color: #24469a;
  border: #24469a;
  color: #ffffff;
  border-radius: 6px;

}
.landing_but .layui-btn{
  width: 100%;
  border-radius: 5px;
  height: 32px;
  background-color: #ffffff;
  border: 1px #fff solid;
  color: #042354;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  padding:0;
}
input::-webkit-input-placeholder { /* WebKit browsers */
  color: #ffffff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ffffff;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ffffff;
}

.layui-form-checkbox[lay-skin=primary] i {
  right: auto;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 16px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  border-radius: 2px;
  background-color: #fff0;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}
.layui-form-checkbox i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 28px;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-radius: 0 2px 2px 0;
  color: #fff0;
  font-size: 20px;
  text-align: center;
}

.layui-form-checked[lay-skin=primary] i{
  border-color: #fff;
  background-color: #fff0;
  color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #fff;
  color: #fff;
}
.layui-form-checkbox[lay-skin=primary] span {
  padding-left: 0;
  padding-right: 15px;
  line-height: 12px;
  background: 0 0;
  font-size: 12px;
  color: #fff;
}
/*按钮移上去颜色*/
.layui-btn-primary:hover {
  border-color: #1E9FFF;
  color: #333;
}
.footer{
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 2%;
  color: #ffffff;
}
.landing_tips{
  color: red;
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  height: 20px;
  background-color: #bcc6e0;
  margin: 5px auto;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1900px) {
  .ml-login-r .ml-login-ti{
    font-size:18px;
  }
  .m-login {
    position: absolute;
    left: 45%;
    top: 60%;
    min-width: 500px;
  }
  .m-login-warp .ml-login-t{
    background-color: #3394fa;
    height: 300px;
  }
  .m-login-warp .ml-login-r{
    height: 300px;
  }

  .ml-login-t .ml-login-code span:nth-child(1){
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
  }
  .ml-login-ss .layui-inline:nth-child(2){
    margin-right: -60px;
  }
}

@media screen and (max-width: 450px) {
  .m-login {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -240px;
  }
  .layui-form-item .layui-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    clear: both;
  }
  .m-login-warp .m-login-btn .layui-inline {
    width: 100%;
    margin: 0 0 10px;
  }
}
