﻿/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address src set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` src inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` src inheritance in Firefox 4+ and Opera.
 */
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 src clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor src between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 *                  ?????????????????????IE8
 *  html body style              ............   ????????????
 *  a style              ............   A????????????
 *  h1-h6 style              ............   H????????????
 *  btn style              ............   ????????????
 *  input style              ............   ???????????????
 *  __keyframes-prefix__         ............   ??????animate??????
 *  __set-default__              ............   ???????????????body??????
 */
/*------------------------------------*\
            html body src
\*------------------------------------*/
/*------------------------------------*\
                a src
\*------------------------------------*/
/*------------------------------------*\
              h1-h6 src
\*------------------------------------*/
/*------------------------------------*\
              btn src
\*------------------------------------*/
/*------------------------------------*\
              input src
\*------------------------------------*/
/*------------------------------------*\
          __keyframes-prefix__
\*------------------------------------*/
/*------------------------------------*\
          __set-default__
\*------------------------------------*/
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  line-height: inherit;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
img {
  vertical-align: middle;
}
img:not([src$=".svg"]) {
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a:hover,
a:focus,
a:active {
  color: #382e2e;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  outline: none;
}
ul,
li,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/**
 *  __function-clearFix__              ............   ????????????
 *  __function-container__              ............  ????????????
 *  __function-border-radius__              ............ ??????
 *  __function-box-shadow__              ............ ??????
 *  __function-text-shadow__             ............ ????????????
 *  __function-transition__             ............ ????????????
 *  __function-transform__             ............ css3??????
 *  __function-nowrap__             ............ ?????????????????????

 *  __f-function__              ............ ???????????? clearFix f-left f-right ???
 */
/*------------------------------------*\
        __function-clearFix__
\*------------------------------------*/
/*------------------------------------*\
        __function-container__
\*------------------------------------*/
/*------------------------------------*\
        __function-border-radius__
\*------------------------------------*/
/*------------------------------------*\
        __function-box-shadow__
\*------------------------------------*/
/*------------------------------------*\
        __function-clearFix__
\*------------------------------------*/
/*------------------------------------*\
        __function-transition__
\*------------------------------------*/
/*------------------------------------*\
        __function-transform__
\*------------------------------------*/
/*------------------------------------*\
        __function-nowrap__
\*------------------------------------*/
.function-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*------------------------------------*\
          __f-function__
\*------------------------------------*/
.f-container {
  width: 1100px;
  margin: 0 auto;
}
.f-clearfix {
  *zoom: 1;
}
.f-clearfix:before,
.f-clearfix:after {
  content: " ";
  display: table;
}
.f-clearfix:after {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-dhid {
  display: none!important;
}
.f-vhid {
  visibility: hidden;
}
.f-tl {
  text-align: left;
}
.f-tc {
  text-align: center;
}
.f-tr {
  text-align: right;
}
.f-wwbw {
  word-wrap: break-word;
}
.f-wwba {
  word-wrap: break-all;
}
.f-overflow {
  overflow: hidden;
}
.f-overflow-x {
  overflow-x: hidden;
}
.f-overflow-y {
  overflow-y: hidden;
}
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
/*??????*/
.f-mask {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 500;
  background: url(img/opcityBg_0.8.png) repeat;
}
/**
 *                  ??????gq-
 *  __gq-hd__              ............   ????????????
 *  __gq-bd__              ............   ????????????
 *  __gq-doc__         ............   ??????????????????
 *  __gq-ft__              ............   ????????????
 */
/*------------------------------------*\
        __gq-hd__ __gq-bd__
\*------------------------------------*/
.gq-hd {
  position: relative;
}
.gq-hd,
.gq-bd {
  width: 100%;
  min-width: 1265px;
}
/*------------------------------------*\
         __gq-doc__
\*------------------------------------*/
.gq-doc {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1;
}
.gq-doc:before,
.gq-doc:after {
  content: " ";
  display: table;
}
.gq-doc:after {
  clear: both;
}
.gq-mn {
  width: 800px;
  overflow: hidden;
  float: left;
}
.gq-sd {
  width: 300px;
  overflow: hidden;
  float: right;
}
/*------------------------------------*\
            __gq-ft__
\*------------------------------------*/
.gq-ft {
  position: relative;
  width: 100%;
  min-width: 1265px;
  background: #fff;
  padding: 22px 0 21px;
  border-top: 1px solid #eee;
}
/**
 *                  ??????
 *  __u-input__              ............   input?????????
 *  __uq-btn__         ............   ??????
 *  __uq-select__         ............   ????????????
 *  __u-radio__         ............   ??????
 *  __u-checkbox__         ............   ??????
 *  __uq-step__              ............   ?????????
 *  __uq-pointer__         ............    ??????????????????????????????(??????????????????)-????????????
 *  __uq-register-success__         ............   ????????????
 *  __uq-menu__         ............   ???????????????
 *  __uq-text-error__         ............   ????????????
 *  __uq-icon-text__         ............   ?????????????????????
 *  __uq-crumb__         ............   ?????????
 *
 */
/*------------------------------------*\
              __u-input__

    <input type="text" class="u-input" />
\*------------------------------------*/
.u-input {
  background: url('img/input.png');
  outline: none;
  border: 1px solid #dfdfdf;
  padding: 5px 12px;
  border-radius: 3px;
  color: #888888;
  -moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.075);
}
.u-input-simulation {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.u-input-simulation .lt-ie8 {
  display: inline;
}
.u-input-simulation span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 5px 12px;
  color: #888;
}
.u-input-simulation .u-input {
  position: relative;
  z-index: 2;
}
.u-textarea {
  outline: none;
  border: 1px solid #dfdfdf;
  padding: 5px 12px;
  border-radius: 3px;
  color: #888888;
  -moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.075);
}
.u-input-disabled {
  background-color: #fdfdfd;
  cursor: not-allowed;
}
/*------------------------------------*\
              __uq-btn__

    <label class="uq-btn-icon">
       <input type="text" class="uq-btn"/>
       <i></i>
    </label>
\*------------------------------------*/
.uq-btn {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: 0;
  -moz-box-shadow: 1px 1px 1px #eee;
  -webkit-box-shadow: 1px 1px 1px #eee;
  box-shadow: 1px 1px 1px #eee;
  cursor: pointer;
  outline: none;
}
.uq-btn-icon {
  position: relative;
}
.uq-btn-icon input {
  padding: 0 50px 0 10px;
}
.uq-btn-icon i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 40px;
  height: 26px;
  background: url("img/icon.png") no-repeat;
}
/*------------------------------------*\
              __u-radio__

    <label class="u-radio">
      <input type="radio"/>??????
    </label>
\*------------------------------------*/
.u-radio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  cursor: pointer;
  margin-right: 10px;
}
.u-radio input {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 4px;
}
/*------------------------------------*\
              __u-checkbox__

    <label class="u-checkbox">
      <input type="checkbox"/>??????
    </label>
\*------------------------------------*/
.u-checkbox {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding-left: 16px;
  cursor: pointer;
  margin-right: 10px;
}
.u-checkbox input {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 4px;
}
.u-icon-checkbox-false {
  background: url('img/checkfalse.png') no-repeat 0 center;
  padding-left: 20px;
}
.u-icon-checkbox-false input {
  display: none;
}
.u-icon-checkbox-true {
  background: url('img/checktrue.png') no-repeat 0 center;
  padding-left: 20px;
}
.u-icon-checkbox-true input {
  display: none;
}
/*------------------------------------*\
            __uq-pointer__

     <p class="uq-pointer">
        <i class="zq-act"></i><i></i>
     </p>
\*------------------------------------*/
.uq-pointer {
  position: absolute;
  bottom: 30px;
}
.uq-pointer i {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #FFF;
  margin: 0 5px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.uq-pointer i:hover {
  background: rgba(255, 117, 66, 0.45);
}
.uq-pointer i.zq-act {
  background: #ff7542;
}
.uq-pit-square i {
  width: 50px;
  height: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*------------------------------------*\
          __uq-icon-text__

      <label class="uq-icon-text">
          <i></i>??????
      </label>
\*------------------------------------*/
.uq-icon-text {
  line-height: 20px;
  font-size: 14px;
  margin-right: 10px;
}
.uq-icon-text i {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: url(img/icon.png) no-repeat;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  /* IE7 */
  *text-indent: 0;
  *zoom: 1;
}
.uq-icon-text i:before {
  content: '\3000';
}
/*------------------------------------*\
              __uq-crumb__

 <p class="uq-crumb">???????????????<a>??????</a>/<span>????????????</span> <a class="f-right">??????</a></p>
\*------------------------------------*/
.uq-crumb {
  line-height: 50px;
  font-size: 12px;
}
.uq-crumb a,
.uq-crumb span {
  margin: 0 5px;
}
/*------------------------------------*\
            __ui-step__
\*------------------------------------*/
.ui-step-box {
  position: relative;
  z-index: 1;
  width: 430px;
  margin: 0 auto;
}
.ui-step {
  margin: 0px auto;
  padding: 0px 20px 0 0;
  list-style: none;
  zoom: 1;
  position: relative;
}
.ui-step li {
  padding: 0px;
  float: left;
  height: 54px;
  margin: 0;
  width: 50%;
  position: relative;
}
.ui-step li .ui-step-icon,
.ui-step-end .ui-step-icon {
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 150px;
  font-family: tahoma;
}
.ui-step li .ui-step-line {
  height: 2px;
  background: #d8d8d8;
  display: block;
  margin-top: 14px;
  line-height: 1;
  overflow: hidden;
}
.ui-step-end {
  position: absolute;
  top: 0px;
  right: 8%;
  zoom: 1;
  _clear: both;
  /* ??????ie6??????????????????????????????????????????????????? */
}
/* ???????????? */
.ui-step-icon .iconfont {
  display: block;
  width: 30px;
  height: 30px;
  background: #dfdfdf;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.ui-step-icon .ui-step-number {
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.ui-step-icon .ui-step-number img {
  vertical-align: middle;
  *margin: 7px 0;
}
.ui-step-icon .ui-step-text {
  height: 20px;
  line-height: 20px;
  position: relative;
  top: 36px;
  left: -60px;
  color: #8b8b8b;
}
/* ???????????? */
.ui-step-2 li {
  width: 100%;
}
.ui-step-3 li {
  width: 50%;
  *width: 49.9%;
}
.ui-step-4 li {
  width: 33.33%;
}
.ui-step-5 li {
  width: 25%;
  *width: 24.9%;
}
.ui-step-6 li {
  width: 20%;
}
/* ???????????? */
.ui-step .ui-step-active {
  color: #fe6905;
}
.ui-step .ui-step-done .ui-step-line,
.ui-step-done .iconfont,
.ui-step-active .iconfont {
  background: #fe6905;
}
.ui-step-done .ui-step-text,
.ui-step-active .ui-step-text {
  color: #fe6905;
}
/*------------------------------------*\
          __register-success__
\*------------------------------------*/
.register-success {
  width: 450px;
  margin: 50px auto 30px;
}
.register-success img {
  width: 71px;
  height: 71px;
  float: left;
}
.register-success .s-success-text {
  float: left;
  margin-left: 22px;
}
.register-success .s-success-text .go-index {
  display: inline-block;
  width: 96px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  color: #5a7fe8;
  background: #f7f7f7;
  margin-top: 18px;
}
.register-success .msg,
.register-success .sub {
  color: #555555;
  margin: 0px;
  padding: 0px;
}
.register-success .msg {
  font-size: 30px;
}
.register-success .sub {
  font-size: 14px;
  line-height: 26px;
}
.register-success .sub em {
  font-style: normal;
  color: #f00;
  font-size: 16px;
}
.register-success input {
  width: 100px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-top: 30px;
  cursor: pointer;
  outline: 0;
  color: #555555;
  *margin-left: -13px;
}
.register-success .s-success-text .go-index:hover,
.register-success input:active {
  background-color: #f3f3f3;
}
/*????????????*/
.uq-infoLike {
  font-size: 14px;
}
.uq-infoLike i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(img/icon1-1.png) 80% 0 no-repeat;
  margin-right: 4px;
  cursor: pointer;
}
.uq-infoLike i:hover {
  background: url(img/icon1-1.png) 80% 40% no-repeat;
}
.uq-infoLike.on {
  color: #cf2a05!important;
}
.uq-infoLike.on i {
  background: url(img/icon1-1.png) 80% 40% no-repeat;
}
/**
 *                  ??????mq-
 *  __mq-nav-vertical__              ............   ???????????????
 *  __mq-nav-horizontal__              ............   ???????????????
 *  __mq-accordion__              ............   ??????????????????????????????

 *  __mq-slide__              ............   ????????????????????????????????????
 *  __m-form-horizontal__              ............   ??????1??? ??????  ?????? ????????? input
 *  __mq-form-vertical__              ............   ??????1??? ??????  ?????? ????????? input
 *  __mq-list3__              ............   ????????????????????????-??????????????????(??????,??????)
 *  __mq-list4__              ............   ????????????????????????
 *  __mq-listAvg__              ............   ??????????????????????????????
 *  __mq-boxBtm__              ............   ???????????????????????????????????????
 *  __mq-riArrow__              ............   ???????????????????????????
 *  __mq-iconTx-list__              ............   ????????????????????????????????????
 *  __mq-line2-title__              ............     ????????????line?????????????????????----  ?????? ---- ???
 *  __mq-lineSlash2-title__              ............     ????????????line?????????????????????----/ ?????? /---- ???
 *  __mq-hover-title__              ............     hover ??????????????????
 *  __mq-lineBtm-title__              ............   ????????????????????????
 *  __mq-footer__              ............    footer??????
 */
/*------------------------------------*\
          __mq-nav-horizontal__
\*------------------------------------*/
.mq-nav-horizontal {
  line-height: 80px;
}
.mq-nav-horizontal .mq-logo {
  float: left;
}
.mq-nav-horizontal .mq-nav-list li {
  display: inline-block;
  *display: inline;
  padding: 0 12px;
  font-size: 16px;
}
.mq-nav-horizontal .mq-nav-list li a {
  display: block;
}
/*------------------------------------*\
          __mq-nav-vertical__

     <div class="mq-nav-vertical">
          <ul class="mq-nav-list">
              <li><a>??????</a></li>
          </ul>
     </div>
\*------------------------------------*/
.mq-nav-vertical {
  width: 200px;
  padding: 10px 0;
  background: #f7f7f7;
}
.mq-nav-vertical .mq-nav-list li {
  border-bottom: 1px solid #eee;
}
.mq-nav-vertical .mq-nav-list a {
  display: block;
  padding: 0 10px;
  line-height: 50px;
}
.mq-nav-vertical .mq-nav-list a:hover {
  background: #FFF;
}
.mq-nav-vertical .mq-nav-list a.zq-act {
  background: #FFF;
}
/*------------------------------------*\
          __mq-slide__

   <div class="mq-slide">
        <ul class="mq-slide-list">
            <li><a href=""></a></li>
        </ul>
   </div>
\*------------------------------------*/
.mq-slide {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 500px;
  overflow: hidden;
}
.mq-slide-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.mq-slide-list li {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.mq-slide-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.mq-slide-list a > img {
  display: block;
}
/*------------------------------------*\
          __m-form-horizontal__
\*------------------------------------*/
.m-form-horizontal {
  clear: both;
}
.m-form-horizontal .m-form-horizontal_item {
  *zoom: 1;
  display: block;
  margin-bottom: 20px;
}
.m-form-horizontal .m-form-horizontal_item:before,
.m-form-horizontal .m-form-horizontal_item:after {
  content: " ";
  display: table;
}
.m-form-horizontal .m-form-horizontal_item:after {
  clear: both;
}
.m-form-horizontal .m-form-horizontal_item .m-form-horizontal_item_tit {
  float: left;
  width: 18%;
  text-align: right;
}
.m-form-horizontal .m-form-horizontal_item .m-form-horizontal_item_box {
  width: 80%;
  float: right;
}
.m-form-horizontal .m-form-horizontal_item .m-form-horizontal_input {
  display: inline-block;
}
.m-form-horizontal .m-form-horizontal_item .lt-ie8 .m-form-horizontal_input {
  display: inline;
}
/*------------------------------------*\
          __mq-form-vertical__
\*------------------------------------*/
.mq-form-vertical {
  clear: both;
}
.mq-form-vertical .mq-form-vertical_item {
  *zoom: 1;
  display: block;
  margin-bottom: 14px;
}
.mq-form-vertical .mq-form-vertical_item:before,
.mq-form-vertical .mq-form-vertical_item:after {
  content: " ";
  display: table;
}
.mq-form-vertical .mq-form-vertical_item:after {
  clear: both;
}
.mq-form-vertical .mq-form-vertical_item .mq-form-vertical_item_tit {
  display: block;
  margin-bottom: 8px;
}
/*------------------------------------*\
          __mq-accordion__
\*------------------------------------*/
.mq-accordion {
  width: 1100px;
}
.mq-accordion ul li {
  position: relative;
  width: 100px;
  height: 300px;
  float: left;
  overflow: hidden;
  margin-right: 5px;
}
.mq-accordion ul li.zq-margin-tr0 {
  margin-right: 0;
}
.mq-accordion ul li.zq-act {
  /* width: 785px;*/
}
.mq-accordion ul li.zq-act .mq-accordion-img {
  width: 400px;
}
.mq-accordion ul li.zq-act .mq-accordion-img img {
  left: 0;
}
.mq-accordion .mq-accordion-img {
  width: 100px;
  height: 100%;
  float: left;
}
.mq-accordion .mq-accordion-img img {
  display: block;
  width: 400px;
  height: 100%;
  position: absolute;
  left: -150px;
}
.mq-accordion .mq-accordion-txt {
  padding-left: 400px;
  background: #f3f3f3;
}
/*------------------------------------*\
          __mq-list3__

<div class="mq-list3">
  <ul class="mq-list3-box">
      <li>
          <div class="mq-list3-img"><img src=""/></div>
          <div class="mq-list3-txt">
               <div class="mq_txt"><h3>XX</h3><p>XXX</p></div>
          </div>
      </li>
  </ul>
</div>
\*------------------------------------*/
.mq-list3 {
  width: 800px;
}
.mq-list3 .mq-list3-box {
  clear: both;
}
.mq-list3 .mq-list3-box li {
  width: 800px;
  height: 100px;
  margin-bottom: 5px;
  *zoom: 1;
  overflow: hidden;
}
.mq-list3 .mq-list3-box li:before,
.mq-list3 .mq-list3-box li:after {
  content: " ";
  display: table;
}
.mq-list3 .mq-list3-box li:after {
  clear: both;
}
.mq-list3 .mq-list3-img {
  width: 100px;
  height: 100px;
  float: left;
}
.mq-list3 .mq-list3-img img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.mq-list3 .mq-list3-txt {
  width: 700px;
  float: right;
  overflow: hidden;
}
/*------------------------------------*\
          __mq-list4__

<div class="mq-list4">
  <ul class="mq-list4-box">
      <li>
          <div class="mq-list4-img"><img src=""/></div>
          <div class="mq-list4-txt"><h3>XX</h3><p>XXX</p></div>
      </li>
  </ul>
</div>
\*------------------------------------*/
.mq-list4 {
  clear: both;
  overflow: hidden;
}
.mq-list4 .mq-list4-box {
  *zoom: 1;
  margin-left: -5px;
}
.mq-list4 .mq-list4-box:before,
.mq-list4 .mq-list4-box:after {
  content: " ";
  display: table;
}
.mq-list4 .mq-list4-box:after {
  clear: both;
}
.mq-list4 li {
  float: left;
  margin: 0 5px;
  width: 100px;
}
.mq-list4 .mq-list4-img {
  width: 100%;
  position: relative;
}
.mq-list4 .mq-list4-img img {
  display: block;
  width: 100%;
}
.mq-list4 .mq-list4-txt {
  margin: 5px 0;
}
.mq-list4 .mq-list4-txt h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.mq-list4 .mq-list4-txt p {
  font-size: 12px;
  line-height: 20px;
}
.mq-list4 a {
  display: block;
}
/*------------------------------------*\
           __mq-listAvg__

      <div class="mq-listAvg">
          <ul class="mq-listAvg-box">
              <li></li>
          </ul>
      </div>
\*------------------------------------*/
.mq-listAvg {
  width: 1100px;
  margin: 0 auto;
  clear: both;
}
.mq-listAvg .mq-listAvg-box {
  *zoom: 1;
  zoom: 1;
  margin-left: -3.33%;
  overflow: hidden;
}
.mq-listAvg .mq-listAvg-box:before,
.mq-listAvg .mq-listAvg-box:after {
  content: " ";
  display: table;
}
.mq-listAvg .mq-listAvg-box:after {
  clear: both;
}
.mq-listAvg .mq-listAvg-box li {
  position: relative;
  float: left;
  width: 30%;
  margin: 0 0 0 3.33%;
}
/*------------------------------------*\
          __mq-riArrow__

<a class="mq-riArrow">????????????<i></i></a>
\*------------------------------------*/
.mq-riArrow {
  display: block;
  padding: 12px 20px;
  clear: both;
  font-size: 16px;
  line-height: 20px;
}
.mq-riArrow i {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  height: 10px;
  background: url("img/icon.png") no-repeat 4% 8%;
  width: 5px;
  margin-top: 5px;
  float: right;
}
/*------------------------------------*\
          __mq-boxBtm__
\*------------------------------------*/
.mq-boxBtm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
/*------------------------------------*\
          __mq-iconTx-list__
\*------------------------------------*/
.mq-iconTx-list li {
  width: 58px;
  border: 1px solid #000;
  padding: 8px 0 5px;
}
.mq-iconTx-list li i {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 30px;
  background: url("img/icon.png") no-repeat;
}
.mq-iconTx-list li p {
  font-size: 12px;
  text-align: center;
  color: #0d0408;
  line-height: 24px;
}
/*------------------------------------*\
            __mq-line2-title__
\*------------------------------------*/
.mq-line2-title {
  position: relative;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
}
.mq-line2-title span {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 22px;
  color: #404752;
}
.mq-line2-title p {
  font-size: 16px;
  color: #404752;
}
.mq-line2-title i {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 28%;
  border-bottom: 1px solid #818181;
}
/*------------------------------------*\
           __mq-lineSlash2-title__
\*------------------------------------*/
.mq-lineSlash2-title {
  position: relative;
  margin: 45px 0;
  height: 1px;
  background: #d2d2d2;
  text-align: center;
  font-weight: 400;
  line-height: 16px;
}
.mq-lineSlash2-title label {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.mq-lineSlash2-title .title-box {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  position: absolute;
  z-index: 10;
  top: -45px;
  left: 50%;
  margin-left: -100px;
  background: #FFF;
  padding: 0 38px;
}
.mq-lineSlash2-title .title-text {
  position: relative;
  display: block;
  font-size: 30px;
  color: #060001;
  line-height: 30px;
}
.mq-lineSlash2-title .title-text i {
  position: absolute;
  display: block;
  width: 21px;
  height: 40px;
  top: 0;
  background: url("img/icon.png") no-repeat 82% 0;
}
.mq-lineSlash2-title .title-text i.start {
  left: -48px;
}
.mq-lineSlash2-title .title-text i.end {
  right: -48px;
}
/*------------------------------------*\
           __mq-hover-title__
\*------------------------------------*/
.mq-hover-title {
  position: relative;
}
.mq-hover-title:hover .mq-hover-item {
  display: block;
}
.mq-hover-title .mq-hover-item {
  position: absolute;
  font-size: 14px;
  top: 42px;
  right: 0;
  width: 320px;
  background: #ffffff;
  z-index: 2;
  border: 1px solid #D6D7D7;
  border-radius: 5px;
  padding: 10px;
  display: none;
  color: #515567;
}
.mq-hover-title .mq-hover-item em {
  width: 0;
  height: 0;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #D6D7D7;
  position: absolute;
  top: -14px;
  left: 50px;
}
.mq-hover-title .mq-hover-item b {
  width: 0;
  height: 0;
  margin-left: -9px;
  margin-top: 1px;
  display: block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 14px solid #ffffff;
}
/*------------------------------------*\
           __mq-lineBtm-title__
\*------------------------------------*/
.mq-lineBtm-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.mq-lineBtm-title span {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  line-height: 45px;
  border-bottom: 3px solid #404752;
}
.mq-lineBtm-title i {
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #404752;
}
.mq-lineBtm-title .uq-more {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  padding: 10px 16px;
  font-size: 12px;
  color: #404752;
}
/*------------------------------------*\
            __mq-footer__
\*------------------------------------*/
.mq-footer {
  width: 1100px;
  margin: 0 auto;
}
.mq-footer .mq-footer-nav {
  color: #222;
  font-size: 14px;
  line-height: 24px;
}
.mq-footer .mq-footer-nav a:hover {
  text-decoration: underline;
}
.mq-footer .mq-footer-nav span {
  margin: 0 13px;
}
.mq-footer .mq-footer-copy {
  font-size: 12px;
  color: #8a8e95;
  line-height: 20px;
}
/*------------------------------------*\
            2016-11-12 ????????????
\*------------------------------------*/
.fc_pTop{margin-top: 20px;}
.fc_pBot{margin-bottom: 30px;}
.fc_pBots{margin-bottom: 27px;}
.map_divCont{margin-top: -80px;}
.map_divCont p{text-align: center;font-size: 26px;color: #404752;cursor: pointer;}
.map_divCont i{display: block;background: url("img/cf_xz01.png") no-repeat;width: 16px;height: 14px;margin:12px auto 0;}
.cfl{float: left;}
.cfr{float: right;}
.fc_checkPad{padding:30px 0 122px;width: 1000px;margin: 0 auto;}
.fc_checkL{width: 440px;height: 191px;background: #fff;padding: 40px 0 48px 40px;margin-bottom: 40px;}
.fc_checkL h1{color: #444;font-weight: 100;font:18px/28px "????????????";}
.fc_checkL h1 label{font-weight: bold;}
.fc_checkL p{font:14px/28px "????????????";color: #444;}
.fc_checkDiv{width: 100%;height: auto;overflow: hidden;}
