/* html {
  height: 100%; }

body {
  font: 12px SimSun, arial;
  margin: 0;
  padding: 0;
  height: 100%; }

.wrapper {
  width: 100%;
  height: 100%; 
  min-height: 768px;
  min-height: 100%;;
  background: url("../img/login/bg-1920.jpg") no-repeat transparent;
  position: relative;
  top: 50%;
  background-position:center center;
  margin-top: -483px; }
  .wrapper .body {
    width:485px; 
    height:397px;
    position:absolute; 
    left:50%;
    margin-top:0px; 
    margin-left:200px;
    }
  .wrapper .body .title {
    width: 438px;
    height: 27px;
    background: url("../img/login/title.png") no-repeat transparent;
    margin-top: 150px;
    margin-right: 150px;
    float: right; }
  .wrapper .body .form {
    clear: right;
    background: url("../img/login/form-wrapper-bg.png") no-repeat transparent;
    width: 485px;
    height: 370px;
    float: right;
    margin-top: 20px;
    margin-right: 120px;
    position: relative; }
    .wrapper .body .form p {
      font-size: 20px;
      color: #ba4847;
      text-align: center;
      padding-top: 25px;
      margin-left: -18px; }
    .wrapper .body .form span {
      background: url("../img/login/form-bg.png") no-repeat transparent;
      width: 402px;
      height: 250px;
      position: absolute;
      left: 34px;
      top: 86px;
      padding-top: 36px; }
      .wrapper .body .form span div.form-row {
        width: 346px;
        height: 40px;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: 24px;
        box-sizing: border-box; }
      .wrapper .body .form span div.form-row.username, .wrapper .body .form span div.form-row.password {
        background: url("../img/login/text-bg.png") no-repeat transparent; }
      .wrapper .body .form span .text, .wrapper .body .form span input.username, .wrapper .body .form span input.password {
        width: 100%;
        height: 100%;
        border: none;
        font-size: 16px;
        color: #777777;
        padding-left: 12px;
        box-sizing: border-box; }
      .wrapper .body .form span input.username {
        padding-right: 41px;
        background: url("../img/login/usericon.png") no-repeat transparent;
        background-position: 305px 50%; }
        .wrapper .body .form span input.username::-ms-clear {
          display: none; }
      .wrapper .body .form span input.password {
        padding-right: 39px;
        background: url("../img/login/passicon.png") no-repeat transparent;
        background-position: 307px 50%; }
        .wrapper .body .form span input.password::-ms-reveal {
          display: none; }
      .wrapper .body .form span input.remember {
        display: none; }
      .wrapper .body .form span input.remember + label {
        padding-left: 28px;
        font-size: 16px;
        color: #383838;
        background: url("../img/login/unchecked.png") no-repeat transparent; }
      .wrapper .body .form span input.remember:checked + label {
        background: url("../img/login/checked.png") no-repeat transparent; }
      .wrapper .body .form span button.login {
        width: 200px;
        height: 46px;
        background: url("../img/login/submit-bg.png") no-repeat transparent;
        float: right;
        border: none;
        font-size: 18px;
        color: #fff; }
  .wrapper .footer {
    font-size: 10px;
    color: rgba(232, 189, 170, 0.5);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px; }

 */
 

 html,body {
  font-family: "Source Han Sans CN";
  margin: 0;
  padding: 0;
  height: 100%;
  background: #EDF7FF;
  min-width: 1000px!important;
  min-height: 630px !important;
}
.wrapper {
width: 100%;
height: 100%;
  position: relative;
  background: #edf7ff;
  padding-top: 5.9%;
  padding-bottom: 5%;
  min-height: 714px;
}

.wrapper .logo {
float: left;
  height: 69px;
  width: auto;
  margin-top: 8%;
  margin-left: 18%;
}

.wrapper .loginpic{
position: absolute;
left: 4%;
top: 7%;
width: 53.9%;
/*height: 54.64%;*/
z-index:2;
border-radius: 38%;
box-shadow: 0px 31px 95px 13px rgba(4,48,83,0.5);
}
.wrapper .loginpic img{width: 100%;display:block;height: 100%;}

.wrapper .loginpic span{
position: absolute;
  bottom: 9.8%;
  right: 6.1%;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.fruit {
float: left;
  width: 32%;
  margin-left: -10%;
  margin-top: 13%;
}


.wrapper .body {
  width: 83.33333333333%;
min-height: 580px;
height: 95.8%;
background: #fbffff;
border-radius: 30px;
margin: 0 0 0 9.0625%;
position: relative;
}

.wrapper .title {

}

.wrapper .body .form {
  width: 26.435%;
  /*position: relative;*/
  margin-top: 3.4%;
  float:right;
  margin-right:8.5%;
}

.wrapper .body .form p {
   width: 302px;
  text-align: left;
  font-size: 35px;
  color: #494949;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
font-weight: 400;
line-height: 57px;
margin-bottom: 11%;
letter-spacing: 2px;
}

.wrapper .body .form span {
    background-color: #FBFFFF;
    /*padding-top: 74px;*/
    display: block;
    height: 300px;
    box-sizing: content-box;
}

.wrapper .body .form span div.form-row {
      margin: 0 auto;
      margin-bottom: 30px;
      box-sizing: border-box; 
}

.wrapper .body .form span div.form-row.usernamebox, .wrapper .body .form span div.form-row.passwordbox ,.wrapper .body .form span div.check-code{ 
position: relative;

}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #444444 !important;
   color: #444444;
  font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
  transition: background-color 5000s ease-in-out 0s !important;
}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #FBFFFF inset;}
input::placeholder {
color: #b5b5b5;
}

.wrapper .body .form span input:focus {
  outline: none!important;
  border-bottom: 3px solid #1356ff!important;
}
.wrapper .body .form span label{
color: #1a5aff;
font-size: 20px;
line-height: 32px;
font-weight: 500;
display: none;
letter-spacing: 1px;
}
.wrapper .body .form span .text, .wrapper .body .form span input.username, .wrapper .body .form span input.password {
      width: 100%;
      height: 60px;
      border: none;
      border-bottom: 1px solid #c0c0c0;
      font-size: 20px;
      line-height: 60px;
      color: #444444;
      padding-left: 3px;
      box-sizing: border-box;
      background-color:#fbffff;
}

.wrapper .body .form span .input-check-code {
  width: 100%;
      height: 60px;
      border: none;
  border-bottom: 1px solid #c0c0c0;
  font-size: 20px;
  line-height: 60px;
  color: #444444;
  padding-left: 3px;
  box-sizing: border-box;
  background-color:#fbffff;
  padding-right: 40%;
}
.wrapper .body .form span div.check-code img {
  vertical-align: middle;
  width: 128px;
  height: 40px;
  border: none;
  outline: none;
  margin-top: -5px;
  position: absolute;
  bottom: 12px;
  right: 4px;
  border: 1px solid #c1b7b7;
  border-radius: 3px;
}

.wrapper .body .form span input.username {
      
}

.wrapper .body .form span input.username::-ms-clear {
        display: none; 
}

.wrapper .body .form span input.password {
      padding-right: 39px;
    /**background: url("../img/login/passicon.png") no-repeat transparent;
      background-position: 307px 50%; **/
}
      
.wrapper .body .form span input.password::-ms-reveal {
        display: none; 
}
    
.wrapper .body .form span input.remember {
      display: none; 
}

.wrapper .body .form span input.remember + label {
      display: inline-block;
      padding-left: 34px;
      font: inherit;
      font-size: 20px;
      color: #8b8b8b;
      font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
      background: url("../img/login/checkbox_bg.png") left center no-repeat transparent;
}

.wrapper .body .form span input.remember:checked + label {
      background: left center url("../img/login/checkboxactive_bg.png") no-repeat transparent; 
}


.wrapper .body .form span a.forgetPwd {
  display: inline-block;
  font-size: 13px;
  color: #383838;
  padding-left: 15px;
}

.wrapper .body .form span a.forgetPwd:hover,
.wrapper .body .form span a.forgetPwd:focus {
  color: #F47E41;
  text-decoration: none;
}

   
.wrapper .body .form button.login {
      width: 233px;
      height: 90px;
      background: #4476f3;
      border: none;
      font: inherit;
      font-size: 18px;
      color: #fff; 
      border-radius: 12px;
      box-shadow: 0px 31px 59px 0px rgba(68,118,243,0.5); 
      position: absolute;
      bottom: -24px;
      right: -24px;
}
.wrapper .body .form .btnarrow{
display: inline-block;
width: 47px;
height: 38px;
background: url('../img/login/loginbtn_arrow.png') no-repeat;
background-size: 100% 100%;
}

.wrapper .footer {
  font-size: 14px;
  line-height:19px;
  color: #b4b4b4;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 1%;
}
.wrapper .footer a{
color: #b4b4b4;
}
.wrapper .footer span:first-child{
margin-right: 44px;
}
/*sys登录页面*/
.wrapper .body .form span.login-form-sys {
  width: 402px;
  height: 210px;
  background-color: #fff;
  border: 1px dashed #ccc;
  position: absolute;
  left: 34px;
  top: 85px;
  padding-top: 35px;
}

.wrapper .body .form span.login-form-sys div.form-row {
  width: 346px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

@media only screen and (min-width:200px) and (max-width:1300px){
  .wrapper .title{
      width: 500px;
  }
  .wrapper .body{
      right: 0%;
  }
.wrapper .footer {
    bottom: 0.2%;
}

}

@media only screen and (min-width:200px) and (max-width:1200px){
/*.wrapper .body {*/
    /*left:20%;*/
/*}*/

/*.wrapper .body .title {*/
    /*margin-top: 250px;*/
/*}*/
}

.modal-footer button.save {
      width: 180px;
      height: 40px;
      background: url("../img/login/submit-bg.png") no-repeat transparent;
      border: none;
      font: inherit;
      font-size: 18px;
      color: #fff; 
}

.lock{
width: 50px;
height: 60px;
position: absolute;
bottom: 0;
right: 0;
text-align: center;
color: #C9C9C9;
line-height: 60px;
}
.lock:hover,.lock:active,.lock:focus,.lock:visited{
color: #C9C9C9;
}
.lock i{

}


/*wz-login*/
.wz-wrapper {
  background: url('../img/login/bg-no-fruits.jpg') no-repeat 0px transparent;
}
.wz-wrapper  .logo {
  margin-top: 0;
  margin-left: 0;
}

.wz-wrapper .body {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-top: 5%;
  float: none;
}

.wz-wrapper .body .title{
  width: 720px;
  margin: 0 auto;
}

.wz-wrapper .body .form {
  width: 505px;
  margin: 0 auto;
}


@media (max-width: 1380px) {
html, body{min-height: 590px!important;}
.wrapper{min-height: 510px;padding-bottom: 4%;padding-top: 3.2%;}
.wrapper .body{height: 89%;min-height: 490px;}
.wrapper .loginpic{top: 4%;}
.wrapper .body .form{margin-top: 1.7%;}
.wrapper .body .form p{margin-bottom: 7%;font-size: 32px;line-height: 48px;}
.wrapper .body .form span .text, .wrapper .body .form span input.username, .wrapper .body .form span input.password{
  height: 52px;
  line-height: 52px;
}
.wrapper .body .form span .input-check-code{height: 52px;line-height: 52px;}
.wrapper .body .form span div.form-row{
  margin-bottom: 16px;
}
#errmsg{text-align: left!important;}
}
@media screen and (max-height:720px){
  html, body{min-height: 590px!important;}
.wrapper{min-height: 510px;padding-bottom: 4%;padding-top: 3.2%;}
.wrapper .body{height: 89%;min-height: 490px;}
.wrapper .loginpic{top: 4%;}
.wrapper .body .form{margin-top: 1.7%;}
.wrapper .body .form p{margin-bottom: 7%;font-size: 32px;line-height: 48px;}
.wrapper .body .form span .text, .wrapper .body .form span input.username, .wrapper .body .form span input.password{
  height: 52px;
  line-height: 52px;
}
.wrapper .body .form span .input-check-code{height: 52px;line-height: 52px;}
.wrapper .body .form span div.form-row{
  margin-bottom: 16px;
}
#errmsg{text-align: left!important;}
}

@media screen and (min-width:2720px){
.wrapper .body .form p{font-size: 90px;line-height: 126px;width: 800px;}
.wrapper .body .form span label{font-size: 80px;line-height: 90px;}
.wrapper .body .form span .text, .wrapper .body .form span input.username, .wrapper .body .form span input.password{
  font-size: 75px;
  height: 160px;
  line-height: 160px;
}
.wrapper .body .form span div.form-row{margin-bottom: 80px;}
.wrapper .body .form span .input-check-code{
  font-size: 75px;
  height: 160px;
  line-height: 160px;
}
.wrapper .body .form span div.check-code img{width: 300px;height: auto;}
.lock{width: 92px;height: 92px;}
.lock i{font-size: 5em;}
.wrapper .body .form span input.remember + label{
  font-size: 60px;
  padding-left: 80px;
  background-size: 60px 60px;

}
.wrapper .body .form span input.remember:checked + label{
  background-size: 60px 60px;
}
.wrapper .body .form button.login{width: 14.6%;height: 13%;border-radius: 36px;}
.wrapper .body .form .btnarrow{width: 88px;height: 68px;}
}