* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
label {
  font-weight: normal;
}
cite {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.display-block,
.show {
  display: block;
}
.display-none,
.hide {
  display: none;
}
.inline {
  display: inline;
}
.scrollable {
  width: 100%;
  height: 200px;
  overflow: auto;
}
.scrollable-x {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.scrollable-y {
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.clear-fix {
  zoom: 1;
  /* for IE6 IE7 */
}
.clear-fix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change,without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome,Firefox,and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11,Safari,and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11,Safari,and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+,Safari,and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+,Safari,and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation:by default,Chrome and Safari on OS X allow very limited
 * styling of `select`,unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue:affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+,Safari,and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox,IE 8/9/10/11,and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing,padding,or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`,it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border,margin,and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE:the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-size: 1.2em;
}
ul,
li,
dl,
dd,
dt,
p {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input::-ms-clear {
  display: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}
table {
  width: 100%;
}
cite,
em {
  font-style: normal;
}
/* css3 v1.0 */
.global-message {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
.global-message .message-text {
  display: inline-block;
  padding: 5px 30px;
  min-width: 280px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #f37b1d;
}
.global-message.succeed .message-text {
  background-color: #5eb95e;
}
.loading {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 9990;
  margin-left: -16px;
  width: 31px;
  height: 31px;
  background-image: url('../image/bg-loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 980;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: #ffffff;
}
body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
  color: #222222;
}
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
}
.wrap {
  position: relative;
  margin: 0px auto;
  max-width: 1000px;
}
.form-group {
  /* for IE6 IE7 */
  zoom: 1;
  /* for IE6 IE7 */
}
.form-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-group .control-label.required {
  position: relative;
}
.form-group .control-label.required:before {
  content: '*';
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  color: #f00;
}
/* hd */
.hd {
  width: 100%;
  height: 62px;
  background-color: #ffffff;
  border-top: solid 2px #4bb350;
}
.hd .wrap {
  /* for IE6 IE7 */
  zoom: 1;
  /* for IE6 IE7 */
}
.hd .wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hd .wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hd .wrap h1 {
  float: left;
  width: 200px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: normal;
}
.hd .wrap .nav {
  float: left;
  padding-left: 30px;
}
.hd .wrap .nav li a {
  position: relative;
  display: block;
  padding: 0px 20px;
  padding-left: 32px;
  line-height: 45px;
  background-color: #e7e8eb;
  color: #4ea253;
  font-size: 16px;
}
.hd .wrap .nav li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10.5px;
  width: 20px;
  height: 20px;
}
.hd .wrap .nav li.home a:before {
  background-image: url('../image/bg-nav-home.png');
}
.hd .wrap .link {
  float: right;
  margin-right: 20px;
}
.hd .wrap .link li {
  padding: 10px 0px;
  margin-left: 15px;
  float: left;
  line-height: 25px;
  color: #fff;
}
.hd .wrap .link li a {
  display: block;
  line-height: 25px;
  color: #fff;
}
.hd .wrap .link li a:hover {
  text-decoration: underline;
}
/* ft */
.ft {
  padding: 10px 0px;
  height: 40px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.ft .items li {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  line-height: 20px;
}
.ft .items li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  height: 12px;
  width: 1px;
  background-color: #aaa;
  overflow: hidden;
}
.ft .items li a {
  color: #666;
}
.ft .items li a:hover {
  color: #666;
  text-decoration: underline;
}
.ft .items li:first-child:before {
  content: none;
}
.bd {
  position: relative;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.bd .banner {
  position: relative;
  background-image: url('../image/bg-login-banner.jpg');
  height: 800px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #070604;
}
.bd .banner .login-box {
  position: absolute;
  top: 50px;
  right: 135px;
  width: 350px;
  height: 280px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bd .banner .login-box h2 {
  padding-left: 25px;
  line-height: 50px;
  color: #505f6d;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #e5e7e8;
  background-color: #f6f6f6;
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bd .banner .login-box .form-grid {
  padding: 0px 30px;
}
.bd .banner .login-box .form-grid .item {
  position: relative;
  padding-left: 50px;
  height: 50px;
  border-bottom: solid 1px #aaaaaa;
}
.bd .banner .login-box .form-grid .item .text {
  width: 100%;
  height: 48px;
  line-height: normal;
  line-height: 48px\9;
  border: none;
}
.bd .banner .login-box .form-grid .item .text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset ;
}
.bd .banner .login-box .form-grid .item.user-name:before,
.bd .banner .login-box .form-grid .item.user-pwd:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url('../image/bg-user-icon.png');
  background-position: left -0px;
}
.bd .banner .login-box .form-grid .item.user-pwd:before {
  background-image: url('../image/bg-user-icon.png');
  background-position: left -30px;
}
.bd .banner .login-box .form-grid .item.user-status {
  padding: 10px 5px;
  border-bottom: none;
}
.bd .banner .login-box .form-grid .item.user-status .checkbox-items {
  float: left;
}
.bd .banner .login-box .form-grid .item.user-status .checkbox-items li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.bd .banner .login-box .form-grid .item.user-status .help {
  float: right;
  color: #4b9de7;
}
.bd .banner .login-box .form-grid .item.user-status .help:hover {
  text-decoration: underline;
}
.bd .banner .login-box .form-grid .item.user-action {
  padding: 0px;
  text-align: center;
  border-bottom: none;
}
.bd .banner .login-box .form-grid .item.user-action .button-login {
  background-color: #3abc6b;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: none;
  color: #fff;
  -webkit-border-radius: 20px;;
  -moz-border-radius: 20px;;
  border-radius: 20px;;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bd .banner .login-box .form-grid .item.user-action .button-login:hover {
  background-color: #46b06e;
}
.bd .banner .qrcode-box {
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 5px 2px 10px 2px;
  width: 122px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bd .banner .qrcode-box .qrcode {
  max-width: 100%;
  vertical-align: top;
}
.bd .banner .qrcode-box .descript {
  margin-top: 10px;
  line-height: 20px;
  color: #727374;
  text-align: center;
}
.bd .notice {
  position: relative;
  margin: 0px auto;
  margin-top: 10px;
  width: 1000px;
  padding: 8px 10px;
  border: solid 1px #e7e7eb;
}
.bd .notice h2 {
  padding-bottom: 5px;
  font-size: 14px;
  color: #333;
  font-style: normal;
}
.bd .notice .more {
  position: absolute;
  top: 6px;
  right: 5px;
  padding-right: 15px;
  line-height: 20px;
  color: #666;
  font-size: 13px;
}
.bd .notice .more:hover {
  text-decoration: underline;
}
.bd .notice .more:before,
.bd .notice .more:after {
  content: ' ';
  position: absolute;
  top: 3px;
  right: 0px;
  border: solid 6px transparent;
  border-left-color: #c1c1c8;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.bd .notice .more:after {
  right: 2px;
  border-left-color: #ffffff;
}
.bd .notice .items {
  /* for IE6 IE7 */
  zoom: 1;
  /* for IE6 IE7 */
}
.bd .notice .items:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bd .notice .items:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bd .notice .items li {
  position: relative;
  padding: 1px 0px;
  width: 50%;
  float: left;
  padding-left: 15px;
  height: 22px;
  line-height: 20px;
}
.bd .notice .items li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #d3d1d4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bd .notice .items li a {
  color: #000;
  font-size: 13px;
}
.bd .notice .items li a:hover {
  text-decoration: underline;
}
.bd .notice .items li a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 17px;
  height: 9px;
  background-image: url('../image/bg-notice-new.jpg');
  background-repeat: no-repeat;
}
.bd.timeout {
  padding: 36px;
  background-color: #e7e8eb;
}
.bd.timeout .main {
  position: relative;
  min-height: 800px;
  border: solid 1px #d9dadc;
  background-color: #fff;
}
.bd.timeout .main .tip {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -100px 0px 0px -200px;
  padding-top: 180px;
  width: 400px;
  height: 200px;
  text-align: center;
}
.bd.timeout .main .tip:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 117px;
  background-image: url('../image/bg-page-error.png');
  background-repeat: no-repeat;
}
.bd.timeout .main .tip a {
  color: #459ae9;
}
.bd.timeout .main .tip a:hover {
  text-decoration: underline;
}
.checkbox-items,
.radio-items {
  /* for IE6 IE7 */
  zoom: 1;
  /* for IE6 IE7 */
}
.checkbox-items:after,
.radio-items:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.checkbox-items:after,
.radio-items:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.checkbox-items .checkbox,
.radio-items .checkbox,
.checkbox-items .radio,
.radio-items .radio {
  margin: 0px;
  min-height: 20px;
}
.checkbox-items li,
.radio-items li {
  float: left;
  padding: 0.3em 1em 0.3em 0em;
}
.checkbox-items li label,
.radio-items li label {
  position: relative;
  display: block;
  height: 20px;
  line-height: 23px;
  padding-left: 24px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.checkbox-items li label input[type="radio"],
.radio-items li label input[type="radio"],
.checkbox-items li label input[type="checkbox"],
.radio-items li label input[type="checkbox"] {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px!important;
  width: 20px;
  height: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-items li.checkbox label:before,
.radio-items li.checkbox label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url('../image/bg-checkbox-radio.png');
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: -26px -3px;
}
.checkbox-items li.checkbox.checked label:before,
.radio-items li.checkbox.checked label:before {
  background-position: -26px -23px;
}
.checkbox-items li.radio label:before,
.radio-items li.radio label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url('../image/bg-checkbox-radio.png');
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: -2px -3px;
}
.checkbox-items li.radio.checked label:before,
.radio-items li.radio.checked label:before {
  background-position: -2px -24px;
}
.fixed-nav {
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 99;
  width: 80px;
  height: 240px;
}
.fixed-nav .items li {
  position: relative;
}
.fixed-nav .items li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 80px;
  height: 125px;
}
.fixed-nav .items li a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 108px;
}
.fixed-nav .items li .descript {
  position: absolute;
  right: -120px;
  top: 15px;
  padding: 5px 10px;
  width: 200px;
  height: 60px;
  line-height: 24px;
  background-color: #eee;
  color: #333;
  border: solid 1px #ddd;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 2px 1px 13px #717171;
  -moz-box-shadow: 2px 1px 13px #717171;
  box-shadow: 2px 1px 13px #717171;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: -webkit-opacity, 0.5s;
  -moz-transition: -moz-opacity, 0.5s;
  -ms-transition: -ms-opacity, 0.5s;
  -o-transition: -o-opacity, 0.5s;
  transition: opacity, 0.5s;
  background-image: -webkit-linear-gradient(#eee, #ddd, #eee);
  background-image: -moz-linear-gradient(#eee, #ddd, #eee);
  background-image: -ms-linear-gradient(#eee, #ddd, #eee);
  background-image: -o-linear-gradient(#eee, #ddd, #eee);
  background-image: linear-gradient(#eee, #ddd, #eee);
}
.fixed-nav .items li:hover .descript {
  right: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixed-nav .items li.qq-group a:before {
  background-image: url('../image/bg-bg-fixed-nav.png');
  background-position: left -0px;
}
.fixed-nav .items li.online-service a:before {
  background-image: url('../image/bg-bg-fixed-nav.png');
  background-position: left -108px;
}
.bd-forget-password,
.bd-register {
  background-color: #e7e8eb;
}
.bd-forget-password .wrap,
.bd-register .wrap {
  padding: 30px 0px;
}
.bd-forget-password .wrap h2,
.bd-register .wrap h2 {
  position: relative;
  height: 40px;
  color: #555;
  border-bottom: solid 4px #d2d3d5;
  /* for IE6 IE7 */
  zoom: 1;
  /* for IE6 IE7 */
}
.bd-forget-password .wrap h2:after,
.bd-register .wrap h2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bd-forget-password .wrap h2:after,
.bd-register .wrap h2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bd-forget-password .wrap h2 cite,
.bd-register .wrap h2 cite {
  float: left;
  padding: 0px 3px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-bottom: solid 4px #53a157;
}
.bd-forget-password .wrap .main,
.bd-register .wrap .main {
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 400px;
  border: solid 1px #d2d3d5;
  border-top: none;
  background-color: #fff;
}
.bd-forget-password .wrap .step-nav,
.bd-register .wrap .step-nav {
  padding: 0px 50px;
  /* for IE6 IE7 */
  zoom: 1;
  /* for IE6 IE7 */
}
.bd-forget-password .wrap .step-nav:after,
.bd-register .wrap .step-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bd-forget-password .wrap .step-nav:after,
.bd-register .wrap .step-nav:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bd-forget-password .wrap .step-nav li,
.bd-register .wrap .step-nav li {
  position: relative;
  float: left;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #cccccc;
  border: solid 1px #b6b6b6;
}
.bd-forget-password .wrap .step-nav li:before,
.bd-register .wrap .step-nav li:before,
.bd-forget-password .wrap .step-nav li:after,
.bd-register .wrap .step-nav li:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -20px;
  z-index: 1;
  width: 30px;
  height: 40px;
  background-image: url('https://www.renrenoa.com/Resources/Web/images/bg/bg-account-step.png');
}
.bd-forget-password .wrap .step-nav li:after,
.bd-register .wrap .step-nav li:after {
  content: none;
  left: -12px;
}
.bd-forget-password .wrap .step-nav li.last:before,
.bd-register .wrap .step-nav li.last:before {
  background-image: url('https://www.renrenoa.com/Resources/Web/images/bg/bg-account-step-last.png');
}
.bd-forget-password .wrap .step-nav li.last.active:before,
.bd-register .wrap .step-nav li.last.active:before {
  background-image: url('https://www.renrenoa.com/Resources/Web/images/bg/bg-account-step-last-active.png');
}
.bd-forget-password .wrap .step-nav li.active,
.bd-register .wrap .step-nav li.active {
  border: solid 1px #54a158;
  background-color: #6ab76e;
}
.bd-forget-password .wrap .step-nav li.active:before,
.bd-register .wrap .step-nav li.active:before {
  background-image: url('https://www.renrenoa.com/Resources/Web/images/bg/bg-account-step-active.png');
}
.bd-forget-password .wrap .step-nav li.active:after,
.bd-register .wrap .step-nav li.active:after {
  content: '';
  background-image: url('https://www.renrenoa.com/Resources/Web/images/bg/bg-account-step-active-before.png');
}
.bd-forget-password .wrap .step-nav li.first.active:after,
.bd-register .wrap .step-nav li.first.active:after {
  content: none;
}
.bd-forget-password .wrap .step-content,
.bd-register .wrap .step-content {
  padding-top: 50px;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group,
.bd-register .wrap .step-content .form-horizontal .form-group {
  margin-bottom: 20px;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group .btn-get-validate-code,
.bd-register .wrap .step-content .form-horizontal .form-group .btn-get-validate-code {
  padding: 0px;
  border: solid 1px #ccc;
  height: 34px;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group .btn-get-validate-code img,
.bd-register .wrap .step-content .form-horizontal .form-group .btn-get-validate-code img {
  display: inline-block;
  width: 73px;
  height: 32px;
  vertical-align: top;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group .help-block,
.bd-register .wrap .step-content .form-horizontal .form-group .help-block {
  margin-bottom: 0px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group .checkbox-items label,
.bd-register .wrap .step-content .form-horizontal .form-group .checkbox-items label {
  max-width: 100%;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group .checkbox-items label a,
.bd-register .wrap .step-content .form-horizontal .form-group .checkbox-items label a {
  color: #47A1F9;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group .checkbox-items label a:hover,
.bd-register .wrap .step-content .form-horizontal .form-group .checkbox-items label a:hover {
  text-decoration: underline;
}
.bd-forget-password .wrap .step-content .form-horizontal .form-group-btn,
.bd-register .wrap .step-content .form-horizontal .form-group-btn {
  padding-top: 10px;
}
.bd-forget-password .wrap .step-content.step-3 .message,
.bd-register .wrap .step-content.step-3 .message,
.bd-forget-password .wrap .step-content.step-4 .message,
.bd-register .wrap .step-content.step-4 .message {
  position: relative;
  padding-left: 60px;
  margin: 0px auto;
  width: 460px;
}
.bd-forget-password .wrap .step-content.step-3 .message:before,
.bd-register .wrap .step-content.step-3 .message:before,
.bd-forget-password .wrap .step-content.step-4 .message:before,
.bd-register .wrap .step-content.step-4 .message:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 48px;
  height: 48px;
  background-image: url('../image/bg-base-icons.png');
  background-position: 0px -1907px;
}
.bd-forget-password .wrap .step-content.step-3 .message h3,
.bd-register .wrap .step-content.step-3 .message h3,
.bd-forget-password .wrap .step-content.step-4 .message h3,
.bd-register .wrap .step-content.step-4 .message h3 {
  color: #67b86b;
  line-height: 30px;
  font-size: 18px;
  border-bottom: solid 2px #67b86b;
}
.bd-forget-password .wrap .step-content.step-3 .message p,
.bd-register .wrap .step-content.step-3 .message p,
.bd-forget-password .wrap .step-content.step-4 .message p,
.bd-register .wrap .step-content.step-4 .message p {
  padding-top: 5px;
  color: #888;
  font-size: 12px;
}
.bd-forget-password .wrap .step-content.step-3 .message p a,
.bd-register .wrap .step-content.step-3 .message p a,
.bd-forget-password .wrap .step-content.step-4 .message p a,
.bd-register .wrap .step-content.step-4 .message p a {
  color: #47A1F9;
}
.bd-forget-password .wrap .step-content.step-3 .message p a:hover,
.bd-register .wrap .step-content.step-3 .message p a:hover,
.bd-forget-password .wrap .step-content.step-4 .message p a:hover,
.bd-register .wrap .step-content.step-4 .message p a:hover {
  text-decoration: underline;
}
.bd-register .wrap .step-nav li {
  width: 33%;
}
