/* 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: 12px SimSun, arial;
    margin: 0;
    padding: 0;
    height: 100%;
    background: url('../img/login/bg-1920.jpg') no-repeat 0px transparent;
    background-size: 100% 100%;           /*104->100*/
    -moz-background-size: 100% 100%;      /*104->100*/
    -webkit-background-size: 100% 100%;       /*102->100*/
    min-width: 1000px!important;
    min-height: 630px !important;
}
.wrapper {
	/*min-width: 1000px!important;*/
	width: 100%;
	height: 100%;
	/*background: url('1920/fruit.png') 300px center no-repeat;*/
 	/*background-size: 650px 500px;*/
    position: relative;
    /*overflow: auto;*/
}

.wrapper .logo {
	/*position: absolute;*/
	/*top:12%;*/
    /*right: 70%;*/
	/*z-index: 999999;*/
    float: left;
    margin-top: 8%;
    margin-left: 18%;
}

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


.wrapper .body {
    float: right;
    clear: left;
    margin-top: -3%;
  	/*width:485px; */
  	/*height:397px;*/
  	/*position:absolute;*/
    /*top: 22%;       !*15-20*!*/
  	/*right: 7%;     !*12-7*!*/

  	/*margin-top: 8%;*/
  	/*margin-left: 55%;*/
    /*border: 1px solid #000;*/
}

.wrapper .title {
    width: 650px;
    text-align: center;
    /*position: absolute;*/
    font-size: 32px;
    font-weight: bold;
    color: #993300;
    /*top: 15%;*/
    /*right: 2%;*/

}

.wrapper .body .form {
    /*clear: right;             */
    background: url("../img/login/form-wrapper-bg.png") no-repeat transparent;
    width: 505px;
    height: 370px;
    /*float: right;             */
    /*margin-top: 20px;         */
    /*margin-right: 120px;      */
    position: relative;
    /*margin-top: 20px;*/

    margin: 20px auto;
}

.wrapper .body .form p {
      font: inherit;
      font-size: 20px;
      color: #ba4847;
      position: absolute;
      top: 25px;
      left: 200px;
      margin: inherit;
}

.wrapper .body .form span {
      /*background: url("../img/login/form-bg.png") no-repeat transparent;*/
      width: 402px;
      height: 235px;
      background-color: #fff;
      border: 1px dashed #ccc;
      position: absolute;
      left: 34px;
      top: 75px;
      padding-top: 25px;
      box-sizing: content-box;
}

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

.wrapper .body .form span div.form-row.username, .wrapper .body .form span div.form-row.password { 
	position: relative;   /**/
    /*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: 1px solid #ccc;
        font-size: 16px;
        color: #777777;
        padding-left: 12px;
        box-sizing: border-box;
}

.wrapper .body .form span .input-check-code {
    width: 60%;
    height: 100%;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #777777;
    padding-left: 12px;
    box-sizing: border-box;
}
.wrapper .body .form span div.check-code img {
    vertical-align: middle;
    width: 38%;
    height: 40px;
    border: none;
    outline: none;
    margin-top: -5px;
}

.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 {
        display: inline-block;
        padding-left: 28px;
        font: inherit;
        font-size: 16px;
        color: #383838;
        background: url("../img/login/unchecked.png") left center no-repeat transparent;
}

.wrapper .body .form span input.remember:checked + label {
        background: left center url("../img/login/checked.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 span button.login {
        width: 135px;
        height: 40px;
        background: url("../img/login/submit-bg.png") no-repeat transparent;
        float: right;
        border: none;
        font: inherit;
        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: 1%;
}

/*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: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #C9C9C9;
}
.lock:hover,.lock:active,.lock:focus,.lock:visited{
	color: #C9C9C9;
}
.lock i{
	margin-top: 7px;
	margin-right: 7px;
}


/*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;
}

/*  登陆ip验证弹窗 start */
#loginIpMsgModel #loginIpMask{
    opacity: 1.08;
    z-index: 9999;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#loginIpMsgModel .popup {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 550px;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    z-index: 99999;
}

#loginIpMsgModel .popup-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #777;
    color: red;
    text-align: center;
}

#loginIpMsgModel .popup-img {
    width: 250px;
    height: 250px;
    height: auto;
    margin-bottom: 20px;
}

#loginIpMsgModel .close-btn {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
}
#loginIpMsgModel .close-btn:hover {
    background-color: #0048ff;
}

#loginIpMsgModel #logIpBox{
    text-align: center;
}

#loginIpMsgModel .popup-text{
    margin: 10px;
    font-size: 16px;
    font-weight: bolder;
}

#loginIpMsgModel #popup-close-but{
    position: fixed;
    right: 20px;
    top: 15px;
    font-size: 18px;
    color: #00000080;
    cursor: pointer;
}
#loginIpMsgModel #popup-close-but:hover{
    color: black;
}
/*  登陆ip验证弹窗 end */