/*! 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;
    color: #666666;
    background-color: #e8e8e8;
}

#main {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

#content {
    padding: 30px 40px;
    background-color: #ffffff;
}

.js-valid-tip,
.js-explain-tip {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-size: 12px;
}

* + html .js-valid-tip, * + html
.js-explain-tip {
    display: inline;
}

.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;
}

#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;
}

.ui-header {
    height: 100px;
    background-image: url("../images/header/bg.png");
    background-repeat: repeat-x;
}

.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;
    margin-top: 20px;
}

.ui-header .logo a, .ui-header .logo span {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    vertical-align: middle;
    margin-right: 15px;
}

* + html .ui-header .logo a, * + html .ui-header .logo span {
    display: inline;
}

.ui-header .logo span {
    padding-left: 15px;
    font-size: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    color: #666;
    background-image: url("../images/header/vline.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.ui-header .logo img {
    display: block;
}

.ui-header .nav-right {
    float: right;
    *display: inline;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
}

.ui-header .nav-right .nav-item {
    float: right;
    margin-left: 15px;
}

.ui-header .nav-right a {
    color: #4d4d4d;
}

.ui-header .hotline {
    color: #fb7f2d;
}

.ui-header .hotline span {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-top: -3px;
}

* + html .ui-header .hotline span {
    display: inline;
}

.ui-header .hotline .num {
    margin-left: 5px;
    font-family: Arial;
    font-size: 24px;
}

.ui-header .service a {
    display: block;
    width: 92px;
    height: 27px;
    margin-top: 10px;
    background-image: url("../images/header/service.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

* + html .ui-header .hotline span {
    margin-top: 0;
    vertical-align: top;
}

.ui-footer {
    margin: 60px auto 0;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    color: #8c8c8c;
    background-color: #fff;
}

.ui-footer .footnav {
    margin-bottom: 5px;
}

.ui-footer .footnav a {
    text-decoration: none;
    color: #8c8c8c;
}

.ui-footer p {
    margin-bottom: 6px;
}

.ui-footer p a {
    text-decoration: none;
    color: #8c8c8c;
}

.ui-footer .divider {
    padding: 0 4px;
}

.ui-footer p.bottom img {
    vertical-align: middle;
    padding-left: 10px;
}

h1, h2, h3, h4 {
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    font-weight: normal;
}

a {
    color: #0054ff;
}

.fill-group {
    margin-bottom: 20px;
}

.fill-group .fill-label {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 120px;
    text-align: right;
}

* + 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 .js-valid-tip {
    margin-left: 10px !important;
}

.fill-input, .js-select .js-select-choice {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 220px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cecece;
    padding: 6px 10px 5px 10px;
    font-size: 14px;
    outline: none;
}

* + html .fill-input, * + html .js-select .js-select-choice, .js-select * + html .js-select-choice {
    display: inline;
}

.fill-input:hover, .js-select .js-select-choice:hover {
    border-color: #b4b4b4;
}

.fill-input:focus, .js-select .js-select-choice:focus {
    border-color: #3db2ee;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
}

.btn-primary, .btn-process, .js-dialog .btn-dialog-process, .btn-warn, .btn-default, .js-dialog .btn-dialog-close {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif !important;
    border: 0 none;
    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, * + html .btn-default, * + html .js-dialog .btn-dialog-close, .js-dialog * + html .btn-dialog-close {
    display: inline;
}

.btn-normal {
    height: 33px;
    padding: 0 20px;
    line-height: 33px;
    font-size: 14px;
}

.btn-large {
    height: 44px;
    padding: 0 30px;
    line-height: 44px;
    font-size: 20px;
}

.btn-primary, .btn-process, .js-dialog .btn-dialog-process {
    background-color: #009ce9;
    color: #fff;
}

.btn-warn {
    background-color: #ff9023;
    color: #fff;
}

.btn-default, .js-dialog .btn-dialog-close {
    background-color: #f8f8f8;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background-repeat: no-repeat;
}

* + html .icon {
    display: inline;
}

.icon-error-32,
.icon-success-32,
.icon-wait-32,
.icon-warn-32 {
    width: 32px;
    height: 32px;
}

.icon-error-lg {
    width: 36px;
    height: 36px;
}

.icon-headset,
.icon-bankcard,
.icon-idcard,
.icon-mobile,
.icon-camera {
    width: 114px;
    height: 84px;
}

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-warn {
    background-image: url("../images/sprite/icon/warn.png");
}

.ui-table td {
    padding: 10px 20px;
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
}

.ui-table {
    border: 1px solid #d4d4d4;
}

.ui-table table {
    width: 100%;
}

.ui-table .caption {
    padding: 0 20px;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #d4d4d4;
    background-image: url("../images/header/caption.png");
    background-color: #fbfbfb;
    background-repeat: repeat-x;
}

.ui-table .caption h3 {
    color: #2571c7;
}

.ui-table .last td {
    border-bottom: 0;
}

.ui-table .attr {
    background-color: #f7f7f7;
}

.ui-table .val {
    background-color: #ffffff;
}

.ui-agree {
    font-size: 12px;
}

.ui-bank {
    padding: 25px;
    background-color: #e5f5ff;
    border-width: 1px 0;
    border-style: dashed;
    border-color: #ddd9c0;
}

.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-beijing {
    background-image: url("../images/sprite/bank/beijing.png");
}

body .bank-jiangsu {
    background-image: url("../images/sprite/bank/jiangsu.png");
}

body .bank-changsha {
    background-image: url("../images/sprite/bank/changsha.png");
}

body .bank-gongshang {
    background-image: url("../images/sprite/bank/gongshang.png");
}

body .bank-guangda {
    background-image: url("../images/sprite/bank/guangda.png");
}

body .bank-guangfa {
    background-image: url("../images/sprite/bank/guangfa.png");
}

body .bank-guangzhou {
    background-image: url("../images/sprite/bank/guangzhou.png");
}

body .bank-ningbo {
    background-image: url("../images/sprite/bank/ningbo.png");
}

body .bank-huaxia {
    background-image: url("../images/sprite/bank/huaxia.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-minsheng {
    background-image: url("../images/sprite/bank/minsheng.png");
}

body .bank-nanjing {
    background-image: url("../images/sprite/bank/nanjing.png");
}

body .bank-nongye {
    background-image: url("../images/sprite/bank/nongye.png");
}

body .bank-pingan {
    background-image: url("../images/sprite/bank/pingan.png");
}

body .bank-pufa {
    background-image: url("../images/sprite/bank/pufa.png");
}

body .bank-shanghai {
    background-image: url("../images/sprite/bank/shanghai.png");
}

body .bank-shenfa {
    background-image: url("../images/sprite/bank/shenfa.png");
}

body .bank-xingye {
    background-image: url("../images/sprite/bank/xingye.png");
}

body .bank-youzheng {
    background-image: url("../images/sprite/bank/youzheng.png");
}

body .bank-zhaoshang {
    background-image: url("../images/sprite/bank/zhaoshang.png");
}

body .bank-zhongguo {
    background-image: url("../images/sprite/bank/zhongguo.png");
}

body .bank-zhongxin {
    background-image: url("../images/sprite/bank/zhongxin.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;
}

.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-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;
}

.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;
    cursor: pointer;
}

.js-select .js-select-choice .js-select-chosen {
    display: block;
    margin-right: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.js-select .js-select-choice .js-select-arrow {
    position: absolute;
    width: 11px;
    height: 6px;
    top: 13px;
    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 {
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
}

.js-select .js-select-list li.active, .js-select .js-select-list li.selected {
    background-color: #f6f6f6;
}

.ui-hint {
    margin-top: 20px;
    padding: 30px 40px;
    background-color: #ffffff;
}

.ui-hint .title {
    margin-bottom: 10px;
    font-weight: bold;
    color: #2571c7;
}

.ui-hint .hints {
    margin: 0 20px;
    list-style: square outside;
    line-height: 20px;
}

.ui-hint .hints li {
    margin-bottom: 5px;
    font-size: 12px;
}

.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 .wrong-wrap .pic-overlay {
    position: absolute;
    left: 50%;
    top: -400px;
    margin-left: -305px;
}

.ui-hint .hints .wrong-wrap .pic-overlay table {
    width: 610px;
    height: 375px;
    border-radius: 2px;
}

.ui-hint .hints .wrong-wrap .pic-overlay td {
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.ui-hint .hints .wrong-wrap .pic-overlay .inner {
    position: relative;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.ui-hint .hints .wrong-wrap .pic-overlay .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 .wrong-wrap .pic-overlay .inner .wrong-text .icon {
    vertical-align: middle;
}

.ui-hint .hints .wrong-wrap .pic-overlay .inner .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 .wrong-wrap .pic-overlay .close {
    position: absolute;
    top: 10px;
    left: 560px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.ui-hint .hints .wrong-wrap .pic-overlay 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: 30px;
    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: 680px;
    margin: 0 auto 10px;
}

.protocal-list li {
    *zoom: 1;
    height: 38px;
    margin-bottom: 5px;
    line-height: 38px;
    background-color: #f3f5f7;
}

.protocal-list li:after {
    content: "";
    display: table;
    clear: both;
}

.protocal-list li em {
    position: relative;
    float: left;
    width: 38px;
    height: 38px;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    color: #fff;
    background-color: #00affd;
}

.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 #f3f5f7 transparent transparent;
    border-width: 6px 6px 6px 0;
}

.protocal-list li a {
    float: left;
    margin-left: 10px;
    color: #3c73ce;
    font-weight: bold;
    text-decoration: none;
}

.protocal-block {
    width: 680px;
    height: 435px;
    margin: 0 auto 10px;
    font-size: 12px;
    border: 2px solid #11aaf7;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: inset 1px 1px 3px #cecece;
}

.protocal-block pre {
    padding: 15px 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.ui-step {
    position: absolute;
    top: 28px;
    right: 50px;
}

.ui-step ol {
    width: 411px;
    height: 58px;
    font-size: 0;
}

.ui-step ol.step1 {
    background-image: url("../images/step/step1.png");
    background-repeat: no-repeat;
}

.ui-step ol.step2 {
    background-image: url("../images/step/step2.png");
    background-repeat: no-repeat;
}

.ui-step ol.step3 {
    background-image: url("../images/step/step3.png");
    background-repeat: no-repeat;
}

.ui-step li {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding-top: 28px;
    width: 137px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

* + html .ui-step li {
    display: inline;
}

.ui-subject {
    margin-bottom: 20px;
}

.ui-subject .question {
    color: #3c73ce;
}

.ui-subject .answer {
    margin: 10px 20px;
}

.ui-subject ul li {
    line-height: 24px;
}

.ui-subject ul input {
    margin-right: 5px;
}

.ui-tab {
    height: 38px;
    line-height: 38px;
    font-size: 0;
    background-color: #f0f4f7;
}

.ui-tab .tab {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 0 25px;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
    font-size: 16px;
    background-color: #e5eaed;
}

* + html .ui-tab .tab {
    display: inline;
}

.ui-tab .tab.active {
    color: #fff;
    background-color: #f4920f;
}

.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: #f4920f;
}

.ui-text {
    margin-bottom: 20px;
    font-size: 12px;
}

.ui-tipbox {
    position: relative;
    width: 600px;
    margin: 0 auto 10px;
    zoom: 1;
}

.ui-tipbox .tipbox-icon {
    position: absolute;
    top: 14px;
    left: 38px;
    width: 32px;
    height: 32px;
}

.ui-tipbox .tipbox-icon .icon {
    display: block;
}

.ui-tipbox .tipbox-content {
    padding: 20px 10px 20px 80px;
}

.ui-tipbox .tipbox-content .title {
    color: #333;
    font-weight: bold;
}

.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;
}

.ui-tiptext .tiptext-message .icon {
    margin-right: 5px;
}

.ui-tiptext .tiptext-close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 18px;
    cursor: pointer;
}

.type-list {
    *zoom: 1;
    width: 650px;
    margin: 0 auto 30px;
    padding: 15px 15px 0 15px;
    border: 4px solid #eff2f4;
    background-color: #f9f9f9;
}

.type-list:after {
    content: "";
    display: table;
    clear: both;
}

.type-list li {
    float: left;
    width: 280px;
    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;
}

* + html .type-list {
    padding: 15px;
}

.ui-title h2, .ui-title h3 {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #2571c7;
}

* + 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: 400px;
    margin: 10px auto 0;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #a4bdd8;
    background-color: #edf1f6;
}

.video-detect-hardware {
    position: relative;
    height: 200px;
}

.video-detect-hardware table {
    position: relative;
    top: 50px;
    width: 80%;
    margin: 0 auto;
}

.video-detect-hardware th {
    height: 30px;
    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;
    background-image: url("../images/sprite/video/client.png");
    background-repeat: no-repeat;
}

.video-server {
    width: 245px;
    height: 188px;
    background-image: url("../images/sprite/video/server.png");
    background-repeat: no-repeat;
}

.video-indicate {
    width: 54px;
    height: 53px;
    background-image: url("../images/sprite/video/indicate.png");
    background-repeat: no-repeat;
}

.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 .btn {
    margin: 10px 5px 0 5px;
}

.video-success .video-tiptext p {
    float: left;
    width: 240px;
    margin: 12px;
    color: #fff;
}

.video-success .video-tiptext .icon {
    margin-top: 7px;
    margin-left: 30px;
}

.video-client {
    position: relative;
}

.video-client .video-window {
    height: 281px;
}

.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: #2571c7;
}

.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: 160px;
    overflow: auto;
    outline: 0 none;
    resize: vertical;
}

.chatbox .chat-meassage .send {
    width: 58px;
    color: #816743;
    text-align: center;
    border-left: 0;
    background-color: #ffe9ac;
    background: #7f7f7f;
    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-account .ui-protocal-list,
.page-account .ui-protocal-block {
    margin-bottom: 20px;
}

.page-account .ui-agree {
    width: 680px;
    margin: 0 auto;
    padding: 10px 0;
}

.page-account .ui-account-type .type-list li {
    width: 320px;
}

.page-account .ui-account-type cite {
    margin-right: 40px;
}

.page-account .boxchk {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0px 25px 0px 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;
}


.page-audit .ret-text, .page-audit .ret-box, .page-audit .assist, .page-audit .button {
    margin-bottom: 20px;
}

.page-audit .ret-text {
    font-size: 16px;
    color: #393939;
}

.page-audit .ret-text b {
    padding: 0 5px;
    font-size: 24px;
}

.page-audit .ret-pic {
    margin-bottom: 20px;
    text-align: center;
}

.page-audit .account-id {
    font-size: 18px;
    color: #ff0000;
}

.page-audit .assist {
    font-size: 12px;
}

.page-audit .button {
    text-align: center;
}

.link-box {
    width: 870px;
    margin: 30px auto 0;
}

.link-box ul {
    *zoom: 1;
    margin-left: -50px;
}

.link-box ul:after {
    content: "";
    display: table;
    clear: both;
}

.link-box li {
    float: left;
    margin-left: 50px;
    margin-bottom: 25px;
}

.link-box li .boxs {
    position: relative;
    display: block;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    width: 252px;
    height: 86px;
    color: #666666;
    text-decoration: none;
}

.link-box li .boxs:hover {
    background: #fbfbfb url("../images/result/jb-bg.png?1429161294") repeat-x;
}

.link-box li .boxs .text-msg {
    position: relative;
    margin-top: 18px;
    margin-left: 90px;
    padding-right: 10px;
}

.link-box li .boxs .text-msg.high {
    margin-top: 2px;
}

.link-box li .boxs .text-msg .font-12 {
    font-size: 12px;
    color: #9c9c9c;
}

.link-box li .boxs i {
    position: absolute;
    left: 12px;
    bottom: 13px;
    width: 62px;
    height: 62px;
}

.link-box li .boxs .icon-pc {
    background: url(../images/result/icon-pc.png) center no-repeat;
}

.link-box li .boxs .icon-shop {
    background: url(../images/result/icon-shop.png) center no-repeat;
}

.link-box li .boxs .icon-home {
    background: url(../images/result/icon-home.png) center no-repeat;
}

.link-box li .boxs .icon-qrcode-mobile {
    background: url(../images/result/result-qrcode.png) center no-repeat;
}

.link-box li .boxs .icon-qrcode-wechat {
    background: url(../images/result/result-qrcode.png) center no-repeat;
}

.upload-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
}

.upload-table td {
    background-color: #f2f4f6;
}

.upload-table td dl {
    display: block;
    text-align: center;
}

.upload-table td dt {
    padding: 25px 0 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", \9ED1\4F53, sans-serif;
}

.upload-table td dd {
    margin-bottom: 25px;
}

.upload-table .upload-gif {
    position: absolute;
    margin-left: 8px;
    margin-top: 3px;
}

.upload-table .upload-btn {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.upload-table .upload-btn .file-input {
    position: absolute;
    left: 50%;
    top: 0;
    width: 164px;
    height: 37px;
    margin-left: -82px;
    font-size: 50px;
    cursor: pointer;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    outline: none;
}

.upload-table .upload-btn .btn {
    width: 124px;
}

.mod-upload .ui-agree {
    margin: 0 20px;
    padding: 10px 0;
}

.page-depository .wrap {
    width: 760px;
    margin: 0 auto;
}

.page-depository .ui-tab {
    margin-bottom: 20px;
}

.page-depository .ui-bank ul {
    margin-left: -10px;
}

.page-depository .ui-bank li {
    margin-left: 30px;
}

.page-depository .assist {
    margin-bottom: 20px;
    font-size: 12px;
}

.page-depository .assist .icon {
    margin-right: 5px;
}

.page-depository .selected {
    *zoom: 1;
    margin-top: 30px;
}

.page-depository .selected:after {
    content: "";
    display: table;
    clear: both;
}

.page-depository .selected .bank-logo {
    float: left;
    margin-left: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.page-depository .holder-text {
    float: left;
    width: 100px;
    padding-top: 10px;
    text-align: right;
}

.page-depository .fill-label {
    width: 100px;
}

.page-depository .ui-divider {
    margin: 20px 0 30px;
}

.page-depository .ui-agree {
    margin-left: 130px;
}

.page-depository .fill-group {
    position: relative;
}

#zoomIn {
    position: absolute;
    z-index: 99;
    top: -71px;
    left: 104px;
    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;
}

.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: #rgb 166, 165, 165;
}

.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: 12px;
}

.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 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;
    margin-left: 10px;
    line-height: 40px;
    color: #858d94;
    text-align: center;
    cursor: pointer;
}

* + 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("/template/default/images/sprite/misc-sd99422b858.png");
    background-repeat: no-repeat;
}

.page-profile .follow {
    color: #009dd9;
}

.page-password .wrap {
    width: 700px;
    margin: 0 auto;
}

.page-password .password-group {
    margin-bottom: 20px;
}

.page-password .password-group .assist {
    margin-bottom: 20px;
    font-size: 12px;
    color: #3c73ce;
}

.page-password .ui-agree {
    margin-bottom: 20px;
}

#result_content {
    background: #e8e8e8;
}

#result_content .result-content {
    margin: 0px auto;
    width: 950px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0px;
}

#result_content .ui-tipbox {
    width: 800px;
}

#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: #0054ff;
}

#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: #0054ff;
    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-profile .label-checkbox {
    font-size: 14px;
    display: inline-block;
    margin: 0 30px 5px 0;
}

.page-profile .label-checkbox input {
    margin-right: 5px;
}

.page-profile .badness-box .fill-control {
    width: 600px;
    background: #f3f3f3;
    padding: 10px 15px;
}

.fill-group .fill-control {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-left: 30px;
    font-size: 0;
}

.select2Con {
    width: r382px;
}

.select2Con .select2-container .select2-selection {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #cecece;
    font-size: 14px;
}

.select2Con .queryInfo {
    display: none;
    border: 1px solid #cecece;
    width: 353px;
    height: 105px;
    padding: 15px;
    margin-top: 20px;
}

.select2Con .queryInfo img {
    float: left;
    width: 87px;
    height: 109px;
}

.select2Con .queryInfo .tjrInfo {
    float: left;
    margin-left: 12px;
}

.select2Con .queryInfo .tjrInfo p {
    color: #333;
    font-size: 14px;
    line-height: 35px;
}

.select2Con .tjrAjaxList {
    cursor: pointer;
    width: 382px;
    font-size: 14px;
    line-height: 37px;
    max-height: 120px;
    overflow-y: auto;
}

.select2Con .tjrAjaxList li {
    border: 1px solid #cecece;
    text-indent: 10px;
    border-top: none;
}
    