/* line 1, login.less */
#cont {
  width: 100%;
  height: 530px;
  background: url(../images/index/banner.jpg) no-repeat;
  background-size: 100% 100%;
}
/* line 6, login.less */
#cont .cont {
  width: 1200px;
  margin: 0 auto;
}
/* line 9, login.less */
#cont .cont .login_cont {
  float: right;
  width: 305px;
  height: 445px;
  background: #f4f4f2;
  padding: 30px 25px 0;
  margin-top: 25px;
}
/* line 16, login.less */
#cont .cont .login_cont h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 23, login.less */
#cont .cont .login_cont .formtable {
  padding-top: 25px;
}
/* line 25, login.less */
#cont .cont .login_cont .formtable .layui-form-item {
  border: 1px solid #c2c2c4;
  margin-bottom: 20px;
}
/* line 29, login.less */
#cont .cont .login_cont .formtable .layui-form-label {
  width: 38px;
  height: 38px;
  padding: 0;
}
/* line 34, login.less */
#cont .cont .login_cont .formtable .layui-input-block {
  margin-left: 38px;
}
/* line 36, login.less */
#cont .cont .login_cont .formtable .layui-input-block input {
  border: none;
  height: 38px;
}
/* line 42, login.less */
#cont .cont .login_cont .formtable .username .layui-form-label {
  background: url(../images/login/name.jpg) no-repeat;
  background-size: 100%;
}
/* line 48, login.less */
#cont .cont .login_cont .formtable .pasward .layui-form-label {
  background: url(../images/login/password.jpg) no-repeat;
  background-size: 100%;
}
/* line 53, login.less */
#cont .cont .login_cont .formtable .verifycode {
  border: none;
}
/* line 55, login.less */
#cont .cont .login_cont .formtable .verifycode #code_input {
  float: left;
  width: 120px;
  height: 35px;
  padding-left: 8px;
  border: none;
  border: 1px solid #c2c2c4;
}
/* line 63, login.less */
#cont .cont .login_cont .formtable .verifycode #setcode {
  margin-left: 140px;
}
/* line 67, login.less */
#cont .cont .login_cont .formtable .checkbox {
  border: none;
}
/* line 69, login.less */
#cont .cont .login_cont .formtable .checkbox .layui-form-checked[lay-skin=primary] i {
  border-color: #5FB878;
  background-color: #5FB878;
}
/* line 73, login.less */
#cont .cont .login_cont .formtable .checkbox span {
  font-size: 14px;
  color: #99989d;
}
/* line 77, login.less */
#cont .cont .login_cont .formtable .checkbox .forgetpasword {
  float: right;
  font-size: 14px;
  color: #99989d;
  line-height: 40px;
}
/* line 84, login.less */
#cont .cont .login_cont .formtable .loginbtn {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #009a44;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
/* line 96, login.less */
#cont .cont .login_cont .thirdparty {
  margin-top: 20px;
}
/* line 98, login.less */
#cont .cont .login_cont .thirdparty p {
  font-size: 16px;
  color: #99989d;
  display: inline-block;
}
/* line 103, login.less */
#cont .cont .login_cont .thirdparty .register {
  float: right;
  font-size: 16px;
  color: #ff9550;
}
/* line 108, login.less */
#cont .cont .login_cont .thirdparty img {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  /* line 119, login.less */
  #cont {
    padding-bottom: 0.5rem;
    background-size: 100%;
    height: auto;
  }
  /* line 123, login.less */
  #cont .cont {
    width: 95%;
    margin: 1.9rem auto 0;
    padding-top: 0.1rem;
  }
  /* line 127, login.less */
  #cont .cont .login_cont {
    float: initial;
    width: 6rem;
    height: 8.9rem;
    background: #f4f4f2;
    padding: 0.6rem 0.5rem 0;
    margin-top: 2.7rem;
  }
  /* line 134, login.less */
  #cont .cont .login_cont h2 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e2e2e2;
  }
  /* line 141, login.less */
  #cont .cont .login_cont .formtable {
    padding-top: 0.5rem;
  }
  /* line 143, login.less */
  #cont .cont .login_cont .formtable .layui-form-item {
    border: 1px solid #c2c2c4;
    margin-bottom: 0.4rem;
  }
  /* line 147, login.less */
  #cont .cont .login_cont .formtable .layui-form-label {
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
  }
  /* line 152, login.less */
  #cont .cont .login_cont .formtable .layui-input-block {
    margin-left: 0.75rem;
  }
  /* line 154, login.less */
  #cont .cont .login_cont .formtable .layui-input-block input {
    border: none;
    height: 0.75rem;
  }
  /* line 160, login.less */
  #cont .cont .login_cont .formtable .username .layui-form-label {
    background: url(../images/login/name.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 166, login.less */
  #cont .cont .login_cont .formtable .pasward .layui-form-label {
    background: url(../images/login/password.jpg) no-repeat;
    background-size: 100%;
  }
  /* line 171, login.less */
  #cont .cont .login_cont .formtable .verifycode {
    border: none;
  }
  /* line 173, login.less */
  #cont .cont .login_cont .formtable .verifycode #code_input {
    float: left;
    width: 2.4rem;
    height: 0.7rem;
    padding-left: 0.16rem;
    border: none;
    border: 1px solid #c2c2c4;
  }
  /* line 181, login.less */
  #cont .cont .login_cont .formtable .verifycode #setcode {
    margin-left: 2.8rem;
  }
  /* line 185, login.less */
  #cont .cont .login_cont .formtable .checkbox {
    border: none;
  }
  /* line 187, login.less */
  #cont .cont .login_cont .formtable .checkbox .layui-form-checked[lay-skin=primary] i {
    border-color: #5FB878;
    background-color: #5FB878;
  }
  /* line 191, login.less */
  #cont .cont .login_cont .formtable .checkbox span {
    font-size: 0.28rem;
    color: #99989d;
  }
  /* line 195, login.less */
  #cont .cont .login_cont .formtable .checkbox .forgetpasword {
    float: right;
    font-size: 0.28rem;
    color: #99989d;
    line-height: 0.8rem;
  }
  /* line 202, login.less */
  #cont .cont .login_cont .formtable .loginbtn {
    width: 100%;
    height: 0.8rem;
    border: none;
    background-color: #009a44;
    text-align: center;
    line-height: 0.8re;
    color: #fff;
    font-size: 0.3rem;
    cursor: pointer;
  }
  /* line 214, login.less */
  #cont .cont .login_cont .thirdparty {
    margin-top: 0.4rem;
  }
  /* line 216, login.less */
  #cont .cont .login_cont .thirdparty p {
    font-size: 0.3rem;
    color: #99989d;
    display: inline-block;
  }
  /* line 221, login.less */
  #cont .cont .login_cont .thirdparty .register {
    float: right;
    font-size: 0.3rem;
    color: #ff9550;
  }
  /* line 226, login.less */
  #cont .cont .login_cont .thirdparty img {
    display: block;
    margin-top: 0.2rem;
    cursor: pointer;
  }
}
/* line 241, login.less */
#lay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
/* line 250, login.less */
#lay .lay {
  width: 335px;
  padding: 30px 0 30px;
  margin: 15% auto 0;
  background: #fff;
  position: relative;
}
/* line 256, login.less */
#lay .lay .layui-form-label {
  width: 50px;
}
/* line 259, login.less */
#lay .lay .layui-form-item .layui-input-inline {
  width: 135px;
  position: relative;
}
/* line 262, login.less */
#lay .lay .layui-form-item .layui-input-inline #J_getCode {
  position: absolute;
  right: -105px;
  top: 10px;
  display: none;
  cursor: pointer;
}
/* line 269, login.less */
#lay .lay .layui-form-item .layui-input-inline #J_resetCode {
  position: absolute;
  right: -105px;
  top: 10px;
  cursor: pointer;
}
/* line 276, login.less */
#lay .lay .surelogin {
  width: 100px;
  height: 40px;
  border: none;
  background-color: #009a44;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 0;
  display: block;
  cursor: pointer;
}
/* line 289, login.less */
#lay .lay #closed {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/static/skin/default/images/login/guanbi.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
