﻿@charset "utf-8";
/* css reset */
html,
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
blockquote,
address,
var,
pre {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
label {
  font-size: 100%;
}
button,
select,
textarea,
input {
  vertical-align: middle;
  color: #444;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
button {
  cursor: pointer;
  overflow: visible;
  width: auto;
}
button {
  padding: 3px 5px 2px;
}
textarea {
  resize: vertical;
}
/* word-wrap for opera, resize for webkit */
a {
  color: #1a75ca;
  text-decoration: none;
}
a:hover {
  color: #175fa2;
  text-decoration: none !important;
}
ul,
ol {
  list-style: none outside none;
}
img,
fieldset {
  border: 0;
}
img {
  overflow: hidden;
  vertical-align: top;
}
em,
address,
var {
  font-style: normal;
}
sup,
sub {
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i {
  display: inline-block;
}
/*用于修饰性小图标*/
input {
  outline: none;
  border: 0 none;
}
input::-ms-clear {
  display: none;
}
/* 去掉IE10+ 文本框关闭 */
body {
  font: 12px "Microsoft YaHei", "simsun", Verdana;
}
.content {
  position: relative;
  min-width: 1000px;
  height: 100%;
}
.content-bd {
  position: absolute;
  left: 50%;
  width: 920px;
  margin-left: -460px;
  z-index: 1;
  height: 100%;
}
.login-box {
  position: relative;
  width: 920px;
}
.login {
  width: 340px;
  height: 300px;
  background: #fafefe;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 230px;
  right: 0;
}
.bg {
  width: 1004px;
  *width: 1003px;
  margin: 0 auto;
}
.bg1 {
  background: url("../images/bg1.jpg") center no-repeat;
  height: 281px;
}
.bg2 {
  background: url("../images/bg2.jpg") center no-repeat;
  height: 281px;
}
body {
  background: url("../images/footer.jpg") no-repeat center 562px;
}
.link {
  position: absolute;
  top: 140px;
  right: 0;
  font: 15px/24px "microsoft yahei";
  color: #333;
}
.link a {
  margin: 0 8px;
  color: #333;
}
/* start 登录模块*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearAll {
  overflow: hidden;
  _zoom: 1;
}
.fl {
  float: left;
}
.login-tabs {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  width: 341px;
}
.login-tabs a.on {
  border-bottom: 0px solid #e9e2da;
  height: 49px;
  background: #fff;
  zoom: 1;
}
.login-tabs a {
  float: left;
  width: 169px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #e9e2da;
  background: #fef4e9;
  zoom: 1;
}
.tab-contents {
  border-radius: 0 0 5px 5px;
  padding: 21px 32px 23px 32px;
  background: #fafefe;
  zoom: 1;
}
.login-error {
  color: #F00;
  padding-bottom: 5px;
  line-height: 20px;
}
.loginIpt {
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  height: 35px;
  background: #fafefe;
  border-radius: 5px;
}
.i-uid {
  background-position: 0 0;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 8px;
}
.i-uid,
.i-psw,
.i-phone {
  background-image: url("../images/login.png");
}
.login-txt {
  border: none ;
  font-family: verdana;
  width: 242px;
  height: 21px;
  line-height: 21px;
  color: #bebebe;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 30px;
  padding: 7px 0;
  outline: none;
}
.pswtip {
  position: absolute;
  top: 2px;
  _top: 4px;
  left: 28px;
  color: #C3C3C3;
  font-size: 14px;
  line-height: 33px;
  visibility: visible;
  cursor: text;
  padding-left: 4px;
}
.uid-slt {
  display: none;
  width: 273px;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
  margin: 2px 0 0;
  background: #fff;
  border: 1px solid #ccc;
}
.i-psw {
  background-position: -24px 0;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 8px;
}
.pswtip {
  position: absolute;
  top: 2px;
  _top: 4px;
  left: 28px;
  color: #C3C3C3;
  font-size: 14px;
  line-height: 33px;
  visibility: visible;
  cursor: text;
  padding-left: 4px;
}
.fgt,
.rmb {
  color: #666;
}
.b_btn {
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background-position: 0 0;
}
.enterdiv {
  float: right;
  padding-top: 7px;
}
.fake_slt {
  padding: 1px;
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.fake_slt_a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: left;
}
.login-ul li {
  padding-bottom: 15px;
}
.b_btn,
.b_btn:hover,
.b_btn:active {
  background-image: url("../images/btnbg.jpg");
  color: #fff;
}
.fake_slt {
  padding: 1px;
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fake_slt_on {
  border: 1px solid #ccc;
  padding: 0;
  background: #fff;
}
.fake_slt_off {
  padding: 1;
}
.fake_slt_txt {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 0 5px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fake_slt_a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: left;
}
.fake_slt_a i {
  vertical-align: top;
  display: block;
  font: 0/0 "宋体";
  border: 5px solid;
  border-color: #717171 #ffffff #ffffff #ffffff;
  width: 0px;
  margin: 7px 0 0 4px;
}
.open {
  z-index: 1;
}
.open .fake_slt_menu {
  display: block;
}
.fake_slt_menu {
  width: 120px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.uid-slt {
  display: none;
  width: 273px;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
  margin: 2px 0 0;
  background: #fff;
  border: 1px solid #ccc;
}
.uid-slt li {
  padding-bottom: 0!important;
  line-height: 22px;
}
.uid-slt li a {
  display: block;
  color: #323232;
  padding: 0 20px;
  clear: both;
  line-height: 22px;
  white-space: nowrap;
  font-size: 12px;
}
.uid-slt li a:hover {
  text-decoration: none;
  background: #f38c12;
  color: #fff;
}
.popList {
  padding: 4px 0;
  margin: 2px 0 0;
  background: #fff;
  border: 1px solid #ccc;
}
.popList li {
  padding-bottom: 0!important;
  line-height: 22px;
}
.popList li a {
  display: block;
  color: #323232;
  padding: 0 20px;
  clear: both;
  line-height: 22px;
  white-space: nowrap;
  font-size: 12px;
}
.popList li a:hover {
  text-decoration: none;
  background: #f38c12;
  color: #fff;
}
.login-cb {
  margin-right: 5px;
  vertical-align: -2px;
}
/* end 登录模块*/
.site {
  position: absolute;
  right: 5px;
  top: 0;
  font: 14px/37px "microsoft yahei";
  border-left: #ccc 1px solid;
  height: 37px;
  padding-left: 5px;
}
.loginIpt input {
  width: 100px;
}
