body{
font-family:¡±Microsoft YaHei¡±,Arial,Helvetica,sans-serif,¡±ËÎÌå¡±; 
}


.w990{
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.bg_fff{
  background-color: #fff;
}
.login_logo  {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dadada;
    box-shadow: 2px 2px 2px #dadada;
}
.login_content {
  height: 450px;
}
.content_pic {
  width: 640px;
}
.content_form {
    margin-left: 640px;
    width: 366px;
    height: 400px;
    
}
.content_form form {
   width: 350px;
    height: 361px;
    margin-top: 35px;
    
    overflow: hidden;
    background: url(../png/8pgk6l.png) no-repeat #fff;
    background-position: -6px -40px;

}
.form_hd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    font-family: "microsoft yahei";
    color: #0072e3;
}
.form_body {
  padding: 0 20px;
}
.error_wrapper {
    height: 40px;
    padding: 5px 0;
}
.error_tips {
       position: relative;
    height: 38px;
    border: 1px solid #eececf;
    line-height: 38px;
    background-color: #f7e6e7;
}
.error_icon {
  display: inline-block;
   width: 16px;
    height: 16px;
    position: absolute;
    top: 11px;
    left: 10px;
    background: url("../png/rt6xdd.png") center center no-repeat;
       background-position: -104px -3px;
}
.error_txt {
        margin-left: 45px;
    color: #e4393c;
}
.form_item {
   height: 38px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.form_item{
    height: 38px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.form_item label {
  display: inline-block;
    width: 38px;
    height: 38px;
    border-right: 1px solid #d7d7d7;
    background: url("../png/rt6xdd.png") center center no-repeat;

}
.form_item label.login_user_label {
  background-position: 0px 0px;
}
.form_item label.login_pwd_label {
  background-position: -48px 0px;
}
.form_item .login_user,
.form_item .login_pwd{
    vertical-align: top;
    width: 240px;
    height: 38px;
    border: 0;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}
:-moz-placeholder { 
    color: #999; opacity:1;
}

::-moz-placeholder { 
    color: #999;opacity:1;
}

input:-ms-input-placeholder{
    color: #999;opacity:1;
}

input::-webkit-input-placeholder{
    color: #999;opacity:1;
}
.close_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 0px;
    right: 10px;
    font-size: 26px;
    color: #cdcdcd;
        cursor: pointer;
        display: none;
}
.form_item.login_error {
      border: 1px solid #e4393c;
}
.form_item.login_error label {
    border-right: 1px solid #e4393c;
}
.form_item.login_focus {
     border: 1px solid #d7d7d7;
}
.form_item.login_focus label {
  border-right: 1px solid #d7d7d7;
}
.form_item.login_error label.login_user_label {
  background-position: 0 -96px;
}
.form_item.login_error label.login_pwd_label{
   background-position: -48px -96px;
}
.form_item.login_focus label.login_user_label {
   background-position: 0 -48px;
}
.form_item.login_focus label.login_pwd_label {
   background-position: -48px -48px;
}
.forget_pwd {
  margin-bottom: 20px;
}
.login_submit {
      height: 33px;
    line-height: 33px;
    margin-bottom: 20px;
    text-align: center;
    background: #0072e3;
    cursor: pointer;

}
.login_submit a.login_btn {
       width: 99%;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}
.form_ft  {
  padding: 5px 20px;
  border-top: 1px solid #d7d7d7;
}
.keep_login {
    margin-left: 6px;
}
.form_ft_left label {
  margin-left: 6px;
}
.form_ft_right {
   color: #e4393c;
}
.register_now_txt a {
   color: #e4393c;
}
.register_now_icon {
     display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 6px;
    background: url("../png/rt6xdd.png") center center no-repeat;
      background-position: -104px -28px;
    vertical-align: middle;
}

.form_ft_left{
  padding-top:3px;
  padding-bottom:3px;
}

.form_ft_left a{
  color:#333333!important;
}

select option{
  padding-top:4px;
  padding-bottom:4px;
}