@charset "UTF-8";
@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    border: 0 none
}

button,
select {
    text-transform: none
}

input {
    border: 0 none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body {
    font-family: Yantramanav, Arial, Sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #171717
}

@media (max-width:767px) {
    body {
        font-size: 125%
    }
}

html[lang^=zh-] body {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    font-weight: 400
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a {
    text-decoration: none;
    color: #fff
}

li,
ol,
ul {
    list-style: none
}

button {
    outline: 0
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.container-fluid {
    padding: 0!important
}

@media (max-width:767px) and (max-width:767px) {
    .offcanvas-stop-scrolling {
        height: 100%;
        overflow: hidden
    }
    .navbar-default .navbar-offcanvas {
        background-color: #f8f8f8
    }
    .navbar-inverse .navbar-offcanvas {
        background-color: #222
    }
    .navbar-offcanvas {
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: #161616;
        left: -100%;
        top: 0;
        z-index: 999;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        transition: all .15s ease-in
    }
    .navbar-offcanvas.in {
        box-shadow: 0 0 20px rgba(0, 0, 0, .3)
    }
    .navbar-offcanvas.navbar-offcanvas-fade {
        opacity: 0
    }
    .navbar-offcanvas.navbar-offcanvas-fade.in {
        opacity: 1
    }
    .navbar-offcanvas.offcanvas-transform.in {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
    .navbar-offcanvas.offcanvas-position.in {
        left: 0
    }
    .navbar-offcanvas.navbar-offcanvas-right {
        left: auto;
        right: -100%
    }
    .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
        left: auto;
        right: 0
    }
    .navbar-offcanvas .dropdown.open .caret {
        border-top: 0;
        border-bottom: 4px solid
    }
    .navbar-offcanvas .dropdown-menu {
        position: relative;
        width: 100%;
        border: inherit;
        box-shadow: none;
        transition: height .15s ease-in
    }
    .navbar-offcanvas .dropdown-menu.shown {
        display: block;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .offcanvas-toggle .icon-bar {
        background: #000;
        transition: all .25s ease-in-out
    }
}

@font-face {
    font-family: Yantramanav-Thin;
    src: url(../font/Yantramanav-Thin.ttf);
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Yantramanav-Light;
    src: url(../font/Yantramanav-Light.ttf);
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Yantramanav-Regular;
    src: url(../font/Yantramanav-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Yantramanav-Medium;
    src: url(../font/Yantramanav-Medium.ttf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Yantramanav-Bold;
    src: url(../font/Yantramanav-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Yantramanav-Black;
    src: url(../font/Yantramanav-Black.ttf);
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: POCO;
    src: url(//at.alicdn.com/t/font_784549_tuwg6z910w.eot?t=1533877943076);
    src: url(//at.alicdn.com/t/font_784549_tuwg6z910w.eot?t=1533877943076#iefix) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(//at.alicdn.com/t/font_784549_tuwg6z910w.ttf?t=1533877943076) format("truetype"), url(//at.alicdn.com/t/font_784549_tuwg6z910w.svg?t=1533877943076#POCO) format("svg")
}

.POCO {
    font-family: POCO!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-down:before {
    content: "\e6e9"
}

.icon-danchuangguanbi-icon:before {
    content: "\e62d"
}

.icon-gouwucheguanbi-icon:before {
    content: "\e62e"
}

.icon-celan-icon:before {
    content: "\e62f"
}

.icon-celan-icon-:before {
    content: "\e631"
}

.icon-zhuandao-icon:before {
    content: "\e632"
}

.icon-Facebook:before {
    content: "\e633"
}

.icon-instagram:before {
    content: "\e634"
}

.icon-tuite:before {
    content: "\e635"
}

.icon-xiala-icon:before {
    content: "\e636"
}

.icon-PC-xiala:before {
    content: "\e637"
}

.icon-PC-zhuandao:before {
    content: "\e638"
}

.icon-PC-tuite:before {
    content: "\e639"
}

.icon-PC-Facebook:before {
    content: "\e63a"
}

.icon-PC-instagram:before {
    content: "\e63b"
}

.icon-gouwuche-icon:before {
    content: "\e63c"
}

.icon-PC-Facebook1:before {
    content: "\e63d"
}

.icon-PC-tuite1:before {
    content: "\e63e"
}

.icon-PC-instagram1:before {
    content: "\e63f"
}

.icon-tuite1:before {
    content: "\e640"
}

.icon-Facebook1:before {
    content: "\e641"
}

.icon-instagram1:before {
    content: "\e642"
}

@media (min-width:768px) {
    .entry-board {
        height: 110px;
        line-height: 74px;
        background: url(../img/common/header_bg.png) center 110px;
        z-index: 99;
        position: relative;
        overflow: hidden;
        pointer-events: none
    }
    .entry-board .container {
        height: 74px
    }
    .entry-board .entry {
        position: relative;
        margin: 0 0 0 21px;
        font-size: 16px;
        text-transform: uppercase
    }
    .entry-board .entry>a {
        color: #fff
    }
    .entry-board .external-entries {
        padding-left: 0;
        float: left
    }
    .entry-board .external-entries .entry {
        float: left
    }
    .entry-board .external-entries .entry:first-child {
        margin-left: 0
    }
    .entry-board .external-entries .entry:first-child:before {
        content: none
    }
    .entry-board .external-entries .entry:hover {
        opacity: .7
    }
    .entry-board .external-entries .entry.external-entry-icon:before {
        content: none
    }
    .entry-board .logo-light-wrap {
        width: 116px;
        margin: -56px auto 0;
        pointer-events: all
    }
    .entry-board .logo-light-hover {
        display: inherit;
        width: 116px;
        cursor: pointer
    }
    .entry-board .logo-light {
        width: 116px;
        height: auto
    }
    .entry-board .account-info {
        float: right;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .entry-board .account-info .sign-entries .entry {
        float: left
    }
    .entry-board .account-info .sign-entries .entry a {
        display: block
    }
    .entry-board .account-info .sign-entries .entry a:hover {
        opacity: .7
    }
    .entry-board .account-info .sign-entries .entry:first-child:before {
        content: none
    }
    .entry-board .account-info .signed-user {
        display: none
    }
    .entry-board .account-info .signed-user .user-entry {
        float: left;
        position: relative;
        margin: 0;
        transition: all 0s .2s ease
    }
    .entry-board .account-info .signed-user .user-entry:before {
        content: none
    }
    .entry-board .account-info .signed-user .user-entry a:first-child {
        cursor: default
    }
    .entry-board .account-info .signed-user .user-entry>a {
        transition: all 0s .2s ease;
        margin: 0 20px;
        float: left
    }
    .entry-board .account-info .signed-user .user-entry>a:after,
    .entry-board .account-info .signed-user .user-entry>a:before {
        content: " ";
        display: table
    }
    .entry-board .account-info .signed-user .user-entry>a:after {
        clear: both
    }
    .entry-board .account-info .signed-user .user-entry .sign-out:hover {
        opacity: .7
    }
    .entry-board .account-info .signed-user .user-entry .name {
        float: left;
        max-width: 75px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #fbc600
    }
    .nav-product-list-wrap {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 70px;
        background: rgba(23, 23, 23, .8);
        margin-top: -38px;
        color: #888;
        font-size: 14px
    }
    .nav-product-list-wrap .nav-product-list {
        width: 1140px;
        margin: 0 auto;
        height: 70px;
        line-height: 70px
    }
    .nav-product-list-wrap .nav-product-list .nav-product {
        float: left;
        position: relative;
        margin: 0 14px;
        color: #fff;
        cursor: pointer
    }
    .nav-product-list-wrap .nav-product-list .call-to-action {
        float: right;
        position: relative;
        margin: 0 14px;
        color: #fbc600;
        cursor: pointer
    }
    .nav-product-list-wrap .nav-product-list .nav-product:nth-of-type(n+2) {
        margin-left: 30px
    }
    .nav-product-list-wrap .nav-product-list .nav-product:nth-of-type(n+2)::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 50%;
        margin-top: -6px;
        width: 1px;
        height: 12px;
        background-color: #d7d7d7
    }
    .nav-product-list-wrap .nav-product-list .current-tab {
        color: #888
    }
}

@media (max-width:767px) {
    .top-bar {
        width: 100%;
        height: 2.8rem;
        background: linear-gradient(-90deg, #313131, #1c1c1c);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .top-bar.modal-bar {
        background: #212121
    }
    .top-bar .top-icon {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        border: 1px solid #fff;
        margin-left: 4.7%
    }
    .top-bar .logo-hover {
        width: 3.2rem;
        height: 1.65rem;
        cursor: pointer;
        margin-left: 34.6%
    }
    .top-bar .logo {
        width: inherit;
        height: auto
    }
    .navbar-toggle {
        color: #fff;
        margin-left: 4.2%
    }
    .navbar-offcanvas {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        background: rgba(0, 0, 0, .9)
    }
    .navbar-offcanvas .account-info {
        width: 100%;
        padding: 0 12%;
        height: 2.7rem;
        font-size: 1.05rem;
        opacity: .8
    }
    .navbar-offcanvas .account-info .sign-entries {
        height: 2.7rem
    }
    .navbar-offcanvas .account-info .sign-entries ul {
        width: 100%;
        height: inherit;
        border-bottom: 1px solid #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-offcanvas .account-info .sign-entries .entry {
        float: left
    }
    .navbar-offcanvas .account-info .signed-user {
        display: none;
        height: 2.7rem
    }
    .navbar-offcanvas .account-info .signed-user .user-entry {
        transition: all 0s .2s ease;
        width: 100%;
        height: inherit;
        border-bottom: 1px solid #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-offcanvas .account-info .signed-user .user-entry:before {
        content: none
    }
    .navbar-offcanvas .account-info .signed-user .user-entry>a {
        transition: all 0s .2s ease;
        margin: 0 20px;
        float: left
    }
    .navbar-offcanvas .account-info .signed-user .user-entry>a:after,
    .navbar-offcanvas .account-info .signed-user .user-entry>a:before {
        content: " ";
        display: table
    }
    .navbar-offcanvas .account-info .signed-user .user-entry>a:after {
        clear: both
    }
    .navbar-offcanvas .account-info .signed-user .user-entry .name {
        float: left;
        max-width: 75px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #fbc600
    }
    .navbar-offcanvas .nav-list {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.05rem;
        background-color: #141414
    }
    .navbar-offcanvas .nav-list dd {
        margin-top: 2.8125rem;
        height: .9375rem;
        font-size: .9375rem;
        font-family: CamphorPro-Regular, CamphorPro;
        font-weight: 400
    }
    .icon-gouwuche-icon {
        color: #000;
        opacity: 1
    }
    .nav-product-list-wrap {
        display: none
    }
    .nav-product-list-m {
        height: 2.25rem;
        font-size: .75rem;
        font-family: CamphorPro-Regular, CamphorPro;
        background-color: #171717;
        color: #fff
    }
    .nav-product-list-m .nav-product-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .nav-product-list-m .current-product {
        color: #fbc600
    }
}

@media (min-width:768px) {
    .footer {
        padding-top: 71px;
        background: #151413
    }
    .footer .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer .container .social-share .share-name {
        font-size: 30px;
        color: #fff;
        margin-bottom: 19px;
        font-weight: 600;
        text-align: center;
    }
    .footer .container .social-share .share-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 57px;
        opacity: .7
    }
    .footer .container .footer-center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }
    .footer .container .footer-center .email-touch .touch-words {
        font-size: 30px;
        color: #fff;
        margin-bottom: 24px;
        text-align: center;
        font-weight: 600
    }
    .footer .container .footer-center .email-touch .email-wrap {
        width: 442px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0px;
        position: relative;
        padding-bottom: 20px;
    }
    .footer .container .footer-center .email-touch .email-wrap .email-input {
        width: 440px;
        height: 50px;
        border: 2px solid #fbc600;
        background: #151413;
        line-height: 50px;
        padding: 0 20px;
        outline: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 300
    }
    .footer .container .footer-center .email-touch .email-wrap .email-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 69px;
        height: 50px;
        background: #fbc600;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }
    .footer .container .footer-center .email-touch .email-wrap .register-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 69px;
        height: 50px;
        background: #fbc600;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        width: 440px;
    }
    .footer .container .footer-center .email-touch .email-wrap .sub-prompt {
        position: absolute;
        bottom: -30px;
        color: #fff;
        opacity: .8;
        white-space: nowrap;
        font-size: 12pt;

    }
    .footer .container .footer-center .email-touch .email-wrap .sub-prompt span {
        display: none
    }
    .footer .container .footer-center .main-link-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff
    }
    .footer .container .footer-center .main-link-wrap .service-link {
        font-size: 14px;
        opacity: .7
    }
    .footer .container .footer-center .main-link-wrap .service-link dd {
        line-height: 28px
    }
    .footer .container .footer-center .main-link-wrap .service-link dd:first-child a {
        color: #fbc600
    }
    .footer .container .footer-center .main-link-wrap .service-link dd a:hover {
        color: #fbc600
    }
    .footer .container .footer-center .main-link-wrap .location-wrap {
        text-align: right
    }
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-phone {
        font-size: 28px;
        opacity: .8
    }
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-email,
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-hour,
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-online {
        font-size: 18px;
        line-height: 30px;
        opacity: .8;
        font-weight: 300
    }
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-email:hover a,
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-online:hover a {
        color: #fbc600
    }
    .footer .container .copyright {
        width: 100%;
        height: 36px;
        margin-top: 68px;
        text-align: center;
        line-height: 36px;
        border-top: 1px solid #666;
        color: #fff;
        font-size: 14px;
        opacity: .4;
        font-weight: 300
    }
    .footer .container .site-switch {
        display: none;
        width: 280px!important;
        border: 1px solid #666;
        position: relative;
        height: 40px;
        line-height: 40px;
        margin-top: 15px
    }
    .footer .container .site-switch a {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 13px;
        font-size: 14px;
        color: #fff;
        opacity: .5
    }
    .footer .container .site-switch a:hover {
        color: #fff
    }
    .footer .container .site-switch a.active {
        color: gray;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        padding-left: 16px;
        background-color: #fff;
        width: 100%;
        font-size: 14px;
        opacity: 1
    }
    .footer .container .site-switch [class^=iconfont] {
        font-size: 12px
    }
    .footer .container .sites-list {
        width: 280px!important;
        height: 418.375px;
        text-align: left;
        overflow: hidden;
        height: 0;
        position: absolute;
        bottom: 41px;
        left: 0;
        z-index: 100;
        background-color: #fff
    }
    .footer .container .sites-list ul {
        width: 100%;
        padding: .7em 0;
        position: absolute;
        bottom: 0
    }
    .footer .container .sites-list li {
        padding: .5em 16px;
        line-height: 1.3
    }
    .footer .container .sites-list li a {
        display: block;
        white-space: nowrap;
        color: gray;
        margin-left: 0
    }
    .footer .container .sites-list li a:hover {
        color: #fbc600
    }
    .POCO.icon-PC-Facebook1,
    .POCO.icon-PC-instagram1,
    .POCO.icon-PC-tuite1 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .footer {
        padding-top: 1.55rem;
        background: #151413
    }
    .footer .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer .container .social-share .share-name {
        font-size: 1.1rem;
        color: #fff;
        margin-bottom: .55rem;
        font-weight: 600;
        text-align: center;
    }
    .footer .container .social-share .share-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 1.2rem
    }
    .footer .container .social-share .share-list i {
        font-size: 24px
    }
    .footer .container .footer-center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%
    }
    .footer .container .footer-center .email-touch {
        width: 100%;
        padding: 0 8%
    }
    .footer .container .footer-center .email-touch .touch-words {
        font-size: 1.1rem;
        color: #fff;
        margin-bottom: .8rem;
        text-align: center;
        font-weight: 600
    }
    .footer .container .footer-center .email-touch .email-wrap {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.5rem;
        position: relative
    }
    .footer .container .footer-center .email-touch .email-wrap .email-input {
        width: 100%;
        height: 2.3rem;
        border: 2px solid #fbc600;
        background: #151413;
        line-height: 1.7rem;
        padding-left: .7rem;
        outline: 0;
        color: #fff;
        font-size: .7rem;
        font-weight: 300
    }
    .footer .container .footer-center .email-touch .email-wrap .email-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 2.4rem;
        height: 2.3rem;
        background: #fbc600;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }
    .footer .container .footer-center .email-touch .email-wrap .register-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 2.3rem;
        background: #fbc600;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }
    .footer .container .footer-center .email-touch .email-wrap .sub-prompt {
        position: absolute;
        bottom: -1.3rem;
        color: #fff;
        opacity: .8;
        white-space: nowrap;
        font-size: .7rem
    }
    .footer .container .footer-center .email-touch .email-wrap .sub-prompt span {
        display: none
    }
    .footer .container .footer-center .main-link-wrap {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff
    }
    .footer .container .footer-center .main-link-wrap .location-wrap {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: right
    }
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-phone {
        font-size: 1.05rem;
        margin-bottom: .5rem;
        opacity: .8
    }
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-email,
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-hour,
    .footer .container .footer-center .main-link-wrap .location-wrap .contact-online {
        font-size: .7rem;
        line-height: 1.2rem;
        opacity: .8;
        font-weight: 300
    }
    .footer .container .copyright {
        width: 100%;
        height: 1.8rem;
        margin-top: 1.55rem;
        text-align: center;
        line-height: 1.8rem;
        border-top: 1px solid #666;
        color: #fff;
        font-size: .7rem;
        opacity: .4;
        font-weight: 300
    }
    .footer .container .site-switch {
        display: none;
        width: 8.15rem!important;
        border: 1px solid #666;
        position: relative;
        height: 1.35rem;
        line-height: 1.35rem;
        margin-top: .45rem
    }
    .footer .container .site-switch a {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 .3rem;
        font-size: .7rem;
        color: #fff;
        opacity: .5
    }
    .footer .container .site-switch a:hover {
        color: #fff
    }
    .footer .container .site-switch a.active {
        color: gray;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        padding-left: 16px;
        background-color: #fff;
        width: 100%;
        font-size: .7rem;
        opacity: 1
    }
    .footer .container .site-switch [class^=iconfont] {
        font-size: 12px
    }
    .footer .container .sites-list {
        width: 8.15rem!important;
        text-align: left;
        overflow: hidden;
        height: 0;
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        z-index: 100;
        background-color: #fff
    }
    .footer .container .sites-list ul {
        width: 100%;
        padding: .7em 0;
        position: absolute;
        bottom: 0
    }
    .footer .container .sites-list li {
        padding: .5em 16px;
        line-height: 1.3
    }
    .footer .container .sites-list li a {
        display: block;
        white-space: nowrap;
        color: gray;
        margin-left: 0
    }
    .footer .container .sites-list li a:hover {
        color: #fbc600
    }
    .POCO {
        opacity: .8
    }
}

.POCO.icon-PC-Facebook1,
.POCO.icon-PC-instagram1,
.POCO.icon-PC-tuite1 {
    font-size: 30px
}

.POCO.icon-PC-zhuandao {
    font-size: 12px;
    color: #000
}

.POCO.icon-down {
    font-size: 10px;
    color: #fff
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.modal-backdrop {
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .5
}

.modal {
    position: fixed!important;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 854px;
    margin-left: -427px;
    margin-top: -200px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .18);
    background-clip: padding-box;
    outline: 0;
    display: none
}

.modal.fade {
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%
}

.modal.fade.in {
    top: 50%
}

.modalclose {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #bababa;
    transition: all .2s
}

.modalclose:hover {
    color: #fff;
    background-color: #f23835
}

.modal-header {
    box-sizing: border-box;
    height: 60px;
    padding: 15px 28px;
    background-color: #f5f5f5
}

.modal-header .title {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 650px;
    text-transform: uppercase;
    margin: 0
}

.modal-body {
    position: relative;
    min-height: 1px;
    padding: 28px;
    text-align: center
}

.modal-body .text {
    text-align: center
}

.modal-body .text a.btn-primary {
    margin-top: 40px;
    margin-right: 40px
}

.modal-footer {
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 6px 6px
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn {
    width: 180px;
    text-transform: uppercase
}

.modal-footer .btn+.btn {
    margin-left: 13px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-video {
    height: 540px;
    margin-top: -270px;
    background: 0 0;
    border: none;
    box-shadow: none
}

.modal-video .modal-header {
    background: 0 0;
    text-align: center
}

.modal-video .modal-header .title {
    margin: 0 auto;
    color: #fff
}

.modal-video .modal-header .modalclose {
    color: #fff;
    text-shadow: none;
    right: 0
}

.modal-video .modal-body {
    max-height: 480px;
    padding: 0
}

.modal-form {
    margin-bottom: 0
}

.modal-pro {
    background: 0 0;
    border: none
}

.modal-pro .modal-header {
    position: relative;
    background: 0 0;
    text-align: center
}

.modal-pro .modal-header h3 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase
}

.modal-pro .modal-body {
    padding: 30px 0;
    margin-left: -14px;
    text-align: center;
    overflow: hidden
}

.modal-backdrop-dark {
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop-dark.fade.in {
    opacity: .8
}

@media (min-width:768px) {
    .footer .container .footer-center .main-link-wrap {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer .container .footer-center .main-link-wrap .service-link {
        text-align: center
    }
}

.message-error {
    display: none;
    color: red;
}

.message-success {
    display: none;
    color: #fbc600;
}

.border-error{
    border-color: red !important;
}

.register-message {
    padding-bottom: 20px;
    overflow: auto;
    display: none;
    font-size: 1.0rem;
}

.captcha-modal{
    display: inline-block;
    margin: 0 auto;
}

.vote-image {
    max-width: 320px;
    max-height: 320px;
    margin-bottom: 20px;
}
 
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: "";
  display: table;
  width: 25px;
  height: 25px;
  margin: 27px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

*{box-sizing: border-box}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-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:-.5em}sub{bottom:-.25em}img{border:0;vertical-align: middle}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .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]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-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}

body {
  font-family: sans-serif;
  background: #dff1ff;
}

b {
  position: relative;
  display: block;
  font-family: helvetica neue, helvetica, sans-serif;
  line-height: 1.15em;
  margin-top: -1.15em;
  top: 2.3em;
  font-size: 0.87em;
  font-weight: 400;
  letter-spacing: 0.025em;
  opacity: 0.75;
  text-align: center;
}

b span {
  font-size: 0.785em;
  font-weight: 400;
  opacity: 0.4;
}

#container-xi {
	width: 400px;
	margin: 120px auto 0;
}

.primary-button-xi {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #D9EDFF;
  color: #339DFF;
  font-size: 13px;
  text-align: center;
  line-height: 38px;
  border-radius: 100px;
  padding: 0 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 170px;
}

.primary-button-xi:hover {
  box-shadow: 0 2px 4px rgba(83, 100, 255, 0.45);
}

.secondary-button-xi {
  display: inline-block;
  margin-right: 10px;
  background: #339DFF;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 38px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 170px;
  text-align: center;
}

.secondary-button-xi:hover {
  background: #fff;
  color: #339DFF;
  box-shadow: 0 4px 4px rgba(83, 100, 255, 0.32);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
