﻿html {
    overflow-y: scroll;
}

body {
    background-color: #f9f9f9;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

canvas {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ========================================= basic ===================================== */
body {
    margin: 0;
    font-family: Tahoma, "\5B8B\4F53", Arial, Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    background-color: #fff;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

p {
    margin: 0;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em, i {
    font-style: normal;
}

cite {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1, h2, h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

abbr {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.inline li, ol.inline li {
        display: inline-block;
        *display: inline;
        padding-right: 5px;
        padding-left: 5px;
        *zoom: 1;
    }

dl {
    margin: 0;
}

dd {
    margin-left: 0;
}

dl.horizontal {
    *zoom: 1;
}

    dl.horizontal:before, dl.horizontal:after {
        display: table;
        line-height: 0;
        content: "";
    }

    dl.horizontal:after {
        clear: both;
    }

    dl.horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
    }

    dl.horizontal dd {
        margin-left: 180px;
    }

code, pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
}

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }

    pre.scrollable {
        max-height: 340px;
        overflow-y: scroll;
    }

hr {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    *height: 2px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

a {
    color: #00528c;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #1d81c7;
        text-decoration: underline;
    }

.muted {
    color: #999999;
}

a.muted:hover, a.muted:focus {
    color: #808080;
}

.text-warning {
    color: #ff6600;
}

a.text-warning:hover, a.text-warning:focus {
    color: #a47e3c;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover, a.text-error:focus {
    color: #953b39;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover, a.text-info:focus {
    color: #2d6987;
}

.text-success {
    color: #468847;
}

a.text-success:hover, a.text-success:focus {
    color: #ff6600;
}

img.rounded {
    border-radius: 6px;
}

img.polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

img.circle {
    border-radius: 500px;
}

.wrap {
    width: 980px;
}

.wrap, .container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .wrap:before, .wrap:after, .container:before, .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .wrap:after, .container:after {
        clear: both;
    }

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

    .row:before, .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

    .row .span {
        float: left;
        min-height: 1px;
        margin-left: 20px;
        _display: inline;
    }

    .span20, .row .span20 {
        width: 980px;
    }

    .span19, .row .span19 {
        width: 930px;
    }

    .span18, .row .span18 {
        width: 880px;
    }

    .span17, .row .span17 {
        width: 830px;
    }

    .span16, .row .span16 {
        width: 780px;
    }

    .span15, .row .span15 {
        width: 730px;
    }

    .span14, .row .span14 {
        width: 680px;
    }

    .span13, .row .span13 {
        width: 630px;
    }

    .span12, .row .span12 {
        width: 580px;
    }

    .span11, .row .span11 {
        width: 530px;
    }

    .span10, .row .span10 {
        width: 480px;
    }

    .span9, .row .span9 {
        width: 430px;
    }

    .span8, .row .span8 {
        width: 380px;
    }

    .span7, .row .span7 {
        width: 330px;
    }

    .span6, .row .span6 {
        width: 280px;
    }

    .span5, .row .span5 {
        width: 230px;
    }

    .span4, .row .span4 {
        width: 180px;
    }

    .span3, .row .span3 {
        width: 130px;
    }

    .span2, .row .span2 {
        width: 80px;
    }

    .span1, .row .span1 {
        width: 30px;
    }

.offset18 {
    margin-left: 920px;
}

.offset17 {
    margin-left: 870px;
}

.offset16 {
    margin-left: 820px;
}

.offset15 {
    margin-left: 770px;
}

.offset14 {
    margin-left: 720px;
}

.offset13 {
    margin-left: 670px;
}

.offset12 {
    margin-left: 620px;
}

.offset11 {
    margin-left: 570px;
}

.offset10 {
    margin-left: 520px;
}

.offset9 {
    margin-left: 470px;
}

.offset8 {
    margin-left: 420px;
}

.offset7 {
    margin-left: 370px;
}

.offset6 {
    margin-left: 320px;
}

.offset5 {
    margin-left: 270px;
}

.offset4 {
    margin-left: 220px;
}

.offset3 {
    margin-left: 170px;
}

.offset2 {
    margin-left: 120px;
}

.offset1 {
    margin-left: 70px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px; /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 2px;
}

    .alert, .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0 0 5px;
        }

        .alert .alert-close {
            float: right;
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
            padding: 0;
            cursor: pointer;
            background: transparent;
            *background: none;
            border: 0;
            -webkit-appearance: none;
            font-size: 20px;
            font-weight: bold;
            color: #000000;
            text-shadow: 0 1px 0 #ffffff;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
            opacity: 0.2;
            /*filter: alpha(opacity=20);*/
            text-decoration: none;
        }

.alert-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.alert-inline {
    *display: inline;
}

.alert-success {
    color: #468847;
    background-color: #ecfae3;
    border-color: #cde2b7;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-danger h4, .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block {
    margin-top: 5px;
}

.alert-no-close {
    padding-right: 14px;
}

    .alert-no-close .alert-close {
        display: none;
    }

.alert-cookie {
    display: none;
}

form {
    margin: 0 0 0;
}

.form-actions {
    margin-top: 20px;
}

    .form-actions:before, .form-actions:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-actions:after {
        clear: both;
    }

    .form-actions a, .form-actions button, .form-actions input {
        margin-right: 5px;
    }

.help-block, .help-inline {
    color: #999;
}

.help-block {
    display: block;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.help-required {
    display: inline-block;
    *display: inline;
    color: #ff6600;
    font-family: "\5B8B\4F53", Arial, Helvetica, Arial, sans-serif;
    vertical-align: middle;
    margin-right: 5px;
    *zoom: 1;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

    legend small {
        color: #999999;
    }

label, input, button, select, textarea {
    /*font-weight: normal;
    line-height: 20px;
    width: 215px !important;*/
}

input, button, select, textarea {
    font-family: Tahoma, "\5B8B\4F53", Arial, Helvetica, Arial, sans-serif;
    vertical-align: middle;
}

label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

select, textarea, input.text, .simulation-text, input.disabled, textarea.disabled {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    border-radius: 2px;
}

textarea {
    height: auto;
}

    textarea, input.text, .simulation-text, input.disabled, textarea.disabled {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
        transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
    }

        textarea:focus, input.text:focus, .simulation-text:focus, input.disabled:focus, textarea.disabled:focus {
            border-color: rgba(82, 168, 236, .8);
            outline: 0;
            outline: thin dotted \9; /* IE6-9 */
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
        }

input.radio, input.checkbox {
    line-height: normal;
    margin-right: 5px;
}

input.file {
    height: 30px;
    line-height: 30px;
}

select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    height: 30px;
    *height: auto;
    *margin: 6px 0;
    line-height: 30px;
}

    select.multiple {
        height: auto;
    }

    select:focus, input.file:focus, input.radio:focus, input.checkbox:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
    }

input.disabled, textarea.disabled {
    color: #999999;
    cursor: not-allowed;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
}

input.disabled {
    overflow: hidden;
    white-space: nowrap;
}

textarea.disabled {
    width: auto;
    height: auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}

input.input-mini {
    height: 14px;
    padding: 2px 2px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 2px;
}

input.input-small {
    height: 16px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
}

input.input-medium {
    height: 20px;
    padding: 4px 6px; /*font-size: 14px;*/
    line-height: 20px;
}

input.input-large {
    height: 26px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 26px;
}

input.input-xlarge {
    height: 30px;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 30px;
}

input.input-xxlarge {
    height: 36px;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 36px;
}

input.text-error, textarea.text-error {
    color: #b94a48;
    border: 1px solid #b94a48;
}

.controls-row {
    margin-left: -20px;
    *zoom: 1;
}

    .controls-row:before, .controls-row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .controls-row:after {
        clear: both;
    }

    .controls-row .span {
        margin-left: 20px;
    }

input.span20, textarea.span20, .uneditable-input.span20 {
    width: 966px;
}

input.span19, textarea.span19, .uneditable-input.span19 {
    width: 916px;
}

input.span18, textarea.span18, .uneditable-input.span18 {
    width: 866px;
}

input.span17, textarea.span17, .uneditable-input.span17 {
    width: 816px;
}

input.span16, textarea.span16, .uneditable-input.span16 {
    width: 766px;
}

input.span15, textarea.span15, .uneditable-input.span15 {
    width: 716px;
}

input.span14, textarea.span14, .uneditable-input.span14 {
    width: 666px;
}

input.span13, textarea.span13, .uneditable-input.span13 {
    width: 616px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
    width: 566px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
    width: 516px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
    width: 466px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
    width: 416px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
    width: 366px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
    width: 316px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
    width: 266px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
    width: 216px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
    width: 166px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 116px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 66px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
    width: 16px;
}

.input-append, .input-prepend {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
form.search .input-append .search-query, form.search .input-prepend .search-query {
    border-radius: 0;
}

form.search .input-append .search-query {
    border-radius: 14px 0 0 14px;
}

form.search .input-append .btn {
    margin-left: -1px;
    border-radius: 0 14px 14px 0;
}

form.search .input-prepend .search-query {
    margin-left: -1px;
    border-radius: 0 14px 14px 0;
}

form.search .input-prepend .btn {
    border-radius: 14px 0 0 14px;
}

form.horizontal .control-group {
    margin-bottom: 10px;
    display: block;
    *zoom: 1;
}

    form.horizontal .control-group:before, form.horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    form.horizontal .control-group:after {
        clear: both;
    }

form.horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

form.horizontal .controls {
    margin-left: 170px;
    *zoom: 1;
}

    form.horizontal .controls:before, form.horizontal .controls:after {
        display: table;
        line-height: 0;
        content: "";
    }

    form.horizontal .controls:after {
        clear: both;
    }

form.horizontal .controls-multiline {
    margin-bottom: 10px;
}

form.horizontal .controls .span {
    float: left;
}

form.horizontal .help-inline {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
}

form.horizontal .help-inline {
    _display: inline;
}

form.horizontal .help-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

form.horizontal .form-actions {
    padding-left: 170px;
}

img.minixFace, img.miniFace, img.tinyFace, img.normalFace, img.middleFace, img.bigFace, img.tinyELogo, img.normalELogo, img.bigELogo {
    vertical-align: middle;
}

img.minixFace {
    width: 20px;
    height: 20px;
}

img.miniFace {
    width: 30px;
    height: 30px;
}

img.tinyFace {
    width: 50px;
    height: 50px;
}

img.normalFace {
    width: 80px;
    height: 80px
}

img.middleFace {
    width: 100px;
    height: 100px
}

img.bigFace {
    width: 200px;
    height: 200px
}

img.tinyELogo {
    width: 100px;
    height: 50px
}

img.normalELogo {
    width: 160px;
    height: 80px
}

img.bigELogo {
    width: 220px;
    height: 110px
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.minixFace:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 20px;
        height: 20px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.miniFace:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 30px;
        height: 30px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.tinyFace:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 50px;
        height: 50px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.normalFace:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 80px;
        height: 80px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.middleFace:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 100px;
        height: 100px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.bigFace:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 200px;
        height: 200px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.tinyELogo:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 100px;
        height: 50px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.normalELogo:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 160px;
        height: 80px;
    }
}

@-moz-document url-prefix(http), url-prefix(file) {
    img.bigELogo:-moz-broken {
        -moz-force-broken-image-icon: 1 !important;
        width: 220px;
        height: 110px;
    }
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

    .btn:hover, .btn:focus, .btn:active, .btn-active, .btn-disabled, .btn[disabled] {
        color: #333;
        background-color: #e6e6e6;
    }

    .btn:active, .btn-active {
        background-color: #ccc;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
        background-position: 0 -15px;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
    }

.btn-mini {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
}

a.btn-mini {
    line-height: 18px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
}

a.btn-small {
    line-height: 18px;
}

.btn-medium {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 2px;
}

a.btn-medium {
    line-height: 18px;
}

.btn-large {
    padding: 7px 18px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
}

a.btn-large {
    line-height: 22px;
}

.btn-xlarge {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    border-radius: 2px;
}

a.btn-xlarge {
    line-height: 24px;
}

.btn-xxlarge {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 2px;
}

a.btn-xxlarge {
    line-height: 26px;
}

.btn-primary {
    color: #ffffff;
    background: #3d9ccc;
    text-shadow: none;
    border: 1px #3b97c4 solid;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background: #3689b3;
        color: #fff;
        border: 1px #3485ad solid;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #003399;
    }

.btn-warning {
    color: #ffffff;
    background-color: #ffaa00;
    border: 1px #faa700 solid;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        color: #ffffff;
        background-color: #fa9200;
        border: 1px #f58f00 solid;
    }

    .btn-warning:active, .btn-warning.active {
        background-color: #c67605;
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #da4f49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        color: #ffffff;
        background-color: #bd362f;
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #942a25;
    }

.btn-light {
    color: #3d9ccc; /*text-shadow: none;
                                                                                                                                        box-shadow:none;*/
    background: #e9f1f5;
    border: 1px #e4ecf0 solid;
}

    .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
        background: #d5e9f2;
        color: #3d9ccc;
        border: 1px solid #d1e4ed;
    }

a.btn-light:hover {
    color: #3d9ccc;
}

.btn-danger:active, .btn-danger.active {
    background-color: #942a25;
}

.btn-success {
    color: #ffffff;
    background-color: #62a422;
    border: 1px #5a9d19 solid;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        color: #ffffff;
        background-color: #418c00;
        border: 1px #418c00 solid;
    }

    .btn-success:active, .btn-success.active {
        background-color: #408140;
    }

.btn-info {
    color: #ffffff;
    background-color: #85b4cc;
    border: 1px #81b0c7 solid;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: #ffffff;
        background-color: #3689b3;
        border: 1px #3485ad solid;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background-image: linear-gradient(to bottom, #444444, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        color: #ffffff;
        background-color: #222222;
        *background-color: #151515;
    }

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    border-radius: 0;
}

    .btn-link:hover, .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover, .btn-link[disabled]:focus {
        color: #333333;
        text-decoration: none;
    }

.btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
    padding-left: 1px;
    vertical-align: middle;
    overflow: hidden;
}

    .btn-group .btn {
        margin-left: -1px;
        border-radius: 0;
    }

        .btn-group .btn:first-of-type {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .btn-group .btn:last-of-type {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    .btn-group .btn-mini, .btn-group .btn-small {
        padding-left: 5px;
        padding-right: 5px;
    }

.input-append, .input-prepend {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-prepend input.disabled {
        font-size: 14px;
    }

        .input-append input, .input-append select, .input-append input.disabled {
            vertical-align: middle;
            margin-right: -1px;
            border-radius: 4px 0 0 4px;
        }

        .input-prepend input, .input-prepend select, .input-prepend input.disabled {
            vertical-align: middle;
            margin-left: -1px;
            border-radius: 0 4px 4px 0;
        }

    .input-append .add-on, .input-prepend .add-on {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 4px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #eeeeee;
        border: 1px solid #ccc;
    }

    .input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {
        vertical-align: middle;
        border-radius: 0;
    }

    .input-prepend .add-on, .input-prepend .btn {
        border-radius: 4px 0 0 4px;
    }

    .input-append .add-on, .input-append .btn {
        border-radius: 0 4px 4px 0;
    }

.btn-disabled, .btn[disabled], .btn-disabled:hover, .btn[disabled]:hover, .btn-disabled:focus, .btn[disabled]:focus, .btn-disabled:active, .btn[disabled]:active {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    color: #999999;
    border: 1px #e0e0e0 solid;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table th, .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
        padding: 6px 8px;
    }

    .table thead tr th, .table thead tr td {
        border-top: 0;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.table-noborder th, .table-noborder td {
    border-top: 0;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-radius: 4px;
}

    .table-bordered thead tr th, .table-bordered tbody tr th, .table-bordered tbody tr td {
        border-left: 1px solid #dddddd;
    }

.table-text-center thead tr th, .table-text-center tbody tr th, .table-text-center tbody tr td, .table-text-center tfoot tr td {
    text-align: center;
}

    .table-text-center thead tr th.text-left, .table-text-center tbody tr th.text-left, .table-text-center tbody tr td.text-left, .table-text-center tfoot tr td.text-left {
        text-align: left;
    }

    .table-text-center thead tr th.text-right, .table-text-center tbody tr th.text-right, .table-text-center tbody tr td.text-right, .table-text-center tfoot tr td.text-right {
        text-align: right;
    }

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #fbfbfb;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

.table-form tbody th {
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
}

table td.span, table th.span {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1, .table th.span1 {
    float: none;
    width: 34px;
    margin-left: 0;
}

.table td.span2, .table th.span2 {
    float: none;
    width: 84px;
    margin-left: 0;
}

.table td.span3, .table th.span3 {
    float: none;
    width: 134px;
    margin-left: 0;
}

.table td.span4, .table th.span4 {
    float: none;
    width: 184px;
    margin-left: 0;
}

.table td.span5, .table th.span5 {
    float: none;
    width: 234px;
    margin-left: 0;
}

.table td.span6, .table th.span6 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span7, .table th.span7 {
    float: none;
    width: 334px;
    margin-left: 0;
}

.table td.span8, .table th.span8 {
    float: none;
    width: 384px;
    margin-left: 0;
}

.table td.span9, .table th.span9 {
    float: none;
    width: 434px;
    margin-left: 0;
}

.table td.span10, .table th.span10 {
    float: none;
    width: 484px;
    margin-left: 0;
}

.table td.span11, .table th.span11 {
    float: none;
    width: 534px;
    margin-left: 0;
}

.table td.span12, .table th.span12 {
    float: none;
    width: 584px;
    margin-left: 0;
}

.table td.span13, .table th.span13 {
    float: none;
    width: 634px;
    margin-left: 0;
}

.table td.span14, .table th.span14 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span15, .table th.span15 {
    float: none;
    width: 734px;
    margin-left: 0;
}

.table td.span16, .table th.span16 {
    float: none;
    width: 784px;
    margin-left: 0;
}

.table td.span17, .table th.span17 {
    float: none;
    width: 834px;
    margin-left: 0;
}

.table td.span18, .table th.span18 {
    float: none;
    width: 884px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #e1f5e1;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #d7f4d7;
}

.pagerbar {
    text-align: right;
    color: #666;
    font-size: 12px;
    height: 26px;
    font-family: Arial;
    line-height: 24px;
    white-space: nowrap;
}

    .pagerbar a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        text-align: center;
        margin: 0 2px;
        height: 24px;
        overflow: hidden;
        border: #f6f6f6 1px solid;
        background-color: #f6f6f6;
        color: #127db3;
        padding: 0 10px;
        outline: none;
    }

        .pagerbar a:hover, .pagerbar a.current {
            color: #fff;
            background-color: #3d9ccc;
            border: #3d9ccc 1px solid;
        }
         
        .pagerbar a.first {
            background-position: 9px 0;
        }

        .pagerbar a.last {
            background-position: 9px -24px;
        }

        .pagerbar a.first:hover {
            background-position: 9px -96px;
        }

        .pagerbar a.last:hover {
            background-position: 9px -120px;
        }

        .pagerbar a.disabled.first, .pagerbar a.disabled.first:hover {
            background-position: 9px -48px;
        }

        .pagerbar a.disabled.last, .pagerbar a.disabled.last:hover {
            background-position: 9px -72px;
        }

        .pagerbar a.disabled, .pagerbar a.disabled:hover {
            color: #bfbfbf;
            background-color: #f6f6f6;
            border: #f6f6f6 1px solid;
            overflow: hidden;
            cursor: default;
        }

        .pagerbar a.current {
            font-weight: bold;
            cursor: default;
        }

    .pagerbar .addition {
        margin-left: 15px;
        font-family: "\5B8B\4F53";
    }

        .pagerbar .addition .redirect {
            margin-left: 15px;
        }

            .pagerbar .addition .redirect input.pn {
                font-size: 12px;
                margin: 0 5px;
                line-height: 22px;
                font-family: Arial;
                color: #bfbfbf;
                width: 32px;
                height: 22px;
                text-align: center;
                border: 1px #eee solid;
            }

            .pagerbar .addition .redirect a.go {
                line-height: 24px;
                margin: 0 0 0 5px;
            }
/* vdialog 图标字体 */
@font-face {
    font-family: 'vdfont';
    src: url(//concat.lietou-static.com/fe-passport-pc/v5/fonts/plugins/vdialog/vdfont.351a167d.eot);
    /* IE9*/
    src: url(//concat.lietou-static.com/fe-passport-pc/v5/fonts/plugins/vdialog/vdfont.351a167d.eot?#iefix) format('embedded-opentype'), url(//concat.lietou-static.com/fe-passport-pc/v5/fonts/plugins/vdialog/vdfont.9b97441f.woff) format('woff'), url(//concat.lietou-static.com/fe-passport-pc/v5/fonts/plugins/vdialog/vdfont.2d26a8d2.ttf) format('truetype'), url(//concat.lietou-static.com/fe-passport-pc/v5/fonts/plugins/vdialog/vdfont.7779c213.svg#vdfont) format('svg');
    /* iOS 4.1- */
}
/* vdialog 主样式 */
.vdialog {
    position: absolute;
    line-height: 1.5em;
    border-radius: 3px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: vdialogZoomIn;
    animation-name: vdialogZoomIn;
}

.vdialog-fixed {
    position: fixed;
}

@-webkit-keyframes vdialogZoomIn {
    from {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
}

@keyframes vdialogZoomIn {
    from {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
    }
}

.vdialog .vd-header, .vdialog .vd-footer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.vdialog .vd-header {
    position: relative;
    z-index: 1;
}

    .vdialog .vd-header .vd-title {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vdialog .vd-header a.vd-close {
        position: absolute;
        text-decoration: none;
    }

.vdialog-no-title .vd-header .vd-title {
    display: none;
}

.vdialog .vd-main {
    position: relative;
}

    .vdialog .vd-main .vd-icon {
        display: none;
        position: absolute;
        font-family: "vdfont" !important;
        font-style: normal;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }

.vdialog .vd-main-with-icon .vd-icon {
    display: block;
}

.vdialog .vd-footer {
    display: none;
}

    .vdialog .vd-footer:before {
        content: '';
        display: block;
    }

    .vdialog .vd-footer a.vd-btn {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        text-decoration: none;
    }

.vdialog-modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
}
/* vdialog 风格控制 */
.vdialog {
    background-color: #fff;
    border: 1px solid #bcbcbc;
}

    .vdialog .vd-header .vd-title {
        padding: .8em 2em .8em 1em;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vdialog .vd-header a.vd-close {
        right: .5em;
        top: 50%;
        padding: 0 .2em;
        margin-top: -0.6em;
        font-size: 1.2em;
        color: #000;
        line-height: 1.1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        opacity: .3;
    }

        .vdialog .vd-header a.vd-close:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            opacity: 1;
        }

.vdialog-no-title .vd-header {
    height: 1em;
}

    .vdialog-no-title .vd-header a.vd-close {
        top: 1em;
        right: .5em;
    }

.vdialog .vd-main .vd-icon {
    left: 15px;
    top: 2px;
    width: 45px;
    font-size: 35px;
    padding: 1em 0;
    margin-top: -5px;
}

.vdialog .vd-main-with-icon {
    padding: 5px 15px 0 50px;
}

    .vdialog .vd-main-with-icon .icon-vd-error:before {
        content: "\E600";
        color: #d9534f;
    }

    .vdialog .vd-main-with-icon .icon-vd-alert:before {
        content: "\E601";
        color: #f0ad4e;
    }

    .vdialog .vd-main-with-icon .icon-vd-success:before {
        content: "\E602";
        color: #5cb85c;
    }

    .vdialog .vd-main-with-icon .icon-vd-confirm:before {
        content: "\E603";
        color: #eea237;
    }

    .vdialog .vd-main-with-icon .icon-vd-toast-success:before {
        content: "\E604";
        color: #eea237;
    }

    .vdialog .vd-main-with-icon .icon-vd-toast-loading:before {
        content: "\E605";
        color: #eea237;
    }

.vdialog .vd-main .vd-content {
    padding: 2em;
    min-width: 8em;
}

.vdialog-no-padding {
    border: 0;
    border-radius: 0;
}

    .vdialog-no-padding.vdialog-no-title .vd-header {
        height: 0;
    }

    .vdialog-no-padding .vd-main .vd-content {
        padding: 0;
    }

.vdialog .vd-footer {
    padding: 0 1em 1em;
}

    .vdialog .vd-footer:before {
        background-color: #eee;
        background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#eee));
        background-image: linear-gradient(90deg, #fff, #eee);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=1);
        height: 1px;
        margin-bottom: 15px;
    }

.vdialog .vd-footer-rtl {
    text-align: right;
}

.vdialog .vd-footer-ltr {
    text-align: center;
}

    .vdialog .vd-footer-ltr:before {
        background-image: none;
        margin-left: -1em;
        margin-right: -1em;
    }

.vdialog .vd-footer a.vd-btn {
    color: #fff;
    margin: 0 .4em;
    padding: .2em .8em;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #429cf9;
}

    .vdialog .vd-footer a.vd-btn:first-child {
        margin-left: 0;
    }

    .vdialog .vd-footer a.vd-btn:last-child {
        margin-right: 0;
    }

.vdialog .vd-footer a.vd-btn-ok {
    border-color: #3488f7;
    background-color: #429cf9;
}

.vdialog .vd-footer a.vd-btn-cancel {
    color: #333;
    border-color: #c8c8c8;
    background-color: #fff;
}

.vdialog-modal {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: .6;
    background-color: #000;
}
/* IE6/7 */
.vdialog {
    *padding-top: 3.5em;
}

    .vdialog .vd-header {
        *position: absolute;
        *width: 100%;
        *left: 0;
        *top: 0;
    }

.vdialog-no-title {
    *padding-top: 1em;
}

.vdialog-modal {
    filter: alpha(opacity=60);
}
/* mobile */
.vdialog-mobile {
    border: 1px solid #e2e2e3;
}

    .vdialog-mobile .vd-header {
        padding: 0;
    }

        .vdialog-mobile .vd-header .vd-title {
            font-size: 1.2em;
            padding: 10px 15px;
            text-align: center;
            border-bottom: 0;
        }

        .vdialog-mobile .vd-header a.vd-close {
            top: -2px;
            right: -12px;
            font-size: 20px;
            padding: 0;
            width: 25px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            opacity: 1;
            line-height: 25px;
            text-align: center;
            background-color: #fff;
            border-radius: 50%;
            border: 1px solid #e2e2e3;
        }

    .vdialog-mobile .vd-main {
        padding: 0;
    }

    .vdialog-mobile .vd-main-with-icon {
        padding-left: 3.5em;
    }

    .vdialog-mobile .vd-main .vd-icon {
        top: -16px;
    }

    .vdialog-mobile .vd-main .vd-content {
        padding: 0 1em 1em 1em;
        word-wrap: break-word;
        word-break: break-all;
        min-width: 10em;
    }

    .vdialog-mobile .vd-footer {
        padding: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        text-align: center;
        border-top: 1px solid #e2e2e3;
    }

        .vdialog-mobile .vd-footer:before {
            display: none;
        }

        .vdialog-mobile .vd-footer a.vd-btn {
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-width: 0 0 0 1px;
            border-color: #e2e2e3;
            margin: 0;
            padding: .6em 0;
            border-radius: 0;
        }

            .vdialog-mobile .vd-footer a.vd-btn:first-child {
                border-left-width: 0;
                border-bottom-left-radius: 3px;
            }

            .vdialog-mobile .vd-footer a.vd-btn:last-child {
                border-bottom-right-radius: 3px;
            }

            .vdialog-mobile .vd-footer a.vd-btn:active {
                background-color: #eee;
            }

        .vdialog-mobile .vd-footer a.vd-btn-ok {
            background-color: #fff;
            color: #00ad0a;
        }
/* toast */
.vdialog-toast {
    border: 0;
    background-color: rgba(0, 0, 0, .75);
}

    .vdialog-toast .vd-header, .vdialog-toast .vd-footer {
        display: none !important;
    }

    .vdialog-toast .vd-main .vd-icon {
        position: static;
        text-align: center;
        width: auto;
        font-size: 50px;
        line-height: 2em;
        margin-top: 0;
        padding: 0;
    }

    .vdialog-toast .vd-main-with-icon {
        margin-top: 0;
        padding: 0;
    }

        .vdialog-toast .vd-main-with-icon .icon-vd-toast-loading:before, .vdialog-toast .vd-main-with-icon .icon-vd-toast-success:before {
            color: #fff;
        }

        .vdialog-toast .vd-main-with-icon .icon-vd-toast-loading {
            animation: toast-loading 2s linear infinite;
            -webkit-animation: toast-loading 2s linear infinite;
        }

@-webkit-keyframes toast-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes toast-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.vdialog-toast .vd-main .vd-content {
    padding: 0 2em 1em;
    color: #fff;
    text-align: center;
    min-width: 6em;
}

.placeholderui {
    position: absolute;
    color: #a3a3a3;
    white-space: nowrap;
    overflow: hidden;
    cursor: text;
    pointer-events: none;
    z-index: 1;
}

.checkboxui {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 0;
    font-size: 0;
    background: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-CheckboxUI/checkboxui_bg.68a257a9.png) no-repeat;
    margin-right: 5px;
    cursor: pointer;
}

.checkboxui {
    background-position: 0 0;
}

.checkboxui-checked {
    background-position: 0 -16px;
}

.checkboxui-disabled {
    background-position: 0 -32px;
}

.checkboxui-checked-disabled, .checkboxui-disabled-checked {
    background-position: 0 -48px;
}
/* select ui */
.selectui {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    text-align: left;
}

.selectui {
    *display: inline;
}

    .selectui .selectui-head {
        position: relative;
        color: #454545;
        border: 1px solid #cdcdcd;
        background-color: #fff;
        overflow: hidden;
    }

    .selectui.selectui-disabled .selectui-head {
        background-color: #f5f5f5;
    }

    .selectui .selectui-head .selectui-result {
        cursor: pointer;
    }

    .selectui .selectui-head .selectui-drop {
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        background: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-SelectUI/drop.e0a6d9eb.png) center center no-repeat;
    }

    .selectui:hover .selectui-drop {
        right: -1px;
        border-right: 1px solid #cdcdcd;
        background: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-SelectUI/drop_hover.20e904ec.png) center center no-repeat #ededed;
    }

    .selectui .selectui-head .selectui-drop i {
        display: none;
    }

    .selectui ul {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        border: 1px solid #cdcdcd;
        _overflow: hidden;
    }

        .selectui ul li {
            line-height: 0;
            font-size: 0;
        }

            .selectui ul li a {
                display: block;
                background-color: #fafafa;
                text-decoration: none;
                color: #454545;
                _zoom: 1;
            }

                .selectui ul li a:hover {
                    display: block;
                    background-color: #d5e9f2;
                    text-decoration: none;
                }

            .selectui ul li.active a, .selectui ul li.active a:hover {
                background-color: #3d9ccc;
                color: #fff;
            }

.selectui-active {
    z-index: 10;
}

    .selectui-active ul {
        display: block;
    }
/* selectui-medium */
.selectui, .selectui ul li a {
    font-size: 12px;
}

    .selectui .selectui-head {
        border-radius: 2px;
        line-height: 26px;
    }

        .selectui .selectui-head .selectui-result, .selectui .selectui-head .selectui-drop {
            height: 26px;
        }

        .selectui .selectui-head .selectui-result {
            padding: 0 10px;
            margin-right: 20px;
            _height: auto;
        }

        .selectui .selectui-head .selectui-drop {
            width: 26px;
        }

    .selectui ul {
        top: 26px;
    }

        .selectui ul li a {
            padding: 0 27px 0 10px;
            line-height: 28px;
        }
/* selectui-mini */
.selectui-mini, .selectui-mini ul li a {
    font-size: 12px;
}

    .selectui-mini .selectui-head {
        border-radius: 2px;
        line-height: 18px;
    }

        .selectui-mini .selectui-head .selectui-result, .selectui-mini .selectui-head .selectui-drop {
            height: 18px;
        }

        .selectui-mini .selectui-head .selectui-result {
            padding: 0 4px;
            margin-right: 14px;
            _height: auto;
        }

        .selectui-mini .selectui-head .selectui-drop {
            width: 14px;
        }

            .selectui-mini .selectui-head .selectui-drop:before, .selectui-mini .selectui-head .selectui-drop:after {
                border-width: 4px;
                left: 3px;
            }

            .selectui-mini .selectui-head .selectui-drop:before {
                top: 9px;
            }

            .selectui-mini .selectui-head .selectui-drop:after {
                top: 8px;
            }

            .selectui-mini .selectui-head .selectui-drop i {
                border-width: 4px;
                top: 9px;
                left: 4px;
            }

    .selectui-mini ul {
        top: 18px;
    }

        .selectui-mini ul li a {
            padding: 0 21px 0 4px;
            line-height: 18px;
        }
/* selectui-small */
.selectui-small, .selectui-small ul li a {
    font-size: 12px;
}

    .selectui-small .selectui-head {
        border-radius: 2px;
        line-height: 20px;
    }

        .selectui-small .selectui-head .selectui-result, .selectui-small .selectui-head .selectui-drop {
            height: 20px;
        }

        .selectui-small .selectui-head .selectui-result {
            padding: 0 6px;
            margin-right: 16px;
            _height: auto;
        }

        .selectui-small .selectui-head .selectui-drop {
            width: 16px;
        }

            .selectui-small .selectui-head .selectui-drop:before, .selectui-small .selectui-head .selectui-drop:after {
                border-width: 4px;
                left: 4px;
            }

            .selectui-small .selectui-head .selectui-drop:before {
                top: 10px;
            }

            .selectui-small .selectui-head .selectui-drop:after {
                top: 9px;
            }

            .selectui-small .selectui-head .selectui-drop i {
                border-width: 4px;
                top: 10px;
                left: 5px;
            }

    .selectui-small ul {
        top: 20px;
    }

        .selectui-small ul li a {
            padding: 0 23px 0 6px;
            line-height: 20px;
        }
/* selectui-large */
.selectui-large, .selectui-large ul li a {
    font-size: 14px;
}

    .selectui-large .selectui-head {
        border-radius: 2px;
        line-height: 34px;
    }

        .selectui-large .selectui-head .selectui-result, .selectui-large .selectui-head .selectui-drop {
            height: 34px;
        }

        .selectui-large .selectui-head .selectui-result {
            padding: 0 6px;
            margin-right: 24px;
            _height: auto;
        }

        .selectui-large .selectui-head .selectui-drop {
            width: 24px;
        }

            .selectui-large .selectui-head .selectui-drop:before, .selectui-large .selectui-head .selectui-drop:after {
                border-width: 6px;
                left: 6px;
            }

            .selectui-large .selectui-head .selectui-drop:before {
                top: 16px;
            }

            .selectui-large .selectui-head .selectui-drop:after {
                top: 15px;
            }

            .selectui-large .selectui-head .selectui-drop i {
                border-width: 4px;
                top: 16px;
                left: 7px;
            }

    .selectui-large ul {
        top: 34px;
    }

        .selectui-large ul li a {
            padding: 0 31px 0 6px;
            line-height: 34px;
        }
/* selectui-xlarge */
.selectui-xlarge, .selectui-xlarge ul li a {
    font-size: 16px;
}

    .selectui-xlarge .selectui-head {
        border-radius: 2px;
        line-height: 38px;
    }

        .selectui-xlarge .selectui-head .selectui-result, .selectui-xlarge .selectui-head .selectui-drop {
            height: 38px;
        }

        .selectui-xlarge .selectui-head .selectui-result {
            padding: 0 8px;
            margin-right: 24px;
            _height: auto;
        }

        .selectui-xlarge .selectui-head .selectui-drop {
            width: 28px;
        }

            .selectui-xlarge .selectui-head .selectui-drop:before, .selectui-xlarge .selectui-head .selectui-drop:after {
                border-width: 6px;
                left: 7px;
            }

            .selectui-xlarge .selectui-head .selectui-drop:before {
                top: 18px;
            }

            .selectui-xlarge .selectui-head .selectui-drop:after {
                top: 17px;
            }

            .selectui-xlarge .selectui-head .selectui-drop i {
                border-width: 4px;
                top: 18px;
                left: 8px;
            }

    .selectui-xlarge ul {
        top: 38px;
    }

        .selectui-xlarge ul li a {
            padding: 0 35px 0 8px;
            line-height: 38px;
        }

.tipsui {
    position: absolute;
    border: 1px solid #e4e388;
    background-color: #feffea;
    border-radius: 3px;
}

    .tipsui .tipsui-content {
        padding: 4px 8px;
        margin-right: 10px;
    }

    .tipsui a.tipsui-close {
        position: absolute;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        right: 2px;
        top: 2px;
        color: #666666;
        text-decoration: none;
    }

    .tipsui .tipsui-arrow {
        position: absolute;
        width: 10px;
        height: 10px;
        overflow: hidden;
    }

        .tipsui .tipsui-arrow i, .tipsui .tipsui-arrow em {
            position: absolute;
            width: 0;
            height: 0;
            overflow: hidden;
            border-style: solid;
            border-width: 5px;
            border-color: transparent;
            *border-color: white;
            *-webkit-filter: chroma(color=white);
            *        filter: chroma(color=white);
        }

.tipsui-left .tipsui-arrow i {
    border-left-color: #e4e388;
    top: 0;
    left: 5px;
}

.tipsui-left .tipsui-arrow em {
    border-left-color: #feffea;
    top: 0;
    left: 4px;
}

.tipsui-right .tipsui-arrow i {
    border-right-color: #e4e388;
    top: 0;
    left: -5px;
}

.tipsui-right .tipsui-arrow em {
    border-right-color: #feffea;
    top: 0;
    left: -4px;
}

.tipsui-bottom .tipsui-arrow i {
    border-bottom-color: #e4e388;
    top: -5px;
    left: 0;
}

.tipsui-bottom .tipsui-arrow em {
    border-bottom-color: #feffea;
    top: -4px;
    left: 0;
}

.tipsui-top .tipsui-arrow i {
    border-top-color: #e4e388;
    top: 5px;
    left: 0;
}

.tipsui-top .tipsui-arrow em {
    border-top-color: #feffea;
    top: 4px;
    left: 0;
}

.loadingui {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}

.loadingui-a {
    width: 32px;
    height: 8px;
    background-image: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-LoadingUI/loading2.48ca8ca7.gif);
}

.loadingui-b {
    width: 16px;
    height: 16px;
    background-image: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-LoadingUI/loading1.4f323667.gif);
}

.loadingui {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}

.loadingui-a {
    width: 32px;
    height: 8px;
    background-image: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-LoadingUI/loading2.48ca8ca7.gif);
}

.loadingui-b {
    width: 16px;
    height: 16px;
    background-image: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-LoadingUI/loading1.4f323667.gif);
}

.radioui {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 0;
    font-size: 0;
    background: url(//concat.lietou-static.com/fe-passport-pc/v5/images/plugins/jquery-RadioUI/radioui_bg.5bff94c7.png) no-repeat;
    margin-right: 5px;
    cursor: pointer;
}

.radioui {
    background-position: 0 0;
}

.radioui-checked {
    background-position: 0 -16px;
}

.radioui-disabled {
    background-position: 0 -32px;
}

.radioui-checked-disabled, .radioui-disabled-checked {
    background-position: 0 -48px;
}
