@charset "utf-8";

html, body, div { margin: 0; padding: 0; }
* { font-family: "微软雅黑", Arial; }

html {
  width: 100%;
  height: 100%;
}
body {
 /* background: url(../pages/login_images/y_loginbj.png) center no-repeat;
  background-size: 1920px 1080px;*/
/*  text-align: center;*/
}
.login_header { 
  height:45px; 
  background:#F6FCFB;
  display:none;
 }
.login_header img { 
  margin-left:50px;
  margin-top:10px;
  display:none;
}
#pages {
  position: relative;
  background:#C3F2EA url(../pages/login_images/y_loginbj.png) center no-repeat;
  background-size: 1920px 1000px;
  height:980px;
}
.top {
  float: right;
}
.top span {
  display: block;
  color: #0099ff;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 2px solid #0099ff;
}
.content {
  position: relative;
  width: 1100px;
  height: 360px;
  margin: 0 auto;
  padding-top: 200px;
}
.logo, .right {
  position: absolute;
}
.logo {
  left: 50px;
  margin-top:80px;
  background:rgba(255,255,255,0.8);
  opacity: 0.8;
  filter:Alpha(opacity=80);
  padding:40px 30px;
  box-shadow:3px 3px 5px #A8D7D1;
}

.right {
  left: 700px;
  box-shadow:-3px 3px 5px #9BD4CD;
}
.form_tip { 
  height:45px;
  background:#fff; 
  border-bottom:1px solid #E6E6E6;
  width:365px;
}
.form_tip img {
 height:40px;
 margin-top:4px;
 text-align: center;
 margin-left: 40px;
 }
.form {
 /* background: url(../pages/login_images/bg1_new.png) no-repeat;*/
  background:#F6FCFB;
  width:320px;
  height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
}
.input01 {
  background: url(../pages/login_images/y_input01.png) no-repeat;
  margin-top: 5%;
  width: 260px;
  height: 36px;
  border: 0px solid #fff;
  color: #61605f;
  padding-left: 42px;
  line-height: 36px;
  letter-spacing: 0px;
  outline: none;
  margin-bottom:8px;
}
.input02 {
  background: url(../pages/login_images/y_input02.png) no-repeat;
  width: 260px;
  height: 36px;
  border: 0px solid #fff;
  color: #61605f;
  padding-left: 42px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 10px;
  outline: none;
  margin-bottom:8px;
}
.button_01 {
 /* background: url(../pages/login_images/logoin.png) no-repeat;*/
  background:#40c9bf;
  width: 260px;
  height: 36px;
  border: 0px solid #fff;
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 2px;
  cursor:pointer;
  border-radius:5px;
}
.text {
  width: 321px;
  text-align: center;
  margin-top: 20px;
}
.text a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
}
.hint {
  width: 260px;
  margin-top: 12px;
  border: 0px solid #fff;
  color: #ff0000;
  font-size: 12px;
  margin-left:12px;
  margin-bottom:12px;
}
.reg {
  float: left;
  margin-left:20px;
  margin-top:10px;
}
.find {
  float:right;
  margin-right:70px;
  margin-top: 10px;
}

.form input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
    width:215px;
    margin-right: 20px;
    border: 1px solid #B9B8B8;
    height: 30px;
    line-height: 30px;
}

.button1:hover{ background:#35bfb5; }
.button2:hover{ background:#35bfb5; }
.content .reg a, .content .find a{ color:#40C9BF; text-decoration:none; }





.form.v2016-3-25 .input01,.form.v2016-3-25 .input02{ height:auto; overflow:hidden;}
.form.v2016-3-25 p{width:218px;margin-top: 5%;}
.form.v2016-3-25 .txt{ width:100%; background:#FFF; border:none; height:35px; line-height:35px;}
.form.v2016-3-25 .txt:-webkit-autofill{ border:none; width:inherit; height:100%; line-height:35px;}
.form.v2016-3-25 .input01 input:focus,.form.v2016-3-25 .input02 input:focus{ border:0; outline:none;}
.form.v2016-3-25 .input02{ margin-top:6% !important;}

/* .form.v2016-3-25 .find{float:initial;}
.form.v2016-3-25 .find a{ font-size: 13px;color:#40c9bf;}
.form.v2016-3-25 .find a:hover{color:#2FE5D8} */




