﻿@charset "utf-8";
/*常用class 用于.resetless.less*/
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
a {
  color: #666;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1170px;
  font-family: 'Microsoft YaHei';
  background-color: #fff;
}
.l {
  color: #6b0018 !important;
}
.w {
  width: 1170px;
  min-width: 1170px;
  margin: 0 auto;
}
.loginPage {
  background-color: #DDDDDD;
}
.header {
  height: 100px;
  background: url("../images/login-header-bg.jpg") repeat-x;
}
.logo {
  display: block;
  width: 494px;
  height: 132px;
  text-indent: -9999px;
  background: url(../images/logo.png) 0 center no-repeat;
}
.banner {
  width: 100%;
  height: 485px;
  background: url("../images/login-banner.jpg") center 0 no-repeat;
}
.login-form {
  width: 304px;
  height: 364px;
  position: absolute;
  top: 65px;
  right: 90px;
  background: url("../images/login-box1.png") no-repeat;
}
.login-form h3 {
  width: 250px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.login-form .input {
  width: 180px;
  font-size: 14px;
  float: right;
  color: #666;
  padding: 13px 10px 10px 0;
  line-height: 20px;
}
.login-form .input-row {
  width: 250px;
  height: 42px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin-bottom: 24px;
}
.login-form .ico {
  display: block;
  width: 45px;
  height: 35px;
  position: absolute;
  top: 4px;
  left: 0;
  border-right: 1px solid #CCCCCC;
  background: url("") center no-repeat;
}
.login-form .user {
  background-image: url(../images/login-user1.png);
}
.login-form .password {
  background-image: url(../images/login-pwd1.png);
}
.login-form .input-row.focus .user {
  background-image: url(../images/login-user2.png);
}
.login-form .input-row.focus .password {
  background-image: url(../images/login-pwd2.png);
}
.login-form .checkboxs {
  font-size: 14px;
  width: 250px;
  padding-bottom: 25px;
  color: #FFFFFF;
}
.login-form .checkboxs a {
  color: #fff;
}
.login-form .checkboxs input {
  position: relative;
  top: 2px;
  *top: 0;
}
.login-form .submit {
  width: 253px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: url("../images/login-btn-bg1.png") no-repeat;
}
.login-form .submit:hover {
  background-image: url(../images/login-btn-bg2.png);
}
.login-form-inner {
  padding-left: 25px;
}
.footer {
  background: url("../images/login-footerbg.jpg") 0 0 repeat-x #ffffff;
  padding: 20px 0;
  text-align: center;
}
.footer p {
  font-family: 'SimSun';
  color: #333;
  font-size: 12px;
}
