@CHARSET "UTF-8";
/* 
 * Project: FE6.0
 * Page: login.html
 * author: yww (2013-04-25)
 * update: 
 */

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
  font-family: 'Microsoft Yahei';
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.container {
  width: 100%;
  height: 570px;
  position: absolute;
  top: 50%;
}

.newcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35px;
}

.container ul {
  width: 100%;
  height: 470px;
  position: relative;
  top: -50%;
}

.logo {
  width: 980px;
  height: 50px;
  margin: 0 auto;
  text-align: left;
}

.logo img {
  height: 45px;
}

.content {
  position: relative;
  height: 470px;
  background: #fff url(../images/portal/login/loginbg.png) no-repeat top center;
}

.govloginInbg .content {
  background: url(/gov/login/images/loginbg.png) no-repeat top center;
}

/*自定义登录图片请替换这里的background图片路径*/
.input-box {
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}

.input-box ul {
  width: 290px;
  height: 294px;
  border: 1px solid #eee;
  box-shadow: 3px 3px #eee;
  margin-top: 57px;
  padding: 36px 31px 0;
  float: right;
}

.input-box ul li {
  width: 260px;
  height: 40px;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 3px;
}

.input-box ul li span.loginicon{
  color: #ccc;
  font-size: 25px;
  margin-top: 8px;
  margin-left: 10px;
  width: 25px;
}

.input-box ul li input {
  width: 200px;
  height: 32px;
  line-height: 32px;
  border: none;
  padding-left: 10px;
  padding-right: 6px;
  position: absolute;
  margin-top: 4px;
  font-size: 16px!important;
}

.input-box ul li.lock-username {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  text-align: center;
  height: 30px;
}

#userNmsg {
  width: 200px;
  height: 22px;
  color: #ff0000;
  margin-top: -10px;
}


.username input {
  font-weight: bold;
}

/*输入光标在验证码框里面时的高亮样式*/
.input-box ul li.validcode input {
  width: 100px;
}

.validcode div {
  width: 95px;
  height: 29px;
  float: right;
}

.validcode img {
  cursor: pointer;
  width: 125px;
  float: right;
}

.validcode a {
  display: inline-block;
  width: 25px;
  height: 29px;
  text-indent: -99999px;
  background: url(../images/portal/login/refresh.png) no-repeat;
  float: right;
}

.login-btn {
  display: block;
  background-color: #428bca;
  border-color: #357ebd;
  border-radius: 3px;
  width: 260px;
  padding-top: 10px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 30px;
}

.unlock-btn {
  display: block;
  width: 200px;
  height: 50px;
  background: url(../images/portal/login/unlock-btn.png) no-repeat 0 0;
  text-indent: -99999px;
  margin-top: 15px;
  *margin-top: 4px;
}

.unlock-btn:hover {
  background-position: 0 -60px;
}

.unlock-btn:active {
  background-position: 0 -120px;
}

.footer {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  top: 0;
}

.footer ul {
  width: 100%;
  top: 0;
  margin: 0 auto;
}

.footer ul li {
  float: right;
  height: 50px;
  line-height: 33px;
  padding-top: 10px;
  margin: 0 10px;
}

.footer ul li a {
  height: 36px;
  display: inline-block;
  float: left;
  color: #777;
  line-height: 36px;
}

.footer ul li a:hover {
  color: #2777a7;
  text-decoration: none;
}

.footer ul li.sep {
  color: #bbb;
  margin: 0;
}

.footer ul li.copyright {
  color: #999;
  width: 140px;
  text-align: right;
  margin-right: 8px;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  background: #ffffff;
  overflow: auto;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  color: #444444;
}

ul, li {
  list-style: none;
}

div, ul, li, dl, dt, dd, tr, td, th {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #444444;
}

img {
  border: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 12px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table td {
  vertical-align: top;
}

form {
  position: relative;
  height: 100%;
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.ddn-gray {
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 5px;
  cursor: pointer;
}

/* 下拉按钮-灰色 12*12 */
.ddn-white {
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 5px;
  cursor: pointer;
}

/* 下拉按钮-白色 12*12 */
.searchbut {
  width: 12px;
  height: 12px;
  border: none;
  float: left;
  margin: 4px 0 0 3px;
  cursor: pointer;
}

/* 搜索图标 12*12 */

/**add by ltt***/
#input_upload_bgimageUploader {
  position: relative;
  top: 1px;
  color: #266696;
}

#input_upload_bgimageUploader:hover {
  /*background-color: #deeef6;*/
}

li#uploadIcon:hover {
  background-color: #deeef6;
}

#sele_client {
  vertical-align: middle;
  margin-right: 0px;
}

.selectbg {
  border: #dedede 1px solid;
  background: #fff;
  display: block;
}

.selectbgli {
  padding: 0px;
  height: 22px;
  line-height: 22px;
  float: none;
  border-bottom: #dedede 1px solid;
  width: 65px;
  display: block;
  background: #fff;
  margin: 0px;
  clear: both;
}

.selectbgbg {
  padding: 0px;
  height: 22px;
  line-height: 22px;
  width: 65px;
  float: none;
  border: #dedede 1px solid;
  display: block;
  background: #fff;
  margin: 0px;
  clear: both;
}

.selectbglibg {
  padding: 0px;
  height: 22px;
  line-height: 22px;
  float: none;
  border-bottom: #dedede 1px solid;
  width: 65px;
  display: block;
  background: #dbe5e9;
  margin: 0px;
  clear: both;
}

a:hover {
  text-decoration: none;
}

.dialog tr td.center div.title .close {
  position: absolute;
  top: 1px;
  right: 0px;
}

.erweima {
  width: 130px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 999;
  height: 150px;
  margin-left: 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  text-align: center;
}

/* 政务版登陆页面样式 */

.govlogo-btn {
  background: url(/gov/login/images/login-btn.png) no-repeat center;
}

.govlogo-btn:HOVER {
  background: url(/gov/login/images/login-btn-pre.png) no-repeat center;
}

.govinput-box ul {
  background: url(/gov/login/images/input-box.png) no-repeat;
  background-size: 263px 276px;
}

.govinput-box ul {
  background: none;
}
.govinput-box ul li:last-child{
  padding:0px!important;margin-top:24px!important;
}
.govlogo-btn {
  padding:13px 3px 3px;
  background: url(/gov/login/images/login-btn-bg.png) no-repeat center;
}
.govlogo-btn span{
    font-size: 20px;
    letter-spacing: 14px;
}
.govlogo-btn:HOVER {
  background: url(/gov/login/images/login-btn-pre-bg.png) no-repeat center;
}
