@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    outline: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: auto;
    width: 100%;
    color: #363d4c;
    background-color: #fff;
    font-size: 14px;
    min-width: 320px;
    font-family: "Helvetica Neue", "微软雅黑", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    position: relative;
    overflow-x: hidden
}

.small,
small {
    font-size: 85%;
    color: #777
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 36px
}

h1 .small,
h1 small {
    font-size: 65%
}

h2 {
    font-size: 30px
}

h2 .small,
h2 small {
    font-size: 65%
}

h3 {
    font-size: 24px
}

h3 .small,
h3 small {
    font-size: 65%
}

h4 {
    font-size: 18px
}

h4 .small,
h4 small {
    font-size: 75%
}

h5 {
    font-size: 14px
}

h5 .small,
h5 small {
    font-size: 75%
}

h6 {
    font-size: 12px
}

h6 .small,
h6 small {
    font-size: 75%
}

p {
    margin: 0 0 10px
}

a {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #23527c;
    text-decoration: none
}

img {
    vertical-align: middle;
    border: 0
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #ddd
}

.is-disabled,
button[disabled],
input[disabled],
textarea[disabled] {
    cursor: not-allowed!important
}

.is-disabled input,
.is-disabled label {
    cursor: not-allowed!important
}

textarea {
    overflow: auto
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0
}

.list-inline li {
    display: inline-block;
    zoom: 1;
    font-size: 14px
}

dt {
    font-weight: 700
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

.text-underline,
u {
    text-decoration: underline!important
}

.text-delete,
del {
    text-decoration: line-through!important
}

.font-weight-bold,
b,
strong {
    font-weight: 700!important
}

.font-weight-normal {
    font-weight: 400
}

.font-style-italic {
    font-style: italic
}

.font-style-normal {
    font-style: normal
}

.font-text-italic,
em,
i {
    font-style: italic!important
}

.font-text-left {
    text-align: left!important
}

.font-text-center {
    text-align: center!important
}

.font-text-right {
    text-align: right!important
}

.font-text-justify {
    text-align: justify!important
}

.font-text-nowrap {
    white-space: nowrap!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-clearfix {
    clear: both!important
}

.float-clearfix:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.none {
    display: none!important;
    visibility: hidden
}

.block {
    display: block!important;
    visibility: visible;
    zoom: normal
}

.inline {
    display: inline!important
}

.inline-block {
    display: inline-block;
    zoom: 1
}

.fixed {
    position: fixed!important
}

.absolute {
    position: absolute!important
}

.relative {
    position: relative!important
}

.static {
    position: static!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-scroll {
    overflow-y: scroll!important
}

@media screen and (max-width:1024px) {
    .font-text-left-sm {
        text-align: left!important
    }
    .font-text-center-sm {
        text-align: center!important
    }
    .font-text-right-sm {
        text-align: right!important
    }
    .font-text-justify-sm {
        text-align: justify!important
    }
    .font-text-nowrap-sm {
        white-space: nowrap!important
    }
    .float-left-sm {
        float: left!important
    }
    .float-right-sm {
        float: right!important
    }
    .float-clearfix-sm {
        clear: both!important
    }
    .float-clearfix-sm:after {
        display: block;
        content: "";
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden
    }
    .center-block-sm {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .none-sm {
        display: none!important;
        visibility: hidden
    }
    .block-sm {
        display: block!important;
        visibility: visible;
        zoom: normal
    }
    .inline-sm {
        display: inline!important
    }
    .inline-block-sm {
        display: inline-block;
        zoom: 1
    }
    .fixed-sm {
        position: fixed!important
    }
    .absolute-sm {
        position: absolute!important
    }
    .relative-sm {
        position: relative!important
    }
    .static-sm {
        position: static!important
    }
    .overflow-hidden-sm {
        overflow: hidden!important
    }
    .overflow-visible-sm {
        overflow: visible!important
    }
    .overflow-auto-sm {
        overflow: auto!important
    }
    .overflow-scroll-sm {
        overflow: scroll!important
    }
    .overflow-x-scroll-sm {
        overflow-x: scroll!important
    }
    .overflow-y-scroll-sm {
        overflow-y: scroll!important
    }
}

@media screen and (max-width:767px) {
    .font-text-left-xs {
        text-align: left!important
    }
    .font-text-center-xs {
        text-align: center!important
    }
    .font-text-right-xs {
        text-align: right!important
    }
    .font-text-justify-xs {
        text-align: justify!important
    }
    .font-text-nowrap-xs {
        white-space: nowrap!important
    }
    .float-left-xs {
        float: left!important
    }
    .float-right-xs {
        float: right!important
    }
    .float-clearfix-xs {
        clear: both!important
    }
    .float-clearfix-xs:after {
        display: block;
        content: "";
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden
    }
    .center-block-xs {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .none-xs {
        display: none!important;
        visibility: hidden
    }
    .block-xs {
        display: block!important;
        visibility: visible;
        zoom: normal
    }
    .inline-xs {
        display: inline!important
    }
    .inline-block-xs {
        display: inline-block;
        zoom: 1
    }
    .fixed-xs {
        position: fixed!important
    }
    .absolute-xs {
        position: absolute!important
    }
    .relative-xs {
        position: relative!important
    }
    .static-xs {
        position: static!important
    }
    .overflow-hidden-xs {
        overflow: hidden!important
    }
    .overflow-visible-xs {
        overflow: visible!important
    }
    .overflow-auto-xs {
        overflow: auto!important
    }
    .overflow-scroll-xs {
        overflow: scroll!important
    }
    .overflow-x-scroll-xs {
        overflow-x: scroll!important
    }
    .overflow-y-scroll-xs {
        overflow-y: scroll!important
    }
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.disable-hover {
    pointer-events: none
}

#wrapper {
    position: relative
}

.container {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer,
.header {
    padding: 0 15px
}

.article {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px
}

.blockquote,
blockquote {
    padding: 10px 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.blockquote .small,
.blockquote footer,
.blockquote p.footer,
.blockquote small,
blockquote .small,
blockquote footer,
blockquote p.footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    width: auto
}

.blockquote.blockquote-reverse,
blockquote.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.icon {
    font-style: normal!important;
    font-weight: 400
}

.icon-caret-down {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret-up {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret-left {
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-caret-right {
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.icon-close {
    font-size: 18px
}

.row {
    font-size: 0;
    position: relative
}

[class*=col-] {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: 14px
}

.col-10-1 {
    width: 10%
}

.col-10-2 {
    width: 20%
}

.col-10-3 {
    width: 30%
}

.col-10-4 {
    width: 40%
}

.col-10-5 {
    width: 50%
}

.col-10-6 {
    width: 60%
}

.col-10-7 {
    width: 70%
}

.col-10-8 {
    width: 80%
}

.col-10-9 {
    width: 90%
}

.col-10-10 {
    width: 100%
}

.col-offset-10-0 {
    margin-left: 0
}

.col-offset-10-1 {
    margin-left: 10%
}

.col-offset-10-2 {
    margin-left: 20%
}

.col-offset-10-3 {
    margin-left: 30%
}

.col-offset-10-4 {
    margin-left: 40%
}

.col-offset-10-5 {
    margin-left: 50%
}

.col-offset-10-6 {
    margin-left: 60%
}

.col-offset-10-7 {
    margin-left: 70%
}

.col-offset-10-8 {
    margin-left: 80%
}

.col-offset-10-9 {
    margin-left: 90%
}

.col-offset-10-10 {
    margin-left: 100%
}

.col-push-10-0 {
    left: 0
}

.col-push-10-1 {
    left: 10%
}

.col-push-10-2 {
    left: 20%
}

.col-push-10-3 {
    left: 30%
}

.col-push-10-4 {
    left: 40%
}

.col-push-10-5 {
    left: 50%
}

.col-push-10-6 {
    left: 60%
}

.col-push-10-7 {
    left: 70%
}

.col-push-10-8 {
    left: 80%
}

.col-push-10-9 {
    left: 90%
}

.col-push-10-10 {
    left: 100%
}

.col-pull-10-0 {
    right: 0
}

.col-pull-10-1 {
    right: 10%
}

.col-pull-10-2 {
    right: 20%
}

.col-pull-10-3 {
    right: 30%
}

.col-pull-10-4 {
    right: 40%
}

.col-pull-10-5 {
    right: 50%
}

.col-pull-10-6 {
    right: 60%
}

.col-pull-10-7 {
    right: 70%
}

.col-pull-10-8 {
    right: 80%
}

.col-pull-10-9 {
    right: 90%
}

.col-pull-10-10 {
    right: 100%
}

.col-12-1 {
    width: 8.33333333%
}

.col-12-2 {
    width: 16.66666667%
}

.col-12-3 {
    width: 25%
}

.col-12-4 {
    width: 33.33333333%
}

.col-12-5 {
    width: 41.66666667%
}

.col-12-6 {
    width: 50%
}

.col-12-7 {
    width: 58.33333333%
}

.col-12-8 {
    width: 66.66666667%
}

.col-12-9 {
    width: 75%
}

.col-12-10 {
    width: 83.33333333%
}

.col-12-11 {
    width: 91.66666667%
}

.col-12-12 {
    width: 100%
}

.col-offset-12-0 {
    margin-left: 0
}

.col-offset-12-1 {
    margin-left: 8.33333333%
}

.col-offset-12-2 {
    margin-left: 16.66666667%
}

.col-offset-12-3 {
    margin-left: 25%
}

.col-offset-12-4 {
    margin-left: 33.33333333%
}

.col-offset-12-5 {
    margin-left: 41.66666667%
}

.col-offset-12-6 {
    margin-left: 50%
}

.col-offset-12-7 {
    margin-left: 58.33333333%
}

.col-offset-12-8 {
    margin-left: 66.66666667%
}

.col-offset-12-9 {
    margin-left: 75%
}

.col-offset-12-10 {
    margin-left: 83.33333333%
}

.col-offset-12-11 {
    margin-left: 91.66666667%
}

.col-offset-12-12 {
    margin-left: 100%
}

.col-push-12-0 {
    left: 0
}

.col-push-12-1 {
    left: 8.33333333%
}

.col-push-12-2 {
    left: 16.66666667%
}

.col-push-12-3 {
    left: 25%
}

.col-push-12-4 {
    left: 33.33333333%
}

.col-push-12-5 {
    left: 41.66666667%
}

.col-push-12-6 {
    left: 50%
}

.col-push-12-7 {
    left: 58.33333333%
}

.col-push-12-8 {
    left: 66.66666667%
}

.col-push-12-9 {
    left: 75%
}

.col-push-12-10 {
    left: 83.33333333%
}

.col-push-12-11 {
    left: 91.66666667%
}

.col-push-12-12 {
    left: 100%
}

.col-pull-12-0 {
    right: 0
}

.col-pull-12-1 {
    right: 8.33333333%
}

.col-pull-12-2 {
    right: 16.66666667%
}

.col-pull-12-3 {
    right: 25%
}

.col-pull-12-4 {
    right: 33.33333333%
}

.col-pull-12-5 {
    right: 41.66666667%
}

.col-pull-12-6 {
    right: 50%
}

.col-pull-12-7 {
    right: 58.33333333%
}

.col-pull-12-8 {
    right: 66.66666667%
}

.col-pull-12-9 {
    right: 75%
}

.col-pull-12-10 {
    right: 83.33333333%
}

.col-pull-12-11 {
    right: 91.66666667%
}

.col-pull-12-12 {
    right: 100%
}

@media screen and (max-width:1024px) {
    .col-sm-10-1 {
        width: 10%
    }
    .col-sm-10-2 {
        width: 20%
    }
    .col-sm-10-3 {
        width: 30%
    }
    .col-sm-10-4 {
        width: 40%
    }
    .col-sm-10-5 {
        width: 50%
    }
    .col-sm-10-6 {
        width: 60%
    }
    .col-sm-10-7 {
        width: 70%
    }
    .col-sm-10-8 {
        width: 80%
    }
    .col-sm-10-9 {
        width: 90%
    }
    .col-sm-10-10 {
        width: 100%
    }
    .col-sm-offset-10-0 {
        margin-left: 0
    }
    .col-sm-offset-10-1 {
        margin-left: 10%
    }
    .col-sm-offset-10-2 {
        margin-left: 20%
    }
    .col-sm-offset-10-3 {
        margin-left: 30%
    }
    .col-sm-offset-10-4 {
        margin-left: 40%
    }
    .col-sm-offset-10-5 {
        margin-left: 50%
    }
    .col-sm-offset-10-6 {
        margin-left: 60%
    }
    .col-sm-offset-10-7 {
        margin-left: 70%
    }
    .col-sm-offset-10-8 {
        margin-left: 80%
    }
    .col-sm-offset-10-9 {
        margin-left: 90%
    }
    .col-sm-offset-10-10 {
        margin-left: 100%
    }
    .col-sm-push-10-0 {
        left: 0
    }
    .col-sm-push-10-1 {
        left: 10%
    }
    .col-sm-push-10-2 {
        left: 20%
    }
    .col-sm-push-10-3 {
        left: 30%
    }
    .col-sm-push-10-4 {
        left: 40%
    }
    .col-sm-push-10-5 {
        left: 50%
    }
    .col-sm-push-10-6 {
        left: 60%
    }
    .col-sm-push-10-7 {
        left: 70%
    }
    .col-sm-push-10-8 {
        left: 80%
    }
    .col-sm-push-10-9 {
        left: 90%
    }
    .col-sm-push-10-10 {
        left: 100%
    }
    .col-sm-pull-10-0 {
        right: 0
    }
    .col-sm-pull-10-1 {
        right: 10%
    }
    .col-sm-pull-10-2 {
        right: 20%
    }
    .col-sm-pull-10-3 {
        right: 30%
    }
    .col-sm-pull-10-4 {
        right: 40%
    }
    .col-sm-pull-10-5 {
        right: 50%
    }
    .col-sm-pull-10-6 {
        right: 60%
    }
    .col-sm-pull-10-7 {
        right: 70%
    }
    .col-sm-pull-10-8 {
        right: 80%
    }
    .col-sm-pull-10-9 {
        right: 90%
    }
    .col-sm-pull-10-10 {
        right: 100%
    }
    .col-sm-12-1 {
        width: 8.33333333%
    }
    .col-sm-12-2 {
        width: 16.66666667%
    }
    .col-sm-12-3 {
        width: 25%
    }
    .col-sm-12-4 {
        width: 33.33333333%
    }
    .col-sm-12-5 {
        width: 41.66666667%
    }
    .col-sm-12-6 {
        width: 50%
    }
    .col-sm-12-7 {
        width: 58.33333333%
    }
    .col-sm-12-8 {
        width: 66.66666667%
    }
    .col-sm-12-9 {
        width: 75%
    }
    .col-sm-12-10 {
        width: 83.33333333%
    }
    .col-sm-12-11 {
        width: 91.66666667%
    }
    .col-sm-12-12 {
        width: 100%
    }
    .col-sm-offset-12-0 {
        margin-left: 0
    }
    .col-sm-offset-12-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-12-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-12-3 {
        margin-left: 25%
    }
    .col-sm-offset-12-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-12-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-12-6 {
        margin-left: 50%
    }
    .col-sm-offset-12-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-12-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-12-9 {
        margin-left: 75%
    }
    .col-sm-offset-12-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-12-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-12-12 {
        margin-left: 100%
    }
    .col-sm-push-12-0 {
        left: 0
    }
    .col-sm-push-12-1 {
        left: 8.33333333%
    }
    .col-sm-push-12-2 {
        left: 16.66666667%
    }
    .col-sm-push-12-3 {
        left: 25%
    }
    .col-sm-push-12-4 {
        left: 33.33333333%
    }
    .col-sm-push-12-5 {
        left: 41.66666667%
    }
    .col-sm-push-12-6 {
        left: 50%
    }
    .col-sm-push-12-7 {
        left: 58.33333333%
    }
    .col-sm-push-12-8 {
        left: 66.66666667%
    }
    .col-sm-push-12-9 {
        left: 75%
    }
    .col-sm-push-12-10 {
        left: 83.33333333%
    }
    .col-sm-push-12-11 {
        left: 91.66666667%
    }
    .col-sm-push-12-12 {
        left: 100%
    }
    .col-sm-pull-12-0 {
        right: 0
    }
    .col-sm-pull-12-1 {
        right: 8.33333333%
    }
    .col-sm-pull-12-2 {
        right: 16.66666667%
    }
    .col-sm-pull-12-3 {
        right: 25%
    }
    .col-sm-pull-12-4 {
        right: 33.33333333%
    }
    .col-sm-pull-12-5 {
        right: 41.66666667%
    }
    .col-sm-pull-12-6 {
        right: 50%
    }
    .col-sm-pull-12-7 {
        right: 58.33333333%
    }
    .col-sm-pull-12-8 {
        right: 66.66666667%
    }
    .col-sm-pull-12-9 {
        right: 75%
    }
    .col-sm-pull-12-10 {
        right: 83.33333333%
    }
    .col-sm-pull-12-11 {
        right: 91.66666667%
    }
    .col-sm-pull-12-12 {
        right: 100%
    }
}

@media screen and (max-width:767px) {
    .col-xs-10-1 {
        width: 10%
    }
    .col-xs-10-2 {
        width: 20%
    }
    .col-xs-10-3 {
        width: 30%
    }
    .col-xs-10-4 {
        width: 40%
    }
    .col-xs-10-5 {
        width: 50%
    }
    .col-xs-10-6 {
        width: 60%
    }
    .col-xs-10-7 {
        width: 70%
    }
    .col-xs-10-8 {
        width: 80%
    }
    .col-xs-10-9 {
        width: 90%
    }
    .col-xs-10-10 {
        width: 100%
    }
    .col-xs-offset-10-0 {
        margin-left: 0
    }
    .col-xs-offset-10-1 {
        margin-left: 10%
    }
    .col-xs-offset-10-2 {
        margin-left: 20%
    }
    .col-xs-offset-10-3 {
        margin-left: 30%
    }
    .col-xs-offset-10-4 {
        margin-left: 40%
    }
    .col-xs-offset-10-5 {
        margin-left: 50%
    }
    .col-xs-offset-10-6 {
        margin-left: 60%
    }
    .col-xs-offset-10-7 {
        margin-left: 70%
    }
    .col-xs-offset-10-8 {
        margin-left: 80%
    }
    .col-xs-offset-10-9 {
        margin-left: 90%
    }
    .col-xs-offset-10-10 {
        margin-left: 100%
    }
    .col-xs-push-10-0 {
        left: 0
    }
    .col-xs-push-10-1 {
        left: 10%
    }
    .col-xs-push-10-2 {
        left: 20%
    }
    .col-xs-push-10-3 {
        left: 30%
    }
    .col-xs-push-10-4 {
        left: 40%
    }
    .col-xs-push-10-5 {
        left: 50%
    }
    .col-xs-push-10-6 {
        left: 60%
    }
    .col-xs-push-10-7 {
        left: 70%
    }
    .col-xs-push-10-8 {
        left: 80%
    }
    .col-xs-push-10-9 {
        left: 90%
    }
    .col-xs-push-10-10 {
        left: 100%
    }
    .col-xs-pull-10-0 {
        right: 0
    }
    .col-xs-pull-10-1 {
        right: 10%
    }
    .col-xs-pull-10-2 {
        right: 20%
    }
    .col-xs-pull-10-3 {
        right: 30%
    }
    .col-xs-pull-10-4 {
        right: 40%
    }
    .col-xs-pull-10-5 {
        right: 50%
    }
    .col-xs-pull-10-6 {
        right: 60%
    }
    .col-xs-pull-10-7 {
        right: 70%
    }
    .col-xs-pull-10-8 {
        right: 80%
    }
    .col-xs-pull-10-9 {
        right: 90%
    }
    .col-xs-pull-10-10 {
        right: 100%
    }
    .col-xs-12-1 {
        width: 8.33333333%
    }
    .col-xs-12-2 {
        width: 16.66666667%
    }
    .col-xs-12-3 {
        width: 25%
    }
    .col-xs-12-4 {
        width: 33.33333333%
    }
    .col-xs-12-5 {
        width: 41.66666667%
    }
    .col-xs-12-6 {
        width: 50%
    }
    .col-xs-12-7 {
        width: 58.33333333%
    }
    .col-xs-12-8 {
        width: 66.66666667%
    }
    .col-xs-12-9 {
        width: 75%
    }
    .col-xs-12-10 {
        width: 83.33333333%
    }
    .col-xs-12-11 {
        width: 91.66666667%
    }
    .col-xs-12-12 {
        width: 100%
    }
    .col-xs-offset-12-0 {
        margin-left: 0
    }
    .col-xs-offset-12-1 {
        margin-left: 8.33333333%
    }
    .col-xs-offset-12-2 {
        margin-left: 16.66666667%
    }
    .col-xs-offset-12-3 {
        margin-left: 25%
    }
    .col-xs-offset-12-4 {
        margin-left: 33.33333333%
    }
    .col-xs-offset-12-5 {
        margin-left: 41.66666667%
    }
    .col-xs-offset-12-6 {
        margin-left: 50%
    }
    .col-xs-offset-12-7 {
        margin-left: 58.33333333%
    }
    .col-xs-offset-12-8 {
        margin-left: 66.66666667%
    }
    .col-xs-offset-12-9 {
        margin-left: 75%
    }
    .col-xs-offset-12-10 {
        margin-left: 83.33333333%
    }
    .col-xs-offset-12-11 {
        margin-left: 91.66666667%
    }
    .col-xs-offset-12-12 {
        margin-left: 100%
    }
    .col-xs-push-12-0 {
        left: 0
    }
    .col-xs-push-12-1 {
        left: 8.33333333%
    }
    .col-xs-push-12-2 {
        left: 16.66666667%
    }
    .col-xs-push-12-3 {
        left: 25%
    }
    .col-xs-push-12-4 {
        left: 33.33333333%
    }
    .col-xs-push-12-5 {
        left: 41.66666667%
    }
    .col-xs-push-12-6 {
        left: 50%
    }
    .col-xs-push-12-7 {
        left: 58.33333333%
    }
    .col-xs-push-12-8 {
        left: 66.66666667%
    }
    .col-xs-push-12-9 {
        left: 75%
    }
    .col-xs-push-12-10 {
        left: 83.33333333%
    }
    .col-xs-push-12-11 {
        left: 91.66666667%
    }
    .col-xs-push-12-12 {
        left: 100%
    }
    .col-xs-pull-12-0 {
        right: 0
    }
    .col-xs-pull-12-1 {
        right: 8.33333333%
    }
    .col-xs-pull-12-2 {
        right: 16.66666667%
    }
    .col-xs-pull-12-3 {
        right: 25%
    }
    .col-xs-pull-12-4 {
        right: 33.33333333%
    }
    .col-xs-pull-12-5 {
        right: 41.66666667%
    }
    .col-xs-pull-12-6 {
        right: 50%
    }
    .col-xs-pull-12-7 {
        right: 58.33333333%
    }
    .col-xs-pull-12-8 {
        right: 66.66666667%
    }
    .col-xs-pull-12-9 {
        right: 75%
    }
    .col-xs-pull-12-10 {
        right: 83.33333333%
    }
    .col-xs-pull-12-11 {
        right: 91.66666667%
    }
    .col-xs-pull-12-12 {
        right: 100%
    }
}

button,
input[type=button],
input[type=submit] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-group {
    font-size: 0
}

.btn-group .btn {
    margin-left: 10px
}

.btn-group .btn:first-child {
    margin-left: 0
}

.btn {
    display: inline-block;
    zoom: 1;
    font-weight: 400;
    padding: 5px 18px 5px 18px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    color: #363d4c;
    border-radius: 4px;
    background-color: #fff;
    line-height: 20px
}

.btn.is-hover,
.btn:hover {
    text-decoration: none;
    color: #363d4c;
    background-color: #eee
}

.btn.is-active,
.btn:active {
    text-decoration: none;
    background-color: #ccc
}

.btn.is-disabled,
.btn[disabled] {
    text-decoration: none;
    opacity: .5
}

.btn.is-disabled:active,
.btn.is-disabled:hover,
.btn[disabled]:active,
.btn[disabled]:hover {
    background-color: #fff
}

.nav {
    list-style: none;
    position: relative
}

.nav>a {
    display: inline-block;
    zoom: 1
}

.nav-pills,
.nav-tabs {
    font-size: 0
}

.nav-pills li,
.nav-tabs li {
    display: inline-block;
    zoom: 1
}

.nav-pills li a,
.nav-tabs li a {
    font-size: 14px;
    padding: 5px 18px 5px 18px;
    display: block;
    position: relative
}

.nav-pills li a i.icon-caret,
.nav-tabs li a i.icon-caret {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 7px
}

.nav-pills li.is-open .sub-menu,
.nav-tabs li.is-open .sub-menu {
    display: block
}

.nav-pills li.is-open i.icon-caret,
.nav-tabs li.is-open i.icon-caret {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

.navbar-title a {
    font-size: 14px;
    padding: 5px 18px 5px 18px;
    display: block
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs li {
    margin-bottom: -1px
}

.nav-tabs li a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs li.is-active>a,
.nav-tabs li.is-open>a {
    border-color: #ddd #ddd #fff;
    color: #363d4c
}

.nav-pills li a {
    border-radius: 4px
}

.nav-pills li.is-active>a,
.nav-pills li.is-open>a {
    background-color: #363d4c;
    color: #fff
}

.nav-stacked li {
    display: block
}

.nav-stacked .sub-menu {
    position: static;
    top: 0;
    padding: 0;
    border: none
}

.sub-menu {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 10;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sub-menu li {
    display: block
}

.sub-menu li a {
    padding: 6px 18px;
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.table .caption,
.table caption,
div.table-wrap .caption,
div.table-wrap caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
    margin: 0
}

.table {
    max-width: 100%;
    width: 100%
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table {
    max-width: 100%;
    width: 100%
}

.table>thead>tr>th {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
    border-top: none
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table>tbody tr.is-active>td,
.table>tbody tr.is-active>th {
    background-color: #f5f5f5
}

td.is-active,
th.is-active {
    background-color: #f5f5f5
}

.table>tbody tr.is-success>td,
.table>tbody tr.is-success>th {
    background-color: #dff0d8
}

td.is-success,
th.is-success {
    background-color: #dff0d8
}

.table>tbody tr.is-info>td,
.table>tbody tr.is-info>th {
    background-color: #d9edf7
}

td.is-info,
th.is-info {
    background-color: #d9edf7
}

.table>tbody tr.is-warning>td,
.table>tbody tr.is-warning>th {
    background-color: #fcf8e3
}

td.is-warning,
th.is-warning {
    background-color: #fcf8e3
}

.table>tbody tr.is-danger>td,
.table>tbody tr.is-danger>th {
    background-color: #f2dede
}

td.is-danger,
th.is-danger {
    background-color: #f2dede
}

@media screen and (max-width:1024px) {
    .table-sm thead {
        display: none
    }
    .table-sm table,
    .table-sm tbody,
    .table-sm td,
    .table-sm th,
    .table-sm tr {
        display: block
    }
    .table-sm td,
    .table-sm th {
        position: relative;
        padding-left: 50%!important;
        text-align: left
    }
    .table-sm td:before,
    .table-sm th:before {
        content: attr(data-th-name);
        left: 6px;
        padding: 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 45%
    }
    .table-sm tbody tr:nth-child(odd) {
        background-color: #fff
    }
    .table-sm tbody tr:nth-child(even) {
        background-color: #f5f5f5
    }
}

@media screen and (max-width:767px) {
    .table-xs thead {
        display: none
    }
    .table-xs table,
    .table-xs tbody,
    .table-xs td,
    .table-xs th,
    .table-xs tr {
        display: block
    }
    .table-xs td,
    .table-xs th {
        position: relative;
        padding-left: 50%!important;
        text-align: left
    }
    .table-xs td:before,
    .table-xs th:before {
        content: attr(data-th-name);
        left: 6px;
        padding: 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 45%
    }
    .table-xs tbody tr:nth-child(odd) {
        background-color: #fff
    }
    .table-xs tbody tr:nth-child(even) {
        background-color: #f5f5f5
    }
}

button,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: normal
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
    border: none;
    padding: 0
}

input.form-input,
textarea.form-textarea {
    resize: none;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
    color: #363d4c;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

input.form-input.is-focus,
input.form-input:focus,
textarea.form-textarea.is-focus,
textarea.form-textarea:focus {
    border-color: #66afe9
}

input.form-input.is-disabled,
input.form-input[disabled],
textarea.form-textarea.is-disabled,
textarea.form-textarea[disabled] {
    background-color: #eee
}

input,
textarea {
    font-family: "Helvetica Neue", "寰蒋闆呴粦", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    border: none
}

input.is-focus,
input:focus,
textarea.is-focus,
textarea:focus {
    border-color: #66afe9
}

input.is-disabled,
input[disabled],
textarea.is-disabled,
textarea[disabled] {
    background-color: #eee
}

.form-input input,
.form-input textarea,
.form-textarea input,
.form-textarea textarea {
    resize: none;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    color: #363d4c;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s
}

.form-input input:focus,
.form-input textarea:focus,
.form-textarea input:focus,
.form-textarea textarea:focus {
    border-color: #66afe9
}

.form-input input[disabled],
.form-input textarea[disabled],
.form-textarea input[disabled],
.form-textarea textarea[disabled] {
    background-color: #eee
}

.form-input.is-focus input,
.form-input.is-focus textarea,
.form-textarea.is-focus input,
.form-textarea.is-focus textarea {
    border-color: #66afe9
}

.form-input.is-disabled input,
.form-input.is-disabled textarea,
.form-textarea.is-disabled input,
.form-textarea.is-disabled textarea {
    background-color: #eee
}

.form-checkbox,
.form-radio {
    display: inline-block;
    zoom: 1
}

label.form-checkbox,
label.form-radio {
    position: relative;
    min-height: 20px;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px
}

label.form-checkbox input,
label.form-radio input {
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer
}

div.form-checkbox label,
div.form-radio label {
    position: relative;
    min-height: 20px;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px
}

div.form-checkbox label input,
div.form-radio label input {
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer
}

label.form-checkbox.form-simulate input,
label.form-radio.form-simulate input {
    opacity: 0
}

div.form-checkbox.form-simulate label input,
div.form-radio.form-simulate label input {
    opacity: 0
}

.form-checkall,
.form-removeall {
    display: inline-block;
    zoom: 1
}

label.form-checkall,
label.form-removeall {
    position: relative;
    min-height: 20px;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px
}

label.form-checkall input,
label.form-removeall input {
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer
}

div.form-checkall label,
div.form-removeall label {
    position: relative;
    min-height: 20px;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px
}

div.form-checkall label input,
div.form-removeall label input {
    position: absolute;
    left: 0;
    top: 4px;
    cursor: pointer
}

label.form-checkall.form-simulate input,
label.form-removeall.form-simulate input {
    opacity: 0
}

div.form-checkall.form-simulate label input,
div.form-removeall.form-simulate label input {
    opacity: 0
}

.form-checkbox-dami {
    cursor: pointer
}

.control-label {
    display: inline-block;
    zoom: 1;
    margin-bottom: 2px
}

.form-security>.content {
    float: left;
    width: 100%
}

.form-security>.content>div {
    margin-right: 90px
}

.form-security>.side {
    float: left;
    margin-left: -80px;
    width: 80px
}

.form-selects .dropdown,
.form-selects .form-select {
    width: 98%
}

.msg-block {
    display: block;
    color: #737373;
    margin-top: 2px
}

.is-success .control-label {
    color: #3c763d
}

.is-success .form-input input,
.is-success .form-input input:focus {
    border-color: #3c763d
}

.is-success.form-input,
.is-success.form-input input,
.is-success.form-input input:focus,
.is-success.form-input:focus {
    border-color: #3c763d
}

.is-success .msg-block {
    color: #3c763d
}

.is-warning .control-label {
    color: #8a6d3b
}

.is-warning .form-input input,
.is-warning .form-input input:focus {
    border-color: #8a6d3b
}

.is-warning.form-input,
.is-warning.form-input input,
.is-warning.form-input input:focus,
.is-warning.form-input:focus {
    border-color: #8a6d3b
}

.is-warning .msg-block {
    color: #8a6d3b
}

.is-error .control-label {
    color: #a94442
}

.is-error .form-input input,
.is-error .form-input input:focus {
    border-color: #a94442
}

.is-error.form-input,
.is-error.form-input input,
.is-error.form-input input:focus,
.is-error.form-input:focus {
    border-color: #a94442
}

.is-error .msg-block {
    color: #a94442
}

.placeholder {
    color: #adadaf!important
}

.placeholder-text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #adadaf;
    line-height: 1
}

select.dropdown,
select.form-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    color: #363d4c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer
}

div.dropdown,
div.form-select {
    position: relative;
    width: 100%
}

div.dropdown .btn,
div.form-select .btn {
    display: block;
    border-color: #ddd;
    padding: 5px 10px;
    cursor: default
}

div.dropdown .btn .fa,
div.form-select .btn .fa {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 10px
}

div.dropdown .btn i.icon-caret,
div.form-select .btn i.icon-caret {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 7px
}

div.dropdown .btn:active,
div.dropdown .btn:hover,
div.form-select .btn:active,
div.form-select .btn:hover {
    background-color: #fff
}

div.dropdown.is-open i.icon-caret,
div.form-select.is-open i.icon-caret {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px
}

div.dropdown.is-open .sub-menu,
div.form-select.is-open .sub-menu {
    display: block
}

div.dropdown select,
div.form-select select {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

div.dropdown .sub-menu,
div.form-select .sub-menu {
    width: 100%
}

div.dropdown .sub-menu a,
div.form-select .sub-menu a {
    display: block
}

div.dropdown input,
div.form-select input {
    width: 100%;
    padding-right: 22px
}

div.dropdown .dropdown-text,
div.form-select .dropdown-text {
    display: block;
    padding-right: 14px;
    width: 100%;
    cursor: pointer
}
/*王莹莹加*/
div.dropdown .amount-input,
div.form-select {
    border: 1px solid #c8cbcc;
    width: 150px;
    text-align: left;
    padding: 0 25px 0 10px;
    height: 40px;
    line-height: 38px;
    float: left;
}
div.dropdown .dropdown-icon,
div.form-select .amount-btn {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    cursor: pointer;
}
/**/

div.dropdown .dropdown-icon,
div.form-select .dropdown-icon {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    cursor: pointer
}

.thumbnail {
    display: block;
    padding: 4px;
    border-radius: 4px
}

.thumbnail img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail h2 {
    padding: 0
}

.thumbnail.thumbnail-inner>* {
    float: left;
    padding: 0;
    margin: 0
}

.thumbnail.thumbnail-inner>a {
    width: 80px;
    margin-right: 10px
}

.nav-bar {
    position: relative
}

.nav-bar .navbar-header {
    padding: 0;
    margin: 0;
    font-weight: 700;
    padding: 5px 18px 5px 0
}

.nav-bar>* {
    vertical-align: middle
}

.scroll {
    position: relative;
    clear: both!important
}

.scroll:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll ul {
    list-style: none;
    position: relative;
    width: 100%
}

.scroll ul li {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    float: left
}

.scroll ul li:first-child {
    display: block
}

.scroll .scroller-wrap {
    overflow: hidden;
    position: relative
}

.scroll a img {
    width: 100%;
    height: auto
}

.scroll.axis-y .scroll-btn-next {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    padding: 0;
    top: auto;
    width: 100px
}

.scroll.axis-y .scroll-btn-prev {
    top: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    padding: 0;
    width: 100px
}

.scroll-dots {
    letter-spacing: normal;
    font-size: 0;
    text-align: center;
    width: 100%;
    bottom: 3%;
    position: absolute;
    left: 0;
    z-index: 6
}

.scroll-dots a {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: inline-block;
    background-color: #828790;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px
}

.scroll-dots a.active {
    background-color: #444
}

.scroll-dots a.dots-text {
    background-color: transparent;
    font-size: 14px;
    height: auto;
    text-indent: 0;
    width: auto;
    border-radius: 0
}

.scroll-dots a.dots-text.active {
    background-color: transparent;
    color: #333
}

.scroll-dots a i {
    display: none
}

.scroll-btn-next,
.scroll-btn-prev {
    font-size: 25px;
    padding: 55px 16px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    z-index: 5;
    text-align: center
}

.scroll-btn-next i,
.scroll-btn-prev i {
    font-style: normal!important
}

.scroll-btn-next a,
.scroll-btn-prev a {
    cursor: pointer;
    color: #444
}

.scroll-btn-next a:hover,
.scroll-btn-prev a:hover {
    text-decoration: none;
    color: #444
}

.scroll-btn-next.is-disabled,
.scroll-btn-prev.is-disabled {
    cursor: default!important
}

.scroll-btn-next.is-disabled a,
.scroll-btn-prev.is-disabled a {
    color: #ccc
}

.scroll-btn-next.is-disabled a:hover,
.scroll-btn-prev.is-disabled a:hover {
    color: #ccc
}

.scroll-btn-prev {
    left: 0
}

.scroll-btn-next {
    right: 0
}

.scroll-background-image {
    position: relative;
    z-index: 0
}

.scroll-background-image img {
    width: 100%;
    height: 100%
}

.scroll-container {
    z-index: 1
}

.scroll-container,
.scroll-container .scroll-link {
    background: url(../images/blank.gif) repeat scroll 0 0 transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.scroll-container .scroll-link {
    z-index: 2
}

.scroll-container .scroll-title-component {
    border: none;
    margin: 0;
    padding: 0;
    font-size: inherit;
    text-align: right;
    position: relative;
    z-index: 1
}

.scroll-container .scroll-title-component span {
    display: block
}

.scroll-container .scroll-btn-component {
    font-size: 0;
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.scroll-container div .scroll-btn-cta {
    display: inline-block;
    zoom: 1;
    width: auto;
    margin-left: 10px;
    position: relative;
    vertical-align: top
}

.scroll-container div .scroll-btn-cta .sub-menu {
    min-width: 100%;
    text-align: left
}

.scroll-container div .scroll-btn-cta ul {
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0
}

.scroll-container div .scroll-btn-cta li {
    display: block;
    float: none
}

.scroll-container div .scroll-btn-cta:first-child {
    margin-left: 0
}

.scroll-container .scroll-component-content-wrap {
    width: 100%;
    height: 100%;
    display: table
}

.scroll-container .scroll-component-content {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.scroll-container .scroll-content-wrap {
    position: relative;
    right: 0;
    display: inline-block;
    z-index: 3;
    padding: 60px
}

.scroll-container .scroll-content {
    position: relative;
    vertical-align: middle
}

.scroll-container .scroll-content-site-top {
    vertical-align: top
}

.scroll-container .scroll-content-site-middle {
    vertical-align: middle
}

.scroll-container .scroll-content-site-bottom {
    vertical-align: bottom
}

.scroll-container .scroll-content-text-left {
    text-align: left
}

.scroll-container .scroll-content-text-center {
    text-align: center
}

.scroll-container .scroll-content-text-right {
    text-align: right
}

.font-family-microsoft-yahei {
    font-family: "寰蒋闆呴粦", "Microsoft YaHei"
}

.font-size-12 {
    font-size: 12px
}

.font-size-13 {
    font-size: 13px
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.font-size-16 {
    font-size: 16px
}

.font-size-17 {
    font-size: 17px
}

.font-size-18 {
    font-size: 18px
}

.font-size-19 {
    font-size: 19px
}

.font-size-20 {
    font-size: 20px
}

.font-size-21 {
    font-size: 21px
}

.font-size-22 {
    font-size: 22px
}

.font-size-23 {
    font-size: 23px
}

.font-size-24 {
    font-size: 24px
}

.font-size-25 {
    font-size: 25px
}

.font-size-26 {
    font-size: 26px
}

.font-size-27 {
    font-size: 27px
}

.font-size-28 {
    font-size: 28px
}

.font-size-29 {
    font-size: 29px
}

.font-size-30 {
    font-size: 30px
}

.font-size-31 {
    font-size: 31px
}

.font-size-32 {
    font-size: 32px
}

.font-size-33 {
    font-size: 33px
}

.font-size-34 {
    font-size: 34px
}

.font-size-35 {
    font-size: 35px
}

.font-size-36 {
    font-size: 36px
}

.font-line-height-1-9 {
    line-height: 1.9
}

.font-line-height-1-8 {
    line-height: 1.8
}

.font-line-height-1-7 {
    line-height: 1.7
}

.font-line-height-1-6 {
    line-height: 1.6
}

.font-line-height-1-5 {
    line-height: 1.5
}

.font-line-height-1-4 {
    line-height: 1.4
}

.font-line-height-1-3 {
    line-height: 1.3
}

.font-line-height-1-2 {
    line-height: 1.2
}

.font-line-height-1-1 {
    line-height: 1.1
}

.font-line-height-1-0 {
    line-height: 1
}

.font-line-height-2-2 {
    line-height: 2.2
}

.font-line-height-2-1 {
    line-height: 2.1
}

.font-line-height-2-0 {
    line-height: 2
}

.font-color-white {
    color: #fff
}

.font-color-black {
    color: #000
}

.font-color-red {
    color: red
}

.scroll-background-color {
    height: 100%;
    left: -30px;
    padding: 20px 30px;
    position: absolute;
    top: -20px;
    width: 100%;
    background-color: transparent;
    opacity: .7;
    z-index: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.font-background-color-white {
    background-color: #fff
}

.font-background-color-black {
    background-color: #000
}

.btn .icon-wrap {
    width: 8px;
    display: inline-block;
    zoom: 1
}

.icon-caret i {
    border: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px
}

.is-open .icon-caret i {
    border: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    width: 0;
    height: 0;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -2px
}

.btn-video {
    background-color: transparent;
    border: none;
    padding: 0
}

.btn-color-white {
    background-color: #fff;
    color: #333
}

.btn-color-white:hover {
    background-color: #e6e6e6;
    color: #333
}

.btn-color-black {
    background-color: #000;
    color: #fff
}

.btn-color-black:hover {
    background-color: #333;
    color: #fff
}

@media screen and (max-width:767px) {
    .scroll-container-xs {
        position: relative
    }
    .scroll-container-xs .scroll-component-content {
        text-align: center
    }
}

.scroll-gallery {
    clear: both!important
}

.scroll-gallery:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-gallery:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-gallery ul {
    width: 10000%
}

.scroll-gallery ul li {
    width: 157px;
    display: block
}

.scroll-gallery ul li a {
    display: block;
    padding: 5px
}

.scroll-gallery>div {
    margin: 0 50px
}

.scroll-gallery .scroll-btn-next,
.scroll-gallery .scroll-btn-prev {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: -20px
}

.scroll-gallery.scroll-gallery-res ul {
    width: 100%
}

.scroll-gallery.scroll-gallery-res ul li {
    width: 25%
}

.scroll-gallery.axis-y {
    width: 157px;
    padding: 35px 0
}

.scroll-gallery.axis-y>div {
    margin: 0;
    height: 400px
}

.scroll-gallery.axis-y ul {
    width: 100%
}

.scroll-gallery.axis-y .scroll-btn-next,
.scroll-gallery.axis-y .scroll-btn-prev {
    height: auto;
    left: 0;
    margin: 0;
    width: 100%
}

.scroll-text {
    clear: both!important
}

.scroll-text:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-text:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-text>div {
    margin: 0 60px
}

.scroll-text .scroll-btn-next,
.scroll-text .scroll-btn-prev {
    margin: -20px 0 0 0;
    padding: 0
}

.scroll-iscroll {
    clear: both!important
}

.scroll-iscroll:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-iscroll:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-iscroll .scroller-wrap>ul {
    overflow: hidden
}

.scroll-iscroll-text {
    clear: both!important
}

.scroll-iscroll-text:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-iscroll-text:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.scroll-iscroll-text .scroller-wrap {
    max-height: 350px
}

.spice-black-opacity {
    background-color: #000;
    opacity: .68;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: none
}

.dialog {
    background-color: #fff;
    width: 500px;
    height: auto;
    position: fixed;
    padding: 40px;
    border-radius: 4px;
    z-index: 30;
    left: 50%;
    top: 100px
}

.dialog .icon-close {
    cursor: pointer;
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px
}

.dialog .dialog-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.dialog .dialog-container h4 {
    border: none
}

.dialog .dialog-btn-wrap .btn {
    margin: 0 8px
}

.dialog-opacity {
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px
}

.dialog-opacity .dialog-scroll-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.dialog-opacity .dialog-scroll-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.dialog-opacity .dialog-scroll-container .dialog-scroll {
    display: inline-block
}

.dialog-opacity .dialog-scroll-container .dialog-scroll>div {
    position: relative
}

.dialog-opacity .dialog-scroll-container .dialog {
    background-color: transparent;
    left: auto;
    position: relative;
    top: auto;
    vertical-align: middle;
    max-width: 500px;
    width: auto;
    margin: 80px 20px;
    padding: 0;
    border-radius: 0
}

.dialog-opacity .dialog-scroll-container .dialog-container {
    background-color: #fff;
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    padding: 40px;
    border-radius: 4px
}

.dialog-opacity-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.pagination {
    margin-bottom: 10px;
    text-align: center;
    font-size: 0
}

.pagination .page-numbers {
    border-radius: 4px;
    color: #363d4c;
    margin: 0 2px;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}

.pagination .page-numbers:hover {
    text-decoration: none
}

div.pagination .page-numbers span {
    vertical-align: middle
}

div.pagination .page-numbers .form-input {
    width: auto;
    vertical-align: middle;
    width: 40px;
    padding: 2px;
    text-align: center
}

div.pagination .page-numbers .btn {
    padding: 2px 3px
}

.pagination .dots {
    background-color: transparent
}

.pagination .is-active {
    background-color: #363d4c;
    color: #fff
}

.pagination .all-numbers {
    background-color: transparent;
    color: #363d4c
}

.breadcrumb .divider {
    padding: 0 5px
}

.drag-360 {
    position: relative
}

.drag-360 img {
    width: 100%;
    height: auto;
    cursor: ew-resize
}

.drag-360 a {
    position: absolute;
    font-size: 25px;
    top: 50%;
    margin-top: -17px;
    z-index: 3
}

.drag-360 a i {
    font-style: normal!important
}

.drag-360 .btn-drag-prev {
    left: 0
}

.drag-360 .btn-drag-next {
    right: 0
}

.drag-360 .drag-image {
    position: relative;
    z-index: 1
}

.drag-360 .drag-loading {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.calculateNum .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle
}

.calculateNum .form-input {
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}