body {
  background: #f4f4f4;
  height: 100%; }

.white-color {
  color: #fff; }

.header-wrapper {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0; }

.login-content {
  padding-top: 50px;
  padding-bottom: 20px; }

.hw-right {
  float: right;
  margin-right: 10px;
  height: 40px;
  line-height: 40px; }

.hw-link {
  /*margin-right: 10px;*/
  color: #fff; }

.hw-line {
  margin: 0 5px;
  color: #fff; }

.login-content {
  width: 710px;
  margin: 20px auto; }

.lc-tab {
  height: 40px;
  line-height: 40px;
  border-bottom: 3px solid #4ba6e3; }

.lc-a {
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  color: #4ba6e3;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.lc-a-current {
  color: #fff;
  background: #4ba6e3; }

.lc-tips {
  float: right; }

.lc-item {
  position: relative;
  margin-top: 15px; }

.lc-label {
  float: left;
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #666; }
  .lc-label span {
    color: #ed3838; }

.lc-input {
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  width: 315px;
  background: #fff;
  border: 1px solid #8f8f8f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .lc-input.medium {
    width: 194px; }

.lc-select {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 315px;
  background: #fff;
  border: 1px solid #8f8f8f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: content-box; }
  .lc-select .a {
    display: inline-block;
    height: 100%;
    float: left;
    width: 50%;
    color: #666;
    text-align: center; }
    .lc-select .a.active {
      color: #fff;
      background: #4ba6e3; }

.lc-brand-store,
.lc-jie-sheng {
  position: relative; }

.lc-brand-store-bg,
.lc-jie-sheng-bg {
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 35px;
  display: inline-block;
  width: 460px;
  bottom: -8px;
  background: #fff;
  border: 1px dashed #d5d5d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.lc-input-error {
  border: 1px solid #f04a4a; }

.lc-select-store,
.lc-select-address {
  height: 40px;
  padding-left: 5px; }

.lc-select-store {
  width: 315px; }

.lc-btn-bd {
  margin-top: 20px;
  display: inline-block;
  margin-left: 170px; }

.lc-btn-long,
.lc-btn {
  margin-right: 18px;
  display: inline-block;
  width: 146px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.lc-btn-long {
  display: block;
  width: 315px; }

.lc-btn-active {
  background: #248bf2; }
  .lc-btn-active:hover {
    background: #0d77e1; }

.lc-btn-default {
  background: #b1b1b1; }

.lc-aside {
  position: absolute;
  z-index: 1;
  left: 530px;
  bottom: 0;
  width: 160px;
  padding: 5px 5px 10px;
  text-align: center;
  background: #fff; }

.lc-qrcode {
  width: 100%; }

.lc-qrcode-tips {
  margin-top: 5px;
  color: #3a96cf;
  line-height: 20px; }

.lc-aside-triangle {
  position: absolute;
  z-index: 2;
  left: -20px;
  bottom: 0;
  display: inline-block;
  width: 20px;
  height: 54px;
  background-position: -50px -17px; }

.tips-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-position: -34px -32px;
  cursor: pointer; }

.lc-tips-main {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-left: 12px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  cursor: pointer; }

.lc-tips-main:hover .triangle-bottom-left {
  display: block; }

.triangle-bottom-left:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 14px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #e98944 transparent;
  display: block;
  width: 0; }

.triangle-bottom-left:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 16px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0; }

.triangle-bottom-left {
  position: absolute;
  z-index: 4;
  line-height: normal;
  top: -45px;
  left: -15px;
  padding: 8px;
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid #e98944;
  color: #e98944;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: fadeInDown 0.3s 0s;
  -moz-animation: fadeInDown 0.3s 0s;
  -o-animation: fadeInDown 0.3s 0s;
  animation: fadeInDown 0.3s 0s;
  display: none; }

.lc-tips-content {
  z-index: 4;
  margin-left: 500px;
  white-space: nowrap; }

.lc-verificationCode {
  position: absolute;
  top: 1px;
  left: 393px;
  height: 38px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.lc-tipsfind {
  display: inline-block;
  margin-top: 20px;
  color: #666;
  text-decoration: underline; }

/*@media screen  and (max-width: 1100px)  { 
  .lc-aside{
  	top:50px;
  	right:10px;
  	width:140px;
  }
    
}*/
.lc-get-verification {
  margin-left: 10px;
  border: 1px solid #dddddd;
  padding: 0;
  width: 106px;
  height: 36px;
  background: #ededed;
  margin-top: 0;
  text-align: center;
  line-height: 36px;
  color: #4ba6e3;
  font-size: 12px;
  text-decoration: none;
  display: inline-block; }
  .lc-get-verification:hover {
    color: #40c953;
    text-decoration: underline; }

.vh {
  visibility: hidden; }

.login-body {
  height: 100%;
  background: url(../../../../resources/manager/images/login/login_body_bg.jpg) no-repeat fixed center center #2587c6;
  font-family: "Microsoft Yahei"; }

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.particles-js-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3; }

.login-main {
  position: absolute;
  z-index: 4;
  width: 1080px;
  height: 554px;
  top: 46%;
  left: 50%;
  margin-left: -540px;
  margin-top: -277px; }

.login-lbox {
  float: left;
  width: 684px;
  height: 551px;
  background: url(../../../../resources/manager/images/login/login_lbg.png) no-repeat; }

.login-brand-title {
  padding-left: 200px;
  padding-top: 12px;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
  font-style: oblique; }

.login-brand-txt {
  padding-left: 200px;
  color: #fff;
  padding-top: 10px;
  font-size: 22px; }

.login-rbox {
  margin-top: 56px;
  margin-left: 25px;
  display: inline-block;
  width: 370px; }

.login-title {
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 70px;
  white-space: nowrap; }

.login-form-box {
  padding: 5px;
  width: 360px;
  height: 422px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.login-form {
  position: relative;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden; }

.login-form-bg {
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  right: 0;
  display: block;
  width: 350px;
  height: 110px;
  background: url(../../../../resources/manager/images/login/login_submit_bg.png) no-repeat; }

.login-subtitle {
  color: #3a96cf;
  font-size: 24px;
  line-height: 80px;
  text-align: center; }

.login-group {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 46px;
  margin: 0 auto 20px; }
  .login-group.code {
    margin-bottom: 18px; }
  .login-group.active .login-label {
    color: #3a96cf; }
  .login-group.active .login-input {
    border: 1px solid #3a96cf;
    color: #3a96cf; }

.login-label {
  position: absolute;
  z-index: 3;
  line-height: 44px;
  left: 0;
  display: block;
  width: 100px;
  padding-left: 20px;
  font-size: 16px;
  color: #3e3e3e; }

.login-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 44px;
  background: #fff;
  font-size: 16px;
  padding-left: 84px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d0d0d0; }
  .login-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; }
  .login-input:focus {
    color: #3a96cf; }
  .login-input.error {
    color: #f85555;
    border: 1px solid #f85555; }

.login-error-txt {
  /*z-index: 3;
  position: absolute;
  right: 10px;top:0;
  line-height: 44px;*/
  margin-top: 1px;
  margin-left: 15px;
  color: #f85555;
  font-size: 12px; }

.login-verificationCode {
  position: absolute;
  z-index: 4;
  right: 4px;
  top: 4px;
  width: 90px;
  height: 36px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.ml5 {
  margin-left: 5px; }

.login-remember {
  margin-left: 40px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  color: #666;
  font-size: 14px;
  cursor: pointer; }

.login-submit {
  position: relative;
  z-index: 2;
  display: block;
  margin: 50px auto 0;
  width: 210px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #e5763f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

@media (max-width: 1280px) {
  .login-body {
    overflow: hidden; }

  .login-main {
    width: 1000px;
    height: 482px;
    margin-left: -495px;
    margin-top: -245px; }

  .login-lbox {
    width: 600px;
    height: 482px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }

  .login-rbox {
    margin-top: 40px;
    margin-left: 20px;
    width: 370px; }

  .login-form-box {
    height: 368px; }

  .login-form {
    overflow: hidden; }

  .login-form-bg {
    bottom: -28px; }

  .login-subtitle {
    font-size: 22px;
    line-height: 60px; }

  .login-group {
    margin-bottom: 18px; }
    .login-group.code {
      margin-bottom: 14px; }

  .login-submit {
    margin-top: 35px; }

  .login-brand-title {
    padding-left: 176px;
    font-size: 32px; }

  .login-brand-txt {
    padding-left: 176px;
    padding-top: 8px;
    font-size: 20px; }

  /*.login-error-txt{
  	margin-top: 1px;
  }*/
  .login-input,
  .login-label {
    font-size: 16px; } }
