@charset "utf-8";

/* CSS Document */

html, body, div { margin: 0; padding: 0; }
* { font-family: "微软雅黑", Arial; }

.clear {
  clear: both;
}
html {
  width: 100%;
  height: 100%;
}
body {
 /* background: url(../pages/login_images/bg_new.png) center no-repeat;
  background-size: 1920px 1080px;*/
  background:#C3F2EA;
}
.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 980px;
  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 45px 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;
}
.form_tip img {
 height: 40px;
 margin-top: 4px;
 text-align: center;
 margin-left: 40px;
 }
.form {
 /* background: url(../pages/images/bg2.png) no-repeat;*/
  background:#f6fcfb;
  width:320px;
  height: 330px;
  padding-top: 30px;
  padding-left:45px;
}
.input01 {
  background: url(../pages/login_images/y_input03.png) no-repeat;
  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: 2px;
  margin-top: 10px;
  outline: none;
  margin-bottom:8px;
}
.submit_01 {
  background: url(../pages/login_images/logoin.png) no-repeat;
  width: 230px;
  height: 36px;
  border: 0px solid #fff;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 2px;
}
.text {
  width: 321px;
  text-align: center;
  margin-top: 20px;
}
.text a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2px;
}
.hint {
  width: 230px;
  text-align: center;
  margin-top: 10px;
  border: 0px solid #fff;
  color: #ff0000;
  font-size: 15px;
}
.button1 {
 /* 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:10px;
  letter-spacing: 2px;
  cursor:pointer;
  border-radius:5px;
}
.return {
  float: left;
  margin-left:56px;
  margin-top: 20px;
}
.find {
  float: left;
  margin-left: 60px;
  margin-top: 20px;
}
.input03 {
  /*background: url(../pages/images/verifyMsg.png) no-repeat;*/
  float: left;
  width: 120px;
  height: 36px;
  border: 0px solid #fff;
  color: #61605f;
  line-height: 36px;
  letter-spacing: 2px;
  margin-top: 5px;
  padding-left: 10px;
  outline: none;
  margin-bottom:5px;
}
.button2 {
 /* background: url(../pages/images/getverifyMsg.png) no-repeat;*/
  background:#40C9BF;
  float: left;
  margin-left:20px;
  width: 110px;
  height: 36px;
  line-height:36px;
  border: 0px solid #fff;
  color: #ffffff;
  margin-top:5px;
  cursor:pointer;
  border-radius:5px;
}

.input02_last { margin-top:5px; }
.button1:hover{ background:#35bfb5; }
.button2:hover{ background:#35bfb5; }

.content .return a { color:#40C9BF; text-decoration:none; }



