/*! 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, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 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;
}

.fl {
    float: left;
    *display: inline;
}

.fr {
    float: right;
    *display: inline;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#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("/template/default/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;
}

.labelforcb {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.labelforcb input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
}

.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(/template/default/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: 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: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 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;
}

.btn-primary, .btn-process, .js-dialog .btn-dialog-process, .btn-warn, .btn-default, .js-dialog .btn-dialog-close, .js-dialog .btn-dialog-disabled {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 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, * + html .js-dialog .btn-dialog-disabled, .js-dialog * + html .btn-dialog-disabled {
    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, .js-dialog .btn-dialog-disabled {
    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;
}

.icon-tip {
    width: 20px;
    height: 20px;
}

.icon-close2 {
    width: 13px;
    height: 13px;
}

body .icon-bankcard {
    background-image: url("/template/default/images/sprite/icon/bankcard.png");
}

body .icon-camera {
    background-image: url("/template/default/images/sprite/icon/camera.png");
}

body .icon-error-32 {
    background-image: url("/template/default/images/sprite/icon/error-32.png");
}

body .icon-error-lg {
    background-image: url("/template/default/images/sprite/icon/error-lg.png");
}

body .icon-error {
    background-image: url("/template/default/images/sprite/icon/error.png");
}

body .icon-flag {
    background-image: url("/template/default/images/sprite/icon/flag.png");
}

body .icon-headset {
    background-image: url("/template/default/images/sprite/icon/headset.png");
}

body .icon-idcard {
    background-image: url("/template/default/images/sprite/icon/idcard.png");
}

body .icon-info {
    background-image: url("/template/default/images/sprite/icon/info.png");
}

body .icon-lamp {
    background-image: url("/template/default/images/sprite/icon/lamp.png");
}

body .icon-microphone {
    background-image: url("/template/default/images/sprite/icon/microphone.png");
}

body .icon-mobile {
    background-image: url("/template/default/images/sprite/icon/mobile.png");
}

body .icon-success-32 {
    background-image: url("/template/default/images/sprite/icon/success-32.png");
}

body .icon-success {
    background-image: url("/template/default/images/sprite/icon/success.png");
}

body .icon-wait-32 {
    background-image: url("/template/default/images/sprite/icon/wait-32.png");
}

body .icon-warn-32 {
    background-image: url("/template/default/images/sprite/icon/warn-32.png");
}

body .icon-warn {
    background-image: url("/template/default/images/sprite/icon/warn.png");
}

body .icon-tip {
    background-image: url("/template/default/images/sprite/icon/tip.png");
}

body .icon-close2 {
    background-image: url("/template/default/images/sprite/icon/close2.png");
}

.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 {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border: 1px solid #ddd;
    background-color: #fff;
}

* + html .ui-bank .bank {
    display: inline;
}

.ui-bank .active .bank {
    border-color: #33a1ff;
}

.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 .btn-dialog-disabled {
    background-color: #c1c1c1;
}

.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;
}

.page-index {
    background-color: #fff;
}

.page-index .home-banner {
    position: relative;
    top: -15px;
    height: 560px;
    width: 100%;
}

/**
.page-index .home-banner.kh-banner {
    background: url(../images/home/kh-banner.jpg) center 0px no-repeat;
}*/

.page-index .home-banner.zh-banner {
    background: url(../images/home/zh-banner.jpg) center 0px no-repeat;
}

.page-index .home-banner.ggt-banner {
    background: url(../images/home/ggt-banner.jpg) center 0px no-repeat;
}

.page-index #inner {
    position: relative;
    width: 950px;
    height: 560px;
    margin: 0px auto;
}

.page-index #inner .ui-login {
    position: absolute;
    top: 120px;
    right: 25px;
}

.page-index #inner .ui-login h1 {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 20px 0px;
}

.page-index #inner .ui-login .kh-content,
.page-index #inner .ui-login .zh-content,
.page-index #inner .ui-login .ggt-content {
    padding-bottom: 5px;
}

.page-index #inner .ui-login .input-group {
    *zoom: 1;
    margin-bottom: 10px;
}

.page-index #inner .ui-login .input-group:after {
    content: "";
    display: table;
    clear: both;
}

.page-index #inner .ui-login .input-group .input {
    border: none;
    border-radius: 4px;
    background: #fff;
    height: 38px;
    line-height: 38px;
    width: 250px;
    padding-left: 10px;
    color: #7d7d7d;
    font-size: 12px;
}

.page-index #inner .ui-login .input-group .input.input-code {
    float: left;
    width: 145px;
}

.page-index #inner .ui-login .input-group .getcode {
    display: block;
    margin-left: 160px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #333333;
    background: #e6e6e6;
    width: 100px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}

.page-index #inner .ui-login .input-group .getcode.specialgetcode {
    background: #ffd19b;
    color: #c5560c;
}

.page-index #inner .ui-login .btn-content a {
    display: block;
    width: 260px;
    vertical-align: middle;
    margin-top: 10px;
    text-indent: -9999px;
}

.page-index #inner .ui-login .btn-content a.kh {
    height: 35px;
    background: url(../images/home/btn-ico.png) 0px -50px no-repeat;
}

.page-index #inner .ui-login .btn-content a.kh.checked {
    height: 45px;
    background: url(../images/home/btn-ico.png) 0px 0px no-repeat;
}

.page-index #inner .ui-login .btn-content a.zh {
    height: 35px;
    background: url(../images/home/btn-ico.png) 0px -148px no-repeat;
}

.page-index #inner .ui-login .btn-content a.zh.checked {
    height: 45px;
    background: url(../images/home/btn-ico.png) 0px -98px no-repeat;
}

.page-index #inner .ui-login .btn-content a.ggt {
    height: 35px;
    background: url(../images/home/btn-ico.png) 0px -248px no-repeat;
}

.page-index #inner .ui-login .btn-content a.ggt.checked {
    height: 45px;
    background: url(../images/home/btn-ico.png) 0px -198px no-repeat;
}

.page-index #inner .ui-download {
    position: absolute;
    left: 25px;
    bottom: 110px;
}

.page-index #inner .ui-download .qrcode {
    float: left;
    *display: inline;
    margin-right: 15px;
}

.page-index #inner .ui-download .moreway {
    float: left;
    *display: inline;
}

.page-index #inner .ui-download .moreway .system {
    width: 98px;
    height: 50px;
    margin-bottom: 8px;
    background-image: url("../images/home/system.png");
}

.page-index #inner .ui-download .moreway p {
    margin-bottom: 8px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #fff;
}

.page-index #inner .ui-download .moreway a {
    display: block;
    width: 100px;
    height: 23px;
    background-image: url("../images/home/moreway.png");
    text-indent: -9999px;
    overflow: hidden;
}

.page-index #inner .ui-loginerr {
    padding: 9px 12px;
    width: 235px;
    background-color: #ff3e2f;
    border: 1px solid #670801;
}

.page-index #inner .ui-loginerr p {
    padding: 0 15px;
    font-size: 12px;
    color: #fff;
}

.page-index #inner .ui-loginerr .close {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.page-index #inner .ui-loginerr .arrow {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: absolute;
    bottom: -11px;
    left: 80px;
    width: 11px;
    height: 11px;
    background: url(/template/default/images/sprite/index/arrow.png) no-repeat;
}

* + html .page-index #inner .ui-loginerr .arrow {
    display: inline;
}

.page-index .main {
    width: 975px;
    margin: 0px auto;
    height: auto;
}

.page-index .main .prepaer-content img {
    display: block;
    width: 923px;
    margin: 0px auto 60px auto;
}

.page-index .main .title {
    background: url(/template/default/images/newversion/border.png) repeat-x center;
    padding: 60px 0px 40px 0px;
    color: #7d7d7d;
    font-size: 28px;
    text-align: center;
}

.page-index .main .support-content .support-banks {
    *zoom: 1;
    padding: 20px 0px 85px 0px;
    margin-left: 20px;
}

.page-index .main .support-content .support-banks:after {
    content: "";
    display: table;
    clear: both;
}

.page-index .main .support-content .support-banks .single-bank {
    display: block;
    margin: 0 auto;
}

.page-index .main .support-content .support-banks li {
    float: left;
    *display: inline;
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-index .main .support-content .support-banks li .bank {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    text-indent: -9999px;
    overflow: hidden;
    zoom: 1;
}

.bottom {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding: 50px 0px;
    border-bottom: 1px solid #ddd;
}

.bottom .ui-warmtip {
    *zoom: 1;
    width: 925px;
    margin: 0px auto;
    height: auto;
}

.bottom .ui-warmtip:after {
    content: "";
    display: table;
    clear: both;
}

.bottom .ui-warmtip .title {
    color: #3a3a3a;
    font-size: 19px;
}

.bottom .ui-warmtip .title .icon-tip {
    width: 13px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px 2px 0px;
    background: url(../images/home/remind.png) 0px 0px no-repeat;
}

.bottom .ui-warmtip .warmtip-items {
    padding-top: 10px;
    margin-left: 20px;
    list-style: decimal;
    list-style-position: outside;
}

.bottom .ui-warmtip .warmtip-items li {
    line-height: 22px;
    font-size: 12px;
    color: #7d7d7d;
    line-height: 24px;
}

.bottom .ui-warmtip .warmtip-items li a {
    color: #6898cb;
}

.bottom .ui-warmtip .warm-left {
    width: 580px;
    float: left;
    *display: inline;
}

.bottom .ui-warmtip .warm-right {
    float: right;
    *display: inline;
    padding-right: 60px;
}

.bottom .ui-warmtip .warm-right ul {
    padding-top: 10px;
}

.bottom .ui-warmtip .warm-right ul li {
    line-height: 24px;
}

.bottom .ui-warmtip .warm-right ul li a {
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
}

.bottom .ui-warmtip .warm-right ul li a.more {
    color: #6898cb;
}

.support-content .bank {
    position: relative;
}

.support-content .bank.faster-bank:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 43px;
    background-image: url("../images/home/faster-bank.png");
}

.support-content .support-tip {
    margin-top: -74px;
    margin-bottom: 24px;
}
