@charset "UTF-8";
.dialog-survey .warn-content, .survey-example ul, .risk-tip, .page-confirm .form-content, .page-failed .failed-content .failed-tip, .page-open .failed-content .failed-tip {
  *zoom: 1; }
  .dialog-survey .warn-content:before, .survey-example ul:before, .risk-tip:before, .page-confirm .form-content:before, .page-failed .failed-content .failed-tip:before, .page-open .failed-content .failed-tip:before, .dialog-survey .warn-content:after, .survey-example ul:after, .risk-tip:after, .page-confirm .form-content:after, .page-failed .failed-content .failed-tip:after, .page-open .failed-content .failed-tip:after {
    content: "";
    display: table;
    font: 0/0 a; }
  .dialog-survey .warn-content:after, .survey-example ul:after, .risk-tip:after, .page-confirm .form-content:after, .page-failed .failed-content .failed-tip:after, .page-open .failed-content .failed-tip:after {
    clear: both; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * 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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

ul,
ol {
  padding: 0;
  list-style: none; }

p,
ul,
dl,
dd,
h1,
h2,
h3,
h4 {
  margin: 0; }

body {
  line-height: 1.5;
  font-size: 14px;
  font-family: "微软雅黑", Tahoma, Arial, "Hiragino Sans GB", \5B8B\4F53, sans-serif, sans-serif; }

#main {
  padding-top: 20px;
  padding-bottom: 0px;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0; }

#content {
  position: relative;
  padding: 40px 50px 0 50px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff; }

.wrap {
  width: 858px;
  margin: 0 auto; }

#timeOutAlert {
  position: absolute;
  border: 1px solid #f4ceac;
  background-color: #fff7de;
  z-index: 700; }
  #timeOutAlert .arrow {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 14px;
    height: 7px;
    right: 40px;
    top: -7px;
    z-index: 800;
    background-image: url("../images/timeout/arrow.png");
    background-repeat: no-repeat; }
    * + html #timeOutAlert .arrow {
      display: inline; }
  #timeOutAlert .hd {
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    border-bottom: 1px solid #f5e6b8;
    text-align: right; }
    #timeOutAlert .hd .close {
      font-size: 12px;
      color: #8d8d8d;
      cursor: pointer; }
  #timeOutAlert .bd {
    *zoom: 1; }
    #timeOutAlert .bd:after {
      content: "";
      display: table;
      clear: both; }
    #timeOutAlert .bd .fl {
      float: left; }
  #timeOutAlert .lamp {
    display: block;
    width: 75px;
    height: 80px;
    margin: 20px 0 0 12px; }
  #timeOutAlert .text {
    width: 210px;
    padding: 20px;
    font-size: 12px;
    line-height: 28px; }
    #timeOutAlert .text .online-service {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 90px;
      height: 25px;
      margin-left: 10px;
      text-indent: -9999px;
      overflow: hidden;
      cursor: pointer; }
      * + html #timeOutAlert .text .online-service {
        display: inline; }
    #timeOutAlert .text b {
      font-weight: bold;
      padding: 0 5px; }
    #timeOutAlert .text .hotline {
      color: #fc8b25;
      font-size: 24px; }
  #timeOutAlert .contact {
    vertical-align: middle;
    margin-left: 5px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

a {
  text-decoration: none; }

button {
  outline: none;
  border: none; }

.head_nav {
  background: #3d3d3d;
  height: 28px;
  line-height: 28px;
  font-size: 12px; }
  .head_nav .head_nav_inner {
    width: 950px;
    margin: 0 auto; }
    .head_nav .head_nav_inner ul {
      float: left;
      border-left: 1px solid #4c4c4c;
      overflow: hidden; }
      .head_nav .head_nav_inner ul li {
        float: left;
        height: 28px;
        border-right: 1px solid #4c4c4c;
        padding: 0 16px; }
        .head_nav .head_nav_inner ul li a {
          color: #f7f7fa;
          text-decoration: none; }
          .head_nav .head_nav_inner ul li a:hover {
            color: #fbc604; }
        .head_nav .head_nav_inner ul li.hot {
          background: url(../images/gif/hot-icon.gif) right 0 no-repeat; }
    .head_nav .head_nav_inner .login_area {
      float: right;
      height: 28px; }
      .head_nav .head_nav_inner .login_area a.login_top {
        color: #f7f7fa;
        text-decoration: none; }
      .head_nav .head_nav_inner .login_area .afterlogin {
        color: #f7f7fa; }
        .head_nav .head_nav_inner .login_area .afterlogin a.logout {
          margin-left: 20px;
          color: #979797;
          text-decoration: none; }

.ui-header {
  height: 80px; }
  .ui-header .header-inner {
    *zoom: 1;
    width: 950px;
    height: 100%;
    margin: 0 auto; }
    .ui-header .header-inner:after {
      content: "";
      display: table;
      clear: both; }
  .ui-header .vline {
    float: right;
    *display: inline;
    display: block;
    height: 24px;
    margin-top: 13px;
    padding-left: 15px;
    background-image: url("../images/header/vline.png");
    background-repeat: no-repeat;
    background-position: right center; }
  .ui-header .logo {
    float: left;
    *display: inline; }
    .ui-header .logo a {
      float: left;
      *display: inline;
      margin-top: 25px;
      margin-right: 10px; }
    .ui-header .logo span {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      padding-left: 10px;
      font-size: 16px;
      font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
      line-height: 80px;
      color: #4d4c4c;
      background-image: url("../images/header/vline.png");
      background-repeat: no-repeat;
      background-position: left center; }
      * + html .ui-header .logo span {
        display: inline; }
    .ui-header .logo img {
      display: block; }
  .ui-header .nav-right {
    float: right;
    *display: inline;
    height: 80px;
    line-height: 80px; }
    .ui-header .nav-right .nav-item {
      float: right; }
    .ui-header .nav-right .logout {
      margin-right: 24px;
      font-size: 12px; }
      .ui-header .nav-right .logout span {
        margin-right: 12px;
        color: #969696; }
      .ui-header .nav-right .logout a {
        color: #18a0ff;
        text-decoration: none; }
    .ui-header .nav-right .faq a {
      margin-right: 13px;
      font-size: 15px;
      color: #676767;
      text-decoration: none; }
    .ui-header .nav-right .hotline .line {
      float: left;
      *display: inline;
      margin-right: 13px;
      font-size: 15px;
      color: #676767; }
    .ui-header .nav-right .hotline .num {
      font-size: 26px;
      color: #f05a27; }

* + html .ui-header .hotline span {
  margin-top: 0;
  vertical-align: top; }

.ui-footer {
  margin-top:80px;
  height: 88px;
  font-size: 12px;
  line-height: 88px;
  color: #fff;
  text-align: center;
  background-color: #424444; }

h1, h2, h3, h4 {
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
  font-weight: normal; }

a {
  color: #f06a64; }

.fill-group {
  font-size: 0;
  margin-bottom: 16px; }
  .fill-group .error input {
    border: 1px solid #ea616c;
    box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
  .fill-group .error .tip {
    display: block;
    margin-top: 10px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #f06a64;
    text-align: left; }
  .fill-group .fill-label {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 126px;
    text-align: right;
    font-size: 14px;
    line-height: 44px;
    color: #808080;
    font-weight: normal; }
    * + html .fill-group .fill-label {
      display: inline; }
    .fill-group .fill-label .require {
      padding-right: 3px;
      font-size: 16px;
      color: #fe2020;
      vertical-align: -3px; }
  .fill-group .fill-control {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-left: 30px;
    font-size: 0; }
    * + html .fill-group .fill-control {
      display: inline; }
    .fill-group .fill-control .long {
      width: 360px; }
    .fill-group .fill-control .short {
      width: 108px; }
    .fill-group .fill-control .radio,
    .fill-group .fill-control .checkbox {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      padding-top: 6px;
      margin-right: 10px;
      font-size: 14px; }
      * + html .fill-group .fill-control .radio, * + html
      .fill-group .fill-control .checkbox {
        display: inline; }
      .fill-group .fill-control .radio.block,
      .fill-group .fill-control .checkbox.block {
        display: block; }
    .fill-group .fill-control .fill-btn {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 100px;
      height: 31px;
      margin-left: 10px;
      line-height: 31px;
      font-size: 14px;
      text-align: center;
      border: 1px solid #b4b4b4;
      background-color: #f4f4f4;
      cursor: pointer; }
      * + html .fill-group .fill-control .fill-btn {
        display: inline; }
    .fill-group .fill-control .icon-date {
      position: absolute;
      top: 9px;
      right: 10px;
      display: block;
      width: 26px;
      height: 25px;
      background: url("../images/sprite/icon/date.png") center no-repeat;
      cursor: pointer; }
  .fill-group .line {
    padding-left: 20px;
    margin-left: 10px;
    background-image: url("../images/diyselect/line.png");
    background-repeat: no-repeat;
    background-position: left 20px; }

.form-content .fill-box {
  margin-bottom: 16px; }
.form-content .fill-group {
  float: left;
  margin-right: 94px;
  margin-bottom: 0; }
  .form-content .fill-group .error input {
    border: 1px solid #ea616c;
    box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
    .form-content .fill-group .error input:focus {
      border: 1px solid #ea616c;
      box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
  .form-content .fill-group .error .tip {
    display: block;
    margin-top: 10px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #f06a64;
    text-align: left; }
  .form-content .fill-group .fill-label {
    width: 82px;
    float: inherit;
    padding: 13px 0;
    margin-right: 18px;
    text-align: right;
    line-height: 16px;
    font-weight: normal; }
  .form-content .fill-group .fill-control {
    position: relative;
    margin-left: 0;
     float: left; }
    .form-content .fill-group .fill-control .js-select {
      width: 220px; }
    .form-content .fill-group .fill-control .fill-input, .form-content .fill-group .fill-control .js-select .js-select-choice, .js-select .form-content .fill-group .fill-control .js-select-choice {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 220px;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      color: #676767;
      border: 1px solid #c0c0c0;
      border-radius: 3px;
      padding: 0 10px;
      outline: none; }
      * + html .form-content .fill-group .fill-control .fill-input, * + html .form-content .fill-group .fill-control .js-select .js-select-choice, .js-select * + html .form-content .fill-group .fill-control .js-select-choice {
        display: inline; }
      .form-content .fill-group .fill-control .fill-input:focus, .form-content .fill-group .fill-control .js-select .js-select-choice:focus, .js-select .form-content .fill-group .fill-control .js-select-choice:focus {
        border: 1px solid #66afe9;
        box-shadow: 0 0 4px rgba(102, 175, 233, 0.4); }
  .form-content .fill-group .line {
    margin-left: 10px; }
  .form-content .fill-group .short {
    width: 50px; }
  .form-content .fill-group .mid {
    width: 120px; }
  .form-content .fill-group .expiry-date {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    color: #4d4d4d;
    vertical-align: middle;
    zoom: 1; }
    .form-content .fill-group .expiry-date input {
      margin-right: 8px; }

input[type=checkbox],
input[type=radio] {
  margin: 0; }

.js-valid-tip,
.js-explain-tip {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #f06a64; }
  .js-valid-tip .icon,
  .js-explain-tip .icon {
    margin-right: 3px; }

.js-valid-loading {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  margin-left: 10px; }
  * + html .js-valid-loading {
    display: inline; }

.btn-primary, .btn-process, .js-dialog .btn-dialog-process, .btn-warn {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  border: 0 none;
  border-radius: 2px;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }
  * + html .btn-primary, * + html .btn-process, * + html .js-dialog .btn-dialog-process, .js-dialog * + html .btn-dialog-process, * + html .btn-warn {
    display: inline; }

.btn-sure, .btn-cancel, .js-dialog .risk-dialog .btn-box .btn-blue, .js-dialog .risk-dialog .btn-box .btn-white {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 115px;
  height: 42px;
  margin-right: 10px;
  border: 0 none;
  border-radius: 2px;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif !important;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }
  * + html .btn-sure, * + html .btn-cancel, * + html .js-dialog .risk-dialog .btn-box .btn-blue, .js-dialog .risk-dialog .btn-box * + html .btn-blue, * + html .js-dialog .risk-dialog .btn-box .btn-white, .js-dialog .risk-dialog .btn-box * + html .btn-white {
    display: inline; }

.btn-normal {
  height: 33px;
  padding: 0 20px;
  line-height: 33px;
  font-size: 14px; }

.btn-blue {
  border-radius: 2px;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #4f9ff0; }

.btn-large {
  width: 177px;
  height: 40px;
  border-radius: 3px;
  line-height: 42px;
  text-align: center;
  font-size: 16px; }

.btn-primary, .btn-process, .js-dialog .btn-dialog-process {
  background-color: #f06a64;
  color: #fff; }

.btn-warn {
  background-color: #ff9023;
  color: #fff; }

.btn-sure {
  background-color: #f06a64;
  color: #fff; }

.btn-cancel {
  background-color: #e5e5e5;
  color: #818181; }

.icon {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat; }
  * + html .icon {
    display: inline; }

.icon-error-32,
.icon-success-32,
.icon-wait-32 {
  width: 32px;
  height: 32px; }

.icon-warn-32 {
  width: 36px;
  height: 36px; }

.icon-error-lg {
  width: 36px;
  height: 36px; }

.icon-headset,
.icon-bankcard,
.icon-idcard,
.icon-mobile,
.icon-camera {
  width: 114px;
  height: 84px; }

.icon-hint {
  width: 16px;
  height: 14px; }

.icon-ques {
  width: 14px;
  height: 14px; }

body .icon-bankcard {
  background-image: url("../images/sprite/icon/bankcard.png"); }
body .icon-camera {
  background-image: url("../images/sprite/icon/camera.png"); }
body .icon-error-32 {
  background-image: url("../images/sprite/icon/error-32.png"); }
body .icon-error-lg {
  background-image: url("../images/sprite/icon/error-lg.png"); }
body .icon-error {
  background-image: url("../images/sprite/icon/error.png"); }
body .icon-flag {
  background-image: url("../images/sprite/icon/flag.png"); }
body .icon-headset {
  background-image: url("../images/sprite/icon/headset.png"); }
body .icon-idcard {
  background-image: url("../images/sprite/icon/idcard.png"); }
body .icon-info {
  background-image: url("../images/sprite/icon/info.png"); }
body .icon-lamp {
  background-image: url("../images/sprite/icon/lamp.png"); }
body .icon-microphone {
  background-image: url("../images/sprite/icon/microphone.png"); }
body .icon-mobile {
  background-image: url("../images/sprite/icon/mobile.png"); }
body .icon-success-32 {
  background-image: url("../images/sprite/icon/success-32.png"); }
body .icon-success {
  background-image: url("../images/sprite/icon/success.png"); }
body .icon-wait-32 {
  background-image: url("../images/sprite/icon/wait-32.png"); }
body .icon-warn-32 {
  background-image: url("../images/sprite/icon/warn-32.png"); }
body .icon-hint {
  background-image: url("../images/sprite/icon/hint.png"); }
body .icon-warn {
  background-image: url("../images/sprite/icon/warn.png"); }
body .icon-ques {
  background-image: url("../images/sprite/icon/ques.png"); }

.caption {
  margin-bottom: 14px; }
  .caption h3 {
    font-size: 18px;
    line-height: 18px;
    color: #555; }

.ui-table table {
  width: 100%; }
  .ui-table table td {
    height: 40px;
    padding-left: 30px;
    line-height: 40px; }
  .ui-table table tr {
    border-bottom: 1px dashed #e4e2e2; }
  .ui-table table .last {
    border-bottom: none; }
  .ui-table table .attr {
    background-color: #f9f9f8; }

.info-table {
  padding: 18px 19px 10px;
  text-align: right;
  background-color: #f5f5f5; }
  .info-table table {
    width: 100%; }
    .info-table table tr {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      color: #333;
      text-align: left; }
      .info-table table tr .title {
        padding-left: 16px;
        color: #808080; }
  .info-table a {
    color: #18a0ff;
    text-align: right;
    text-decoration: none; }

.list-table table {
  width: 100%; }
  .list-table table tr {
    height: 48px;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-align: center;
    background-color: #f5f5f5; }
    .list-table table tr th {
      font-weight: normal;
      text-align: center;
      background-color: #e5e5e5; }
    .list-table table tr td {
      padding: 10px 10px 10px 20px; }
    .list-table table tr .btn {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 80px;
      height: 32px;
      padding: 0;
      border-radius: 3px;
      line-height: 32px;
      text-align: center;
      text-decoration: none; }
      * + html .list-table table tr .btn {
        display: inline; }
      .list-table table tr .btn.btn-kh {
        background-color: #4f9ff0;
        color: #fff; }
      .list-table table tr .btn.btn-link {
        border: 1px solid #dfdfdf;
        color: #808080;
        background-color: #fff; }
  .list-table table .line {
    border: none; }

.ui-agree {
  font-size: 12px; }
  .ui-agree input {
    vertical-align: middle; }

.ui-bank {
  padding: 25px;
  background-color: #faf5f5; }
  .ui-bank ul {
    font-size: 0;
    margin-left: -10px;
    margin-bottom: -25px; }
  .ui-bank li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-left: 30px;
    margin-bottom: 25px; }
    * + html .ui-bank li {
      display: inline; }
  .ui-bank .bank-radio {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-right: 10px; }
    * + html .ui-bank .bank-radio {
      display: inline; }
  .ui-bank .bank-logo {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border: 1px solid #ddd;
    background-color: #fff; }
    * + html .ui-bank .bank-logo {
      display: inline; }
  .ui-bank .active .bank-logo {
    border-color: #33a1ff; }

.bank-logo {
  width: 172px;
  height: 36px;
  background-repeat: no-repeat; }

body .bank-youzheng {
  background-image: url("../images/sprite/bank/youzheng.png"); }
body .bank-gongshang {
  background-image: url("../images/sprite/bank/gongshang.png"); }
body .bank-nongye {
  background-image: url("../images/sprite/bank/nongye.png"); }
body .bank-zhongguo {
  background-image: url("../images/sprite/bank/zhongguo.png"); }
body .bank-jianshe {
  background-image: url("../images/sprite/bank/jianshe.png"); }
body .bank-jiaotong {
  background-image: url("../images/sprite/bank/jiaotong.png"); }
body .bank-zhongxin {
  background-image: url("../images/sprite/bank/zhongxin.png"); }
body .bank-xingda {
  background-image: url("../images/sprite/bank/xingda.png"); }
body .bank-huaxia {
  background-image: url("../images/sprite/bank/huaxia.png"); }
body .bank-minsheng {
  background-image: url("../images/sprite/bank/minsheng.png"); }
body .bank-guangfa {
  background-image: url("../images/sprite/bank/guangfa.png"); }
body .bank-pingan {
  background-image: url("../images/sprite/bank/pingan.png"); }
body .bank-zhaoshang {
  background-image: url("../images/sprite/bank/zhaoshang.png"); }
body .bank-xingye {
  background-image: url("../images/sprite/bank/xingye.png"); }
body .bank-pufa {
  background-image: url("../images/sprite/bank/pufa.png"); }
body .bank-hengfeng {
  background-image: url("../images/sprite/bank/hengfeng.png"); }
body .bank-qilu {
  background-image: url("../images/sprite/bank/qilu.png"); }
body .bank-zheshang {
  background-image: url("../images/sprite/bank/zheshang.png"); }
body .bank-bohai {
  background-image: url("../images/sprite/bank/bohai.png"); }
body .bank-huaqi {
  background-image: url("../images/sprite/bank/huaqi.png"); }
body .bank-dongya {
  background-image: url("../images/sprite/bank/dongya.png"); }
body .bank-huifeng {
  background-image: url("../images/sprite/bank/huifeng.png"); }
body .bank-zhada {
  background-image: url("../images/sprite/bank/zhada.png"); }
body .bank-xingzhan {
  background-image: url("../images/sprite/bank/xingzhan.png"); }
body .bank-hengsheng {
  background-image: url("../images/sprite/bank/hengsheng.png"); }
body .bank-youli {
  background-image: url("../images/sprite/bank/youli.png"); }
body .bank-xinhan {
  background-image: url("../images/sprite/bank/xinhan.png"); }
body .bank-hanya {
  background-image: url("../images/sprite/bank/hanya.png"); }
body .bank-huaqiao {
  background-image: url("../images/sprite/bank/huaqiao.png"); }
body .bank-yongheng {
  background-image: url("../images/sprite/bank/yongheng.png"); }
body .bank-nanyangshangye {
  background-image: url("../images/sprite/bank/nanyangshangye.png"); }
body .bank-dahua {
  background-image: url("../images/sprite/bank/dahua.png"); }
body .bank-guangda {
  background-image: url("../images/sprite/bank/guangda.png"); }
body .bank-shanghai {
  background-image: url("../images/sprite/bank/shanghai.png"); }
body .bank-beijing {
  background-image: url("../images/sprite/bank/beijing.png"); }
body .bank-nanjing {
  background-image: url("../images/sprite/bank/nanjing.png"); }
body .bank-guangzhou {
  background-image: url("../images/sprite/bank/guangzhou.png"); }
body .bank-changsha {
  background-image: url("../images/sprite/bank/changsha.png"); }
body .bank-shenfa {
  background-image: url("../images/sprite/bank/shenfa.png"); }

.js-dialog {
  background-color: #fff; }
  .js-dialog .js-dialog-hd {
    height: 38px;
    line-height: 38px;
    padding-left: 18px;
    background-color: #f9f8f4;
    border-bottom: 1px solid #f1efe8; }
    .js-dialog .js-dialog-hd h2 {
      font-weight: bold;
      font-size: 18px;
      line-height: 38px;
      font-weight: normal; }
  .js-dialog .js-dialog-bd .icon {
    margin-right: 5px; }
  .js-dialog .js-dialog-bd .btn-wrap {
    padding: 20px 0 0;
    text-align: center; }
    .js-dialog .js-dialog-bd .btn-wrap .btn-normal {
      margin: 0 6px; }
  .js-dialog .js-dialog-bd .tip-wrap {
    position: relative;
    padding: 10px 50px;
    margin-left: 40px; }
    .js-dialog .js-dialog-bd .tip-wrap .icon {
      position: absolute;
      top: 3px;
      margin-left: -40px;
      line-height: 0; }
  .js-dialog .js-dialog-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    height: 16px;
    line-height: 16px;
    color: #9f9b8b;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer; }
    * + html .js-dialog .js-dialog-close {
      display: inline; }
  .js-dialog .js-scrollable {
    overflow-x: hidden;
    overflow-y: auto; }
  .js-dialog .load-wrap {
    width: 100%;
    height: 100%; }
    .js-dialog .load-wrap td {
      height: 100%;
      text-align: center;
      vertical-align: middle; }
  .js-dialog .risk-dialog {
    margin-bottom: 20px;
    text-align: center; }
    .js-dialog .risk-dialog .risk-score span {
      font-size: 14px;
      color: #ccc; }
      .js-dialog .risk-dialog .risk-score span.score {
        font-family: Arial;
        font-size: 84px;
        line-height: 62px;
        color: #e45050; }
    .js-dialog .risk-dialog .risk-type {
      margin-top: 30px;
      font-size: 18px;
      line-height: 18px;
      color: #4c4c4c; }
    .js-dialog .risk-dialog .risk-instruction {
      width: 370px;
      margin: 8px auto 0;
      color: #808080; }
    .js-dialog .risk-dialog .btn-box {
      margin-top: 24px; }
      .js-dialog .risk-dialog .btn-box .btn-blue {
        width: 160px; }
      .js-dialog .risk-dialog .btn-box .btn-white {
        width: 160px;
        border: 1px solid #4f9ff0;
        color: #4f9ff0;
        background-color: #fff; }

.js-mask {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15; }

.cert-dialog {
  position: relative;
  text-align: center;
  padding: 0 100px; }
  .cert-dialog .btn-primary, .cert-dialog .btn-process, .cert-dialog .js-dialog .btn-dialog-process, .js-dialog .cert-dialog .btn-dialog-process {
    margin: 35px 0 20px; }
  .cert-dialog .banner {
    position: relative;
    overflow: auto; }
    .cert-dialog .banner li {
      width: 457px;
      height: 400px;
      float: left; }
      .cert-dialog .banner li span {
        display: block;
        width: 457px;
        height: 346px;
        margin: 0 auto; }
      .cert-dialog .banner li p {
        width: 457px;
        height: 44px;
        line-height: 22px;
        margin: 0 auto 10px; }
    .cert-dialog .banner .step1 {
      background-image: url("../images/dialog/step1.png");
      background-repeat: no-repeat; }
    .cert-dialog .banner .step2 {
      background-image: url("../images/dialog/step2.png");
      background-repeat: no-repeat; }
    .cert-dialog .banner .step3 {
      background-image: url("../images/dialog/step3.png");
      background-repeat: no-repeat; }
  .cert-dialog .unslider-arrow {
    position: absolute;
    z-index: 9999;
    top: 200px;
    width: 80px;
    height: 80px;
    text-indent: -9999px; }
  .cert-dialog .prev {
    left: 0;
    background-image: url("../images/dialog/left-arrow.png");
    background-repeat: no-repeat; }
  .cert-dialog .next {
    right: 3px;
    background-image: url("../images/dialog/right-arrow.png");
    background-repeat: no-repeat; }

.dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  overflow: hidden; }

.dialog-box {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  margin-left: -240px;
  margin-top: -142px;
  width: 480px;
  background-color: #fff;
  border-radius: 2px 2px 0 0; }
  .dialog-box .dialog-header {
    position: relative;
    height: 40px;
    padding-left: 18px;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    line-height: 40px;
    color: #4d4d4d;
    background-color: #e5e5e5; }
    .dialog-box .dialog-header i {
      position: absolute;
      top: 12px;
      right: 18px;
      width: 20px;
      height: 20px;
      background: url("../images/sprite/icon/close-3.png") center no-repeat;
      cursor: pointer; }
  .dialog-box .dialog-content {
    padding: 56px 0 26px; }
  .dialog-box .btn-large {
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
    font-size: 18px;
    border: none;
    outline: none; }

.dialog-survey .warn-content {
  text-align: center; }
  .dialog-survey .warn-content .warn-box {
    display: inline-block; }
    .dialog-survey .warn-content .warn-box .icon {
      float: left; }
    .dialog-survey .warn-content .warn-box p {
      float: left;
      width: 280px;
      margin-left: 12px;
      font-size: 16px;
      text-align: left;
      line-height: 24px;
      color: #4d4d4d; }
.dialog-survey .btn-box {
  margin-top: 46px;
  margin-bottom: 20px;
  text-align: center; }
  .dialog-survey .btn-box .btn-blue {
    width: 160px; }

.verify-content .kh-content {
  width: 240px;
  margin: 65px auto 0; }
  .verify-content .kh-content .input-group {
    display: inherit;
    margin-bottom: 10px;
    font-size: 14px; }
    .verify-content .kh-content .input-group .overwrite {
      float: left; }
    .verify-content .kh-content .input-group .input {
      width: 226px;
      height: 42px;
      padding: 0 0 0 12px;
      border: 1px solid #ccc;
      border-radius: 2px;
      color: #b2b2b2;
      line-height: 42px;
      background: #fff;
      outline: none;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out; }
    .verify-content .kh-content .input-group .input.input-code {
      float: left;
      width: 122px; }
    .verify-content .kh-content .input-group .getcode {
      float: left;
      width: 92px;
      height: 42px;
      margin-left: 10px;
      border: 1px solid #ccc;
      border-radius: 1px;
      color: #797979;
      line-height: 42px;
      text-align: center;
      background: #f5f5f5;
      cursor: pointer; }
      .verify-content .kh-content .input-group .getcode img {
        width: 94px;
        height: 42px; }
      .verify-content .kh-content .input-group .getcode button {
        width: 100%;
        height: 100%;
        border: 0 none;
        background-color: #f5f5f5; }
    .verify-content .kh-content .input-group .phone {
      font-size: 14px;
      line-height: 42px;
      color: #4c4c4c; }
.verify-content .btn-content {
  margin-bottom: 36px;
  text-align: center; }
  .verify-content .btn-content a {
    display: inline-block;
    width: 240px;
    height: 50px;
    margin-top: 8px;
    border-radius: 2px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #f06a64; }

.ui-loginerr {
  position: absolute;
  top: -30px;
  overflow: hidden; }
  .ui-loginerr p {
    float: left;
    *display: inline;
    font-size: 14px;
    line-height: 18px;
    color: #ea616c; }
  .ui-loginerr .tip-icon {
    float: left;
    *display: inline;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background: url("../images/home/tip-icon.png") center no-repeat; }

.divider-dot {
  height: 1px;
  background-image: url("../images/gif/dot.gif");
  background-repeat: repeat-x; }

.js-select {
  display: inline-block;
  vertical-align: middle;
  zoom: 1; }
  * + html .js-select {
    display: inline; }
  .js-select .js-select-choice {
    position: relative;
    background-color: #fff;
    cursor: pointer; }
    .js-select .js-select-choice .js-select-chosen {
      display: block;
      margin-right: 12px;
      font-size: 14px;
      color: #999;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .js-select .js-select-choice .js-select-arrow {
      position: absolute;
      width: 10px;
      height: 6px;
      top: 50%;
      margin-top: -3px;
      right: 9px;
      background-image: url("../images/diyselect/arrow.png"); }
  .js-select .js-select-list {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #cecece;
    zoom: 1; }
    .js-select .js-select-list li {
      height: 38px;
      line-height: 38px;
      padding: 0 10px;
      white-space: nowrap;
      font-size: 14px;
      color: #999;
      cursor: pointer; }
      .js-select .js-select-list li.active, .js-select .js-select-list li.selected {
        color: #fff;
        background-color: #66afe9; }

.ui-hint {
  padding: 18px 0 16px 20px;
  border-top: 1px solid #d5d5d5; }
  .ui-hint .hint-tip {
    height: 14px;
    line-height: 14px;
    margin-bottom: 16px; }
    .ui-hint .hint-tip .title {
      display: inline-block;
      margin-left: 5px;
      font-size: 14px;
      color: #707070; }
  .ui-hint .hints {
    margin: 0 17px;
    list-style: square outside;
    line-height: 20px; }
    .ui-hint .hints li {
      margin-bottom: 5px;
      font-size: 12px;
      color: #707070;
      list-style: none; }
      .ui-hint .hints li img {
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        margin: 10px 0; }
        * + html .ui-hint .hints li img {
          display: inline; }
    .ui-hint .hints .wrong-wrap {
      position: relative;
      margin-left: -10px;
      font-size: 0; }
      .ui-hint .hints .wrong-wrap .wrong-example {
        margin-left: 10px;
        cursor: pointer; }
    .ui-hint .hints .pic-overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      overflow-x: hidden;
      overflow-y: hidden; }
      .ui-hint .hints .pic-overlay .center-wrap {
        display: table;
        height: 100%;
        margin: 0 auto; }
        .ui-hint .hints .pic-overlay .center-wrap .center-box {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          width: 660px; }
          .ui-hint .hints .pic-overlay .center-wrap .center-box table {
            position: relative;
            width: 660px;
            height: 504px;
            border-radius: 2px; }
            .ui-hint .hints .pic-overlay .center-wrap .center-box table td {
              background-color: #333; }
            .ui-hint .hints .pic-overlay .center-wrap .center-box table .inner {
              position: relative;
              text-align: center;
              background-color: #5b5b5b; }
              .ui-hint .hints .pic-overlay .center-wrap .center-box table .inner .wrong-text {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 14px;
                color: #fff;
                z-index: 999; }
                .ui-hint .hints .pic-overlay .center-wrap .center-box table .inner .wrong-text .icon {
                  vertical-align: middle; }
                .ui-hint .hints .pic-overlay .center-wrap .center-box table .inner .wrong-text .bottom-overlayer {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  z-index: 1;
                  width: 100%;
                  height: 50px;
                  line-height: 50px;
                  background-color: #000;
                  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
                  opacity: 0.4; }
            .ui-hint .hints .pic-overlay .center-wrap .center-box table .close {
              position: absolute;
              top: 14px;
              right: 14px;
              width: 20px;
              height: 20px;
              background: url("../images/sprite/icon/close-2.png") center no-repeat;
              cursor: pointer;
              z-index: 3; }
            .ui-hint .hints .pic-overlay .center-wrap .center-box table img {
              margin: 0; }

.ui-jump .back, .ui-jump .next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 12px;
  color: #8e8e8e; }

.ui-jump {
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px;
  text-align: center; }
  .ui-jump .back {
    left: 0; }
  .ui-jump .next {
    right: 0; }
  .ui-jump .btn-group {
    position: relative; }
    .ui-jump .btn-group .loading {
      position: absolute;
      margin-top: 13px;
      margin-left: 10px; }

.protocal-list {
  width: 860px;
  margin: 0 auto; }
  .protocal-list li {
    *zoom: 1;
    height: 38px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 38px;
    background-color: #f0f2f5; }
    .protocal-list li:after {
      content: "";
      display: table;
      clear: both; }
    .protocal-list li em {
      position: relative;
      float: left;
      width: 38px;
      height: 38px;
      font-size: 16px;
      font-style: normal;
      text-align: center;
      color: #fff;
      background-color: #4f9ff0; }
      .protocal-list li em .inner-arrow {
        position: absolute;
        top: 12px;
        right: 0;
        z-index: 1;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: transparent #f0f2f5 transparent transparent;
        border-width: 6px 6px 6px 0; }
    .protocal-list li a {
      float: left;
      margin-left: 10px;
      color: #333;
      font-weight: bold;
      text-decoration: none; }

.protocal-block {
  width: 680px;
  height: 435px;
  margin: 0 auto 10px;
  font-size: 12px;
  border: 2px solid #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto; }
  .protocal-block .block-box {
    padding: 15px 20px 15px 40px;
    line-height: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal; }
    .protocal-block .block-box h2 {
      margin-bottom: 16px;
      font-size: 16px;
      text-align: center;
      color: #4d4d4d; }
    .protocal-block .block-box h3 {
      color: #4c4c4c;
      text-indent: -24px; }
    .protocal-block .block-box p {
      color: #717171;
      text-indent: -24px; }

.ui-step {
  position: absolute;
  top: 36px;
  right: 50px; }
  .ui-step ol {
    width: 366px;
    height: 42px;
    font-size: 0; }
    .ui-step ol.step1 {
      background-image: url("../images/step/step1.png");
      background-repeat: no-repeat; }
      .ui-step ol.step1 .step1 {
        color: #4f9ff0; }
    .ui-step ol.step2 {
      background-image: url("../images/step/step2.png");
      background-repeat: no-repeat; }
      .ui-step ol.step2 .step2 {
        color: #4f9ff0; }
    .ui-step ol.step3 {
      background-image: url("../images/step/step3.png");
      background-repeat: no-repeat; }
      .ui-step ol.step3 .step3 {
        color: #4f9ff0; }
  .ui-step li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding-top: 28px;
    width: 122px;
    font-size: 12px;
    color: #ccc;
    text-align: center; }
    * + html .ui-step li {
      display: inline; }

.ui-subject {
  padding: 20px 0 5px 30px;
  margin-bottom: 15px;
  background-color: #f4f4f4; }
  .ui-subject .question {
    font-size: 16px;
    color: #333; }
  .ui-subject .answer {
    margin-top: 10px;
    margin-left: 12px; }
  .ui-subject ul li {
    font-size: 14px;
    color: #646464;
    line-height: 34px; }
  .ui-subject ul input {
    margin-right: 10px; }

.ui-survey .question {
  font-size: 16px;
  color: #333; }
.ui-survey .answer {
  margin-top: 20px;
  margin-bottom: 30px; }
.ui-survey ul li {
  float: left;
  *display: inline;
  width: 100px;
  height: 36px;
  margin-right: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 14px;
  color: #646464;
  line-height: 36px;
  text-align: center;
  cursor: pointer; }
.ui-survey ul li:hover,
.ui-survey ul .active {
  color: #fff;
  background-color: #f06a64; }

.ui-tab {
  height: 38px;
  border-bottom: 1px solid #f1eded;
  line-height: 38px;
  font-size: 0;
  background-color: #f5f5f5; }
  .ui-tab .tab {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 0 25px;
    border-right: 1px solid #e2e2e2;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    font-size: 16px;
    color: #666;
    background-color: #e8e8e8; }
    * + html .ui-tab .tab {
      display: inline; }
    .ui-tab .tab.active {
      border-right: 1px solid #4f9ff0;
      color: #fff;
      background-color: #4f9ff0; }
      .ui-tab .tab.active em {
        display: block; }
    .ui-tab .tab .arrow-down {
      display: none;
      position: absolute;
      left: 50%;
      bottom: -19px;
      width: 13px;
      margin-left: -6px;
      font-size: 13px;
      color: #4f9ff0; }

.ui-tipbox {
  position: relative;
  width: 600px;
  margin: 0 auto 10px;
  zoom: 1; }
  .ui-tipbox .tipbox-icon {
    position: absolute;
    top: 32px;
    left: 38px;
    width: 32px;
    height: 32px; }
    .ui-tipbox .tipbox-icon .icon {
      display: block; }
  .ui-tipbox .tipbox-content {
    padding: 37px 80px; }
    .ui-tipbox .tipbox-content .title {
      color: #333; }
    .ui-tipbox .tipbox-content .explain {
      font-size: 12px;
      line-height: 22px;
      color: #808080; }

.tipbox-info {
  border: 1px solid #ffeaa0;
  background-color: #fffae7; }

.tipbox-error {
  border: 1px solid #ffeaa0;
  background-color: #fffae7; }

.tipbox-success {
  border: 1px solid #ffeaa0;
  background-color: #fffae7; }

.tipbox-notice {
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9; }

.tiptext-info {
  border: 1px solid #ffeaa0;
  background-color: #fffae7; }

.tiptext-error {
  border: 1px solid #ffeaa0;
  background-color: #fffae7; }

.tiptext-success {
  border: 1px solid #ffeaa0;
  background-color: #fffae7; }

.tiptext-notice {
  border: 1px solid #d5d5d5;
  background-color: #f9f9f9; }

.ui-tiptext {
  position: relative;
  zoom: 1;
  padding: 8px 12px;
  margin-bottom: 10px; }
  .ui-tiptext .tiptext-message {
    font-size: 12px;
    padding-right: 10px; }
    .ui-tiptext .tiptext-message .icon {
      margin-right: 5px; }
  .ui-tiptext .tiptext-close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 18px;
    cursor: pointer; }

.tip {
  text-align: center; }
  .tip p {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    color: #818181; }

.type-list {
  *zoom: 1;
  width: 790px;
  margin: 0 auto 30px;
  padding: 27px 0 0 66px;
  border: 4px solid #ebedf0;
  background-color: #f0f2f5; }
  .type-list:after {
    content: "";
    display: table;
    clear: both; }
  .type-list li {
    float: left;
    width: 393px;
    margin-bottom: 15px; }
    .type-list li cite {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 16px;
      height: 16px;
      background-image: url("../images/gif/ques.gif");
      background-repeat: no-repeat;
      text-indent: -9999px;
      cursor: help; }
      * + html .type-list li cite {
        display: inline; }
    .type-list li .hint {
      border-bottom: 1px dashed #b2b2b2; }
    .type-list li .input-box {
      display: none;
      margin-top: 13px; }
      .type-list li .input-box input {
        width: 297px;
        height: 40px;
        padding: 0 0 0 18px;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        line-height: 40px;
        color: #b3b3b3;
        background-color: #fff;
        outline: none; }

* + html .type-list {
  padding: 15px; }

.ui-title h2, .ui-title h3 {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #4f9ff0; }
  * + html .ui-title h2, .ui-title * + html h2, * + html .ui-title h3, .ui-title * + html h3 {
    display: inline; }

.ui-title {
  margin-bottom: 40px; }
  .ui-title h2 {
    margin-right: 20px;
    font-size: 20px; }
  .ui-title h3 {
    font-size: 18px; }
  .ui-title span {
    display: inline-block;
    vertical-align: middle;
    zoom: 1; }
    * + html .ui-title span {
      display: inline; }

.video-ready {
  width: 680px;
  height: 424px;
  margin: 10px auto 76px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d3dde9;
  background-color: #edf0f5;
  color: #666; }
  .video-ready .ui-jump {
    margin-bottom: 100px; }
    .video-ready .ui-jump .btn-large {
      width: 214px;
      height: 50px;
      line-height: 50px; }

.video-detect-hardware {
  position: relative;
  height: 150px; }
  .video-detect-hardware table {
    position: relative;
    top: 50px;
    width: 80%;
    margin: 0 auto; }
  .video-detect-hardware th {
    height: 30px;
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
    text-align: center; }
  .video-detect-hardware td {
    text-align: center; }
  .video-detect-hardware .hardware {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1; }
    * + html .video-detect-hardware .hardware {
      display: inline; }
    .video-detect-hardware .hardware .icon {
      position: absolute;
      right: -10px;
      bottom: -10px; }
  .video-detect-hardware .video-icon-mic {
    width: 60px;
    height: 60px;
    background-image: url("../images/sprite/video/icon-mic.png");
    background-repeat: no-repeat; }
  .video-detect-hardware .video-icon-camera {
    width: 65px;
    height: 60px;
    background-image: url("../images/sprite/video/icon-camera.png");
    background-repeat: no-repeat; }
  .video-detect-hardware .video-icon-speaker {
    width: 70px;
    height: 60px;
    background-image: url("../images/sprite/video/icon-speaker.png");
    background-repeat: no-repeat; }

.video-prepare-text {
  margin-top: 40px;
  font-size: 24px; }

.video-prepare-icon {
  height: 200px;
  background-image: url("../images/prepare/videochat.png");
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.video-waiting {
  height: 170px;
  margin-top: 65px;
  background-image: url("../images/gif/waiting.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.video-tip {
  padding: 18px 50px;
  zoom: 1;
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
  color: #5c7792;
  border: 1px solid #d2dde9;
  background-color: #ffffff; }

.video-queue-text {
  position: relative;
  top: -20px;
  font-size: 18px;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
  color: #5c7792; }
  .video-queue-text .num {
    padding: 0 5px;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #f77e14; }

.video-controll {
  padding: 7px 14px;
  border: 1px solid #d2dde9;
  background-color: #edf2f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .video-controll:hover {
    background-color: #d2dde9; }

.video-camera {
  width: 50px;
  height: 50px;
  background-image: url("../images/sprite/video/camera.png");
  background-repeat: no-repeat; }

.video-client {
  width: 407px;
  height: 320px;
  position: relative;
  background: url("../images/sprite/video/client.png") center no-repeat; }
  .video-client .video-window {
    position: relative;
    height: 281px; }
    .video-client .video-window img {
      position: absolute;
      top: 12px;
      left: 12px; }

.video-server {
  width: 245px;
  height: 188px;
  background: url("../images/sprite/video/server.png") center no-repeat; }

.drop-shadow {
  width: 300px;
  height: 150px;
  position: relative;
  background: #ccc;
  margin-left: 100px; }

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 10px;
  width: 50%;
  max-width: 150px;
  height: 20%;
  /*add box-shadow*/
  -webkit-box-shadow: 0 15px 10px rgba(125, 125, 125, 0.8);
  -moz-box-shadow: 0 15px 10px rgba(125, 125, 125, 0.8);
  box-shadow: 0 15px 10px rgba(125, 125, 125, 0.8);
  /*add css3 transform*/
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.drop-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.video-container .object {
  position: relative;
  width: 100%;
  height: 100%; }

.video-error .video-mask, .video-error .video-tiptext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%; }

.video-success .video-mask, .video-success .video-tiptext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 66px; }

.video-error .video-mask, .video-success .video-mask {
  z-index: 8;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.chatbox .chat-meassage .message, .chatbox .chat-meassage .send {
  float: left;
  height: 18px;
  margin: 0;
  padding: 3px 6px;
  line-height: 18px;
  font-size: 12px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #cecece; }

.video-chat {
  width: 680px;
  margin: 10px auto; }
  .video-chat .head {
    margin-bottom: 20px;
    margin-left: 168px; }

.video-container {
  position: relative; }

.video-window {
  padding: 12px; }

.video-error .video-tiptext td {
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle; }
  .video-error .video-tiptext td .warn-text {
    width: 320px;
    margin: 0 auto;
    overflow: hidden; }
    .video-error .video-tiptext td .warn-text .icon-wran {
      float: left;
      *display: inline;
      width: 36px;
      height: 36px;
      background-image: url("../images/sprite/video/warn.png");
      background-repeat: no-repeat; }
    .video-error .video-tiptext td .warn-text p {
      float: left;
      width: 256px;
      margin-left: 20px;
      text-align: left; }
  .video-error .video-tiptext td .btn {
    display: inline-block;
    width: 135px;
    height: 32px;
    padding: 0;
    margin-top: 50px;
    border: none;
    border-radius: 3px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    outline: none; }
    .video-error .video-tiptext td .btn.btn-change {
      color: #fbfbfb;
      background-color: #f2a454; }
    .video-error .video-tiptext td .btn.btn-restart {
      margin-left: 22px;
      color: #fff;
      background-color: #54aaf2; }

.video-success .video-tiptext p {
  width: 290px;
  padding: 14px 0 0 61px;
  font-size: 16px;
  line-height: 22px;
  color: #fff; }
.video-success .video-tiptext .icon {
  position: absolute;
  top: 14px;
  left: 11px; }
.video-success .video-tiptext .icon-success {
  width: 36px;
  height: 36px;
  background-image: url("../images/sprite/video/success.png");
  background-repeat: no-repeat; }

.video-server {
  position: absolute;
  top: 0;
  right: 0; }
  .video-server .video-window {
    height: 159px; }

.chatbox {
  position: absolute;
  top: 193px;
  right: 0;
  width: 245px; }
  .chatbox .chat-dialogue {
    height: 78px;
    padding: 5px 10px;
    border: 1px solid #cecece;
    overflow-x: hidden;
    overflow-y: auto; }
    .chatbox .chat-dialogue .dialogue {
      *zoom: 1;
      width: 220px;
      margin-bottom: 5px;
      font-size: 12px; }
      .chatbox .chat-dialogue .dialogue:after {
        content: "";
        display: table;
        clear: both; }
      .chatbox .chat-dialogue .dialogue .talker {
        float: left;
        width: 40px;
        text-align: right;
        color: #f06a64; }
      .chatbox .chat-dialogue .dialogue .message {
        float: left;
        width: 170px; }
      .chatbox .chat-dialogue .dialogue .timestamp {
        color: #b2b2b2; }
    .chatbox .chat-dialogue .from .message {
      color: #3c73ce; }
  .chatbox .chat-meassage {
    *zoom: 1; }
    .chatbox .chat-meassage:after {
      content: "";
      display: table;
      clear: both; }
    .chatbox .chat-meassage .message {
      width: 164px;
      height: 20px;
      padding: 5px 0 5px 10px;
      line-height: 16px;
      overflow: auto;
      outline: 0 none;
      resize: vertical; }
    .chatbox .chat-meassage .send {
      width: 68px;
      height: 30px;
      padding: 0;
      color: #816743;
      text-align: center;
      line-height: 29px;
      border-left: 0;
      background-color: #ffe9ac;
      background: gray;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe199), color-stop(1, #fff1c1));
      background: -moz-linear-gradient(center top, #ffe199 0%, #fff1c1 100%);
      background: -ms-linear-gradient(top, #ffe199, #fff1c1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe199', endColorstr='#fff1c1', GradientType=0);
      cursor: pointer; }

.page-video .ui-title {
  margin-bottom: 64px; }
.page-video .back {
  position: static;
  margin-bottom: 30px; }
.page-video .ui-hint {
  padding: 18px 0 46px 20px; }
  .page-video .ui-hint .hints {
    margin: 0 26px; }

.upload-btn {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0; }
  .upload-btn .file-input {
    position: absolute;
    left: 50%;
    top: 0;
    width: 175px;
    height: 40px;
    margin-left: -88px;
    font-size: 50px;
    cursor: pointer;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    outline: none; }
  .upload-btn .btn-upload {
    display: inline-block;
    width: 175px;
    height: 39px;
    padding: 0;
    border: 1px solid #4f9ff0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    color: #4f9ff0;
    text-decoration: none; }
  .upload-btn .upload-gif {
    position: absolute;
    margin-left: 8px;
    margin-top: 8px; }
  .upload-btn .tip {
    position: absolute;
    bottom: -40px;
    left: -36px;
    width: 370px;
    display: none; }

.mod-upload .ui-agree {
  margin: 0 20px;
  padding: 10px 0; }

.upload-box {
  position: relative;
  font-size: 0; }
  .upload-box ul li {
    float: left;
    width: 286px;
    margin-bottom: 37px;
    text-align: center; }
  .upload-box .pic-zoom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: hidden; }
  .upload-box .center-wrap {
    display: table;
    height: 100%;
    margin: 0 auto; }
    .upload-box .center-wrap .center-box {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      width: 660px; }
      .upload-box .center-wrap .center-box table {
        position: relative;
        width: 660px;
        height: 504px;
        border-radius: 2px; }
        .upload-box .center-wrap .center-box table td {
          background-color: #333; }
        .upload-box .center-wrap .center-box table .inner {
          position: relative;
          text-align: center;
          background-color: #5b5b5b; }
        .upload-box .center-wrap .center-box table .close {
          position: absolute;
          top: 14px;
          right: 14px;
          width: 20px;
          height: 20px;
          background: url("../images/sprite/icon/close-2.png") center no-repeat;
          cursor: pointer;
          z-index: 3; }
        .upload-box .center-wrap .center-box table img {
          margin: 0; }

.datetimepicker {
  position: absolute;
  width: 250px;
  border: 1px solid #ccc;
  right: 0;
  z-index: 1;
  font-size: 14px;
  color: #666;
  background-color: #fff; }
  .datetimepicker th,
  .datetimepicker td {
    height: 30px; }

.datetimepicker-inline {
  width: 460px; }

.datetimepicker > div {
  padding: 10px; }

.datetimepicker table {
  width: 100%; }

.input-append.date .add-on {
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 26px;
  height: 25px;
  cursor: pointer; }
  .input-append.date .add-on .icon-th {
    display: block;
    width: 26px;
    height: 25px;
    background: url("../images/sprite/icon/date.png") center no-repeat; }

.back {
  position: absolute;
  bottom: 50px;
  left: 50px; }
  .back a {
    font-size: 14px;
    line-height: 14px;
    color: #999; }

.page-box {
  margin: 36px auto 60px;
  font-size: 0;
  text-align: center;
  line-height: 22px;
  color: #444; }
  .page-box a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    font-size: 16px;
    color: #444; }
    .page-box a.prev, .page-box a.next {
      width: 58px; }
    .page-box a.active {
      border-color: #3494f0;
      color: #fff;
      background-color: #3494f0; }
  .page-box span {
    display: inline-block;
    font-size: 16px;
    vertical-align: 4px; }
  .page-box .jump {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px; }
    .page-box .jump input {
      display: inline-block;
      width: 48px;
      height: 22px;
      padding: 0 5px;
      border: 1px solid #d9d9d9;
      border-radius: 2px;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      outline: none; }
  .page-box button {
    width: 44px;
    height: 24px;
    border-radius: 2px;
    margin-left: 10px;
    background-color: #d9d9d9;
    font-size: 16px;
    color: #fff; }

.page-account .ui-protocal-list,
.page-account .ui-protocal-block {
  margin-bottom: 20px; }
.page-account .ui-agree {
  width: 860px;
  margin: 0 auto;
  padding: 10px 0; }
.page-account .ui-account-type .type-list li {
  width: 393px; }
.page-account .ui-account-type cite {
  margin-right: 72px; }
.page-account .boxchk {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 25px 0 28px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  color: #fff;
  background: url(../images/sprite/icon/radio-default.png) no-repeat; }
  .page-account .boxchk input[type=radio] {
    vertical-align: middle;
    margin: 0px 0px 3px -32px; }
.page-account .tooltip {
  display: none;
  position: absolute;
  z-index: 998;
  padding: 10px 15px;
  width: 234px;
  margin-left: -140px;
  color: #6b696a;
  font-size: 12px;
  line-height: 20px;
  background-color: #ffeb98;
  text-align: justify;
  cursor: text; }
  .page-account .tooltip .arrow {
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 999;
    display: block;
    margin-left: -16px;
    border: 16px solid;
    border-color: #ffeb98 transparent transparent; }

.radio-default {
  background: url(../images/sprite/icon/radio-default.png) no-repeat !important; }

.radio-current {
  background: url(../images/sprite/icon/radio-current.png) no-repeat !important; }

.page-audit .ret-text, .page-submit .ret-text {
  margin-bottom: 20px; }

.page-audit .ui-title {
  margin-bottom: 0; }
.page-audit .ret-text {
  padding: 28px 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a; }
  .page-audit .ret-text strong {
    font-size: 30px;
    font-weight: normal; }
  .page-audit .ret-text em {
    color: #f06a64;
    font-style: normal; }
.page-audit .ret-tip-text {
  padding-left: 10px;
  margin-top: 20px;
  line-height: 14px;
  color: #3a3a3a; }
.page-audit .ui-tipbox {
  width: 860px;
  margin-left: 10px; }
  .page-audit .ui-tipbox .tipbox-content .h-title {
    font-size: 16px;
    color: #666; }
.page-audit .caption {
  margin-top: 60px;
  margin-left: 10px; }
.page-audit .ui-table {
  width: 860px;
  margin-left: 10px;
  border: 1px solid #e4e2e2; }
.page-audit .ui-jump {
  margin-top: 60px; }

.page-collect .upload-table {
  width: 878px; }
.page-collect .back {
  position: static;
  margin-bottom: 30px; }

.page-depository #content {
  padding-bottom: 40px; }
  .page-depository #content .wrap {
    width: 750px;
    padding-top: 8px;
    margin: 0 auto; }
.page-depository .wrap {
  width: 858px;
  margin: 0 auto; }
.page-depository .ui-tab {
  margin-bottom: 20px; }
  .page-depository .ui-tab .tab-ms {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    font-size: 12px;
    margin-left: 390px; }
    .page-depository .ui-tab .tab-ms a {
      text-decoration: none;
      color: #3c73ce; }
    .page-depository .ui-tab .tab-ms img {
      vertical-align: text-top; }
.page-depository .ui-bank ul {
  margin-left: -10px; }
.page-depository .ui-bank li {
  margin-left: 30px; }
.page-depository .assist {
  width: 100%;
  height: 36px;
  margin-bottom: 20px;
  font-size: 12px; }
  .page-depository .assist .icon {
    margin-right: 5px; }
.page-depository .selected {
  *zoom: 1;
  margin-top: 20px; }
  .page-depository .selected:after {
    content: "";
    display: table;
    clear: both; }
  .page-depository .selected .bank-logo {
    float: left;
    margin-top: 3px;
    margin-left: 30px;
    border: 1px solid #ddd;
    background-color: #fff; }
.page-depository .holder-text {
  float: left;
  width: 70px;
  font-size: 14px;
  line-height: 44px;
  color: #676767;
  text-align: right; }
.page-depository .ui-divider {
  margin: 17px 0 20px; }
.page-depository .fill-group {
  position: relative; }
  .page-depository .fill-group .error input {
    border: 1px solid #ea616c;
    box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
    .page-depository .fill-group .error input:focus {
      border: 1px solid #ea616c;
      box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
  .page-depository .fill-group .error .tip {
    display: block;
    margin-top: 10px;
    padding-left: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #f06a64;
    text-align: left; }
  .page-depository .fill-group .fill-label {
    width: 88px;
    padding: 13px 0;
    margin-right: 14px;
    text-align: left;
    line-height: 16px;
    font-weight: normal; }
  .page-depository .fill-group .fill-control {
    margin-left: 0; }
    .page-depository .fill-group .fill-control .fill-input, .page-depository .fill-group .fill-control .js-select .js-select-choice, .js-select .page-depository .fill-group .fill-control .js-select-choice {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 220px;
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      color: #676767;
      border: 1px solid #c0c0c0;
      border-radius: 3px;
      padding: 0 10px;
      outline: none; }
      * + html .page-depository .fill-group .fill-control .fill-input, * + html .page-depository .fill-group .fill-control .js-select .js-select-choice, .js-select * + html .page-depository .fill-group .fill-control .js-select-choice {
        display: inline; }
      .page-depository .fill-group .fill-control .fill-input:focus, .page-depository .fill-group .fill-control .js-select .js-select-choice:focus, .js-select .page-depository .fill-group .fill-control .js-select-choice:focus {
        border: 1px solid #66afe9;
        box-shadow: 0 0 4px rgba(102, 175, 233, 0.4); }
.page-depository .ui-agree {
  margin-left: 100px; }
.page-depository .ui-jump {
  margin-top: 30px;
  margin-left: 100px;
  text-align: left; }

#zoomIn {
  position: absolute;
  z-index: 99;
  top: -80px;
  left: 80px;
  display: block;
  padding: 15px 30px;
  border: 1px solid #c5c0aa;
  background-color: #fff;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
  font-size: 27px;
  color: #e2693d; }

#extraFiller p {
  position: relative;
  color: #f00;
  margin-top: -15px;
  padding-left: 100px;
  padding-bottom: 15px; }

.page-depository-verify .wrap {
  width: 760px;
  margin: 0 auto; }
  .page-depository-verify .wrap .customer-info {
    border: 1px solid #d9d9d9;
    padding: 35px 83px 20px 83px;
    margin-bottom: 30px; }
    .page-depository-verify .wrap .customer-info .customer-list {
      display: block; }
      .page-depository-verify .wrap .customer-info .customer-list li {
        display: inline-block;
        width: 248px;
        height: 45px;
        vertical-align: top; }
        .page-depository-verify .wrap .customer-info .customer-list li.first-column {
          margin-right: 90px; }
        .page-depository-verify .wrap .customer-info .customer-list li div {
          display: inline-block; }
          .page-depository-verify .wrap .customer-info .customer-list li div.title {
            width: 96px;
            text-align: left; }
          .page-depository-verify .wrap .customer-info .customer-list li div.text {
            color: #999999;
            text-align: left; }
        .page-depository-verify .wrap .customer-info .customer-list li .change {
          color: #53b2ec;
          font-size: 12px;
          text-decoration: none;
          margin-left: 14px; }
          .page-depository-verify .wrap .customer-info .customer-list li .change:hover {
            text-decoration: underline; }
  .page-depository-verify .wrap .line {
    height: 1px;
    border-top: 1px dashed #999999;
    margin-bottom: 30px; }
  .page-depository-verify .wrap .tip {
    border: 1px solid #ffea9f;
    background-color: #fffae7;
    padding: 13px 0px;
    text-align: center;
    margin-bottom: 30px; }
    .page-depository-verify .wrap .tip p {
      display: inline-block;
      margin-left: 5px; }
  .page-depository-verify .wrap .verify .control-group {
    margin-bottom: 24px;
    margin-left: 230px; }
  .page-depository-verify .wrap .verify label {
    display: inline-block;
    width: 60px;
    text-align: left; }
  .page-depository-verify .wrap .verify .controls {
    display: inline-block; }
    .page-depository-verify .wrap .verify .controls .fill-input.code, .page-depository-verify .wrap .verify .controls .js-select .code.js-select-choice, .js-select .page-depository-verify .wrap .verify .controls .code.js-select-choice {
      width: 125px; }
    .page-depository-verify .wrap .verify .controls button.get {
      width: 90px;
      height: 32px; }
      .page-depository-verify .wrap .verify .controls button.get.disabled {
        background-color: #d9d9d9; }
  .page-depository-verify .wrap .error-info {
    color: #a6a5a5; }
  .page-depository-verify .wrap #submitBtn {
    margin-left: 68px;
    width: 240px; }
    .page-depository-verify .wrap #submitBtn.disabled {
      background-color: #d9d9d9; }

.page-error .wrap {
  padding: 160px 0;
  text-align: center; }
  .page-error .wrap .btn-wrap {
    margin-top: 25px; }

.page-faq .faq-list {
  float: left;
  *display: inline;
  width: 188px;
  background-color: #fff; }
  .page-faq .faq-list ul {
    border-style: solid;
    border-color: #dedede;
    border-width: 1px 0 1px 1px; }
    .page-faq .faq-list ul li {
      line-height: 22px;
      border-bottom: 1px solid #dedede; }
      .page-faq .faq-list ul li.last {
        border-bottom: 0; }
      .page-faq .faq-list ul li a {
        display: block;
        padding: 15px 20px;
        color: #4d4d4d;
        text-decoration: none; }
        .page-faq .faq-list ul li a:hover, .page-faq .faq-list ul li a.active {
          color: #fff;
          background-color: #6d96da; }
.page-faq .faq-content {
  margin-left: 188px;
  padding: 30px;
  border: 1px solid #dedede;
  background-color: #fff; }
  .page-faq .faq-content .section {
    margin-bottom: 30px; }
    .page-faq .faq-content .section h2 {
      margin-bottom: 24px;
      font-size: 23px;
      color: #3c73ce; }
    .page-faq .faq-content .section p {
      line-height: 24px; }
    .page-faq .faq-content .section li {
      line-height: 2.6; }
      .page-faq .faq-content .section li ul {
        padding: 5px 0; }
        .page-faq .faq-content .section li ul li {
          padding-left: 30px;
          list-style-type: disc;
          list-style-position: inside; }
    .page-faq .faq-content .section figure {
      margin: 10px 0;
      text-align: center; }
  .page-faq .faq-content .pane p {
    margin-bottom: 10px; }
  .page-faq .faq-content .pane img {
    margin-bottom: 15px; }

.page-mobile {
  background-color: #fff; }
  .page-mobile .banner {
    position: relative;
    top: -15px;
    z-index: 9;
    height: 459px;
    background-repeat: no-repeat;
    background-position: top center; }
    .page-mobile .banner .inner {
      position: relative;
      width: 950px;
      margin: 0 auto;
      padding-top: 250px; }
    .page-mobile .banner .clearfix {
      *zoom: 1; }
      .page-mobile .banner .clearfix:after {
        content: "";
        display: table;
        clear: both; }
    .page-mobile .banner .download {
      float: left;
      *display: inline;
      margin-right: 30px; }
      .page-mobile .banner .download a {
        display: block;
        text-indent: -9999px;
        overflow: hidden; }
      .page-mobile .banner .download .ios {
        margin-bottom: 10px;
        width: 188px;
        height: 66px;
        background-position: 0 -279px; }
      .page-mobile .banner .download .android {
        width: 188px;
        height: 67px;
        background-position: 0 -209px; }
    .page-mobile .banner .qrcode {
      float: left;
      *display: inline; }
  .page-mobile .pc-link {
    margin-top: 20px;
    font-size: 12px;
    color: #fff; }
    .page-mobile .pc-link a {
      color: #fff; }
  .page-mobile .col {
    *zoom: 1;
    border-bottom: 1px solid #7f7f7f;
    overflow: hidden; }
    .page-mobile .col:after {
      content: "";
      display: table;
      clear: both; }
    .page-mobile .col .l {
      float: left;
      *display: inline;
      padding-left: 50px;
      padding-right: 20px;
      width: 400px; }
    .page-mobile .col .r {
      float: right;
      *display: inline;
      padding-left: 20px;
      padding-right: 40px;
      width: 320px; }
    .page-mobile .col h2 {
      padding-top: 75px;
      margin-bottom: 15px;
      font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
      font-size: 36px;
      line-height: 40px;
      color: #48484c; }
      .page-mobile .col h2 .icon {
        margin-left: 10px; }
    .page-mobile .col p {
      font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
      font-size: 18px;
      color: #48484c; }
    .page-mobile .col .example {
      width: 460px;
      height: 321px;
      padding-top: 30px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: bottom left; }
    .page-mobile .col .mobile-upload {
      background-image: url("../images/example/mobile-upload.png"); }
    .page-mobile .col .mobile-video {
      background-image: url("../images/example/mobile-video.png"); }
    .page-mobile .col .mobile-apply {
      background-image: url("../images/example/mobile-apply.png"); }
    .page-mobile .col .circle-group {
      margin-top: 20px; }
    .page-mobile .col .circle-a {
      width: 190px;
      height: 80px;
      background-position: 0 -43px; }
    .page-mobile .col .circle-b {
      width: 190px;
      height: 80px;
      background-position: 0 -126px; }
    .page-mobile .col .icon-message {
      margin-left: 10px;
      background-position: 0 -391px;
      width: 40px;
      height: 40px; }
    .page-mobile .col .icon-pic {
      width: 40px;
      height: 40px;
      margin-left: 10px;
      background-position: 0 -475px; }
    .page-mobile .col .icon-service {
      width: 40px;
      height: 40px;
      margin-left: 10px;
      background-position: 0 -561px; }
    .page-mobile .col .icon-search {
      width: 40px;
      height: 40px;
      margin-left: 10px;
      background-position: 0 -518px; }
    .page-mobile .col .icon-idea {
      width: 40px;
      height: 40px;
      margin-left: 10px;
      background-position: 0 -348px; }
    .page-mobile .col .wifi {
      width: 153px;
      height: 95px;
      margin: 70px 0 95px;
      background-position: 0 -604px; }
  .page-mobile .col-message {
    padding: 56px 0; }
    .page-mobile .col-message .r {
      padding: 0;
      width: 460px; }
    .page-mobile .col-message .icon-tel {
      width: 38px;
      height: 39px;
      background-position: 0 -434px; }
    .page-mobile .col-message h2 {
      padding-top: 0; }
    .page-mobile .col-message .input-group {
      margin-top: 30px; }
    .page-mobile .col-message label {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      font-size: 0; }
      * + html .page-mobile .col-message label {
        display: inline; }
      .page-mobile .col-message label .icon {
        position: absolute;
        top: 1px;
        left: 1px; }
      .page-mobile .col-message label .input {
        width: 195px;
        height: 26px;
        padding: 6px 10px 6px 50px;
        font-size: 14px;
        line-height: 26px;
        border: 1px solid #d8e2ed;
        box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
        vertical-align: middle;
        outline: 0 none; }
    .page-mobile .col-message .sendmsg {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 97px;
      height: 40px;
      margin-left: 10px;
      line-height: 40px;
      color: #858d94;
      text-align: center;
      cursor: pointer;
      background-position: 0 0; }
      * + html .page-mobile .col-message .sendmsg {
        display: inline; }
    .page-mobile .col-message p {
      margin-top: 65px; }
  .page-mobile .col-last {
    border-bottom: 0; }
  .page-mobile .ui-footer {
    border-top: 1px solid #b5b5b5;
    background-color: #f5f5f5; }

.misc-sprite,
.misc-btn,
.misc-circle-a,
.misc-circle-b,
.misc-download-android,
.misc-download-ios,
.misc-idea,
.misc-message,
.misc-mobile,
.misc-pic,
.misc-search,
.misc-service,
.misc-wifi,
.page-mobile .banner .download .ios,
.page-mobile .banner .download .android,
.page-mobile .col .circle-a,
.page-mobile .col .circle-b,
.page-mobile .col .wifi,
.page-mobile .col .icon-message,
.page-mobile .col .icon-pic,
.page-mobile .col .icon-service,
.page-mobile .col .icon-search,
.page-mobile .col .icon-idea,
.page-mobile .col-message .icon-tel,
.page-mobile .col-message .sendmsg {
  background-image: url("../images/sprite/misc-sd99422b858.png");
  background-repeat: no-repeat; }

.page-profile .follow {
  color: #009dd9; }

.page-password .form-content {
  width: 714px;
  padding-top: 40px;
  margin: 0 auto; }
  .page-password .form-content .ui-loginerr {
    position: static;
    margin-left: 278px;
    overflow: hidden;
    margin-bottom: 12px; }
    .page-password .form-content .ui-loginerr p {
      width: 400px; }
  .page-password .form-content .password-group {
    margin-bottom: 12px; }
    .page-password .form-content .password-group .fill-box {
      margin-bottom: 13px; }
      .page-password .form-content .password-group .fill-box .fill-label {
        width: 88px;
        padding: 0;
        margin: 0 28px 0 162px;
        line-height: 40px;
        text-align: right; }
      .page-password .form-content .password-group .fill-box .fill-input, .page-password .form-content .password-group .fill-box .js-select .js-select-choice, .js-select .page-password .form-content .password-group .fill-box .js-select-choice {
        width: 230px; }
    .page-password .form-content .password-group .assist {
      margin-bottom: 20px;
      font-size: 12px;
      color: #3c73ce; }
    .page-password .form-content .password-group .ui-divider {
      padding-bottom: 13px;
      margin-top: 25px; }
.page-password .ui-agree {
  margin-left: 278px;
  margin-bottom: 20px; }
.page-password .assist {
  position: relative;
  padding-left: 18px; }
  .page-password .assist .icon {
    position: absolute;
    top: 3px;
    left: 0; }
.page-password .btn-box {
  margin-top: 40px;
  margin-bottom: 324px;
  margin-left: 350px; }
.page-password .ui-jump {
  margin-left: 350px;
  text-align: left; }

#result_content {
  background: #e8e8e8; }
  #result_content .result-content {
    margin: 0 auto;
    width: 960px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0; }
  #result_content .ui-tipbox {
    width: 860px; }
    #result_content .ui-tipbox .tipbox-content .h-title {
      font-size: 16px; }
  #result_content .operate-box {
    background: #f9f9f9;
    width: 800px;
    margin: 20px auto;
    padding: 20px 0px;
    border: 1px solid #ccc; }
    #result_content .operate-box .operate-title {
      color: #666666;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    #result_content .operate-box .operate {
      width: 685px;
      height: 108px;
      margin: 30px auto 20px auto;
      text-indent: -999px; }
      #result_content .operate-box .operate.operate1 {
        background: url(../images/result/operate.png) 0px 0px no-repeat; }
      #result_content .operate-box .operate.operate2 {
        background: url(../images/result/operate.png) 0px -126px no-repeat; }
      #result_content .operate-box .operate.operate3 {
        background: url(../images/result/operate.png) 0px -250px no-repeat; }
      #result_content .operate-box .operate.operate4 {
        background: url(../images/result/operate.png) 0px -380px no-repeat; }
      #result_content .operate-box .operate.operate5 {
        background: url(../images/result/operate.png) 0px -511px no-repeat; }
      #result_content .operate-box .operate.operate6 {
        background: url(../images/result/operate.png) 0px -642px no-repeat; }
  #result_content .property-box {
    background: #f9f9f9;
    width: 800px;
    margin: 20px auto;
    padding: 20px 0px;
    border: 1px solid #ccc; }
    #result_content .property-box .h-title {
      font-size: 16px;
      margin-top: 15px; }
      #result_content .property-box .h-title .remind {
        width: 13px;
        height: 21px;
        margin: 0px 15px 0px 60px;
        vertical-align: middle;
        display: inline-block;
        background: url(../images/result/remind.png) 0px 0px no-repeat; }
    #result_content .property-box .select-pro {
      width: 670px;
      margin: 0px auto;
      padding: 40px 0px;
      border-bottom: 1px dashed #ccc; }
      #result_content .property-box .select-pro label {
        position: relative;
        display: block; }
        #result_content .property-box .select-pro label .text {
          height: 40px;
          *line-height: 40px;
          line-height: 40px\0;
          width: 255px;
          padding-left: 10px;
          font-size: 18px;
          margin-right: 15px;
          color: #cecece;
          border: 1px solid #cecece; }
        #result_content .property-box .select-pro label a {
          position: absolute;
          top: 0px;
          left: 280px; }
    #result_content .property-box .property-ul {
      padding: 10px 0px 0px 60px; }
      #result_content .property-box .property-ul li {
        font-size: 14px;
        color: #666666;
        line-height: 28px; }
  #result_content .line {
    border-top: 1px dashed #ccc;
    width: 800px;
    margin: 20px auto 0px auto; }
  #result_content .kt-sfcg {
    background: #fff;
    width: 800px;
    margin: 0px auto;
    padding-top: 30px; }
    #result_content .kt-sfcg .btn {
      text-align: center;
      margin-top: 15px; }
  #result_content .account-box {
    width: 800px;
    margin: 30px auto;
    border: 1px solid #ccc; }
    #result_content .account-box thead {
      font-size: 14px;
      color: #f06a64; }
      #result_content .account-box thead td {
        padding-left: 15px;
        border-bottom: 1px solid #ccc;
        line-height: 35px; }
    #result_content .account-box .gray {
      background: #f7f7f7; }
    #result_content .account-box tbody td {
      line-height: 35px;
      text-align: center;
      font-size: 12px;
      border-bottom: 1px solid #ccc; }
    #result_content .account-box tbody .gray {
      background: #f7f7f7;
      text-align: left;
      padding-left: 15px;
      width: 100px; }
  #result_content .cfzl-box {
    padding: 30px 0px;
    width: 805px;
    margin: 0px auto; }
    #result_content .cfzl-box h2 {
      font-size: 18px;
      color: #f06a64;
      padding-bottom: 10px; }
    #result_content .cfzl-box .back {
      width: 805px;
      height: 120px;
      display: block;
      background: url(../images/result/back.png) 0px 0px no-repeat;
      vertical-align: middle; }
      #result_content .cfzl-box .back img {
        margin: 25px 0px 0px 295px; }
  #result_content .result-top-cat {
    color: #fdb14e;
    font-size: 34px;
    height: 164px;
    text-align: center;
    line-height: 280px;
    font-family: 'Microsoft YaHei';
    margin-bottom: 30px;
    background: url(../images/result/zc_cat.png) 48% top no-repeat; }
  #result_content .result-top-msg {
    height: 134px;
    width: 870px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 12px; }
    #result_content .result-top-msg .icon-success-32 {
      position: absolute;
      margin-top: 26px;
      margin-left: 40px;
      line-height: 1.8;
      padding: 26px 0;
      position: relative;
      margin: 0 40px 0 80px; }
      #result_content .result-top-msg .icon-success-32 .split {
        padding-right: 3px;
        margin: 0 3px; }
      #result_content .result-top-msg .icon-success-32 .line-bold {
        font-weight: bold; }
        #result_content .result-top-msg .icon-success-32 .line-bold .red {
          color: #ff0404;
          font-size: 14px; }
      #result_content .result-top-msg .icon-success-32 .line-gray {
        color: #818081; }
  #result_content .ui-table {
    width: 870px;
    margin: 10px auto; }
  #result_content .clearfix {
    content: '';
    clear: both; }

.page-redo {
  font-size: 12px; }
  .page-redo .ui-step {
    display: none; }
  .page-redo .wrap {
    width: 600px;
    margin: 0 auto; }
  .page-redo a {
    text-decoration: none; }
  .page-redo .cards {
    min-height: 80px; }
  .page-redo .search input {
    width: 264px;
    height: 26px;
    text-indent: 6px;
    padding: 0;
    line-height: 26px; }
  .page-redo .search .button {
    display: inline-block;
    width: 62px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #009DEA;
    color: #fff; }
  .page-redo .title {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000; }
  .page-redo .card {
    width: 263px;
    height: 60px;
    background-color: #F3F3F3; }
    .page-redo .card .line {
      text-align: left;
      color: #6e6a6e;
      line-height: 30px; }
      .page-redo .card .line .left {
        width: 50%;
        float: left;
        text-indent: 10px; }
      .page-redo .card .line .right {
        width: 50%;
        float: right; }
  .page-redo .re {
    position: relative;
    background-color: #fff;
    border: 1px solid #F3F3F3; }
    .page-redo .re .close {
      cursor: pointer;
      display: block;
      position: absolute;
      width: 17px;
      height: 17px;
      background: url(../images/sprite/icon/close.png);
      right: -7px;
      top: -7px; }
  .page-redo .tip {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #6e6a6e; }
    .page-redo .tip .icon {
      margin-right: 6px; }
  .page-redo .button-bottom {
    display: block;
    color: #fff;
    width: 110px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #009DEA;
    font-size: 20px;
    margin: 0 auto; }

.page-department .title {
  height: 50px;
  border: 2px solid #3399ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .page-department .title .tab {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #808080;
    float: left; }
  .page-department .title .active {
    background: #3399ff;
    color: #fff; }
.page-department .local {
  margin-top: 16px;
  height: 140px; }
  .page-department .local .province {
    border-bottom: 1px solid #e5e4e2; }
  .page-department .local .city {
    padding-top: 12px; }
  .page-department .local span {
    cursor: pointer;
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
    height: 28px;
    line-height: 28px;
    min-width: 54px;
    padding: 0 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 12px; }
  .page-department .local span.active {
    background: #3399ff;
    color: #fff; }
.page-department .depart-list {
  height: 146px;
  padding: 14px 0 0 50px;
  overflow-y: auto;
  border: 1px solid #d4d0c9; }
  .page-department .depart-list .item {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 36px;
    margin-bottom: 14px;
    float: left;
    border: 1px solid #d4d0c9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .page-department .depart-list .item.active {
    background: #3399ff;
    color: #fff; }
.page-department .tip {
  height: 47px;
  line-height: 47px;
  font-size: 14px; }
.page-department .reco-list {
  height: 170px;
  padding: 0 0 0 50px;
  border: 1px solid #d4d0c9;
  color: #d4d0c9;
  overflow-y: auto; }
  .page-department .reco-list .reco-item {
    width: 170px;
    height: 60px;
    position: relative;
    display: inline-block;
    padding-left: 42px;
    padding-right: 14px;
    border: 1px solid #d4d0c9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 14px;
    margin-right: 30px; }
    .page-department .reco-list .reco-item .tick {
      width: 20px;
      height: 20px;
      background: url(../images/sprite/icon/un-tick.png);
      position: absolute;
      left: 10px;
      top: 20px; }
    .page-department .reco-list .reco-item .tick.active {
      background: url(../images/sprite/icon/tick.png); }
    .page-department .reco-list .reco-item .line {
      height: 30px;
      line-height: 30px; }
      .page-department .reco-list .reco-item .line .line-title {
        color: #666666; }
      .page-department .reco-list .reco-item .line .left {
        float: left;
        width: 65px;
        text-align: left; }
      .page-department .reco-list .reco-item .line .right {
        float: right;
        width: 104px;
        text-align: right; }
.page-department .channel .search {
  margin-top: 30px;
  margin-bottom: 12px;
  height: 40px; }
  .page-department .channel .search .wrap {
    float: right;
    border: 1px solid #d4d0c9;
    height: 38px;
    width: 390px; }
  .page-department .channel .search input {
    width: 310px;
    height: 38px;
    line-height: 38px;
    border: none;
    text-indent: 10px;
    padding: 0; }
  .page-department .channel .search .check {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    width: 80px;
    text-decoration: none;
    background: #3399ff;
    text-align: center;
    float: right; }
.page-department .channel .reco-list {
  padding: 0 0 0 20px; }
.page-department .channel .reco-item {
  width: 324px; }
  .page-department .channel .reco-item .line .right {
    width: 210px;
    text-align: right; }
.page-department .channel .cha-tip {
  color: #3c73ce;
  font-size: 14px;
  text-align: center;
  margin-top: 30px; }
.page-department .tab-con {
  display: none; }
.page-department .tab-con.active {
  display: block; }

.page-agency-info .tab-item {
  padding-left: 7px;
  margin-top: 34px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 0; }
  .page-agency-info .tab-item li {
    display: inline-block;
    padding: 0 8px 10px 8px;
    margin: 0 5px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    line-height: 16px;
    color: #777783;
    cursor: pointer; }
    .page-agency-info .tab-item li:hover, .page-agency-info .tab-item li.active {
      border-bottom: 2px solid #2667a9;
      color: #2c79c7; }
.page-agency-info .tab-content ul.hide {
  display: none; }
.page-agency-info .form-content {
  margin-right: -22px; }
  .page-agency-info .form-content .fill-group {
    margin-right: 20px; }
    .page-agency-info .form-content .fill-group .fill-label {
      display: block;
      float:none;
      text-align: left; }
    .page-agency-info .form-content .fill-group .fill-control .fill-input, .page-agency-info .form-content .fill-group .fill-control .js-select .js-select-choice, .js-select .page-agency-info .form-content .fill-group .fill-control .js-select-choice {
      width: 178px; }
    .page-agency-info .form-content .fill-group .fill-control .js-select {
      width: 200px; }
.page-agency-info .check-box {
  margin-top: 20px;
  text-align: center; }
  .page-agency-info .check-box .btn-blue {
    display: inline-block;
    width: 120px;
    height: 42px; }
.page-agency-info .add-box {
  height: 18px;
  margin-top: -20px;
  margin-bottom: 20px; }
  .page-agency-info .add-box .add-link {
    float: right;
    font-size: 16px;
    line-height: 16px;
    color: #18a0ff;
    text-decoration: underline; }
.page-agency-info .verify-content .ui-loginerr {
  position: static;
  margin-top: -10px;
  margin-bottom: 10px; }
  .page-agency-info .verify-content .ui-loginerr p {
    width: 216px; }

.page-add-customer #content {
  min-height: 550px; }
.page-add-customer .form-content {
  margin-left: 210px; }
  .page-add-customer .form-content .fill-group {
    margin-right: 0; }
.page-add-customer .verify-content .kh-content {
  width: auto;
  margin-left: 156px; }
  .page-add-customer .verify-content .kh-content .input-group .getcode {
    float: none;
    display: inline-block; }
  .page-add-customer .verify-content .kh-content .fill-group .fill-control {
    font-size: 16px; }
    .page-add-customer .verify-content .kh-content .fill-group .fill-control span {
      display: inline-block;
      font-size: 14px;
      color: #808080; }
.page-add-customer .btn-box {
  padding-top: 24px;
  margin-bottom: 100px;
  margin-left: 316px; }

.video-ready {
  width: 680px;
  height: 424px;
  margin: 10px auto 76px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #d3dde9;
  background-color: #edf0f5;
  color: #666; }
  .video-ready .ui-jump {
    margin-bottom: 100px; }
    .video-ready .ui-jump .btn-large {
      width: 214px;
      height: 50px;
      line-height: 50px; }

.video-detect-hardware {
  position: relative;
  height: 150px; }
  .video-detect-hardware table {
    position: relative;
    top: 50px;
    width: 80%;
    margin: 0 auto; }
  .video-detect-hardware th {
    height: 30px;
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
    text-align: center; }
  .video-detect-hardware td {
    text-align: center; }
  .video-detect-hardware .hardware {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1; }
    * + html .video-detect-hardware .hardware {
      display: inline; }
    .video-detect-hardware .hardware .icon {
      position: absolute;
      right: -10px;
      bottom: -10px; }
  .video-detect-hardware .video-icon-mic {
    width: 60px;
    height: 60px;
    background-image: url("../images/sprite/video/icon-mic.png");
    background-repeat: no-repeat; }
  .video-detect-hardware .video-icon-camera {
    width: 65px;
    height: 60px;
    background-image: url("../images/sprite/video/icon-camera.png");
    background-repeat: no-repeat; }
  .video-detect-hardware .video-icon-speaker {
    width: 70px;
    height: 60px;
    background-image: url("../images/sprite/video/icon-speaker.png");
    background-repeat: no-repeat; }

.video-prepare-text {
  margin-top: 40px;
  font-size: 24px; }

.video-prepare-icon {
  height: 200px;
  background-image: url("../images/prepare/videochat.png");
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.video-waiting {
  height: 170px;
  margin-top: 65px;
  background-image: url("../images/gif/waiting.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.video-tip {
  padding: 18px 50px;
  zoom: 1;
  font-size: 16px;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
  color: #5c7792;
  border: 1px solid #d2dde9;
  background-color: #ffffff; }

.video-queue-text {
  position: relative;
  top: -20px;
  font-size: 18px;
  font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
  color: #5c7792; }
  .video-queue-text .num {
    padding: 0 5px;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    color: #f77e14; }

.video-controll {
  padding: 7px 14px;
  border: 1px solid #d2dde9;
  background-color: #edf2f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .video-controll:hover {
    background-color: #d2dde9; }

.video-camera {
  width: 50px;
  height: 50px;
  background-image: url("../images/sprite/video/camera.png");
  background-repeat: no-repeat; }

.video-client {
  width: 407px;
  height: 320px;
  position: relative;
  background: url("../images/sprite/video/client.png") center no-repeat; }
  .video-client .video-window {
    position: relative;
    height: 281px; }
    .video-client .video-window img {
      position: absolute;
      top: 12px;
      left: 12px; }

.video-server {
  width: 245px;
  height: 188px;
  background: url("../images/sprite/video/server.png") center no-repeat; }

.drop-shadow {
  width: 300px;
  height: 150px;
  position: relative;
  background: #ccc;
  margin-left: 100px; }

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  left: 10px;
  width: 50%;
  max-width: 150px;
  height: 20%;
  /*add box-shadow*/
  -webkit-box-shadow: 0 15px 10px rgba(125, 125, 125, 0.8);
  -moz-box-shadow: 0 15px 10px rgba(125, 125, 125, 0.8);
  box-shadow: 0 15px 10px rgba(125, 125, 125, 0.8);
  /*add css3 transform*/
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.drop-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.video-container .object {
  position: relative;
  width: 100%;
  height: 100%; }

.video-error .video-mask, .video-error .video-tiptext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%; }

.video-success .video-mask, .video-success .video-tiptext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 66px; }

.video-error .video-mask, .video-success .video-mask {
  z-index: 8;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.chatbox .chat-meassage .message, .chatbox .chat-meassage .send {
  float: left;
  height: 18px;
  margin: 0;
  padding: 3px 6px;
  line-height: 18px;
  font-size: 12px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #cecece; }

.video-chat {
  width: 680px;
  margin: 10px auto; }
  .video-chat .head {
    margin-bottom: 20px;
    margin-left: 168px; }

.video-container {
  position: relative; }

.video-window {
  padding: 12px; }

.video-error .video-tiptext td {
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle; }
  .video-error .video-tiptext td .warn-text {
    width: 320px;
    margin: 0 auto;
    overflow: hidden; }
    .video-error .video-tiptext td .warn-text .icon-wran {
      float: left;
      *display: inline;
      width: 36px;
      height: 36px;
      background-image: url("../images/sprite/video/warn.png");
      background-repeat: no-repeat; }
    .video-error .video-tiptext td .warn-text p {
      float: left;
      width: 256px;
      margin-left: 20px;
      text-align: left; }
  .video-error .video-tiptext td .btn {
    display: inline-block;
    width: 135px;
    height: 32px;
    padding: 0;
    margin-top: 50px;
    border: none;
    border-radius: 3px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    outline: none; }
    .video-error .video-tiptext td .btn.btn-change {
      color: #fbfbfb;
      background-color: #f2a454; }
    .video-error .video-tiptext td .btn.btn-restart {
      margin-left: 22px;
      color: #fff;
      background-color: #54aaf2; }

.video-success .video-tiptext p {
  width: 290px;
  padding: 14px 0 0 61px;
  font-size: 16px;
  line-height: 22px;
  color: #fff; }
.video-success .video-tiptext .icon {
  position: absolute;
  top: 14px;
  left: 11px; }
.video-success .video-tiptext .icon-success {
  width: 36px;
  height: 36px;
  background-image: url("../images/sprite/video/success.png");
  background-repeat: no-repeat; }

.video-server {
  position: absolute;
  top: 0;
  right: 0; }
  .video-server .video-window {
    height: 159px; }

.chatbox {
  position: absolute;
  top: 193px;
  right: 0;
  width: 245px; }
  .chatbox .chat-dialogue {
    height: 78px;
    padding: 5px 10px;
    border: 1px solid #cecece;
    overflow-x: hidden;
    overflow-y: auto; }
    .chatbox .chat-dialogue .dialogue {
      *zoom: 1;
      width: 220px;
      margin-bottom: 5px;
      font-size: 12px; }
      .chatbox .chat-dialogue .dialogue:after {
        content: "";
        display: table;
        clear: both; }
      .chatbox .chat-dialogue .dialogue .talker {
        float: left;
        width: 40px;
        text-align: right;
        color: #f06a64; }
      .chatbox .chat-dialogue .dialogue .message {
        float: left;
        width: 170px; }
      .chatbox .chat-dialogue .dialogue .timestamp {
        color: #b2b2b2; }
    .chatbox .chat-dialogue .from .message {
      color: #3c73ce; }
  .chatbox .chat-meassage {
    *zoom: 1; }
    .chatbox .chat-meassage:after {
      content: "";
      display: table;
      clear: both; }
    .chatbox .chat-meassage .message {
      width: 164px;
      height: 20px;
      padding: 5px 0 5px 10px;
      line-height: 16px;
      overflow: auto;
      outline: 0 none;
      resize: vertical; }
    .chatbox .chat-meassage .send {
      width: 68px;
      height: 30px;
      padding: 0;
      color: #816743;
      text-align: center;
      line-height: 29px;
      border-left: 0;
      background-color: #ffe9ac;
      background: gray;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe199), color-stop(1, #fff1c1));
      background: -moz-linear-gradient(center top, #ffe199 0%, #fff1c1 100%);
      background: -ms-linear-gradient(top, #ffe199, #fff1c1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe199', endColorstr='#fff1c1', GradientType=0);
      cursor: pointer; }
.ui-pagenav {
  position: relative;
  margin: 20px 0px; }
  .ui-pagenav .page {
    margin: 0 auto;
    width: 640px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    *zoom: 1; }
    .ui-pagenav .page:after {
      content: "";
      display: table;
      clear: both; }
    .ui-pagenav .page li {
      margin-right: 6px;
      float: left; }
      .ui-pagenav .page li a {
        display: inline-block;
        background: #f0f4fb;
        font-size: 14px;
        color: #6f7b91;
        width: 36px;
        border-radius: 3px; }
      .ui-pagenav .page li .page-go {
        width: 60px;
        border: 1px solid #f0f4fb;
        border-radius: 5px;
        height: 36px;
        line-height: 36px;
        text-align: center; }
      .ui-pagenav .page li.thisPage a {
        color: #fff;
        background: #f06a64; }
    .ui-pagenav .page .page-up a,
    .ui-pagenav .page .page-down a {
      width: 70px; }
  .ui-pagenav .sum-num {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #a6a6a6;
    font-size: 16px; }
.page-video-ways .ways-box {
  position: relative;
  margin-top: 124px;
  margin-bottom: 140px;
  text-align: center; }
  .page-video-ways .ways-box .ways-item {
    display: inline-block;
    width: 264px;
    height: 314px;
    margin: 0 67px;
    border-radius: 4px;
    text-align: center; }
    .page-video-ways .ways-box .ways-item i {
      display: inline-block;
      width: 186px;
      height: 153px;
      margin-top: 32px; }
    .page-video-ways .ways-box .ways-item span {
      display: inline-block;
      margin: 36px 0 10px;
      font-size: 15px;
      line-height: 15px; }
    .page-video-ways .ways-box .ways-item a {
      display: inline-block;
      width: 204px;
      height: 42px;
      font-size: 20px;
      text-align: center;
      line-height: 42px;
      text-decoration: none;
      background-color: #fff; }
  .page-video-ways .ways-box .ways-one {
    background-color: #fdb349; }
    .page-video-ways .ways-box .ways-one i {
      background-image: url("../images/sprite/video/ways-one.png");
      background-position: top;
      background-repeat: no-repeat; }
    .page-video-ways .ways-box .ways-one span {
      color: #8e6934; }
    .page-video-ways .ways-box .ways-one a {
      color: #ffad38; }
  .page-video-ways .ways-box .ways-two {
    background-color: #f85a59; }
    .page-video-ways .ways-box .ways-two i {
      background-image: url("../images/sprite/video/ways-two.png");
      background-position: top;
      background-repeat: no-repeat; }
    .page-video-ways .ways-box .ways-two span {
      color: #8c3433; }
    .page-video-ways .ways-box .ways-two a {
      color: #f05352; }
  .page-video-ways .ways-box .dot {
    position: absolute;
    top: 118px;
    left: 50%;
    margin-left: -20px;
    display: inline-block;
    width: 39px;
    height: 39px;
    font-size: 22px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    background: url("../images/sprite/video/dot.png") no-repeat; }

.page-video-two .info-content {
  margin-top: 60px; }
  .page-video-two .info-content .info-title {
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    font-size: 18px;
    line-height: 18px;
    color: #555; }
  .page-video-two .info-content .fill-label {
    width: 70px;
    text-align: left;
    font-weight: normal; }
  .page-video-two .info-content .fill-control {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-left: 30px;
    font-size: 0; }
    * + html .page-video-two .info-content .fill-control {
      display: inline; }
  .page-video-two .info-content .line {
    margin-left: 10px; }
.page-video-two .risk-tip {
  margin-bottom: 14px; }

.page-person #main {
  padding-bottom: 60px; }
.page-person .info-content {
  margin-right: -82px;
  margin-bottom: 50px; }
  .page-person .info-content .fill-group {
    float: left;
    margin-right: 82px;
    margin-bottom: 0; }
    .page-person .info-content .fill-group .error input {
      border: 1px solid #ea616c;
      box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
      .page-person .info-content .fill-group .error input:focus {
        border: 1px solid #ea616c !important;
        box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
    .page-person .info-content .fill-group .error .tip {
      display: block;
      margin-top: 10px;
      padding-left: 2px;
      font-size: 12px;
      line-height: 12px;
      color: #f06a64;
      text-align: left; }
    .page-person .info-content .fill-group .fill-label {
      float: left;
      width: 105px;
      padding: 0;
      line-height: 42px; }
    .page-person .info-content .fill-group .fill-control .short {
      width: 49px; }
    .page-person .info-content .fill-group .fill-control .mid {
      width: 120px; }
    .page-person .info-content .fill-group .fill-control .long {
      width: 650px; }

.page-agency .list-title {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 25px;
  border-bottom: 1px solid #dadada; }
  .page-agency .list-title h2 {
    float: left;
    font-size: 18px;
    line-height: 18px;
    color: #555; }
  .page-agency .list-title span {
    float: right;
    padding-left: 24px;
    font-size: 14px;
    color: #818181;
    cursor: pointer;
    background: url("../images/sprite/icon/show.png") left no-repeat; }
  .page-agency .list-title .btn-show.btn-hide {
    background: url("../images/sprite/icon/hide.png") left no-repeat; }
.page-agency .list-content {
  display: none;
  padding: 30px 38px 0;
  background-color: #f7f7f7; }
.page-agency .btn-box {
  float: right;
  height: 42px;
  margin: 40px 96px 40px 220px; }
  .page-agency .btn-box .btn {
    width: 160px;
    height: 42px;
    padding: 0;
    border: 1px solid #4f9ff0;
    border-radius: 3px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #4f9ff0;
    background-color: #fff;
    outline: none; }
.page-agency .form-content {
  margin-right: -96px; }
  .page-agency .form-content .fill-box {
    margin-right: -96px; }
  .page-agency .form-content .fill-group {
    margin-right: 94px;
    margin-bottom: 0; }
    .page-agency .form-content .fill-group .error input {
      border: 1px solid #ea616c;
      box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
      .page-agency .form-content .fill-group .error input:focus {
        border: 1px solid #ea616c !important;
        box-shadow: 0 0 4px rgba(234, 97, 108, 0.4); }
    .page-agency .form-content .fill-group .error .tip {
      display: block;
      margin-top: 10px;
      padding-left: 2px;
      font-size: 12px;
      line-height: 12px;
      color: #f06a64;
      text-align: left; }
    .page-agency .form-content .fill-group .long {
      width: 660px; }

.survey-box {
  text-align: center;
  color: #333; }
  .survey-box h2 {
    margin-top: 42px;
    font-size: 22px;
    line-height: 22px; }
  .survey-box p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 14px; }
    .survey-box p button {
      text-decoration: underline;
      cursor: pointer;
      color: #2c79c7;
      background: none; }

.survey-example {
  margin-top: 42px;
  overflow: hidden; }
  .survey-example .tip-bar span {
    font-size: 14px;
    line-height: 14px;
    color: #333; }
  .survey-example ul {
    margin-top: 18px;
    margin-right: -58px; }
    .survey-example ul li {
      float: left;
      margin-right: 19px; }
      .survey-example ul li h3 {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #333; }
        .survey-example ul li h3 span {
          color: #fa851d; }
          .survey-example ul li h3 span em {
            margin: 0 2px;
            font-size: 36px;
            font-style: normal; }
      .survey-example ul li .step-item {
        width: 248px;
        height: 260px;
        padding-right: 38px;
        background: url("../images/sprite/icon/arr.png") right no-repeat; }
        .survey-example ul li .step-item img {
          width: 248px;
          height: 260px; }

.ui-agree {
  font-size: 12px; }
  .ui-agree span {
    font-size: 18px;
    color: #fa0000;
    vertical-align: -6px; }
  .ui-agree input {
    margin-left: 6px;
    vertical-align: middle; }
  .ui-agree label {
    color: #666; }

.protocal-block {
  width: 680px;
  height: 435px;
  margin: 0 auto 10px;
  font-size: 12px;
  border: 2px solid #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto; }
  .protocal-block .block-box {
    padding: 15px 20px 15px 40px;
    line-height: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal; }
    .protocal-block .block-box h2 {
      margin-bottom: 16px;
      font-size: 16px;
      text-align: center;
      color: #4d4d4d; }
    .protocal-block .block-box h3 {
      color: #4c4c4c;
      text-indent: -24px; }
    .protocal-block .block-box p {
      color: #717171;
      text-indent: -24px; }

.info-table {
  padding: 18px 19px 10px;
  text-align: right;
  background-color: #f5f5f5; }
  .info-table table {
    width: 100%; }
    .info-table table tr {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
      color: #333;
      text-align: left; }
      .info-table table tr .title {
        padding-left: 16px;
        color: #808080; }
  .info-table a {
    color: #18a0ff;
    text-align: right;
    text-decoration: none; }

.list-table table {
  width: 100%; }
  .list-table table tr {
    height: 48px;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-align: center;
    background-color: #f5f5f5; }
    .list-table table tr th {
      font-weight: normal;
      text-align: center;
      background-color: #e5e5e5; }
    .list-table table tr td {
      padding: 10px 10px 10px 20px; }
    .list-table table tr .btn {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      width: 80px;
      height: 32px;
      padding: 0;
      border-radius: 3px;
      line-height: 32px;
      text-align: center;
      text-decoration: none; }
      * + html .list-table table tr .btn {
        display: inline; }
      .list-table table tr .btn.btn-kh {
        background-color: #4f9ff0;
        color: #fff; }
      .list-table table tr .btn.btn-link {
        border: 1px solid #dfdfdf;
        color: #808080;
        background-color: #fff; }
  .list-table table .line {
    border: none; }

.risk-tip {
  padding: 12px;
  border-radius: 4px;
  background-color: #fcf4dc; }
  .risk-tip .icon {
    float: left; }
  .risk-tip p {
    float: left;
    width: 804px;
    margin-left: 10px;
    font-size: 16px;
    color: #985412;
    line-height: 20px; }

.customer-notice {
  padding: 18px 0 46px 20px;
  border-top: 1px solid #d2d2d2; }
  .customer-notice dl dt {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #ff7d00; }
  .customer-notice dl dd {
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-bottom: 8px; }
    .customer-notice dl dd span {
      color: #ff7e00; }

.page-audit .ret-text, .page-submit .ret-text {
  margin-bottom: 20px; }

.page-submit #content {
  min-height: 550px; }
.page-submit .ret-text {
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a; }
  .page-submit .ret-text strong {
    font-size: 30px;
    font-weight: normal; }
  .page-submit .ret-text em {
    color: #f06a64;
    font-style: normal; }
.page-submit .ret-tip-text {
  padding-left: 10px;
  margin-top: 20px;
  line-height: 14px;
  color: #3a3a3a; }
.page-submit .ui-tipbox {
  width: 860px;
  margin-left: 10px; }
  .page-submit .ui-tipbox .tipbox-content .h-title {
    font-size: 16px;
    color: #666; }
.page-submit .caption {
  margin-top: 60px;
  margin-left: 10px; }
.page-submit .ui-table {
  width: 860px;
  margin-left: 10px;
  border: 1px solid #e4e2e2; }
.page-submit .ui-jump {
  margin-top: 60px; }

.page-card .upload-box {
  text-align: center; }
  .page-card .upload-box ul {
    display: inline-block; }
.page-card .back {
  position: static;
  margin-bottom: 30px; }

.page-xieyi .ui-agree {
  margin-left: 86px; }

.page-confirm .info-box {
  margin-left: 268px; }
  .page-confirm .info-box li {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 14px;
    color: #808080; }
    .page-confirm .info-box li .info-title {
      display: inline-block;
      width: 82px;
      margin-right: 18px;
      line-height: 16px;
      text-align: right; }
.page-confirm .ui-jump {
  margin-left: 57px; }

.page-failed #content {
  min-height: 550px; }
.page-failed .failed-content {
  width: 360px;
  margin: 0 auto; }
  .page-failed .failed-content .failed-tip {
    margin-bottom: 22px; }
    .page-failed .failed-content .failed-tip .icon {
      float: left; }
    .page-failed .failed-content .failed-tip p {
      float: left;
      margin-left: 12px;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 36px;
      color: #4d4d4d; }
  .page-failed .failed-content ul {
    margin-left: 48px; }
    .page-failed .failed-content ul li {
      text-align: left;
      color: #4d4d4d; }
      .page-failed .failed-content ul li a {
        text-decoration: underline; }
.page-failed .btn-box {
  width: 350px;
  margin: 36px auto 0; }

.page-open #content {
  min-height: 550px; }
.page-open .failed-content {
  width: 360px;
  margin: 0 auto; }
  .page-open .failed-content .failed-tip {
    margin-bottom: 22px; }
    .page-open .failed-content .failed-tip .icon {
      float: left; }
    .page-open .failed-content .failed-tip p {
      float: left;
      margin-left: 12px;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      line-height: 36px;
      color: #4d4d4d; }
  .page-open .failed-content ul {
    margin-left: 48px; }
    .page-open .failed-content ul li {
      text-align: left;
      color: #4d4d4d; }
      .page-open .failed-content ul li a {
        text-decoration: underline; }
.page-agency .search-items {
	position: absolute;
	left: 0;
	right: 0;
	top: 42px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #cecece;
	zoom: 1;
	z-index: 100;
	max-height: 250px;
	display: none;
}
.page-agency .search-items li {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}



.ui-option .alllistname {
  position: relative;
  margin: 20px 0px; }
  .ui-option .alllistname .content-name {
    height: 60px;
    overflow: hidden;
    margin: 0px 100px 0px 110px; }
    .ui-option .alllistname .content-name .attr-panl {
      max-height: 60px;
      padding: 5px; }
      .ui-option .alllistname .content-name .attr-panl a {
        color: #a6a6a6;
        font-size: 12px;
        min-width: 175px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px; }
        .ui-option .alllistname .content-name .attr-panl a .delete {
          display: inline-block;
          margin-left: 10px;
          width: 12px;
          height: 12px;
          vertical-align: middle;
          background: url(../images/delete-ico.png) 0 0 no-repeat; }
          .ui-option .alllistname .content-name .attr-panl a .delete.hide {
            display: none; }
        .ui-option .alllistname .content-name .attr-panl a .edit {
          display: inline-block;
          margin-left: 5px;
          width: 15px;
          height: 16px;
          vertical-align: middle;
          background: url(../images/video/video-list.png) 0 -95px no-repeat; }
          .ui-option .alllistname .content-name .attr-panl a .edit.hide {
            display: none; }
        .ui-option .alllistname .content-name .attr-panl a .param-checkbox {
          display: inline-block;
          vertical-align: middle;
          width: 13px;
          height: 13px;
          margin-right: 5px;
          background: url(../images/icolist.png) -20px -80px no-repeat; }
        .ui-option .alllistname .content-name .attr-panl a.current .param-checkbox {
          background: url(../images/icolist.png) 0px -80px no-repeat; }
  .ui-option .alllistname h3 {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 14px;
    color: #6f7b91; }
    .ui-option .alllistname h3.title-name {
      cursor: pointer; }
    .ui-option .alllistname h3 .delete-all {
      display: inline-block;
      margin-left: 10px;
      width: 12px;
      height: 12px;
      vertical-align: middle;
      background: url(../images/delete-ico.png) 0 0 no-repeat; }
      .ui-option .alllistname h3 .delete-all.hide {
        display: none; }
    .ui-option .alllistname h3 .edit-all {
      display: inline-block;
      margin-left: 5px;
      width: 15px;
      height: 16px;
      vertical-align: middle;
      background: url(../images/video/video-list.png) 0 -95px no-repeat; }
      .ui-option .alllistname h3 .edit-all.hide {
        display: none; }
  .ui-option .alllistname .option-name {
    position: absolute;
    top: 5px;
    right: 25px; }
    .ui-option .alllistname .option-name .more {
      font-size: 12px;
      color: #6f7b91; }
      .ui-option .alllistname .option-name .more span {
        background: url(../images/icolist.png) -81px -50px no-repeat;
        width: 13px;
        height: 8px;
        display: inline-block;
        vertical-align: middle;
        margin: 0px 0px 3px 8px; }
        .ui-option .alllistname .option-name .more span.ico-arrow {
          background: url(../images/icolist.png) -80px -65px no-repeat; }
    .ui-option .alllistname .option-name .add {
      color: #f06a64; }
    .ui-option .alllistname .option-name .reflash {
      display: inline-block;
      height: 28px;
      line-height: 28px;
      width: 60px;
      color: #f06a64;
      border-radius: 5px;
      border: 1px solid #f06a64;
      margin-right: 10px;
      text-align: center; }
  .ui-option .alllistname .search-box {
    position: relative;
    top: 0px;
    height: 34px;
    width: 240px;
    background: url(../images/input.png);
    margin: 10px 0px 10px 110px; }
    .ui-option .alllistname .search-box .search-label {
      display: inline-block;
      height: 34px;
      line-height: 34px;
      margin-left: 30px; }
      .ui-option .alllistname .search-box .search-label input {
        height: 34px;
        line-height: 37px;
        border: none;
        font-size: 12px;
        color: #3a3d42;
        width: 200px;
        background: #e1e6ef;
        outline: none; }
  .ui-option .alllistname.active .content-name .attr-panl {
    background: #e1e6ef;
    overflow-y: scroll;
    height: auto; }
    .ui-option .alllistname.active .content-name .attr-panl a {
      color: #3a3d42; }
 .main-table {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  *zoom: 1; }
  .main-table:after {
    content: "";
    display: table;
    clear: both; }
  .main-table .data-table {
    border: 1px solid #f0f4fb; }
    .main-table .data-table thead th {
      padding: 10px 15px;
      font-size: 14px;
      font-weight: bold;
      color: #444;
      background-color: #e1e6ef;
      text-align: left; }
      .main-table .data-table thead th.text-c {
        text-align: center; }
      .main-table .data-table thead th a {
        color: #3a3d42; }
        .main-table .data-table thead th a.current {
          color: #e4788c; }
    .main-table .data-table tbody td {
      padding: 10px 15px;
      color: #444; }
      .main-table .data-table tbody td.text-c {
        text-align: center; }
      .main-table .data-table tbody td .link {
        color: #f06a64; }
    .main-table .data-table tbody tr.even {
      background-color: #f7f9fd; }
    .main-table .data-table .btn-group {
      position: relative;
      display: inline-block; }
      .main-table .data-table .btn-group .btn {
        position: relative;
        padding-right: 30px;
        z-index: 9; }
      .main-table .data-table .btn-group .dropdown {
        display: block;
        width: 17px;
        height: 13px;
        padding: 8px 8px 8px 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        background-image: url(../images/dropdown.png);
        background-repeat: no-repeat;
        background-position: 1px 7px;
        cursor: pointer; }
      .main-table .data-table .btn-group ul {
        display: none;
        position: absolute;
        left: 0;
        top: 28px;
        z-index: 8;
        border: 1px solid #f06a64;
        background-color: #fff;
        border-radius: 5px;
        margin-top: -5px;
        padding-top: 8px;
        padding-bottom: 4px; }
        .main-table .data-table .btn-group ul li a {
          display: block;
          font-size: 12px;
          color: #f06a64; }
  .main-table .scroll-table,
  .main-table .fixed-table {
    float: left; }
  .main-table .fixed-table .data-table > tbody > tr > td {
    line-height: 25px;
    height: 28px;
  }
  .main-table .scroll-table {
    width: 90%;
    overflow-y: hidden;
    overflow-x: auto; }
    .main-table .scroll-table .data-table {
      table-layout: fixed; }
      .main-table .scroll-table .data-table th,
      .main-table .scroll-table .data-table td {
        white-space: nowrap;
        min-width: 50px; }
      .main-table .scroll-table .data-table td {
        height: 28px;
        line-height: 28px; }
  .main-table .fixed-table {
    width: 10%; }
    .page-dot .button-inner {
  *zoom: 1;
  overflow: hidden;
  margin-bottom: 20px; }
  .page-dot .button-inner:after {
    content: "";
    display: table;
    clear: both; }
  .page-dot .button-inner a {
    float: right; }
    .page-dot .button-inner a.btn-fill {
      font-size: 14px; }
.page-dot .dot-info-content {
  padding: 20px 50px;
  background: #f0f5fb; }
  .page-dot .dot-info-content .show input {
    vertical-align: middle;
    margin-right: 5px; }
  .page-dot .dot-info-content .dot-table tbody td {
    padding: 10px 0px;
    font-size: 14px; }
    .page-dot .dot-info-content .dot-table tbody td .js-select {
      margin-right: 20px; }
    .page-dot .dot-info-content .dot-table tbody td label.checkbox {
      width: 200px; }
      .page-dot .dot-info-content .dot-table tbody td label.checkbox input {
        vertical-align: middle; }
  .page-dot .dot-info-content .dot-table tbody .name {
    width: 10%; }
    .page-dot .dot-info-content .dot-table tbody .name span {
      color: #ff5776;
      display: inline-block;
      margin-right: 5px; }
  .page-dot .dot-info-content .dot-table tbody .info {
    width: 40%; }
    .page-dot .dot-info-content .dot-table tbody .info label {
      width: 100%; }
      .page-dot .dot-info-content .dot-table tbody .info label .txt {
        width: 80%; }
    .page-dot .dot-info-content .dot-table tbody .info .get-longitudes {
      display: block;
      width: 90px;
      text-align: center;
      background-color: #f06a64;
      color: #fff;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      margin-left: 10%; }
      .btn-fill {
  background-color: #f06a64;
  color: #fff; }
  .btn, .btn-deny, .btn-hollow {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*padding: 0 15px;*/
  font-size: 16px;
  line-height: 34px;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer; }
  .btn:focus, .btn-deny:focus, .btn-hollow:focus, .focus.btn, .focus.btn-deny, .focus.btn-hollow, .btn:active:focus, .btn-deny:active:focus, .btn-hollow:active:focus, .btn:active.focus, .btn-deny:active.focus, .btn-hollow:active.focus, .active.btn:focus, .active.btn-deny:focus, .active.btn-hollow:focus, .active.focus.btn, .active.focus.btn-deny, .active.focus.btn-hollow {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn-deny:hover, .btn-hollow:hover, .btn:focus, .btn-deny:focus, .btn-hollow:focus, .focus.btn, .focus.btn-deny, .focus.btn-hollow {
    text-decoration: none; }
  .btn:active, .btn-deny:active, .btn-hollow:active, .active.btn, .active.btn-deny, .active.btn-hollow {
    outline: 0;
    background-image: none; }
  .disabled.btn, .disabled.btn-deny, .disabled.btn-hollow, [disabled].btn, [disabled].btn-deny, [disabled].btn-hollow, fieldset[disabled] .btn, fieldset[disabled] .btn-deny, fieldset[disabled] .btn-hollow {
    cursor: default;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65; }

.datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute}[class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes{display:block}.datetimepicker.hours div.datetimepicker-hours{display:block}.datetimepicker.days div.datetimepicker-days{display:block}.datetimepicker.months div.datetimepicker-months{display:block}.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.hour:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(top,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot tr:first-child th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}
.page-agency .search-items {
	position: absolute;
	left: 0;
	right: 0;
	top: 42px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #cecece;
	zoom: 1;
	z-index: 100;
	max-height: 250px;
	display: none;
}
.page-agency .search-items li {
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.btn-small {
  padding: 0 10px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 5px; }
  .btn-primary-white {
  background-color: #fff;
  color: #3ecacb;
  border: 1px solid #3ecacb;
  border-radius: 4px;
  padding: 3px 3px 3px 5px;
  margin-left: 30px; }

.page-agency .customer-table {
  width: 784px; }
  .page-agency .customer-table .row {
    overflow: hidden;
    background: #f5f5f5; }
    .page-agency .customer-table .row .cell {
      display: block;
      float: left;
      padding: 15px 0px; }
      .page-agency .customer-table .row .cell.w-1 {
        width: 10%;
        padding-left: 5%; }
      .page-agency .customer-table .row .cell.w-2 {
        width: 20%; }
      .page-agency .customer-table .row .cell.w-3 {
        width: 20%; }
      .page-agency .customer-table .row .cell.w-4 {
        width: 25%; }
      .page-agency .customer-table .row .cell.w-5 {
        width: 20%; }
  .page-agency .customer-table .table-head .row {
    background: #e5e5e5;
    color: #808080; }
  .page-agency .customer-table .table-body {
    height: 212px;
    overflow-y: auto; }
    .page-agency .customer-table .table-body .row {
      margin-bottom: 2px; }
      .page-agency .customer-table .table-body .row:hover {
        background: #e7f4fe; }
  .page-agency .customer-table a.do {
    color: #4f9ff0;
    margin-right: 15px; }
    .page-agency .link-add {
  overflow: hidden;
  width: 784px;
  margin-bottom: 18px; }
  .page-agency .link-add a {
    float: right;
    color: #4f9ff0;
    text-decoration: underline;
    cursor: pointer; }
    .page-agency .btn-box {
  float: right;
  height: 42px;
  margin: 40px 96px 40px 220px; }
  .page-agency .btn-box .btn {
    width: 160px;
    height: 42px;
    padding: 0;
    border: 1px solid #4f9ff0;
    border-radius: 3px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #4f9ff0;
    background-color: #fff;
    outline: none; }
    .page-agency .code-images-box {
  margin-right: 98px; }
  .page-agency .code-images-box .code-pic {
    width: 175px;
    height: 166px; }
  .page-agency .code-images-box .code-btn-box {
    margin-top: 25px;
    text-align: center; }
    .page-agency .code-images-box .code-btn-box .code-btn {
      display: inline-block;
      font-size: 14px;
      color: #4f9ff0;
      padding: 12px 18px;
      border: solid 1px #4f9ff0;
      border-radius: 5px;
      margin-right: 13px;
      cursor: pointer; }
