/*! 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: sans-serif;
}
/**
 * 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 style 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` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style 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 style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style 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 style
\*------------------------------------*/
/*------------------------------------*\
                a style
\*------------------------------------*/
/*------------------------------------*\
              h1-h6 style
\*------------------------------------*/
/*------------------------------------*\
              btn style
\*------------------------------------*/
/*------------------------------------*\
              input style
\*------------------------------------*/
/*------------------------------------*\
          __keyframes-prefix__
\*------------------------------------*/
/*------------------------------------*\
          __set-default__
\*------------------------------------*/
body {
  font-family: 'helvetica neue', 'hiragino sans gb', 'stheiti', 'microsoft yahei', '\5FAE\8F6F\96C5\9ED1', 'tahoma';
  font-size: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: 'helvetica neue', 'hiragino sans gb', 'stheiti', 'microsoft yahei', '\5FAE\8F6F\96C5\9ED1', 'tahoma';
  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;
}
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-box-shadow__              ............ 阴影
 *  __f-function__              ............ 功能区域 clearFix f-left f-right 等
 */
/*------------------------------------*\
        __function-clearFix__
\*------------------------------------*/
/*------------------------------------*\
        __function-container__
\*------------------------------------*/
/*------------------------------------*\
        __function-box-shadow__
\*------------------------------------*/
/*------------------------------------*\
          __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;
}
.f-vhid {
  visibility: hidden;
}
.f-text-center {
  text-align: center;
}
.f-wwbw {
  word-wrap: break-word;
}
.f-wwba {
  word-wrap: break-all;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
.ms-phColor {
  color: #A9A9A9!important;
}
/**
 *                  元件
 *  __u-input__              ............   input输入框
 *  __u-btn__         ............   按钮
 *  __u-select__         ............   下拉菜单
 *  __u-radio__         ............   单选
 *  __u-checkbox__         ............   多选
 *  __u-text-error__         ............   警示文字
 */
/*------------------------------------*\
              __u-input__

    <input type="text" class="u-input" />
\*------------------------------------*/
.u-input {
  background: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAAAG5wVGOkIJ/OAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURQAAAKd6PdoAAAABdFJOUwBA5thmAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==");
  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: 3;
  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;
}
/*------------------------------------*\
              __u-btn__
    <span class="u-btn">按钮</span>

            __u-btn-submit__
    <label class="u-btn u-btn-submit">
      <input type="button" value="按钮"/>
    </label>
\*------------------------------------*/
.u-btn {
  color: #000;
  font-size: 14px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  outline: none;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.lt-ie8 .u-btn {
  display: inline;
}
.u-btn:hover {
  color: #1c79ae;
}
.lt-ie8 .u-btn-submit {
  padding: 5px 16px;
}
.u-btn-submit input,
.u-btn-submit button {
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  outline: none;
  overflow: visible;
  line-height: normal !important;
  border-width: 0px;
}
.u-btn-submit:hover input,
.u-btn-submit:hover button {
  color: #1c79ae;
}
.u-ibtn-left {
  padding: 6px 12px 6px 10px;
}
.u-ibtn-left em {
  display: inline-block;
  font-style: normal;
  margin-left: 3px;
}
.u-ibtn-right {
  padding: 6px 10px 6px 12px;
}
.u-ibtn-right em {
  display: inline-block;
  font-style: normal;
  margin-right: 3px;
}
/*------------------------------------*\
              __u-select__

    <select class="u-select"></select>
\*------------------------------------*/
.u-select {
  background: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAAAG5wVGOkIJ/OAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURQAAAKd6PdoAAAABdFJOUwBA5thmAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==");
  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-select-simulation {
  background: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABAQMAAADD8p2OAAAAAG5wVGOkIJ/OAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURQAAAKd6PdoAAAABdFJOUwBA5thmAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==");
  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);
  background: #fff;
  display: inline-block;
  width: 123px;
  height: 43px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: 3px;
}
.u-select-simulation .lt-ie8 {
  display: inline;
}
.u-select-simulation span {
  display: block;
  text-indent: 13px;
  line-height: 43px;
  background: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFAgMAAAABCpX7AAAAAG5wVGOkIJ/OAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURQAAAJWVlZWVlSo7tEkAAAACdFJOUwCAmytOGAAAABxJREFUCNdjyFo1gUFqlQMD20oGBsYlDAwMAQwANuMETWNFpPEAAAAASUVORK5CYII=") no-repeat 93% center;
  cursor: pointer;
}
.u-select-simulation ul {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: none;
  background: #fff;
  border: 1px solid #d4d4d4;
}
.u-select-simulation ul li {
  line-height: 25px;
  text-indent: 10px;
  cursor: pointer;
}
/*------------------------------------*\
              __u-radio__

    <label class="u-radio">
      <input type="radio"/>单选
    </label>
\*------------------------------------*/
.u-radio {
  display: inline-block;
  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;
  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;
}
/*------------------------------------*\
            __u-text-error__

  <span class='u-text-error'>error</span>
\*------------------------------------*/
.u-text-error {
  display: inline-block;
  color: #fe8345;
  font-size: 12px;
  line-height: 24px;
}
.u-text-default {
  display: inline-block;
  color: #888888;
  font-size: 12px;
  line-height: 24px;
}
/**
 *                  模块
 *  __ui-step__              ............   进度条
 *  __register-success__         ............   成功提示
 *  __m-form-horizontal__              ............   表单1列 列表  如： 商标： input
 */
/*------------------------------------*\
            __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;
}
/*------------------------------------*\
          __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: 19%;
  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;
}
/*------------------------------------*\
            �ײ���ʽ
        summer 2016-1-25
\*------------------------------------*/
.ms-footer {
  background: #ffffff;
}
.ms-linkBg {
  padding: 30px 0;
  background: #f7f7f7;
}
.ms-footerLink {
  float: left;
}
.ms-linkList {
  margin: 0 0 0 50px;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: left;
}
.ms-linkList dt {
  line-height: 36px;
  font-size: 16px;
  color: #333333;
}
.ms-linkList dd {
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #666666;
}
.ms-linkList dd a {
  text-decoration: none;
  color: #666666;
  font-size: 12px;
}
.ms-linkList dd a:hover {
  color: #ff944c;
  font-size: 12px;
}
.ms-footerWx {
  float: right;
  text-align: center;
}
.ms-footerWx p {
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 20px;
  color: #666666;
}
.ms-footerWx span {
  font-size: 16px;
  color: #333333;
  display: block;
  line-height: 24px;
}
.ms-copy {
  padding: 20px 0;
  color: #999999;
  text-align: center;
}
/*------------------------------------*\
            ͷ����ʽ
        summer 2016-1-25
\*------------------------------------*/
.ms-loginBarBg {
  height: 36px;
  background: #474340;
}
.ms-loginBarLeft {
  float: left;
}
.ms-login {
  color: #6f6a68;
  font-size: 14px;
}
.ms-login li {
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 5px;
}
.ms-login li a {
  color: #ffffff;
}
.ms-loginBar {
  font-size: 12px;
}
.ms-loginBar span,
.ms-loginBar a {
  color: #cfc8c4;
}
.ms-loginBarRight {
  float: right;
}
.ms-shop {
  display: inline-block;
  vertical-align: baseline;
  height: 36px;
  line-height: 36px;
  position: relative;
  padding: 0 20px;
  color: #ffffff;
}
.ms-shop em {
  display: inline-block;
  vertical-align: baseline;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  text-align: center;
  font-style: normal;
  line-height: 20px;
  color: #ffffff;
  border-radius: 50px;
  background: #fe6905;
}
.ms-shop:hover {
  background: #433c38;
}
.ms-topNav,
.ms-topNav li {
  display: inline-block;
  *display: inline;
  zoom: 0;
  vertical-align: baseline;
  color: #6f6a68;
  height: 36px;
  line-height: 36px;
}
.ms-topNav li {
  margin: 0 8px 0 5px;
  position: relative;
}
.ms-topNav li > a {
  color: #cfc8c4;
}
.ms-topNav li a > b {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #b5b2b1;
}
.ms-topNav li a:hover > b {
  border-top: 4px solid #ff944c;
}
.ms-topNav li:hover > .ms-service {
  display: block;
}
.ms-service {
  position: absolute;
  top: 36px;
  right: 0;
  width: 130px;
  padding: 20px 25px 5px;
  background: #ffffff;
  z-index: 3;
  text-align: center;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}
.ms-service b {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  right: 25px;
}
.ms-service a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  border-radius: 3px;
  background: #fe6905;
}
.ms-service a:hover {
  color: #ffffff;
  background: #ec650a;
}
.ms-service p {
  padding-top: 15px;
  height: 24px;
  line-height: 24px;
  color: #555555;
}
.ms-service span {
  color: #fe6905;
  font-size: 18px;
  font-weight: bold;
}
.ms-header-content {
  border-bottom: 1px solid #e2e2e2;
}
.ms-header-content > div {
  position: relative;
  padding: 25px 0 30px;
}
.ms-logo {
  float: left;
}
.ms-nav {
  float: left;
  padding: 15px 0 0 100px;
}
.ms-nav li {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.ms-nav li a {
  color: #444444;
  font-size: 15px;
}
.ms-search {
  float: right;
  padding-top: 15px;
}
.ms-search input[type="text"] {
  float: left;
  width: 152px;
  height: 36px;
  line-height: 36px\9;
  outline: none;
  padding: 0 15px 0 40px;
  border: 1px solid #cccccc;
  border-right: 0 none;
  background: #ffffff url("slice/icon2.png") 15px center no-repeat;
  font-size: 12px;
}
.ms-search button {
  border: 0 none;
  height: 38px;
  color: #ffffff;
  font-size: 12px;
  padding: 0 7px;
  background: #769ade;
  cursor: pointer;
}
.ms-search button:hover {
  background: #769ade;
}
.ms-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.ms-menu > a {
  display: inline-block;
  width: 140px;
  padding-left: 30px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 14px;
  background: #fe6905;
}
.ms-menu:hover .ms-menuSub-main {
  display: block;
}
.ms-menuSub-main {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 5px 0 30px 30px;
  background: #fe6905;
  display: none;
}
.ms-menuSub > li > a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 30px;
  position: relative;
}
.ms-menuSub > li > a > i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4.5px;
}
.ms-menuSub > li > a:hover {
  background: #ffffff;
  color: #fe6905;
}
.ms-menuSub > li > a:hover > i {
  display: none;
}
.ms-menuSub > li:hover .ms-menu-navSub {
  display: block;
}
.ms-menu-navSub {
  position: absolute;
  top: -5px;
  left: 170px;
  padding: 30px 60px;
  width: 410px;
  height: 213px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-left: 0 none;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.ms-menu-navSub > span {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  line-height: 40px;
}
.ms-menu-navSub > span > a {
  color: #555555;
  font-size: 14px;
  padding-left: 15px;
  background: url("") left center no-repeat;
}
.ms-menu-navSub > span > a:hover {
  color: #fe6905;
  background: url("slice/icon17.png") left center no-repeat;
}
.ms-login .cur a,
.ms-login li a:hover,
.ms-topNav > li > a:hover,
.ms-nav li a:hover {
  color: #ff944c;
}
/*--- 分页 --- */
.mg-pageCon{
    background: #fff;
    padding:15px 0;
}
.mg-pageCon a{
    display: inline-block;
    margin-left: 5px;
    width: 35px;
    height: 30px;
    background: #f3f3f3;
    font-size: 14px;
    color: #94969e;
    text-align: center;
    line-height: 30px;
}
.mg-pageCon a.pagePrev,.mg-pageCon a.pageNext{
    width: 55px;
}
.mg-pageCon a.resetAbo{
    background: #f3f7fa;
    color: #515567;
}
.mg-pageCon a.cur{
    background: #596081;
    color: #fff;
    border: solid 1px #596081;
}
.mg-pageCon span{
    padding: 0 8px;
    font-size: 14px;
    color: #94969e;
}
.mg-pageCon select{
    padding-left: 15px;
    min-width: 78px;
    height: 38px;
    font-size: 14px;
    color: #94969e;
    border: solid 1px #e5edf2;
    outline: none;
}
.m-height_item_tit{
    line-height: 32px;
}
.register-mg{
    height: 100px;
}

