body,
dl,
dt,
ul,
ol,
h1,
h2,
h3,
h4,
button,
textarea,
p,
dd {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
}
:focus {
  outline: 0;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
:link,
:visited {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  _zoom: 1;
}
.clear {
  clear: both;
}
body {
  font: 12px/1.5 "Microsoft Yahei", Verdana, sans-serif;
  color: #333;
}
a {
  color: #333;
}
a:active,
a:hover {
  text-decoration: underline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.color-gray {
  color: #999;
}
.color-orange {
  color: #f57a02;
}
.color-blue {
  color: #468bd2;
}
.color-red {
  color: #d90c0c;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.user-wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.user-wrapper:before,
.user-wrapper:after {
  content: " ";
  display: table;
}
.user-wrapper:after {
  clear: both;
}
.checkbox {
  margin: -1px 3px 1px 2px;
  vertical-align: middle;
}
.user-input-text {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 10px 10px 40px;
  width: 270px;
}
.user-input-text.user-name {
  background: url(../images/icon-user.png) 10px no-repeat;
}
.user-input-text.user-pwd {
  background: url(../images/icon-key.png) 10px no-repeat;
}
.user-input-text.user-name-r {
  background: url(../images/icon-user.png) 288px no-repeat;
  padding: 10px 40px 10px 10px;
}
.user-input-text.user-pwd-r {
  background: url(../images/icon-key.png) 288px no-repeat;
  padding: 10px 40px 10px 10px;
}
.user-input-text.user-auth-code {
  padding: 10px 10px 10px 10px;
  width: 120px;
}
.user-input-text.user-auth-code-b {
  padding: 10px 10px 10px 10px;
  width: 120px;
}
.user-input-text.user-auth-code-i {
  background: url(../images/icon-console.png) 10px no-repeat;
}
.user-input-text.user-text-default {
  padding: 10px 40px 10px 10px;
}
.user-input-text.user-phone {
  background: url(../images/icon-phone.png) 295px no-repeat;
  padding: 10px 40px 10px 10px;
}
.user-input-text:hover,
.user-input-text:focus {
  border: 1px solid #f0860a;
}
.logo-wrap {
  height: 100%;
  _overflow: hidden;
}
.logo-wrap .logo {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.logo-wrap img {
  vertical-align: middle;
  max-height: 120px;
}
.logo-wrap > * {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.logo-wrap .verticle-palceholder {
  display: inline-block;
  height: 100%;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}
.login-header {
  height: 165px;
}
.login-wrap {
  *zoom: 1;
  margin-bottom: 80px;
}
.login-wrap:before,
.login-wrap:after {
  content: " ";
  display: table;
}
.login-wrap:after {
  clear: both;
}
.login-wrap .login-banner {
  background-position: center;
  background-repeat: no-repeat;
  width: 550px;
  height: 450px;
  float: left;
  overflow: hidden;
}
.login-box {
  width: 429px;
  float: right;
  padding-top: 5px;
  background-image: url(../images/login-box-topbg.png);
}
.login-box .login-box-con {
  height: 442px;
  padding: 0 5px;
  background-image: url(../images/login-box-bg.png);
}
.login-box .login-box-botbg {
  height: 5px;
  overflow: hidden;
  background-image: url(../images/login-box-botbg.png);
}
.login-box .login-box-form {
  padding-bottom: 25px;
  background-color: #fff;
}
.login-box .w330 {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
.login-box-form-hd {
  line-height: 40px;
  padding: 8px 0;
}
.login-box-form-hd h3 {
  font-size: 18px;
  font-weight: normal;
}
.login-field {
  margin-top: 10px;
  clear: both;
  *zoom: 1;
}
.login-field:before,
.login-field:after {
  content: " ";
  display: table;
}
.login-field:after {
  clear: both;
}
.login-tip {
  padding: 2px 0 0 2px;
  height: 18px;
}
.login-tip span {
  display: inline-block;
  padding-left: 16px;
}
.login-tip span.notice {
  color: #f57a02;
  background: url(../images/icon-warn.png) left no-repeat;
}
.login-tip span.error {
  color: #d90c0c;
  background: url(../images/icon-error.png) left no-repeat;
}
.login-tip span.hidden {
  display: none;
}
.login-btn {
  border: none;
  background: url(../images/login-btn.png);
  width: 328px;
  line-height: 39px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  height: 39px;
  cursor: pointer;
}
.login-btn:hover,
.login-btn:active {
  background: url(../images/login-btn-a.png);
}
.social-login {
  border-top: 1px solid #eee;
  padding: 0 40px;
  background-color:#fff;
}
.social-login p {
  font-size: 15px;
  color: #666;
  padding: 15px 0 8px;
}
.social-login div{
    margin-right:-50px;
}
.social-login div a {
  display: inline-block;
  margin-right:10px; 
  margin-bottom:5px; 
  margin-top:4px;
}
.social-login div a img{
    margin-right:4px;
}
.social-login div a:hover {
  text-decoration: none; 
}
.alert-login {
  background: #fff;
  width: 330px;
  padding: 0 30px 20px;
}
.alert-login .social-login {
  background-color: #f8fafc;
  padding: 0;
}
.alert-login .login-box-form-hd {
  margin: 0;
}
.modal-title {
  height: 38px;
  position: relative;
  line-height: 38px;
  background-color: #f4911c;
}
.modal-title h2 {
  font-size: 16px;
  color: #fff;
  background: url(../images/modal-hbg.png) no-repeat 7px;
  padding-left: 23px;
}
.modal-title .close-btn {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  margin-top: -13px;
  right: 7px;
  background: url(../images/close-btn.png);
}
