@charset "UTF-8";
/* HTML元素的标准化
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box; }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; }

body {
    margin: 0;
    font: inherit;
    font-family: -apple-system, "PingFang SC", BlinkMacSystemFont, "Source Han Sans CN", "Microsoft Yahei", "微软雅黑", "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff; }

[tabindex="-1"]:focus {
    outline: 0 !important; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none; }

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0; }

dt {
    font-weight: 700; }

dd {
    margin-bottom: .5rem;
    margin-left: 0; }

blockquote {
    margin: 0 0 1rem; }

b,
strong {
    font-weight: bolder; }

small {
    font-size: 80%; }

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }

sub {
    bottom: -.25em; }

sup {
    top: -.5em; }

a {
    color: #333;
    text-decoration: none;
    background-color: transparent; }
a:hover {
    color: #000;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
    text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto; }

figure {
    margin: 0 0 1rem; }

img {
    vertical-align: middle;
    border-style: none; }

svg {
    overflow: hidden;
    vertical-align: middle; }

table {
    border-collapse: collapse; }

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom; }

th {
    text-align: inherit; }

label {
    display: inline-block;
    margin-bottom: 0.5rem; }

button {
    border-radius: 0; }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

select {
    word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox; }

textarea {
    overflow: auto;
    resize: vertical; }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }

progress {
    vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }

output {
    display: inline-block; }

summary {
    display: list-item;
    cursor: pointer; }

template {
    display: none; }

[hidden] {
    display: none !important; }

/* 栅格系统
   ========================================================================== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 768px) {
    .container {
        max-width: 730px; } }
@media (min-width: 992px) {
    .container {
        max-width: 830px; } }
@media (min-width: 1280px) {
    .container {
        max-width: 1030px; } }
@media (min-width: 1600px) {
    .container {
        max-width: 1430px; } }

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

.col-3 {
    flex: 0 0 25%;
    max-width: 25%; }

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

.col-6 {
    flex: 0 0 50%;
    max-width: 50%; }

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

.col-9 {
    flex: 0 0 75%;
    max-width: 75%; }

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

.col-12 {
    flex: 0 0 100%;
    max-width: 100%; }

@media (min-width: 768px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%; } }
@media (min-width: 992px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%; } }
@media (min-width: 1280px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%; } }
@media (min-width: 1600px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%; }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%; }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%; }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%; }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%; }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%; }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%; } }
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529; }
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
.table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-bordered {
    border: 1px solid #dee2e6; }
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6; }
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px; }

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075); }

/* 表单
   ========================================================================== */
.form-control {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e6e6e6;
    border: none;
    border-radius: 0; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control::placeholder {
    color: #b1b1b1;
    opacity: 1; }
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

textarea.form-control {
    height: auto; }

.form-group {
    margin-bottom: 1rem; }

.form-text {
    display: block;
    margin-top: 0.25rem; }

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/* 按钮
   ========================================================================== */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none; } }
.btn:hover {
    color: #333;
    text-decoration: none; }
.btn.disabled, .btn:disabled {
    opacity: 0.65; }

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333; }
.btn-primary:hover {
    color: #fff;
    background-color: #202020; }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333; }

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
.btn-white:hover {
    color: #212529;
    background-color: #ececec; }
.btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }

.btn-secondary {
    color: #fff;
    background-color: #666;
    border-color: #666; }
.btn-secondary:hover {
    color: #fff;
    background-color: #535353; }
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666; }

.btn-block {
    display: block;
    width: 100%; }
.btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

/* 实用工具-显示属性
   ========================================================================== */
.d-none {
    display: none !important; }

.d-inline {
    display: inline !important; }

.d-inline-block {
    display: inline-block !important; }

.d-block {
    display: block !important; }

.d-table {
    display: table !important; }

.d-table-row {
    display: table-row !important; }

.d-table-cell {
    display: table-cell !important; }

.d-flex {
    display: flex !important; }

.d-inline-flex {
    display: inline-flex !important; }

@media (min-width: 768px) {
    .d-sm-none {
        display: none !important; }

    .d-sm-inline {
        display: inline !important; }

    .d-sm-inline-block {
        display: inline-block !important; }

    .d-sm-block {
        display: block !important; }

    .d-sm-table {
        display: table !important; }

    .d-sm-table-row {
        display: table-row !important; }

    .d-sm-table-cell {
        display: table-cell !important; }

    .d-sm-flex {
        display: flex !important; }

    .d-sm-inline-flex {
        display: inline-flex !important; } }
@media (min-width: 992px) {
    .d-md-none {
        display: none !important; }

    .d-md-inline {
        display: inline !important; }

    .d-md-inline-block {
        display: inline-block !important; }

    .d-md-block {
        display: block !important; }

    .d-md-table {
        display: table !important; }

    .d-md-table-row {
        display: table-row !important; }

    .d-md-table-cell {
        display: table-cell !important; }

    .d-md-flex {
        display: flex !important; }

    .d-md-inline-flex {
        display: inline-flex !important; } }
@media (min-width: 1280px) {
    .d-lg-none {
        display: none !important; }

    .d-lg-inline {
        display: inline !important; }

    .d-lg-inline-block {
        display: inline-block !important; }

    .d-lg-block {
        display: block !important; }

    .d-lg-table {
        display: table !important; }

    .d-lg-table-row {
        display: table-row !important; }

    .d-lg-table-cell {
        display: table-cell !important; }

    .d-lg-flex {
        display: flex !important; }

    .d-lg-inline-flex {
        display: inline-flex !important; } }
@media (min-width: 1600px) {
    .d-xl-none {
        display: none !important; }

    .d-xl-inline {
        display: inline !important; }

    .d-xl-inline-block {
        display: inline-block !important; }

    .d-xl-block {
        display: block !important; }

    .d-xl-table {
        display: table !important; }

    .d-xl-table-row {
        display: table-row !important; }

    .d-xl-table-cell {
        display: table-cell !important; }

    .d-xl-flex {
        display: flex !important; }

    .d-xl-inline-flex {
        display: inline-flex !important; } }
/* 实用工具-间距
   ========================================================================== */
.m-0 {
    margin: 0 !important; }

.mt-0,
.my-0 {
    margin-top: 0 !important; }

.mr-0,
.mx-0 {
    margin-right: 0 !important; }

.mb-0,
.my-0 {
    margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
    margin-left: 0 !important; }

.m-1 {
    margin: 1rem !important; }

.mt-1,
.my-1 {
    margin-top: 1rem !important; }

.mr-1,
.mx-1 {
    margin-right: 1rem !important; }

.mb-1,
.my-1 {
    margin-bottom: 1rem !important; }

.ml-1,
.mx-1 {
    margin-left: 1rem !important; }

.m-2 {
    margin: 2rem !important; }

.mt-2,
.my-2 {
    margin-top: 2rem !important; }

.mr-2,
.mx-2 {
    margin-right: 2rem !important; }

.mb-2,
.my-2 {
    margin-bottom: 2rem !important; }

.ml-2,
.mx-2 {
    margin-left: 2rem !important; }

.m-3 {
    margin: 3rem !important; }

.mt-3,
.my-3 {
    margin-top: 3rem !important; }

.mr-3,
.mx-3 {
    margin-right: 3rem !important; }

.mb-3,
.my-3 {
    margin-bottom: 3rem !important; }

.ml-3,
.mx-3 {
    margin-left: 3rem !important; }

.m-4 {
    margin: 4rem !important; }

.mt-4,
.my-4 {
    margin-top: 4rem !important; }

.mr-4,
.mx-4 {
    margin-right: 4rem !important; }

.mb-4,
.my-4 {
    margin-bottom: 4rem !important; }

.ml-4,
.mx-4 {
    margin-left: 4rem !important; }

.m-5 {
    margin: 5rem !important; }

.mt-5,
.my-5 {
    margin-top: 5rem !important; }

.mr-5,
.mx-5 {
    margin-right: 5rem !important; }

.mb-5,
.my-5 {
    margin-bottom: 5rem !important; }

.ml-5,
.mx-5 {
    margin-left: 5rem !important; }

.p-0 {
    padding: 0 !important; }

.pt-0,
.py-0 {
    padding-top: 0 !important; }

.pr-0,
.px-0 {
    padding-right: 0 !important; }

.pb-0,
.py-0 {
    padding-bottom: 0 !important; }

.pl-0,
.px-0 {
    padding-left: 0 !important; }

.p-1 {
    padding: 1rem !important; }

.pt-1,
.py-1 {
    padding-top: 1rem !important; }

.pr-1,
.px-1 {
    padding-right: 1rem !important; }

.pb-1,
.py-1 {
    padding-bottom: 1rem !important; }

.pl-1,
.px-1 {
    padding-left: 1rem !important; }

.p-2 {
    padding: 2rem !important; }

.pt-2,
.py-2 {
    padding-top: 2rem !important; }

.pr-2,
.px-2 {
    padding-right: 2rem !important; }

.pb-2,
.py-2 {
    padding-bottom: 2rem !important; }

.pl-2,
.px-2 {
    padding-left: 2rem !important; }

.p-3 {
    padding: 3rem !important; }

.pt-3,
.py-3 {
    padding-top: 3rem !important; }

.pr-3,
.px-3 {
    padding-right: 3rem !important; }

.pb-3,
.py-3 {
    padding-bottom: 3rem !important; }

.pl-3,
.px-3 {
    padding-left: 3rem !important; }

.p-4 {
    padding: 4rem !important; }

.pt-4,
.py-4 {
    padding-top: 4rem !important; }

.pr-4,
.px-4 {
    padding-right: 4rem !important; }

.pb-4,
.py-4 {
    padding-bottom: 4rem !important; }

.pl-4,
.px-4 {
    padding-left: 4rem !important; }

.p-5 {
    padding: 5rem !important; }

.pt-5,
.py-5 {
    padding-top: 5rem !important; }

.pr-5,
.px-5 {
    padding-right: 5rem !important; }

.pb-5,
.py-5 {
    padding-bottom: 5rem !important; }

.pl-5,
.px-5 {
    padding-left: 5rem !important; }

@media (min-width: 768px) {
    .m-sm-0 {
        margin: 0 !important; }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important; }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important; }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important; }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important; }

    .m-sm-1 {
        margin: 1rem !important; }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important; }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important; }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important; }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important; }

    .m-sm-2 {
        margin: 2rem !important; }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2rem !important; }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2rem !important; }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2rem !important; }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2rem !important; }

    .m-sm-3 {
        margin: 3rem !important; }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 3rem !important; }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 3rem !important; }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 3rem !important; }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 3rem !important; }

    .m-sm-4 {
        margin: 4rem !important; }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 4rem !important; }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 4rem !important; }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 4rem !important; }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 4rem !important; }

    .m-sm-5 {
        margin: 5rem !important; }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5rem !important; }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5rem !important; }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5rem !important; }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5rem !important; }

    .p-sm-0 {
        padding: 0 !important; }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important; }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important; }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important; }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important; }

    .p-sm-1 {
        padding: 1rem !important; }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important; }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important; }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important; }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important; }

    .p-sm-2 {
        padding: 2rem !important; }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2rem !important; }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2rem !important; }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2rem !important; }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2rem !important; }

    .p-sm-3 {
        padding: 3rem !important; }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 3rem !important; }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 3rem !important; }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 3rem !important; }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 3rem !important; }

    .p-sm-4 {
        padding: 4rem !important; }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 4rem !important; }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 4rem !important; }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 4rem !important; }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 4rem !important; }

    .p-sm-5 {
        padding: 5rem !important; }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5rem !important; }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5rem !important; }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5rem !important; }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5rem !important; } }
@media (min-width: 992px) {
    .m-md-0 {
        margin: 0 !important; }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important; }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important; }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important; }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important; }

    .m-md-1 {
        margin: 1rem !important; }

    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important; }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important; }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important; }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important; }

    .m-md-2 {
        margin: 2rem !important; }

    .mt-md-2,
    .my-md-2 {
        margin-top: 2rem !important; }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 2rem !important; }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2rem !important; }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 2rem !important; }

    .m-md-3 {
        margin: 3rem !important; }

    .mt-md-3,
    .my-md-3 {
        margin-top: 3rem !important; }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 3rem !important; }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 3rem !important; }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 3rem !important; }

    .m-md-4 {
        margin: 4rem !important; }

    .mt-md-4,
    .my-md-4 {
        margin-top: 4rem !important; }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 4rem !important; }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 4rem !important; }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 4rem !important; }

    .m-md-5 {
        margin: 5rem !important; }

    .mt-md-5,
    .my-md-5 {
        margin-top: 5rem !important; }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 5rem !important; }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5rem !important; }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 5rem !important; }

    .p-md-0 {
        padding: 0 !important; }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important; }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important; }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important; }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important; }

    .p-md-1 {
        padding: 1rem !important; }

    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important; }

    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important; }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important; }

    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important; }

    .p-md-2 {
        padding: 2rem !important; }

    .pt-md-2,
    .py-md-2 {
        padding-top: 2rem !important; }

    .pr-md-2,
    .px-md-2 {
        padding-right: 2rem !important; }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2rem !important; }

    .pl-md-2,
    .px-md-2 {
        padding-left: 2rem !important; }

    .p-md-3 {
        padding: 3rem !important; }

    .pt-md-3,
    .py-md-3 {
        padding-top: 3rem !important; }

    .pr-md-3,
    .px-md-3 {
        padding-right: 3rem !important; }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 3rem !important; }

    .pl-md-3,
    .px-md-3 {
        padding-left: 3rem !important; }

    .p-md-4 {
        padding: 4rem !important; }

    .pt-md-4,
    .py-md-4 {
        padding-top: 4rem !important; }

    .pr-md-4,
    .px-md-4 {
        padding-right: 4rem !important; }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 4rem !important; }

    .pl-md-4,
    .px-md-4 {
        padding-left: 4rem !important; }

    .p-md-5 {
        padding: 5rem !important; }

    .pt-md-5,
    .py-md-5 {
        padding-top: 5rem !important; }

    .pr-md-5,
    .px-md-5 {
        padding-right: 5rem !important; }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5rem !important; }

    .pl-md-5,
    .px-md-5 {
        padding-left: 5rem !important; } }
@media (min-width: 1280px) {
    .m-lg-0 {
        margin: 0 !important; }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important; }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important; }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important; }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important; }

    .m-lg-1 {
        margin: 1rem !important; }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important; }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important; }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important; }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important; }

    .m-lg-2 {
        margin: 2rem !important; }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2rem !important; }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2rem !important; }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2rem !important; }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2rem !important; }

    .m-lg-3 {
        margin: 3rem !important; }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 3rem !important; }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 3rem !important; }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 3rem !important; }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 3rem !important; }

    .m-lg-4 {
        margin: 4rem !important; }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 4rem !important; }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 4rem !important; }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 4rem !important; }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 4rem !important; }

    .m-lg-5 {
        margin: 5rem !important; }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5rem !important; }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5rem !important; }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5rem !important; }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5rem !important; }

    .p-lg-0 {
        padding: 0 !important; }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important; }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important; }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important; }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important; }

    .p-lg-1 {
        padding: 1rem !important; }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important; }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important; }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important; }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important; }

    .p-lg-2 {
        padding: 2rem !important; }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2rem !important; }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2rem !important; }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2rem !important; }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2rem !important; }

    .p-lg-3 {
        padding: 3rem !important; }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 3rem !important; }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 3rem !important; }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 3rem !important; }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 3rem !important; }

    .p-lg-4 {
        padding: 4rem !important; }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 4rem !important; }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 4rem !important; }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 4rem !important; }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 4rem !important; }

    .p-lg-5 {
        padding: 5rem !important; }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5rem !important; }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5rem !important; }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5rem !important; }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5rem !important; } }
@media (min-width: 1600px) {
    .m-xl-0 {
        margin: 0 !important; }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important; }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important; }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important; }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important; }

    .m-xl-1 {
        margin: 1rem !important; }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important; }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important; }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important; }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important; }

    .m-xl-2 {
        margin: 2rem !important; }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2rem !important; }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2rem !important; }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2rem !important; }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2rem !important; }

    .m-xl-3 {
        margin: 3rem !important; }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 3rem !important; }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 3rem !important; }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 3rem !important; }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 3rem !important; }

    .m-xl-4 {
        margin: 4rem !important; }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 4rem !important; }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 4rem !important; }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 4rem !important; }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 4rem !important; }

    .m-xl-5 {
        margin: 5rem !important; }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5rem !important; }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5rem !important; }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5rem !important; }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5rem !important; }

    .p-xl-0 {
        padding: 0 !important; }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important; }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important; }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important; }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important; }

    .p-xl-1 {
        padding: 1rem !important; }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important; }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important; }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important; }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important; }

    .p-xl-2 {
        padding: 2rem !important; }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2rem !important; }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2rem !important; }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2rem !important; }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2rem !important; }

    .p-xl-3 {
        padding: 3rem !important; }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 3rem !important; }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 3rem !important; }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 3rem !important; }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 3rem !important; }

    .p-xl-4 {
        padding: 4rem !important; }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 4rem !important; }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 4rem !important; }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 4rem !important; }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 4rem !important; }

    .p-xl-5 {
        padding: 5rem !important; }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5rem !important; }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5rem !important; }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5rem !important; }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5rem !important; } }
/* 实用工具-溢出
   ========================================================================== */
.overflow-auto {
    overflow: auto !important; }

.overflow-hidden {
    overflow: hidden !important; }

/* 实用工具-定位
   ========================================================================== */
.position-static {
    position: static !important; }

.position-relative {
    position: relative !important; }

.position-absolute {
    position: absolute !important; }

.position-fixed {
    position: fixed !important; }

.position-sticky {
    position: sticky !important; }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020; } }

/* 实用工具-尺寸
   ========================================================================== */
.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.w-auto {
    width: auto !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.h-auto {
    height: auto !important; }

.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.min-vw-100 {
    min-width: 100vw !important; }

.min-vh-100 {
    min-height: 100vh !important; }

.vw-100 {
    width: 100vw !important; }

.vh-100 {
    height: 100vh !important; }

/* 实用工具-文本类
   ========================================================================== */
.text-justify {
    text-align: justify !important; }

.text-nowrap {
    white-space: nowrap !important; }

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

.text-center {
    text-align: center !important; }

.text-primary {
    color: #333 !important; }

a.text-primary:hover, a.text-primary:focus {
    color: #0d0d0d !important; }

.text-secondary {
    color: #666 !important; }

a.text-secondary:hover, a.text-secondary:focus {
    color: #404040 !important; }

.text-dark {
    color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important; }

.text-red {
    color: #dc3545 !important; }

a.text-red:hover, a.text-red:focus {
    color: #a71d2a !important; }

.text-success {
    color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
    color: #19692c !important; }

.text-muted {
    color: #666 !important; }

.text-gray {
    color: #999 !important; }

.text-white {
    color: #fff !important; }

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }

/* 常用自定义工具
   ========================================================================== */
.navbar .backdrop:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.banner .slides .slogan {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.thumbnail img, .navbar .navbar-ul:hover li.dropdown .dropdown-menu, .navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:hover:before, .navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:hover:after, #fp-nav ul li a span, .social-list li:hover a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.thumbnail img, .navbar.on .navbar-toggler .btn-menu-close span, .banner .slides .title:before, .social-list li a, .back-top, .columns-nav a {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.hot-list > li .caption {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

@-webkit-keyframes fadeInUpSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm; }

/* 通用样式
   ========================================================================== */
ol,
ul,
li {
    padding-left: 0;
    list-style: none; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 600; }

img {
    max-width: 100%;
    vertical-align: middle; }

input, button {
    outline: none; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset !important; }

/* FlexSlider轮播图
   ========================================================================== */
/* 重置
   --------------------------------------------------- */
.flex-container a:hover,
.flex-slider a:hover {
    outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }

.flex-pauseplay span {
    text-transform: capitalize; }

/* 基本样式
   --------------------------------------------------- */
.flexslider {
    margin: 0;
    padding: 0;
    overflow: hidden; }
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
.flexslider .slides img {
    width: 100%;
    display: block; }
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

/* 默认主题
   --------------------------------------------------- */
.flexslider {
    background: #fff;
    position: relative;
    zoom: 1; }
.flexslider .slides {
    zoom: 1; }
.flexslider .slides img {
    height: auto;
    -moz-user-select: none; }

.carousel li {
    margin-right: 5px; }

/* 方向导航
   --------------------------------------------------- */
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    font: 0/0 a;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent no-repeat center center;
    background-size: 50% 50%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
.flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
.flex-direction-nav a.flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1; }
.flex-direction-nav .flex-prev {
    left: -50px; }
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 15px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 15px; }
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1; }

/* 控制导航
   --------------------------------------------------- */
/* 响应式方向导航
   --------------------------------------------------- */
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px; }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px; } }
/* Animate CSS3动画库
   ========================================================================== */
/*!
 * 预览 -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0); }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0); }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0); }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0); }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0); } }
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1; }
    25%,
    75% {
        opacity: 0; } }
@keyframes flash {
    from,
    50%,
    to {
        opacity: 1; }
    25%,
    75% {
        opacity: 0; } }
.flash {
    -webkit-animation-name: flash;
    animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse; }

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1); }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1); }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1); }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1); }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1); }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1); }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1); }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1); }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand; }

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); } }
.shake {
    -webkit-animation-name: shake;
    animation-name: shake; }

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg); }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg); }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg); }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg); }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg); }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg); }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg); }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg); }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake; }

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg); }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg); }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg); }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg); }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg); }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg); }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg); }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg); }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
.tada {
    -webkit-animation-name: tada;
    animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble; }

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg); }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg); }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg); }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg); }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg); }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg); }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center; }

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03); }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97); }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03); }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97); }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); } }
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0); }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0); }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0); }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0); }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0); }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0); }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0); }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0); }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0); }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9); }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0); }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0); }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInDown, .social-list li a.dropdown:hover img {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInLeft, .navbar.on .backdrop {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }
@keyframes fadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft, .navbar .backdrop {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; } }
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out; }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; } }
.animated.flip, .social-list li a img.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip; }

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1; }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1; }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX; }

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0; }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in; }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1; }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); } }
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1; }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0; } }
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1; }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0; } }
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px); }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1; }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0; } }
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0; }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1; }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0; }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1; }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg); }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1; }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0; } }
@keyframes lightSpeedOut {
    from {
        opacity: 1; }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0; } }
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; } }
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1; }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0; } }
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1; }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0; } }
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; } }
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0; } }
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0; } }
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0; } }
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1; }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0; } }
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1; }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0; } }
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out; }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1; }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0; } }
.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom; }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg); }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg); }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom; }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg); }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg); }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }
.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
    from {
        opacity: 1; }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut; }

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
    from {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    to {
        opacity: 0; } }
@keyframes zoomOut {
    from {
        opacity: 1; }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    to {
        opacity: 0; } }
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center; } }
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center; } }
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center; } }
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center; } }
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible; }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); } }
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); } }
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0); } }
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp; }

.animated, .social-list li a img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.animated.infinite, .social-list li a img.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

.animated.delay-1s, .social-list li a img.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.animated.delay-2s, .social-list li a img.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

.animated.delay-3s, .social-list li a img.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }

.animated.delay-4s, .social-list li a img.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }

.animated.delay-5s, .social-list li a img.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }

.animated.fast, .social-list li a img.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms; }

.animated.faster, .social-list li a img.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }

.animated.slow, .social-list li a img.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

.animated.slower, .social-list li a img.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
    .animated, .social-list li a img {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important; } }
/* 表单验证
   ========================================================================== */
.form-control.error {
    border-color: #f6cdd1; }

.form-text .error {
    color: #dc3545; }

/* 主题样式
   ========================================================================== */
/* 通用组件
   --------------------------------------------------- */
/* body
   -------------------- */
body {
    background-attachment: fixed;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-brand.jpg); }
body.default-theme, body.login-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-default.jpg); }
body.index-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-index.jpg);
    background-attachment: fixed;
    background-position: center center; }
body.about-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-about.jpg);
    background-attachment: fixed; }
body.news-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-article.jpg);
    background-attachment: fixed; }
body.news-detail-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-article-detail.jpg);
    background-attachment: fixed; }
body.question-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-question.jpg);
    background-attachment: fixed; }
body.media-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-media.jpg);
    background-attachment: fixed; }
body.columns-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-columns.jpg);
    background-attachment: fixed; }
body.highlights-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-highlights.jpg);
    background-attachment: fixed; }
body.image-gallery-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-image-gallery.jpg);
    background-attachment: fixed; }
body.apply-theme {
    background-color: #ad7e2e;
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-apply.jpg); }
body.schedule-theme {
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-schedule.jpg);
    background-attachment: fixed; }

/* 巨幕
   -------------------- */
.jumbotron {
    padding: 15px; }
@media (min-width: 768px) {
    .jumbotron {
        padding: 4rem; } }

/* 贯穿线标题
   -------------------- */
.through-title {
    margin: 2rem 0;
    text-align: center;
    overflow: hidden; }
.through-title span {
    display: inline-block;
    position: relative; }
.through-title span:before, .through-title span:after {
    content: '';
    display: inline-block;
    position: absolute; }
.through-title span:before, .through-title span:after {
    width: 1000px;
    height: 1px;
    background: #dadada;
    top: 50%;
    z-index: 1; }
.through-title span:before {
    left: 100%;
    margin-left: 20px; }
.through-title span:after {
    right: 100%;
    margin-right: 20px; }

/* 不可见元素，禁止点击
   -------------------- */
.fadeOutUp {
    pointer-events: none; }

/* 日期导航
   -------------------- */
.year-nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px; }
@media (min-width: 768px) {
    .year-nav {
        margin-bottom: 2rem; } }
.year-nav li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: inherit;
    text-align: center;
    padding: 5px 0; }
.year-nav li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
    position: relative; }
.year-nav li a:after {
    content: '';
    display: inline-block;
    position: absolute; }
.year-nav li a:after {
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -2px;
    display: none; }
.year-nav li a:hover {
    color: #fff; }
.year-nav li.active a {
    color: #fff; }
.year-nav li.active a:after {
    display: block; }
@media (min-width: 768px) {
    .year-nav li {
        flex: 0 0 20%;
        max-width: 20%; } }
@media (min-width: 1280px) {
    .year-nav li {
        flex: 0 0 14.2857142%;
        max-width: 14.2857142%; } }

/* 页面加载
   -------------------- */
.loading {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #030303; }
.loading span {
    width: 60px;
    height: 60px;
    background: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/logo.png) no-repeat;
    background-size: 100% auto;
    -webkit-animation: bounce 2.5s infinite linear;
    -o-animation: bounce 2.5s infinite linear;
    animation: bounce 2.5s infinite linear; }

/* 分页
   -------------------- */
.pagination {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
.pagination li {
    padding: .5rem .75rem; }
@media (min-width: 768px) {
    .pagination li {
        padding: .5rem 1rem; }
    .pagination li:first-child {
        padding-right: 3rem; }
    .pagination li:last-child {
        padding-left: 3rem; } }
.pagination li.disabled a {
    color: rgba(255, 255, 255, 0.2);
    pointer-events: none; }
.pagination li:not(.disabled) a {
    color: rgba(255, 255, 255, 0.5); }
.pagination li:not(.disabled) a:hover {
    color: rgba(255, 255, 255, 0.7); }
.pagination li.active a {
    color: #fff; }

/* 搜索
   -------------------- */
.search-wrapper {
    overflow: auto;
    margin: 2rem 0; }

.search-bar {
    display: flex;
    background: #fff;
    padding: 10px 10px;
    border-radius: 5px; }
.search-bar .keyword {
    flex: 1;
    border: none;
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #999;
    margin-right: 10px; }
.search-bar .submit {
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNDk3LjkxMyw0OTcuOTEzYy0xOC43ODIsMTguNzgyLTQ5LjIyNSwxOC43ODItNjguMDA4LDBsLTg0Ljg2Mi04NC44NjNjLTM0Ljg4OSwyMi4zODItNzYuMTMsMzUuNzE3LTEyMC42NTksMzUuNzE3ICBDMTAwLjQ2OSw0NDguNzY3LDAsMzQ4LjMxMiwwLDIyNC4zODNTMTAwLjQ2OSwwLDIyNC4zODQsMGMxMjMuOTMxLDAsMjI0LjM4NCwxMDAuNDUyLDIyNC4zODQsMjI0LjM4MyAgYzAsNDQuNTE0LTEzLjM1Miw4NS43NzEtMzUuNzE4LDEyMC42NzZsODQuODYzLDg0Ljg2M0M1MTYuNjk1LDQ0OC43MDQsNTE2LjY5NSw0NzkuMTMxLDQ5Ny45MTMsNDk3LjkxM3ogTTIyNC4zODQsNjQuMTA5ICBjLTg4LjUxMSwwLTE2MC4yNzQsNzEuNzQ3LTE2MC4yNzQsMTYwLjI3M2MwLDg4LjUyNiw3MS43NjQsMTYwLjI3NCwxNjAuMjc0LDE2MC4yNzRjODguNTI1LDAsMTYwLjI3My03MS43NDgsMTYwLjI3My0xNjAuMjc0ICBDMzg0LjY1NywxMzUuODU2LDMxMi45MDksNjQuMTA5LDIyNC4zODQsNjQuMTA5eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50%;
    text-indent: -999em; }
.search-bar .submit:hover {
    background-size: 90%; }
@media (min-width: 768px) {
    .search-bar {
        width: 300px;
        float: right; } }

/* 图片列表栅格系统
   -------------------- */
/* 基础栅格 */
.grid-list > li {
    padding-top: 15px;
    padding-bottom: 15px; }
.grid-list > li > a {
    display: block; }
.grid-list > li .caption {
    padding: 1rem; }
.grid-list > li .caption h3 {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5rem;
    max-height: 3rem;
    height: 3rem; }
.grid-list > li .caption p {
    font-size: 12px;
    margin: 0; }
@media (max-width: 767.98px) {
    .grid-list {
        margin-left: -7.5px;
        margin-right: -7.5px; }
    .grid-list > li {
        padding: 7.5px; } }
@media (min-width: 768px) {
    .grid-list.gutter-lg > li {
        padding: 0 30px; } }
.grid-list.hover-scale > li > a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.grid-list.suspension > li > a {
    position: relative;
    background: none; }
.grid-list.suspension > li .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    color: #fff; }
.grid-list.suspension > li h3 {
    height: auto;
    color: inherit;
    max-height: inherit;
    line-height: inherit; }
.grid-list.caption-bottom > li > a {
    overflow: hidden; }
.grid-list.caption-bottom > li > a .caption {
    padding: 5px;
    height: inherit; }
.grid-list.caption-bottom > li > a .caption > div {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.8); }
@media (min-width: 768px) {
    .grid-list.caption-bottom > li > a .caption {
        padding: 1rem;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
    .grid-list.caption-bottom > li > a .caption > div {
        padding: 2rem 1rem; }
    .grid-list.caption-bottom > li > a .caption h3 {
        font-size: 1.5rem; }
    .grid-list.caption-bottom > li > a .caption p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 1rem; }
    .grid-list.caption-bottom > li > a:hover .caption {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
.grid-list.caption-center > li > a .caption {
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px; }
@media (min-width: 768px) {
    .grid-list.caption-center > li > a .caption {
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
    .grid-list.caption-center > li > a:hover .caption {
        opacity: 1; } }

/* 图片比例约束 */
.thumbnail {
    position: relative;
    overflow: hidden; }
.thumbnail img {
    width: 100%; }

.img-1for1 .thumbnail img,
.img-2for1 .thumbnail img,
.img-3for2 .thumbnail img,
.img-4for3 .thumbnail img,
.img-5for6 .thumbnail img,
.img-16for9 .thumbnail img {
    position: absolute;
    height: 100%; }

.img-1for1 .thumbnail {
    padding-bottom: 100%; }

.img-2for1 .thumbnail {
    padding-bottom: 50%; }

.img-3for2 .thumbnail {
    padding-bottom: 50%; }

.img-4for3 .thumbnail {
    padding-bottom: 75%; }

.img-5for6 .thumbnail {
    padding-bottom: 120%; }

.img-16for9 .thumbnail {
    padding-bottom: 56.25%; }

/* 首页
   --------------------------------------------------- */
/* 顶部
   -------------------- */
/* LOGO */
.brand {
    width: 58px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/logo.png);
    background-size: cover;
    z-index: 500;
    text-indent: -999rem; }
@media (min-width: 992px) {
    .brand {
        position: fixed;
        width: 101px;
        height: 70px;
        top: 41px; } }
@media (min-width: 1280px) {
    .brand {
        width: 115px;
        height: 80px;
        left: 50px;
        top: 36px; } }
@media (min-width: 1600px) {
    .brand {
        width: 130px;
        height: 90px;
        top: 21px;
        top: 31px; } }

/* 导航 */
.navbar-toggler {
    width: 26px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    overflow: hidden;
    pointer-events: none; }
@media (min-width: 992px) {
    .navbar-toggler {
        position: fixed;
        top: 50px;
        right: 20px; } }
@media (min-width: 1280px) {
    .navbar-toggler {
        right: 50px; } }
.navbar-toggler > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    pointer-events: none;
    cursor: pointer;
    position: relative; }
.navbar-toggler > div:before {
    content: '';
    display: inline-block;
    position: absolute; }
.navbar-toggler > div:before {
    width: 160%;
    height: 160%;
    top: -30%;
    left: -30%; }
.navbar-toggler span {
    display: inline-block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: 0.7s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    -o-transition: 0.7s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    transition: 0.7s cubic-bezier(0.9, -0.3, 0.15, 1.5); }
.navbar-toggler span:nth-child(2) {
    -webkit-transition: transform 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5) 0.05s, width 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    -o-transition: transform 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5) 0.05s, width 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    transition: transform 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5) 0.05s, width 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5); }
.navbar-toggler span:last-child {
    -webkit-transition: transform 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5) 0.1s, width 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    -o-transition: transform 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5) 0.1s, width 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    transition: transform 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5) 0.1s, width 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5); }
.navbar-toggler:hover span {
    will-change: transform; }
.navbar-toggler.black span {
    background: #333; }
.navbar-toggler .btn-menu:hover span:nth-child(2) {
    width: 120%; }
.navbar-toggler .btn-menu:hover span:last-child {
    width: 80%; }
.navbar-toggler .btn-menu-close {
    pointer-events: none;
    -webkit-transform: translate(100px, -32px);
    -ms-transform: translate(100px, -32px);
    -o-transform: translate(100px, -32px);
    transform: translate(100px, -32px); }
.navbar-toggler.scrolled {
    pointer-events: auto; }
.navbar-toggler.scrolled .btn-menu,
.navbar-toggler.scrolled .btn-menu-close {
    pointer-events: auto; }
.navbar-toggler.scrolled .btn-menu span {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
@media (max-width: 991.98px) {
    .navbar-toggler .btn-menu,
    .navbar-toggler .btn-menu-close {
        pointer-events: auto; }
    .navbar-toggler span {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }

.navbar {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1050; }
@media (min-width: 992px) {
    .navbar {
        position: fixed;
        padding-top: 50px; } }
.navbar .navbar-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0; }
.navbar .navbar-ul a {
    color: rgba(255, 255, 255, 0.9); }
.navbar .navbar-ul a:hover {
    color: #fff; }
@media (min-width: 992px) {
    .navbar .navbar-ul {
        padding-right: 50px; }
    .navbar .navbar-ul > li {
        padding: 0 18px; }
    .navbar .navbar-ul a {
        line-height: 2; }
    .navbar .navbar-ul .divider {
        border-left: solid rgba(255, 255, 255, 0.4) 1px;
        font-size: 10px;
        line-height: 10px;
        margin: 0 8px; } }
@media (min-width: 1600px) {
    .navbar .navbar-ul > li {
        padding: 0 26px; } }
.navbar .navbar-ul:hover li.dropdown .dropdown-menu {
    will-change: opacity; }
.navbar .navbar-ul li.dropdown {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 1001; }
.navbar .navbar-ul li.dropdown .dropdown-menu {
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    padding: 40px 10px 10px;
    text-align: center;
    pointer-events: none;
    background-color: transparent;
    opacity: 0; }
.navbar .navbar-ul li.dropdown .dropdown-menu li {
    margin: 10px 0;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
    -o-transform: translate(0, 70%);
    transform: translate(0, 70%); }
.navbar .navbar-ul li.dropdown .dropdown-menu li:first-child {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.1s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(2) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(3) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.3s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(4) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(5) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.5s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(6) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.6s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(7) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.7s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(8) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.8s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(9) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.9s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.9s; }
.navbar .navbar-ul li.dropdown .dropdown-menu li:nth-child(10) {
    -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    -o-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1s;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1s; }
.navbar .navbar-ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto; }
.navbar .navbar-ul li.dropdown:hover li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.navbar .navbar-ul.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: auto; }
.navbar .navbar-ul.flex-column > li {
    width: 80%;
    padding: 12px 8px; }
.navbar .navbar-ul.flex-column > li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 16px; }
.navbar .navbar-ul.flex-column > li a:hover {
    color: #fff; }
.navbar .navbar-ul.flex-column > li .divider {
    display: none; }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle {
    position: relative; }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:hover:before, .navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:hover:after {
    will-change: transform; }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:before, .navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:after {
    content: '';
    display: inline-block;
    position: absolute; }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:before, .navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:after {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.27, 1.55);
    -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.27, 1.55);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-toggle:after {
    width: 2px;
    height: 16px;
    right: 7px;
    margin-top: -8px; }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-menu {
    position: inherit;
    left: inherit;
    text-align: left;
    padding: 10px 0 0;
    display: none;
    opacity: 1;
    pointer-events: auto; }
.navbar .navbar-ul.flex-column > li.dropdown .dropdown-menu a {
    font-size: 16px; }
.navbar .navbar-ul.flex-column > li.dropdown li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.navbar .navbar-ul.flex-column > li.open .dropdown-toggle {
    color: #fff; }
.navbar .navbar-ul.flex-column > li.open .dropdown-toggle:after {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0; }
.navbar .navbar-ul.flex-column .btn-language {
    margin-top: 2rem; }
.navbar .navbar-ul.flex-column .btn-language a {
    display: inline-block;
    margin-left: 0;
    margin-right: 18px;
    font-size: 18px; }
@media (max-width: 991.98px) {
    .navbar .navbar-ul {
        display: none; } }
.navbar .backdrop {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-animation-duration: 0.01ms;
    animation-duration: 0.01ms; }
.navbar .backdrop:before {
    background-color: #fff;
    content: "";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
.navbar.on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0; }
.navbar.on .backdrop:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
.navbar.on .navbar-toggler span {
    background: #fff; }
.navbar.on .navbar-toggler .btn-menu {
    pointer-events: none; }
.navbar.on .navbar-toggler .btn-menu span {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    transform: translate(100px, 0); }
.navbar.on .navbar-toggler .btn-menu-close {
    pointer-events: auto;
    -webkit-transform: translate(0, -32px);
    -ms-transform: translate(0, -32px);
    -o-transform: translate(0, -32px);
    transform: translate(0, -32px); }
.navbar.on .navbar-toggler .btn-menu-close span {
    -webkit-transform: translate(0, 5px) rotate(45deg);
    -o-transform: translate(0, 5px) rotate(45deg);
    transform: translate(0, 5px) rotate(45deg); }
.navbar.on .navbar-toggler .btn-menu-close span:nth-child(2) {
    -webkit-transform: translate(0, -5px) rotate(-45deg);
    -o-transform: translate(0, -5px) rotate(-45deg);
    transform: translate(0, -5px) rotate(-45deg); }
.navbar.on .navbar-toggler .btn-menu-close:hover span {
    width: 20px;
    -webkit-transform: translate(3px, 5px) rotate(45deg);
    -o-transform: translate(3px, 5px) rotate(45deg);
    transform: translate(3px, 5px) rotate(45deg); }
.navbar.on .navbar-toggler .btn-menu-close:hover span:nth-child(2) {
    -webkit-transform: translate(3px, -5px) rotate(-45deg);
    -o-transform: translate(3px, -5px) rotate(-45deg);
    transform: translate(3px, -5px) rotate(-45deg); }
.navbar.on .btn-language {
    width: 50%;
    margin: 30px auto 0;
    padding: 8px; }
@media (max-width: 991.98px) {
    .navbar.on .navbar-ul {
        display: flex;
        align-content: flex-start; } }

.btn-language {
    font-size: 13px; }
.btn-language a {
    color: rgba(255, 255, 255, 0.4);
    line-height: 2; }
.btn-language a + a {
    padding-left: 18px;
    margin-left: 18px;
    position: relative; }
.btn-language a + a:after {
    content: '';
    display: inline-block;
    position: absolute; }
.btn-language a + a:after {
    top: 50%;
    left: 0;
    width: 0;
    height: 12px;
    margin-top: -5px;
    border-left: solid rgba(255, 255, 255, 0.4) 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1); }
.btn-language a:hover {
    color: rgba(255, 255, 255, 0.5); }
.btn-language a.active {
    color: rgba(255, 255, 255, 0.7); }
.btn-language:hover a:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.txt-underline:not(.flex-column) a:not(.txt-default) {
    display: inline-block;
    position: relative; }
.txt-underline:not(.flex-column) a:not(.txt-default):before, .txt-underline:not(.flex-column) a:not(.txt-default):after {
    content: '';
    display: inline-block;
    position: absolute; }
.txt-underline:not(.flex-column) a:not(.txt-default):before, .txt-underline:not(.flex-column) a:not(.txt-default):after {
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    transition: 0.3s cubic-bezier(0.5, 0, 0, 1);
    pointer-events: none; }
.txt-underline:not(.flex-column) a:not(.txt-default):before {
    background: rgba(255, 255, 255, 0.4); }
.txt-underline:not(.flex-column) a:not(.txt-default):hover:before, .txt-underline:not(.flex-column) a:not(.txt-default):hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    will-change: transform; }
.txt-underline:not(.flex-column) a:not(.txt-default):hover:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }

/* FlexSlider轮播图扩展样式
   -------------------- */
/* 基本样式 */
.flexslider {
    background: none; }
.flexslider .slides > li {
    position: relative; }
.flexslider.flex-center .slides > li > * {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; }

.flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1000; }

.flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px #fff solid;
    border-radius: 6px;
    margin: 0 8px;
    text-indent: -999rem;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    position: relative; }
.flex-control-paging li a:before {
    content: '';
    display: inline-block;
    position: absolute; }
.flex-control-paging li a:before {
    width: 300%;
    height: 300%;
    top: -100%;
    left: -100%; }
.flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.5); }
.flex-control-paging li a.flex-active {
    width: 24px;
    pointer-events: none;
    background: #fff; }

.flex-direction-nav a {
    opacity: 0.3;
    background-color: inherit;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iOS40MTQgMTIgMTYuNzA3IDE5LjI5MyAxNS4yOTMgMjAuNzA3IDYuNTg2IDEyIDE1LjI5MyAzLjI5MyAxNi43MDcgNC43MDciLz4KPC9zdmc+Cg=="); }
.flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iMTQuNTg2IDEyIDcuMjkzIDQuNzA3IDguNzA3IDMuMjkzIDE3LjQxNCAxMiA4LjcwNyAyMC43MDcgNy4yOTMgMTkuMjkzIi8+Cjwvc3ZnPgo="); }
.flex-direction-nav a:hover {
    opacity: 1; }
.flex-direction-nav .flex-prev {
    left: 0; }
.flex-direction-nav .flex-next {
    right: 0; }
.flexslider-white-theme .flex-direction-nav a {
    opacity: 0.8;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cG9seWdvbiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iOS40MTQgMTIgMTYuNzA3IDE5LjI5MyAxNS4yOTMgMjAuNzA3IDYuNTg2IDEyIDE1LjI5MyAzLjI5MyAxNi43MDcgNC43MDciLz4KPC9zdmc+Cg=="); }
.flexslider-white-theme .flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cG9seWdvbiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iMTQuNTg2IDEyIDcuMjkzIDQuNzA3IDguNzA3IDMuMjkzIDE3LjQxNCAxMiA4LjcwNyAyMC43MDcgNy4yOTMgMTkuMjkzIi8+Cjwvc3ZnPgo="); }
.flexslider-white-theme .flex-direction-nav a:hover {
    opacity: 1; }
@media (min-width: 768px) {
    .flex-direction-nav a {
        background-size: 80%; } }

/* 首页轮播图 */
.banner .slides > li {
    height: 100vh; }
@media (max-width: 767.98px) {
    .banner .slides > li {
        height: 100vh; }
    .banner .slides > li img {
        height: 100%; } }
.banner .slides > li .d-sm-block {
    display: none; }
.banner .slides .slogan {
    width: 50%;
    max-width: 400px; }
.banner .slides .title {
    position: absolute;
    bottom: 15%;
    left: 50%;
    text-align: center;
    width: 300px;
    margin-left: -150px;
    padding: 15px 0;
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    z-index: 1; }
.banner .slides .title:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-banner-title.png);
    background-size: cover;
    opacity: 0.4;
    z-index: -1; }
.banner .slides .title:hover:before {
    opacity: 0.6; }
@media (min-width: 992px) {
    .banner .slides .title {
        bottom: 10%;
        padding: 20px 0;
        font-size: 16px; } }
@media (min-width: 1280px) {
    .banner .slides .title {
        width: 500px;
        margin-left: -250px;
        padding: 30px 0;
        font-size: 18px; } }

/* fullpage
   -------------------- */
#fp-nav ul li {
    padding: 15px 0; }
#fp-nav ul li a span {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: rgba(255, 255, 255, 0.5);
    will-change: opacity, transform;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: relative; }
#fp-nav ul li a span svg {
    opacity: 0.45;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transition: 0.5s cubic-bezier(0.6, 0.3, 0.8, 0.5);
    -o-transition: 0.5s cubic-bezier(0.6, 0.3, 0.8, 0.5);
    transition: 0.5s cubic-bezier(0.6, 0.3, 0.8, 0.5);
    pointer-events: none; }
#fp-nav ul li a span svg circle {
    -webkit-transition: 0.5s cubic-bezier(0.6, 0.3, 0.8, 0.5);
    -o-transition: 0.5s cubic-bezier(0.6, 0.3, 0.8, 0.5);
    transition: 0.5s cubic-bezier(0.6, 0.3, 0.8, 0.5);
    stroke-dashoffset: 88;
    stroke-dasharray: 88; }
#fp-nav ul li a span:before {
    content: '';
    display: inline-block;
    position: absolute; }
#fp-nav ul li a span:before {
    width: 600%;
    height: 600%;
    top: -250%;
    left: -250%; }
#fp-nav ul li a.active {
    pointer-events: none; }
#fp-nav ul li a.active span {
    background: rgba(225, 225, 225, 0.9);
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px; }
#fp-nav ul li a.active svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
#fp-nav ul li a.active svg circle {
    stroke-dashoffset: 0;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s; }
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
    background: rgba(255, 255, 255, 0.8);
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px; }

/* 3栏橱窗
   -------------------- */
.hot-list {
    margin: 0; }
.hot-list > li {
    padding: 0;
    overflow: hidden; }
.hot-list > li .caption {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px; }
.hot-list > li .caption h3 {
    font-size: 50px; }
.hot-list > li .caption h4 {
    font-size: 20px; }
.hot-list > li a:hover .caption {
    background: none; }

/* 视频
   -------------------- */
.video-wrapper .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

/* 合作伙伴
   -------------------- */
.media-wrapper {
    background: #fff;
    color: #333;
    text-align: center; }
@media (max-width: 767.98px) {
    .media-wrapper .fp-tableCell {
        padding-bottom: 190px; } }
.media-wrapper h3 {
    margin-top: 2rem; }
.media-wrapper .flexslider {
    padding: 0 90px 0 40px; }
@media (max-width: 767.98px) {
    .media-wrapper .flex-direction-nav .flex-next {
        right: 40px; } }
.media-wrapper .slides li {
    cursor: pointer;
    position: relative; }
.media-wrapper .slides li .front,
.media-wrapper .slides li .back {
    -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
.media-wrapper .slides li .front {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0); }
.media-wrapper .slides li .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-size: 12px; }
.media-wrapper .slides li .back p {
    margin: 5px 0; }
.media-wrapper .slides li .back small {
    display: none;
    color: #999; }
.media-wrapper .slides li:hover .front {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1; }
.media-wrapper .slides li:hover .back {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 1; }
.media-wrapper .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
.media-wrapper .slider-none .slides {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
.media-wrapper .slider-none .slides li {
    width: 50%;
    padding: 0 10px; }
@media (min-width: 768px) {
    .media-wrapper .slider-none .slides li {
        width: 33.333%; } }
@media (min-width: 1280px) {
    .media-wrapper .slider-none .slides li {
        width: 25%; } }
@media (min-width: 1600px) {
    .media-wrapper .slider-none .slides li {
        width: 20%; } }
@media (min-width: 768px) {
    .media-wrapper .fp-tableCell {
        vertical-align: top; }
    .media-wrapper h3 {
        font-size: 34px;
        font-weight: normal;
        margin-top: 1rem; }
    .media-wrapper .flexslider {
        padding: 0 80px; }
    .media-wrapper .slides li .back small {
        display: block; } }
@media (min-width: 1600px) {
    .media-wrapper .fp-tableCell {
        padding-top: 4rem; }
    .media-wrapper h3 {
        margin-top: 5rem; } }

.fp-viewing-3 .navbar-toggler span {
    background: #333; }
.fp-viewing-3 #fp-nav ul li a span {
    background: rgba(0, 0, 0, 0.2); }
.fp-viewing-3 #fp-nav ul li a span svg circle {
    stroke: #999999; }
.fp-viewing-3 #fp-nav ul li a.active span {
    background: rgba(0, 0, 0, 0.4); }
.fp-viewing-3 #fp-nav ul li:hover a span,
.fp-viewing-3 #fp-nav ul li:hover a.active span {
    background: rgba(0, 0, 0, 0.4); }

/* 页脚
   -------------------- */
.footer {
    background: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2000; }
.footer .copyright {
    background: #1b1b1b;
    padding: 30px 0 10px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8); }
.footer .copyright p {
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 26px; }
.footer .copyright a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block; }
.footer .copyright img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 6px; }
@media (max-width: 767.98px) {
    .footer .copyright p {
        line-height: 20px; }
    .footer .copyright .text-muted,
    .footer .copyright img {
        display: none; }
    .footer .copyright a {
        display: block;
        color: rgba(255, 255, 255, 0.5); } }

/* 关于 */
.about {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
.about div {
    padding: 0 5px;
    width: 50%;
    height: 100px; }
.about div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-about.jpg);
    background-position: left top;
    border-radius: 5px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7); }
.about div a:hover {
    color: #fff; }
.about div:nth-child(2) a {
    background-position: right top; }
@media (min-width: 992px) {
    .about div {
        width: 310px;
        height: 92px; } }
@media (min-width: 1280px) {
    .about div {
        width: 370px;
        height: 110px; } }

/* 社交链接 */
.social-list {
    color: #333;
    margin: 30px auto;
    display: inline-block;
    position: relative; }
.social-list:before, .social-list:after {
    content: '';
    display: inline-block;
    position: absolute; }
.social-list:before, .social-list:after {
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    top: 50%;
    width: 2000px;
    z-index: 1; }
.social-list:before {
    left: 100%;
    margin-left: 30px; }
.social-list:after {
    right: 100%;
    margin-right: 30px; }
.social-list li {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer; }
.social-list li:hover a {
    will-change: opacity; }
.social-list li a {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    text-indent: -999rem;
    opacity: .5; }
.social-list li a.weibo {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAsIDAsIDMwMCwgMzAwIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTk2LjgwMiAzOS45NjRjLTguNjU2IDMuNzg3LTEwLjY0IDEyLjgwMy00LjMyOCAxOS4xMTUgMy4wNjYgMy4wNjYgNS45NTEgMy42MDcgMTguNTc0IDMuNjA3IDE3LjY3MyAwIDI5LjU3NSA0LjY4OCAzOC41OTIgMTUuMTQ4IDExIDEyLjQ0MyAxMi4yNjMgMTYuMjMgMTIuMjYzIDM4Ljk1MiAwIDIwLjE5NyAwIDIwLjU1OCA0LjY4OCAyMy4yNjMgMTAuODIgNi4xMzEgMTguMDM0LTEuNDQzIDIwLjU1OC0yMS42NCAzLjI0Ni0yNi4zMjktMTIuNDQzLTU2Ljk4Ni0zNi4wNjYtNzEuMDUyLTE1LjUwOS05LjAxNi00Mi4wMTgtMTIuNjIzLTU0LjI4MS03LjM5M3ptLTg4LjcyNCAzMy41NDJjLTIwLjE5OCA3LjIxMy0zOS42NzQgMjEuMDk5LTYwLjU5MiA0My40Ni00OS41OTIgNTIuNjU4LTQ2LjM0NiAxMDIuNzkxIDguMjk1IDEyOS40OCA1Ni44MDUgMjcuNzcxIDEzMy4yNjcgMTguNTc0IDE3NC45MjQtMjEuMDk5IDMxLjE5OC0yOS41NzUgMjcuNDExLTY2LjcyNC04LjExNS03OS4zNDctNi4zMTItMi4xNjQtOC4yOTYtMy43ODctNy4zOTQtNS43NzEgMy4yNDYtNy45MzQgNC4zMjgtMTcuMTMxIDIuNTI1LTIyLjU0MS01LjU5MS0xNy4xMzItMjUuOTY4LTIxLjA5OS01Ni4yNjQtMTAuODJsLTEyLjA4MyA0LjE0NyAxLjA4Mi0xMi4wODJjMS4yNjMtMTQuMjQ2LTEuODAzLTIyLjAwMS0xMC4yNzktMjYuMzI5LTcuMDMzLTMuNjA3LTIwLjU1OC0zLjI0Ni0zMi4wOTkuOTAyem01MC4xMzMgNjkuNzg5YzI2Ljg2OSA3LjM5NCA0My4yOCAyMy42MjQgNDMuMjggNDIuOTE5IDAgMjEuNDYtMTkuMTE2IDQwLjc1Ni01MC4xMzMgNTEuMDM1LTE2LjU5MSA1LjQxLTQ3LjQyOCA2LjQ5Mi02Mi41NzYgMi4zNDQtMjguNjczLTguMTE1LTQ0LjkwMy0yMy45ODQtNDQuOTAzLTQ0LjM2MiAwLTExLjE4MSA0Ljg2OS0yMC45MTkgMTUuNTA5LTMwLjgzNyA5LjkxOC05LjM3NyAxNy40OTItMTMuODg2IDMyLjA5OS0xOC43NTUgMjIuMDAxLTcuMzkzIDQ1LjYyNS04LjI5NSA2Ni43MjQtMi4zNDR6bS01Ni44MDYgMTcuNDkyYy0xOC4yMTMgOC40NzYtMjcuOTUxIDIxLjQ2LTI3Ljk1MSAzNy42OSAwIDE0Ljc4OCA2LjQ5MiAyNC44ODYgMjAuNzM4IDMyLjQ2IDExIDUuOTUxIDMxLjE5OCA1LjQxIDQzLjQ2MS0uOTAxIDE1LjY4OS04LjI5NiAyNS45NjgtMjMuNjI0IDI1Ljk2OC0zOC41OTItLjE4MS0xMi4yNjMtMTEuMDAxLTI2Ljg3LTIzLjgwNC0zMi4wOTktMTAuMjc5LTQuMzI4LTI3LjU5Mi0zLjYwNy0zOC40MTIgMS40NDJ6bTEzLjE2NSAzMy45MDNjMS4yNjIgMS4yNjIgMi4xNjQgNC4zMjggMi4xNjQgNy4wMzMgMCA5LjAxNy0xNS4xNDggMTYuNDExLTIxLjI4IDEwLjI3OS0zLjQyNi0zLjQyNi0yLjUyNC0xMS45MDIgMS40NDMtMTUuODY5IDMuOTY3LTMuOTY4IDE0LjI0Ni00Ljg2OSAxNy42NzMtMS40NDN6bTg1LjI5OC0xMTcuNzU4Yy04LjI5NiA4LjI5Ni0yLjcwNSAxOC4yMTQgMTAuNDU5IDE4LjIxNCAxMS4zNjEgMCAxNi40MSA1Ljc3MSAxNi40MSAxOC43NTUgMCA4LjExNS43MjIgMTAuNDU5IDMuOTY4IDEyLjYyMyA5LjczOCA2Ljg1MyAxNy42NzMtLjcyMSAxNy42NzMtMTYuNzcxIDAtMTkuNjU2LTE0LjA2Ny0zNC40NDQtMzQuMDg0LTM1Ljg4Ny05LjAxNi0uNzIxLTExLjE4LS4xOC0xNC40MjYgMy4wNjZ6Ii8+PC9zdmc+"); }
.social-list li a.wechat {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xMDEwLjggNjI4YzAtMTQxLjItMTQxLjMtMjU2LjItMjk5LjktMjU2LjItMTY4IDAtMzAwLjMgMTE1LjEtMzAwLjMgMjU2LjIgMCAxNDEuNCAxMzIuMyAyNTYuMiAzMDAuMyAyNTYuMiAzNS4yIDAgNzAuNy04LjkgMTA2LTE3LjdsOTYuOCA1My0yNi42LTg4LjJjNzAuOS01My4yIDEyMy43LTEyMy43IDEyMy43LTIwMy4zek02MTggNTg4LjhjLTIyLjEgMC00MC0xNy45LTQwLTQwczE3LjktNDAgNDAtNDAgNDAgMTcuOSA0MCA0MGMwIDIyLTE3LjkgNDAtNDAgNDB6IG0xOTQuMy0wLjNjLTIyLjEgMC00MC0xNy45LTQwLTQwczE3LjktNDAgNDAtNDAgNDAgMTcuOSA0MCA0MC0xNy45IDQwLTQwIDQweiIgLz48cGF0aCBkPSJNMzY2LjMgMTA2LjljLTE5NC4xIDAtMzUzLjEgMTMyLjMtMzUzLjEgMzAwLjMgMCA5NyA1Mi45IDE3Ni42IDE0MS4zIDIzOC40bC0zNS4zIDEwNi4yIDEyMy40LTYxLjljNDQuMiA4LjcgNzkuNiAxNy43IDEyMy43IDE3LjcgMTEuMSAwIDIyLjEtMC41IDMzLTEuNC02LjktMjMuNi0xMC45LTQ4LjMtMTAuOS03NCAwLTE1NC4zIDEzMi41LTI3OS41IDMwMC4yLTI3OS41IDExLjUgMCAyMi44IDAuOCAzNCAyLjFDNjkyIDIxMi42IDUzOS45IDEwNi45IDM2Ni4zIDEwNi45ek0yNDcuNyAzNDkuMmMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhzMjEuNS00OCA0OC00OCA0OCAyMS41IDQ4IDQ4LTIxLjUgNDgtNDggNDh6IG0yNDYuNiAwYy0yNi41IDAtNDgtMjEuNS00OC00OHMyMS41LTQ4IDQ4LTQ4IDQ4IDIxLjUgNDggNDgtMjEuNSA0OC00OCA0OHoiICAvPjwvc3ZnPg=="); }
.social-list li a.tiktok {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTEyLjk0NCwxLjYxMXYxNC4xNjcgICBjMCwxLjU2NS0xLjI2OSwyLjgzMy0yLjgzMywyLjgzM2gwYy0xLjU2NSwwLTIuODMzLTEuMjY5LTIuODMzLTIuODMzdjBjMC0xLjU2NSwxLjI2OS0yLjgzMywyLjgzMy0yLjgzM2gwVjkuMTY3aDAgICBjLTMuNjUxLDAtNi42MTEsMi45Ni02LjYxMSw2LjYxMXYwYzAsMy42NTEsMi45Niw2LjYxMSw2LjYxMSw2LjYxMWgwYzMuNjUxLDAsNi42MTEtMi45Niw2LjYxMS02LjYxMVY5LjE2N2wwLjE5OSwwLjEgICBjMS4xMTEsMC41NTYsMi4zMzYsMC44NDUsMy41NzgsMC44NDVoMFY2LjMzM2wtMC4xMTMtMC4wMjhjLTIuMTU0LTAuNTM4LTMuNjY1LTIuNDc0LTMuNjY1LTQuNjk0djBIMTIuOTQ0eiIvPjwvc3ZnPg=="); }
.social-list li a.instagram {
    width: 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTE1LjUsM2gtN0E1LjUsNS41LDAsMCwwLDMsOC41djdBNS41LDUuNSwwLDAsMCw4LjUsMjFoN0E1LjUsNS41LDAsMCwwLDIxLDE1LjV2LTdBNS41LDUuNSwwLDAsMCwxNS41LDNabTQsMTIuNWE0LjAwNDU0LDQuMDA0NTQsMCwwLDEtNCw0aC03YTQuMDA0NTQsNC4wMDQ1NCwwLDAsMS00LTR2LTdhNC4wMDQ1LDQuMDA0NSwwLDAsMSw0LTRoN2E0LjAwNDUsNC4wMDQ1LDAsMCwxLDQsNFoiLz48cGF0aCBkPSJNMTIsNy41QTQuNSw0LjUsMCwxLDAsMTYuNSwxMiw0LjUsNC41LDAsMCwwLDEyLDcuNVpNMTIsMTVhMywzLDAsMSwxLDMtM0EzLjAwMzQsMy4wMDM0LDAsMCwxLDEyLDE1WiIvPjxjaXJjbGUgY3g9IjE2LjcwMDAxIiBjeT0iNy4yOTk5OSIgcj0iMSIvPjwvc3ZnPg=="); }
.social-list li a.twitter {
    width: 26px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAyNS44MSIgZmlsbD0iI2ZmZiI+CiAgPHBhdGggZD0iTTMyLjAxMCwzLjA0NyBDMzAuODMyLDMuNTY3IDI5LjU2NiwzLjkxNiAyOC4yMzcsNC4wNzUgQzI5LjU5MywzLjI2OCAzMC42MzQsMS45ODkgMzEuMTI1LDAuNDY5IEMyOS44NTcsMS4yMTUgMjguNDUwLDEuNzU2IDI2Ljk1NSwyLjA1MSBDMjUuNzU3LDAuNzgzIDI0LjA1MCwtMC4wMDkgMjIuMTYyLC0wLjAwOSBDMTguNTM1LC0wLjAwOSAxNS41OTQsMi45MDkgMTUuNTk0LDYuNTEwIEMxNS41OTQsNy4wMTcgMTUuNjUyLDcuNTE4IDE1Ljc2NCw3Ljk5NSBDMTAuMzA3LDcuNzIxIDUuNDY4LDUuMTI3IDIuMjI4LDEuMTg2IEMxLjY2NCwyLjE0OCAxLjMzOSwzLjI2NiAxLjMzOSw0LjQ2MCBDMS4zMzksNi43MjMgMi40OTksOC43MTYgNC4yNjEsOS44ODUgQzMuMTg1LDkuODUyIDIuMTcyLDkuNTU3IDEuMjg3LDkuMDY5IEMxLjI4Niw5LjA5NiAxLjI4Niw5LjEyMyAxLjI4Niw5LjE1MiBDMS4yODYsMTIuMzEwIDMuNTUwLDE0Ljk0MyA2LjU1NCwxNS41NDIgQzYuMDAzLDE1LjY5MSA1LjQyMywxNS43NjkgNC44MjQsMTUuNzY5IEM0LjQwMSwxNS43NjkgMy45ODksMTUuNzMwIDMuNTg4LDE1LjY1MyBDNC40MjMsMTguMjQzIDYuODQ5LDIwLjEyNyA5LjcyMywyMC4xNzggQzcuNDc1LDIxLjkyNiA0LjY0MywyMi45NjkgMS41NjcsMjIuOTY5IEMxLjAzNiwyMi45NjkgMC41MTQsMjIuOTM4IC0wLjAwMCwyMi44NzYgQzIuOTA2LDI0LjcyNiA2LjM1OCwyNS44MDUgMTAuMDY3LDI1LjgwNSBDMjIuMTQ2LDI1LjgwNSAyOC43NTEsMTUuODc1IDI4Ljc1MSw3LjI2NCBDMjguNzUxLDYuOTgyIDI4Ljc0NSw2LjcwMCAyOC43MzMsNi40MjEgQzMwLjAxNyw1LjUwMSAzMS4xMjksNC4zNTQgMzIuMDEwLDMuMDQ3IFoiLz4KPC9zdmc+Cg=="); }
.social-list li a.facebook {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMjg4LDE5MnYtMzguMWMwLTE3LjIsMy44LTI1LjksMzAuNS0yNS45SDM1MlY2NGgtNTUuOWMtNjguNSwwLTkxLjEsMzEuNC05MS4xLDg1LjNWMTkyaC00NXY2NGg0NXYxOTJoODNWMjU2aDU2LjRsNy42LTY0ICBIMjg4eiIvPjwvc3ZnPg=="); }
.social-list li a.youtube {
    width: 70px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNNTguNDQyLDI0MS41NDdsLTEzLjA0OC00OC4yMDhIMjYuMDUzICAgICBjMy44NzMsMTEuMzg2LDcuOTA3LDIyLjgxNiwxMS43ODQsMzQuMjA1YzUuODk1LDE3LjEyMSw5LjU3LDMwLjAzLDExLjIzNiwzOC44MzN2NDkuNzE5aDE4LjM4NHYtNDkuNzE5bDIyLjExMS03My4wMzhINzAuOTgyICAgICBMNTguNDQyLDI0MS41NDd6IE0xODMuNDA5LDIyNC42MTl2NjkuOTE2Yy0zLjY3Miw1LjE5MS03LjE1LDcuNzU5LTEwLjQ2NCw3Ljc1OWMtMi4yMjUsMC0zLjUyNi0xLjMxNC0zLjg5Mi0zLjg4ICAgICBjLTAuMi0wLjU0Mi0wLjItMi41Ni0wLjItNi40NDR2LTY3LjM1MWgtMTYuNTIzdjcyLjMzN2MwLDYuNDU3LDAuNTU2LDEwLjgyOCwxLjQ3MSwxMy42MDFjMS42NTMsNC42MzMsNS4zMzYsNi43OTksMTAuNjcxLDYuNzk5ICAgICBjNi4wNDYsMCwxMi4zNC0zLjY3NCwxOC45MzctMTEuMjM3djkuOTc4aDE2LjU3OHYtOTEuNDc3SDE4My40MDl6IE0xMTQuMjA0LDIyMy41MTljLTguMjU3LDAtMTQuNzExLDMuMTE5LTE5LjI5Miw5LjM3NSAgICAgYy0zLjUyNiw0LjYyMi01LjE5MywxMS43NzEtNS4xOTMsMjEuNTQ5djMyLjAzN2MwLDkuNzIyLDEuNjY3LDE2LjkzNCw1LjE5MywyMS41MTFjNC41ODIsNi4yMzgsMTEuMDM2LDkuMzY1LDE5LjI5Miw5LjM2NSAgICAgYzguMzA2LDAsMTQuNzU2LTMuMTI3LDE5LjM0MS05LjM2NWMzLjQ3NS00LjU3Nyw1LjE0NC0xMS43ODksNS4xNDQtMjEuNTExdi0zMi4wMzdjMC05Ljc3Ny0xLjY2OS0xNi45MjctNS4xNDQtMjEuNTQ5ICAgICBDMTI4Ljk2LDIyNi42MzgsMTIyLjUxLDIyMy41MTksMTE0LjIwNCwyMjMuNTE5eiBNMTIyLjExMSwyODkuNTk4YzAsOC40NjUtMi41NjMsMTIuNjk2LTcuOTA3LDEyLjY5NiAgICAgYy01LjM0NCwwLTcuOTEtNC4yMzEtNy45MS0xMi42OTZ2LTM4LjQ4MWMwLTguNDYzLDIuNTY2LTEyLjY4NCw3LjkxLTEyLjY4NGM1LjM0NSwwLDcuOTA3LDQuMjIxLDcuOTA3LDEyLjY4NFYyODkuNTk4eiIvPjxwYXRoIGQ9Ik00NDEuMiwyMzkuNTJjLTUuNDg2LDAtOC4yMjIsNC4xNzgtOC4yMjIsMTIuNTV2OC4zODRoMTYuNCAgICAgdi04LjM4NEM0NDkuMzc5LDI0My42OTcsNDQ2LjYzLDIzOS41Miw0NDEuMiwyMzkuNTJ6IE0zODAuMzM2LDIzOS41MmMtMi42OTYsMC01LjQzMiwxLjI4My04LjE3NywzLjk4OXY1NS4xNzIgICAgIGMyLjc0NSwyLjc0Miw1LjQ4LDQuMDM2LDguMTc3LDQuMDM2YzQuNzMxLDAsNy4xNC00LjAzNiw3LjE0LTEyLjIxNHYtMzguNjI4QzM4Ny40NzYsMjQzLjY5NywzODUuMDY3LDIzOS41MiwzODAuMzM2LDIzOS41MnogICAgICBNNDgxLjI5OSwxOTEuNTcxYy0zLjMxOS0xNC40MzUtMTUuMTI4LTI1LjA4MS0yOS4zMzctMjYuNjY5Yy0zMS41ODMtMy41MjgtNjMuNTI2LTMuNzYyLTk1LjM3LTMuNzYyICAgICBjLTIuMDg4LDAtNC4xNzgsMC4wMDItNi4yNjUsMC4wMDJjLTIuMDg4LDAtNC4xNzUtMC4wMDItNi4yNjQtMC4wMDJjLTMxLjg0MywwLTYzLjc4OSwwLjIzMy05NS4zNywzLjc2MiAgICAgYy0xNC4yMSwxLjU4OC0yNi4wMTIsMTIuMjM0LTI5LjMzMiwyNi42NjljLTQuNzI0LDIwLjU1OC00Ljc3OSw0Mi45OTMtNC43NzksNjQuMTU4djEuNTE5ICAgICBjMC4wMDIsMjAuNzE5LDAuMTEzLDQyLjU2OSw0LjcyNSw2Mi42MzhjMy4zMiwxNC40MzQsMTUuMTIxLDI1LjA4LDI5LjMzMSwyNi42NjdjMzEuNjE4LDMuNTM0LDYzLjU5NSwzLjc2Myw5NS40NzUsMy43NjMgICAgIGMyLjA1MywwLDQuMTA4LDAsNi4xNTktMC4wMDJjMi4wNTQsMC4wMDIsNC4xMDQsMC4wMDIsNi4xNTgsMC4wMDJjMzEuODc5LDAsNjMuODYtMC4yMjksOTUuNDc2LTMuNzYzICAgICBjMTQuMjEtMS41ODcsMjYuMDE4LTEyLjIzMywyOS4zMzgtMjYuNjY3YzQuNjU3LTIwLjI2OCw0Ljc1LTQyLjM1OSw0Ljc1Mi02My4yNjF2LTAuODk2ICAgICBDNDg1Ljk5NiwyMzQuNTY0LDQ4Ni4wMjMsMjEyLjEyOSw0ODEuMjk5LDE5MS41NzF6IE0yOTIsMjExLjk5NWgtMTkuNjQyVjMxNi4zOEgyNTQuMTFWMjExLjk5NWgtMTkuMjkydi0xNy4xMDRIMjkyVjIxMS45OTV6ICAgICAgTTM0MS41NiwzMTYuMzhoLTE2LjQwNnYtOS44NzRjLTYuNTIsNy40NzktMTIuNzE2LDExLjEyLTE4Ljc0NiwxMS4xMmMtNS4yODQsMC04LjkyNy0yLjE0Ni0xMC41NjgtNi43MjkgICAgIGMtMC44OTMtMi43NDItMS40NDQtNy4wNzMtMS40NDQtMTMuNDYydi03MS41ODNoMTYuMzk2djY2LjY1YzAsMy44NDQsMCw1LjgzOCwwLjE1Miw2LjM4YzAuMzk5LDIuNTQxLDEuNjQ3LDMuODM1LDMuODM5LDMuODM1ICAgICBjMy4yOTIsMCw2LjczLTIuNTM0LDEwLjM3MS03LjY3MnYtNjkuMTkzaDE2LjQwNlYzMTYuMzh6IE00MDMuODcsMjg5LjIwN2MwLDguMzc4LTAuNTYsMTQuNDEtMS42NDYsMTguMjQ4ICAgICBjLTIuMiw2LjcyOS02LjU4NCwxMC4xNzEtMTMuMTEzLDEwLjE3MWMtNS44MzEsMC0xMS40NzEtMy4yNC0xNi45NTEtMTAuMDIxdjguNzc0SDM1NS43NlYxOTQuODkxaDE2LjM5OXYzOS42OCAgICAgYzUuMjk2LTYuNTE4LDEwLjkxOS05LjgxMywxNi45NTEtOS44MTNjNi41MjksMCwxMC45MTMsMy40MzYsMTMuMTEzLDEwLjIxNWMxLjA4NywzLjY0MywxLjY0Niw5LjYyNiwxLjY0NiwxOC4xOTJWMjg5LjIwN3ogICAgICBNNDY1Ljc3MSwyNzQuMTA0aC0zMi43OTN2MTYuMDUzYzAsOC4zNzgsMi43MzUsMTIuNTYxLDguMzcsMTIuNTYxYzQuMDQ0LDAsNi4zOTItMi4xOTUsNy4zMjktNi41ODQgICAgIGMwLjE0OS0wLjg5NCwwLjM2LTQuNTI5LDAuMzYtMTEuMTA4aDE2LjczM3YyLjM5NmMwLDUuMjc2LTAuMTk1LDguOTI1LTAuMzQ5LDEwLjU2MWMtMC41NDcsMy42NDMtMS44MzUsNi45MzEtMy44MzMsOS44MzIgICAgIGMtNC41MzQsNi41NzItMTEuMjY0LDkuODEzLTE5LjgzLDkuODEzYy04LjU4LDAtMTUuMTEtMy4wODgtMTkuODUzLTkuMjcyYy0zLjQ4Ni00LjUzLTUuMjc0LTExLjY2Ny01LjI3NC0yMS4yODZ2LTMxLjcwMiAgICAgYzAtOS42NzQsMS41OS0xNi43NTEsNS4wNzMtMjEuMzI5YzQuNzQ0LTYuMTk2LDExLjI3Mi05LjI3OSwxOS42NDMtOS4yNzljOC4yMjksMCwxNC43NiwzLjA4MywxOS4zNTQsOS4yNzkgICAgIGMzLjQzNSw0LjU3OCw1LjA2OSwxMS42NTUsNS4wNjksMjEuMzI5VjI3NC4xMDR6Ii8+PC9zdmc+"); }
.social-list li a img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: inherit;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    opacity: 0;
    pointer-events: none; }
.social-list li a:hover {
    opacity: 1; }
@media (max-width: 767.98px) {
    .social-list:before, .social-list:after {
        display: none; }
    .social-list li {
        padding: 0 5px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); } }

.social-inverse .footer {
    background: #fff; }
.social-inverse .social-list:before, .social-inverse .social-list:after {
    background: rgba(0, 0, 0, 0.3); }
.social-inverse .social-list li a.weibo {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAsIDAsIDMwMCwgMzAwIj48cGF0aCBkPSJNMTk2LjgwMiAzOS45NjRjLTguNjU2IDMuNzg3LTEwLjY0IDEyLjgwMy00LjMyOCAxOS4xMTUgMy4wNjYgMy4wNjYgNS45NTEgMy42MDcgMTguNTc0IDMuNjA3IDE3LjY3MyAwIDI5LjU3NSA0LjY4OCAzOC41OTIgMTUuMTQ4IDExIDEyLjQ0MyAxMi4yNjMgMTYuMjMgMTIuMjYzIDM4Ljk1MiAwIDIwLjE5NyAwIDIwLjU1OCA0LjY4OCAyMy4yNjMgMTAuODIgNi4xMzEgMTguMDM0LTEuNDQzIDIwLjU1OC0yMS42NCAzLjI0Ni0yNi4zMjktMTIuNDQzLTU2Ljk4Ni0zNi4wNjYtNzEuMDUyLTE1LjUwOS05LjAxNi00Mi4wMTgtMTIuNjIzLTU0LjI4MS03LjM5M3ptLTg4LjcyNCAzMy41NDJjLTIwLjE5OCA3LjIxMy0zOS42NzQgMjEuMDk5LTYwLjU5MiA0My40Ni00OS41OTIgNTIuNjU4LTQ2LjM0NiAxMDIuNzkxIDguMjk1IDEyOS40OCA1Ni44MDUgMjcuNzcxIDEzMy4yNjcgMTguNTc0IDE3NC45MjQtMjEuMDk5IDMxLjE5OC0yOS41NzUgMjcuNDExLTY2LjcyNC04LjExNS03OS4zNDctNi4zMTItMi4xNjQtOC4yOTYtMy43ODctNy4zOTQtNS43NzEgMy4yNDYtNy45MzQgNC4zMjgtMTcuMTMxIDIuNTI1LTIyLjU0MS01LjU5MS0xNy4xMzItMjUuOTY4LTIxLjA5OS01Ni4yNjQtMTAuODJsLTEyLjA4MyA0LjE0NyAxLjA4Mi0xMi4wODJjMS4yNjMtMTQuMjQ2LTEuODAzLTIyLjAwMS0xMC4yNzktMjYuMzI5LTcuMDMzLTMuNjA3LTIwLjU1OC0zLjI0Ni0zMi4wOTkuOTAyem01MC4xMzMgNjkuNzg5YzI2Ljg2OSA3LjM5NCA0My4yOCAyMy42MjQgNDMuMjggNDIuOTE5IDAgMjEuNDYtMTkuMTE2IDQwLjc1Ni01MC4xMzMgNTEuMDM1LTE2LjU5MSA1LjQxLTQ3LjQyOCA2LjQ5Mi02Mi41NzYgMi4zNDQtMjguNjczLTguMTE1LTQ0LjkwMy0yMy45ODQtNDQuOTAzLTQ0LjM2MiAwLTExLjE4MSA0Ljg2OS0yMC45MTkgMTUuNTA5LTMwLjgzNyA5LjkxOC05LjM3NyAxNy40OTItMTMuODg2IDMyLjA5OS0xOC43NTUgMjIuMDAxLTcuMzkzIDQ1LjYyNS04LjI5NSA2Ni43MjQtMi4zNDR6bS01Ni44MDYgMTcuNDkyYy0xOC4yMTMgOC40NzYtMjcuOTUxIDIxLjQ2LTI3Ljk1MSAzNy42OSAwIDE0Ljc4OCA2LjQ5MiAyNC44ODYgMjAuNzM4IDMyLjQ2IDExIDUuOTUxIDMxLjE5OCA1LjQxIDQzLjQ2MS0uOTAxIDE1LjY4OS04LjI5NiAyNS45NjgtMjMuNjI0IDI1Ljk2OC0zOC41OTItLjE4MS0xMi4yNjMtMTEuMDAxLTI2Ljg3LTIzLjgwNC0zMi4wOTktMTAuMjc5LTQuMzI4LTI3LjU5Mi0zLjYwNy0zOC40MTIgMS40NDJ6bTEzLjE2NSAzMy45MDNjMS4yNjIgMS4yNjIgMi4xNjQgNC4zMjggMi4xNjQgNy4wMzMgMCA5LjAxNy0xNS4xNDggMTYuNDExLTIxLjI4IDEwLjI3OS0zLjQyNi0zLjQyNi0yLjUyNC0xMS45MDIgMS40NDMtMTUuODY5IDMuOTY3LTMuOTY4IDE0LjI0Ni00Ljg2OSAxNy42NzMtMS40NDN6bTg1LjI5OC0xMTcuNzU4Yy04LjI5NiA4LjI5Ni0yLjcwNSAxOC4yMTQgMTAuNDU5IDE4LjIxNCAxMS4zNjEgMCAxNi40MSA1Ljc3MSAxNi40MSAxOC43NTUgMCA4LjExNS43MjIgMTAuNDU5IDMuOTY4IDEyLjYyMyA5LjczOCA2Ljg1MyAxNy42NzMtLjcyMSAxNy42NzMtMTYuNzcxIDAtMTkuNjU2LTE0LjA2Ny0zNC40NDQtMzQuMDg0LTM1Ljg4Ny05LjAxNi0uNzIxLTExLjE4LS4xOC0xNC40MjYgMy4wNjZ6Ii8+PC9zdmc+"); }
.social-inverse .social-list li a.wechat {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik0xMDEwLjggNjI4YzAtMTQxLjItMTQxLjMtMjU2LjItMjk5LjktMjU2LjItMTY4IDAtMzAwLjMgMTE1LjEtMzAwLjMgMjU2LjIgMCAxNDEuNCAxMzIuMyAyNTYuMiAzMDAuMyAyNTYuMiAzNS4yIDAgNzAuNy04LjkgMTA2LTE3LjdsOTYuOCA1My0yNi42LTg4LjJjNzAuOS01My4yIDEyMy43LTEyMy43IDEyMy43LTIwMy4zek02MTggNTg4LjhjLTIyLjEgMC00MC0xNy45LTQwLTQwczE3LjktNDAgNDAtNDAgNDAgMTcuOSA0MCA0MGMwIDIyLTE3LjkgNDAtNDAgNDB6IG0xOTQuMy0wLjNjLTIyLjEgMC00MC0xNy45LTQwLTQwczE3LjktNDAgNDAtNDAgNDAgMTcuOSA0MCA0MC0xNy45IDQwLTQwIDQweiIgLz48cGF0aCBkPSJNMzY2LjMgMTA2LjljLTE5NC4xIDAtMzUzLjEgMTMyLjMtMzUzLjEgMzAwLjMgMCA5NyA1Mi45IDE3Ni42IDE0MS4zIDIzOC40bC0zNS4zIDEwNi4yIDEyMy40LTYxLjljNDQuMiA4LjcgNzkuNiAxNy43IDEyMy43IDE3LjcgMTEuMSAwIDIyLjEtMC41IDMzLTEuNC02LjktMjMuNi0xMC45LTQ4LjMtMTAuOS03NCAwLTE1NC4zIDEzMi41LTI3OS41IDMwMC4yLTI3OS41IDExLjUgMCAyMi44IDAuOCAzNCAyLjFDNjkyIDIxMi42IDUzOS45IDEwNi45IDM2Ni4zIDEwNi45ek0yNDcuNyAzNDkuMmMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhzMjEuNS00OCA0OC00OCA0OCAyMS41IDQ4IDQ4LTIxLjUgNDgtNDggNDh6IG0yNDYuNiAwYy0yNi41IDAtNDgtMjEuNS00OC00OHMyMS41LTQ4IDQ4LTQ4IDQ4IDIxLjUgNDggNDgtMjEuNSA0OC00OCA0OHoiICAvPjwvc3ZnPg=="); }
.social-inverse .social-list li a.tiktok {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjk0NCwxLjYxMXYxNC4xNjcgICBjMCwxLjU2NS0xLjI2OSwyLjgzMy0yLjgzMywyLjgzM2gwYy0xLjU2NSwwLTIuODMzLTEuMjY5LTIuODMzLTIuODMzdjBjMC0xLjU2NSwxLjI2OS0yLjgzMywyLjgzMy0yLjgzM2gwVjkuMTY3aDAgICBjLTMuNjUxLDAtNi42MTEsMi45Ni02LjYxMSw2LjYxMXYwYzAsMy42NTEsMi45Niw2LjYxMSw2LjYxMSw2LjYxMWgwYzMuNjUxLDAsNi42MTEtMi45Niw2LjYxMS02LjYxMVY5LjE2N2wwLjE5OSwwLjEgICBjMS4xMTEsMC41NTYsMi4zMzYsMC44NDUsMy41NzgsMC44NDVoMFY2LjMzM2wtMC4xMTMtMC4wMjhjLTIuMTU0LTAuNTM4LTMuNjY1LTIuNDc0LTMuNjY1LTQuNjk0djBIMTIuOTQ0eiIvPjwvc3ZnPg=="); }
.social-inverse .social-list li a.instagram {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjUsM2gtN0E1LjUsNS41LDAsMCwwLDMsOC41djdBNS41LDUuNSwwLDAsMCw4LjUsMjFoN0E1LjUsNS41LDAsMCwwLDIxLDE1LjV2LTdBNS41LDUuNSwwLDAsMCwxNS41LDNabTQsMTIuNWE0LjAwNDU0LDQuMDA0NTQsMCwwLDEtNCw0aC03YTQuMDA0NTQsNC4wMDQ1NCwwLDAsMS00LTR2LTdhNC4wMDQ1LDQuMDA0NSwwLDAsMSw0LTRoN2E0LjAwNDUsNC4wMDQ1LDAsMCwxLDQsNFoiLz48cGF0aCBkPSJNMTIsNy41QTQuNSw0LjUsMCwxLDAsMTYuNSwxMiw0LjUsNC41LDAsMCwwLDEyLDcuNVpNMTIsMTVhMywzLDAsMSwxLDMtM0EzLjAwMzQsMy4wMDM0LDAsMCwxLDEyLDE1WiIvPjxjaXJjbGUgY3g9IjE2LjcwMDAxIiBjeT0iNy4yOTk5OSIgcj0iMSIvPjwvc3ZnPg=="); }
.social-inverse .social-list li a.twitter {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAyNS44MSI+CiAgPHBhdGggZD0iTTMyLjAxMCwzLjA0NyBDMzAuODMyLDMuNTY3IDI5LjU2NiwzLjkxNiAyOC4yMzcsNC4wNzUgQzI5LjU5MywzLjI2OCAzMC42MzQsMS45ODkgMzEuMTI1LDAuNDY5IEMyOS44NTcsMS4yMTUgMjguNDUwLDEuNzU2IDI2Ljk1NSwyLjA1MSBDMjUuNzU3LDAuNzgzIDI0LjA1MCwtMC4wMDkgMjIuMTYyLC0wLjAwOSBDMTguNTM1LC0wLjAwOSAxNS41OTQsMi45MDkgMTUuNTk0LDYuNTEwIEMxNS41OTQsNy4wMTcgMTUuNjUyLDcuNTE4IDE1Ljc2NCw3Ljk5NSBDMTAuMzA3LDcuNzIxIDUuNDY4LDUuMTI3IDIuMjI4LDEuMTg2IEMxLjY2NCwyLjE0OCAxLjMzOSwzLjI2NiAxLjMzOSw0LjQ2MCBDMS4zMzksNi43MjMgMi40OTksOC43MTYgNC4yNjEsOS44ODUgQzMuMTg1LDkuODUyIDIuMTcyLDkuNTU3IDEuMjg3LDkuMDY5IEMxLjI4Niw5LjA5NiAxLjI4Niw5LjEyMyAxLjI4Niw5LjE1MiBDMS4yODYsMTIuMzEwIDMuNTUwLDE0Ljk0MyA2LjU1NCwxNS41NDIgQzYuMDAzLDE1LjY5MSA1LjQyMywxNS43NjkgNC44MjQsMTUuNzY5IEM0LjQwMSwxNS43NjkgMy45ODksMTUuNzMwIDMuNTg4LDE1LjY1MyBDNC40MjMsMTguMjQzIDYuODQ5LDIwLjEyNyA5LjcyMywyMC4xNzggQzcuNDc1LDIxLjkyNiA0LjY0MywyMi45NjkgMS41NjcsMjIuOTY5IEMxLjAzNiwyMi45NjkgMC41MTQsMjIuOTM4IC0wLjAwMCwyMi44NzYgQzIuOTA2LDI0LjcyNiA2LjM1OCwyNS44MDUgMTAuMDY3LDI1LjgwNSBDMjIuMTQ2LDI1LjgwNSAyOC43NTEsMTUuODc1IDI4Ljc1MSw3LjI2NCBDMjguNzUxLDYuOTgyIDI4Ljc0NSw2LjcwMCAyOC43MzMsNi40MjEgQzMwLjAxNyw1LjUwMSAzMS4xMjksNC4zNTQgMzIuMDEwLDMuMDQ3IFoiLz4KPC9zdmc+Cg=="); }
.social-inverse .social-list li a.facebook {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjg4LDE5MnYtMzguMWMwLTE3LjIsMy44LTI1LjksMzAuNS0yNS45SDM1MlY2NGgtNTUuOWMtNjguNSwwLTkxLjEsMzEuNC05MS4xLDg1LjNWMTkyaC00NXY2NGg0NXYxOTJoODNWMjU2aDU2LjRsNy42LTY0ICBIMjg4eiIvPjwvc3ZnPg=="); }
.social-inverse .social-list li a.youtube {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTguNDQyLDI0MS41NDdsLTEzLjA0OC00OC4yMDhIMjYuMDUzICAgICBjMy44NzMsMTEuMzg2LDcuOTA3LDIyLjgxNiwxMS43ODQsMzQuMjA1YzUuODk1LDE3LjEyMSw5LjU3LDMwLjAzLDExLjIzNiwzOC44MzN2NDkuNzE5aDE4LjM4NHYtNDkuNzE5bDIyLjExMS03My4wMzhINzAuOTgyICAgICBMNTguNDQyLDI0MS41NDd6IE0xODMuNDA5LDIyNC42MTl2NjkuOTE2Yy0zLjY3Miw1LjE5MS03LjE1LDcuNzU5LTEwLjQ2NCw3Ljc1OWMtMi4yMjUsMC0zLjUyNi0xLjMxNC0zLjg5Mi0zLjg4ICAgICBjLTAuMi0wLjU0Mi0wLjItMi41Ni0wLjItNi40NDR2LTY3LjM1MWgtMTYuNTIzdjcyLjMzN2MwLDYuNDU3LDAuNTU2LDEwLjgyOCwxLjQ3MSwxMy42MDFjMS42NTMsNC42MzMsNS4zMzYsNi43OTksMTAuNjcxLDYuNzk5ICAgICBjNi4wNDYsMCwxMi4zNC0zLjY3NCwxOC45MzctMTEuMjM3djkuOTc4aDE2LjU3OHYtOTEuNDc3SDE4My40MDl6IE0xMTQuMjA0LDIyMy41MTljLTguMjU3LDAtMTQuNzExLDMuMTE5LTE5LjI5Miw5LjM3NSAgICAgYy0zLjUyNiw0LjYyMi01LjE5MywxMS43NzEtNS4xOTMsMjEuNTQ5djMyLjAzN2MwLDkuNzIyLDEuNjY3LDE2LjkzNCw1LjE5MywyMS41MTFjNC41ODIsNi4yMzgsMTEuMDM2LDkuMzY1LDE5LjI5Miw5LjM2NSAgICAgYzguMzA2LDAsMTQuNzU2LTMuMTI3LDE5LjM0MS05LjM2NWMzLjQ3NS00LjU3Nyw1LjE0NC0xMS43ODksNS4xNDQtMjEuNTExdi0zMi4wMzdjMC05Ljc3Ny0xLjY2OS0xNi45MjctNS4xNDQtMjEuNTQ5ICAgICBDMTI4Ljk2LDIyNi42MzgsMTIyLjUxLDIyMy41MTksMTE0LjIwNCwyMjMuNTE5eiBNMTIyLjExMSwyODkuNTk4YzAsOC40NjUtMi41NjMsMTIuNjk2LTcuOTA3LDEyLjY5NiAgICAgYy01LjM0NCwwLTcuOTEtNC4yMzEtNy45MS0xMi42OTZ2LTM4LjQ4MWMwLTguNDYzLDIuNTY2LTEyLjY4NCw3LjkxLTEyLjY4NGM1LjM0NSwwLDcuOTA3LDQuMjIxLDcuOTA3LDEyLjY4NFYyODkuNTk4eiIvPjxwYXRoIGQ9Ik00NDEuMiwyMzkuNTJjLTUuNDg2LDAtOC4yMjIsNC4xNzgtOC4yMjIsMTIuNTV2OC4zODRoMTYuNCAgICAgdi04LjM4NEM0NDkuMzc5LDI0My42OTcsNDQ2LjYzLDIzOS41Miw0NDEuMiwyMzkuNTJ6IE0zODAuMzM2LDIzOS41MmMtMi42OTYsMC01LjQzMiwxLjI4My04LjE3NywzLjk4OXY1NS4xNzIgICAgIGMyLjc0NSwyLjc0Miw1LjQ4LDQuMDM2LDguMTc3LDQuMDM2YzQuNzMxLDAsNy4xNC00LjAzNiw3LjE0LTEyLjIxNHYtMzguNjI4QzM4Ny40NzYsMjQzLjY5NywzODUuMDY3LDIzOS41MiwzODAuMzM2LDIzOS41MnogICAgICBNNDgxLjI5OSwxOTEuNTcxYy0zLjMxOS0xNC40MzUtMTUuMTI4LTI1LjA4MS0yOS4zMzctMjYuNjY5Yy0zMS41ODMtMy41MjgtNjMuNTI2LTMuNzYyLTk1LjM3LTMuNzYyICAgICBjLTIuMDg4LDAtNC4xNzgsMC4wMDItNi4yNjUsMC4wMDJjLTIuMDg4LDAtNC4xNzUtMC4wMDItNi4yNjQtMC4wMDJjLTMxLjg0MywwLTYzLjc4OSwwLjIzMy05NS4zNywzLjc2MiAgICAgYy0xNC4yMSwxLjU4OC0yNi4wMTIsMTIuMjM0LTI5LjMzMiwyNi42NjljLTQuNzI0LDIwLjU1OC00Ljc3OSw0Mi45OTMtNC43NzksNjQuMTU4djEuNTE5ICAgICBjMC4wMDIsMjAuNzE5LDAuMTEzLDQyLjU2OSw0LjcyNSw2Mi42MzhjMy4zMiwxNC40MzQsMTUuMTIxLDI1LjA4LDI5LjMzMSwyNi42NjdjMzEuNjE4LDMuNTM0LDYzLjU5NSwzLjc2Myw5NS40NzUsMy43NjMgICAgIGMyLjA1MywwLDQuMTA4LDAsNi4xNTktMC4wMDJjMi4wNTQsMC4wMDIsNC4xMDQsMC4wMDIsNi4xNTgsMC4wMDJjMzEuODc5LDAsNjMuODYtMC4yMjksOTUuNDc2LTMuNzYzICAgICBjMTQuMjEtMS41ODcsMjYuMDE4LTEyLjIzMywyOS4zMzgtMjYuNjY3YzQuNjU3LTIwLjI2OCw0Ljc1LTQyLjM1OSw0Ljc1Mi02My4yNjF2LTAuODk2ICAgICBDNDg1Ljk5NiwyMzQuNTY0LDQ4Ni4wMjMsMjEyLjEyOSw0ODEuMjk5LDE5MS41NzF6IE0yOTIsMjExLjk5NWgtMTkuNjQyVjMxNi4zOEgyNTQuMTFWMjExLjk5NWgtMTkuMjkydi0xNy4xMDRIMjkyVjIxMS45OTV6ICAgICAgTTM0MS41NiwzMTYuMzhoLTE2LjQwNnYtOS44NzRjLTYuNTIsNy40NzktMTIuNzE2LDExLjEyLTE4Ljc0NiwxMS4xMmMtNS4yODQsMC04LjkyNy0yLjE0Ni0xMC41NjgtNi43MjkgICAgIGMtMC44OTMtMi43NDItMS40NDQtNy4wNzMtMS40NDQtMTMuNDYydi03MS41ODNoMTYuMzk2djY2LjY1YzAsMy44NDQsMCw1LjgzOCwwLjE1Miw2LjM4YzAuMzk5LDIuNTQxLDEuNjQ3LDMuODM1LDMuODM5LDMuODM1ICAgICBjMy4yOTIsMCw2LjczLTIuNTM0LDEwLjM3MS03LjY3MnYtNjkuMTkzaDE2LjQwNlYzMTYuMzh6IE00MDMuODcsMjg5LjIwN2MwLDguMzc4LTAuNTYsMTQuNDEtMS42NDYsMTguMjQ4ICAgICBjLTIuMiw2LjcyOS02LjU4NCwxMC4xNzEtMTMuMTEzLDEwLjE3MWMtNS44MzEsMC0xMS40NzEtMy4yNC0xNi45NTEtMTAuMDIxdjguNzc0SDM1NS43NlYxOTQuODkxaDE2LjM5OXYzOS42OCAgICAgYzUuMjk2LTYuNTE4LDEwLjkxOS05LjgxMywxNi45NTEtOS44MTNjNi41MjksMCwxMC45MTMsMy40MzYsMTMuMTEzLDEwLjIxNWMxLjA4NywzLjY0MywxLjY0Niw5LjYyNiwxLjY0NiwxOC4xOTJWMjg5LjIwN3ogICAgICBNNDY1Ljc3MSwyNzQuMTA0aC0zMi43OTN2MTYuMDUzYzAsOC4zNzgsMi43MzUsMTIuNTYxLDguMzcsMTIuNTYxYzQuMDQ0LDAsNi4zOTItMi4xOTUsNy4zMjktNi41ODQgICAgIGMwLjE0OS0wLjg5NCwwLjM2LTQuNTI5LDAuMzYtMTEuMTA4aDE2LjczM3YyLjM5NmMwLDUuMjc2LTAuMTk1LDguOTI1LTAuMzQ5LDEwLjU2MWMtMC41NDcsMy42NDMtMS44MzUsNi45MzEtMy44MzMsOS44MzIgICAgIGMtNC41MzQsNi41NzItMTEuMjY0LDkuODEzLTE5LjgzLDkuODEzYy04LjU4LDAtMTUuMTEtMy4wODgtMTkuODUzLTkuMjcyYy0zLjQ4Ni00LjUzLTUuMjc0LTExLjY2Ny01LjI3NC0yMS4yODZ2LTMxLjcwMiAgICAgYzAtOS42NzQsMS41OS0xNi43NTEsNS4wNzMtMjEuMzI5YzQuNzQ0LTYuMTk2LDExLjI3Mi05LjI3OSwxOS42NDMtOS4yNzljOC4yMjksMCwxNC43NiwzLjA4MywxOS4zNTQsOS4yNzkgICAgIGMzLjQzNSw0LjU3OCw1LjA2OSwxMS42NTUsNS4wNjksMjEuMzI5VjI3NC4xMDR6Ii8+PC9zdmc+"); }

/* 返回顶部 */
.back-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 50%;
    width: 52px;
    height: 52px; }
.back-top span {
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    -o-transition: 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    transition: 0.5s cubic-bezier(0.9, -0.3, 0.15, 1.5);
    -webkit-transform: translate(0, 200px);
    -o-transform: translate(0, 200px);
    transform: translate(0, 200px);
    will-change: transform; }
.back-top.show {
    background: rgba(0, 0, 0, 0.3); }
.back-top.show span {
    -webkit-transform: translate(4px, 8px) rotate(-45deg);
    -o-transform: translate(4px, 8px) rotate(-45deg);
    transform: translate(4px, 8px) rotate(-45deg); }
.back-top.show span:last-child {
    -webkit-transform: translate(-4px, 8px) rotate(45deg);
    -o-transform: translate(-4px, 8px) rotate(45deg);
    transform: translate(-4px, 8px) rotate(45deg); }
.back-top.black span {
    background: #333; }
.back-top:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.index-theme .back-top {
    display: none; }

/* 内页容器
   --------------------------------------------------- */
/* 绝对定位容器
   -------------------- */
.first-wrapper {
    padding-top: 72px;
    height: 650px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff; }
.first-wrapper .bd {
    padding-bottom: 50px; }
.first-wrapper .bd h1 {
    font-size: 30px; }
@media (min-width: 992px) {
    .first-wrapper {
        padding-top: 132px; }
    .first-wrapper .bd h1 {
        font-size: 48px; } }
.first-wrapper + .second-wrapper {
    margin-top: 600px;
    position: relative;
    z-index: 1040;
    padding-top: 100px;
    background: linear-gradient(top, transparent 0%, black 100px);
    background: -ms-linear-gradient(top, transparent 0%, black 100px);
    background: -webkit-linear-gradient(top, transparent 0%, black 100px);
    background: -moz-linear-gradient(top, transparent 0%, black 100px); }
.first-wrapper + .second-wrapper.white {
    margin-top: 650px;
    padding-top: 0;
    background: #fff; }
@media (min-width: 992px) {
    .first-wrapper + .second-wrapper.white {
        padding-top: 2rem; } }
.first-wrapper + .second-wrapper .main {
    padding-top: 2rem;
    min-height: inherit !important; }

/* 主体容器
   -------------------- */
.main {
    padding-top: 80px;
    padding-bottom: 36px;
    min-height: calc(100vh - 100px); }
@media (min-width: 992px) {
    .main {
        padding-top: 198px;
        padding-bottom: 66px; } }
@media (min-width: 1600px) {
    .main {
        padding-left: 175px;
        padding-right: 175px; } }
.main > .hd {
    min-height: 30vh;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -72px; }
.main > .hd h1 {
    font-size: 30px; }
.main > .hd img {
    max-width: 50%; }
@media (min-width: 992px) {
    .main > .hd img {
        width: 300px; } }
@media (min-width: 992px) {
    .main > .hd {
        margin-top: -66px; }
    .main > .hd h1 {
        font-size: 48px; } }

/* 文章页
   --------------------------------------------------- */
.article-list > li > a .caption {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative; }
.article-list > li > a .caption h3 {
    position: absolute;
    left: 10%;
    top: 5%;
    font-size: 1rem; }
.article-list > li > a .caption .time {
    position: absolute;
    right: 10%;
    bottom: 5%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px; }
@media (min-width: 768px) {
    .article-list > li > a:hover .caption {
        opacity: 0; } }

.news-detail-theme .first-wrapper h1 {
    font-size: 1.5rem; }
@media (min-width: 768px) {
    .news-detail-theme .first-wrapper {
        text-align: left; }
    .news-detail-theme .first-wrapper h1 {
        font-size: 32px; } }
@media (min-width: 1280px) {
    .news-detail-theme .first-wrapper h1 {
        padding-right: 30%; } }

.article {
    color: #a6a6a6; }
.article.inverse {
    background: #fff;
    color: inherit; }
.article .hd {
    font-size: 12px;
    margin-bottom: 3rem; }
@media (min-width: 768px) {
    .article .hd {
        margin-bottom: 5rem; } }
.article .bd {
    min-height: 20vh;
    font-size: 14px;
    line-height: 26px; }
.article h1,
.article h2,
.article h3 {
    margin-bottom: 0; }
.article h1 {
    font-size: 30px; }
.article p {
    margin: 0; }

/* 官方专栏
   --------------------------------------------------- */
.columns-nav {
    margin: -200px 0 200px; }
.columns-nav a {
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #fff;
    padding: 1rem 0; }
.columns-nav a:hover {
    background: rgba(255, 255, 255, 0.5); }
.columns-nav a.active {
    background: #fff;
    color: #333; }

.columns-list > li > a .caption h3 {
    width: 70%; }
.columns-list > li > a .caption .time {
    text-align: right;
    font-size: 12px; }
.columns-list > li > a .caption .time span {
    display: inline-block;
    padding: 0 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 1rem; }

/* 商贸展会
   --------------------------------------------------- */
.exhibition-list > li .thumbnail {
    /*border-radius: 20px;*/
    border: 1px solid rgba(255, 255, 255, 0.3); }
.exhibition-list > li .thumbnail img {
    /*border-radius: 20px; */
    }
.exhibition-list > li .caption h3 {
    color: #fff;
    text-align: center; }
@media (min-width: 768px) {
    .exhibition-list {
        padding-left: 30px;
        padding-right: 30px; } }
@media (min-width: 1600px) {
    .exhibition-list {
        padding-left: 50px;
        padding-right: 50px; } }

.row-detail {
    color: #a6a6a6;
    font-size: 14px; }
.row-detail h3 {
    color: #fff; }

.flex-gallery {
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-pack: center;
    justify-content: center; }
.flex-gallery > li {
    padding-left: 10px;
    padding-right: 10px; }

/* 主题活动
   --------------------------------------------------- */
.activity-list > li .caption > div {
    text-align: center;
    padding: 1rem 0;
    position: relative; }
.activity-list > li .caption > div:before, .activity-list > li .caption > div:after {
    content: '';
    display: inline-block;
    position: absolute; }
.activity-list > li .caption > div:before, .activity-list > li .caption > div:after {
    height: 1px;
    left: 50%;
    background: #fff;
    width: 80px;
    margin-left: -40px;
    z-index: 1; }
.activity-list > li .caption > div:before {
    top: 0; }
.activity-list > li .caption > div:after {
    bottom: 0; }

/* 作品发布
   --------------------------------------------------- */
.catwalk-presentation-list,
.gallery-list {
    padding-bottom: 100px; }
.catwalk-presentation-list > li .caption,
.gallery-list > li .caption {
    height: inherit !important;
    background: rgba(0, 0, 0, 0.5);
    padding: .5rem 1rem;
    font-size: 14px; }
.catwalk-presentation-list .layui-flow-more,
.gallery-list .layui-flow-more {
    position: absolute;
    bottom: 0;
    left: 0; }

/* 留言
   --------------------------------------------------- */
.question-list {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff; }
.question-list li {
    margin: 1rem 0 3rem; }
.question-list li div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1rem; }
.question-list li p {
    margin: 1rem 0;
    color: #a6a6a6; }

/* 合作媒体详情页
   --------------------------------------------------- */
.media-list-wrapper .title {
    text-align: center; }
.media-list-wrapper .title h3 {
    margin-bottom: 0; }
.media-list-wrapper .title p {
    font-size: 12px;
    margin-bottom: 0; }
.media-list-wrapper .row {
    text-align: center;
    margin-bottom: 3rem; }
@media (min-width: 768px) {
    .media-list-wrapper .row {
        padding: 0 2rem; } }

/* 历届回顾
   --------------------------------------------------- */
.highlights-flexslider .link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
@media (min-width: 768px) {
    .highlights-flexslider .link-wrapper {
        opacity: 0; } }
.highlights-flexslider .link-wrapper a {
    display: block;
    width: 60%;
    text-align: center;
    padding: 10px 0;
    color: #fff; }
.highlights-flexslider .link-wrapper a:hover {
    background: url(http://shfashionweek.oss-cn-shanghai.aliyuncs.com/shfw/img/bg-banner-title.png) no-repeat center top;
    background-size: cover; }
.highlights-flexslider .slides > li:hover .link-wrapper {
    opacity: 1; }

/* 特别呈现
   --------------------------------------------------- */
.special-edition {
    text-align: center;
    color: #fff;
    padding: 0;
    min-height: inherit;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
.special-edition h1,
.special-edition h2,
.special-edition p {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
.special-edition h1,
.special-edition h2 {
    margin-bottom: 0; }
.special-edition h1 {
    font-size: 36px; }
.special-edition h2 {
    font-size: 30px; }
.special-edition p {
    color: #d0c99f;
    font-size: 18px; }
.special-edition h1 + p {
    font-size: 24px; }
.special-edition .slogan {
    margin: 2rem 0 3rem; }
.special-edition .slogan h2 {
    margin-top: -1rem; }
.special-edition .slogan p {
    margin-bottom: -1rem; }
.special-edition .btn-white {
    color: #7a4b16;
    font-size: 30px;
    line-height: 1.1;
    padding: 1rem 5rem;
    border-radius: 5px; }
.special-edition .btn-white span {
    display: block;
    font-size: 16px; }
@media (min-width: 768px) {
    .special-edition h1 {
        font-size: 72px; }
    .special-edition h2 {
        font-size: 60px; }
    .special-edition p {
        font-size: 30px; }
    .special-edition h1 + p {
        font-size: 40px; }
    .special-edition .btn-white {
        font-size: 40px; } }

/* 官方日程
   --------------------------------------------------- */
.schedule-wrapper .hd {
    background: #fff;
    padding: .5rem 0;
    display: none; }
.schedule-wrapper .aside {
    display: none; }
@media (min-width: 768px) {
    .schedule-wrapper .hd {
        display: flex; }
    .schedule-wrapper .aside {
        display: block; } }
.schedule-wrapper .collapse {
    font-size: 14px;
    color: #a6a6a6; }
.schedule-wrapper h3 {
    color: #fff; }
.schedule-wrapper .collapse-item {
    margin-top: 1.5rem; }
.schedule-wrapper .collapse-item .collapse-hd {
    background: #1b1b1b;
    padding: .5rem 15px;
    margin-left: -15px;
    margin-right: -15px;
    cursor: pointer;
    position: relative; }
.schedule-wrapper .collapse-item .collapse-hd h3 {
    margin-bottom: 0; }
.schedule-wrapper .collapse-item .collapse-hd:before, .schedule-wrapper .collapse-item .collapse-hd:after {
    content: '';
    display: inline-block;
    position: absolute; }
.schedule-wrapper .collapse-item .collapse-hd:before, .schedule-wrapper .collapse-item .collapse-hd:after {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    right: 15px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: transform 0.5s cubic-bezier(0.5, 0, 0.27, 1.55);
    -o-transition: transform 0.5s cubic-bezier(0.5, 0, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.27, 1.55);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
.schedule-wrapper .collapse-item .collapse-hd:after {
    width: 2px;
    height: 16px;
    right: 22px;
    margin-top: -8px; }
.schedule-wrapper .collapse-item .bd {
    display: none; }
.schedule-wrapper .collapse-item .bd .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.5rem 0; }
.schedule-wrapper .collapse-item .bd .row > div {
    padding-top: 5px;
    padding-bottom: 5px; }
.schedule-wrapper .collapse-item .bd .row .label span {
    background-color: #777;
    padding: 0px 6px;
    font-size: 12px;
    border-radius: 2px; }
@media (min-width: 768px) {
    .schedule-wrapper .collapse-item .bd .row {
        padding: 1.5rem 15px; }
    .schedule-wrapper .collapse-item .bd .row .label {
        display: none; } }
.schedule-wrapper .collapse-item .bd .row:hover {
    background: #121212; }
.schedule-wrapper .collapse-item.show .collapse-hd:after {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0; }
.schedule-wrapper .collapse-item.show .bd {
    display: block; }

/* layui覆盖
   --------------------------------------------------- */
/* 按钮覆盖
   -------------------- */
.layui-btn-primary:hover {
    border-color: inherit; }

/* 表单覆盖
   -------------------- */
.layui-form-item {
    margin-bottom: 2rem; }

.label-none .layui-form-label {
    display: none; }

.form-row .layui-input,
.row .layui-input {
    width: 100%; }

.layui-form-label {
    text-align: left;
    padding: 9px 0 0;
    color: #666;
    float: inherit;
    width: inherit;
    font-size: 14px; }

.layui-input-block {
    margin-left: 0; }

.layui-input,
.layui-select,
.layui-textarea {
    border: none;
    background: #e6e6e6;
    line-height: 1.5;
    height: 3rem;
    padding: 0.75rem 0.75rem;
    border-radius: 0;
    font-size: 14px; }
.layui-input::placeholder,
.layui-select::placeholder,
.layui-textarea::placeholder {
    color: #b1b1b1;
    opacity: 1; }

.layui-form-select dl {
    padding: 0;
    border: none; }
.layui-form-select dl dd {
    padding: 3px 10px;
    margin-bottom: 0; }
.layui-form-select dl dd.layui-this {
    background-color: #333; }

.layui-form-switch {
    font-size: 12px;
    margin: 0; }

.layui-form-onswitch {
    background-color: #333;
    border-color: #333; }

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #999; }

.layui-form-checked[lay-skin="primary"] i {
    border-color: #333 !important;
    background-color: #333; }

.schedule-wrapper .layui-form-checkbox[lay-skin=primary] span {
    color: rgba(255, 255, 255, 0.5); }
.schedule-wrapper .layui-form-checkbox[lay-skin=primary] i {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.5) !important;
    color: #000;
    border-radius: 0; }
.schedule-wrapper .layui-form-checked[lay-skin="primary"] i {
    color: #fff; }

.input-group {
    margin: 0; }
.input-group .layui-input-block {
    flex: 1; }
.input-group .layui-btn {
    width: 3rem;
    padding: 0;
    text-align: center;
    height: 3rem;
    border-radius: 0; }
.input-group .layui-btn .layui-icon {
    margin: 0; }

.layui-form-item .layui-form-checkbox[lay-skin="brand"] {
    margin-top: 0;
    height: 3rem;
    padding-right: 0;
    margin-bottom: 10px; }
@media (max-width: 767.98px) {
    .layui-form-item .layui-form-checkbox[lay-skin="brand"] {
        width: 100%; }
    .layui-form-item .layui-form-checkbox[lay-skin="brand"] span {
        width: 100%; } }
.layui-form-item .layui-form-checkbox[lay-skin="brand"] span {
    background: #e6e6e6;
    padding: 0.75rem 0.75rem 0.75rem 30px;
    line-height: 24px;
    color: #999; }
.layui-form-item .layui-form-checkbox[lay-skin="brand"] i {
    right: inherit;
    left: 8px;
    top: 15px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #e6e6e6; }
.layui-form-item .layui-form-checkbox[lay-skin="brand"].layui-form-checked span {
    background-color: #333;
    color: #fff; }
.layui-form-item .layui-form-checkbox[lay-skin="brand"].layui-form-checked i {
    color: #fff; }

.layui-form-radio {
    margin: 10px 10px 0 0; }
.layui-form-radio > i:hover {
    color: #333; }
.layui-form-radio.layui-form-radioed > i {
    color: #333; }

.input-dark .layui-input,
.input-dark .layui-select,
.input-dark .layui-textarea {
    background: none;
    border: 1px solid #fff;
    color: #fff; }

/* 流加载
   -------------------- */
.layui-flow-more {
    width: 100%;
    text-align: center;
    margin: 1rem auto;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }
.layui-flow-more a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px; }
.layui-flow-more a cite {
    padding: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: none; }

/* layer自定义皮肤
   -------------------- */
body .shfw-css .layui-layer-btn .layui-layer-btn0 {
    background-color: #333;
    border-color: #333;
    color: #fff; }

/* 表单相关
   --------------------------------------------------- */
/* 通用表单
   -------------------- */
.form-button {
    padding-top: 1rem;
    padding-bottom: 1rem; }
.form-button .btn {
    padding-top: 1rem;
    padding-bottom: 1rem; }

/* 登录页
   --------------------------------------------------- */
.login-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
.login-wrapper .layui-tab {
    width: 100%;
    margin: 0;
    background: #f2f2f2; }
.login-wrapper .layui-tab-title {
    border: none;
    height: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
.login-wrapper .layui-tab-title li {
    background: #e6e6e6;
    flex: 1 1 auto;
    padding: 0.75rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #666; }
.login-wrapper .layui-tab-title li:after {
    display: none; }
.login-wrapper .layui-tab-title li.layui-this {
    background: #f2f2f2; }
@media (min-width: 992px) {
    .login-wrapper {
        width: 600px;
        margin-left: auto;
        margin-right: auto; }
    .login-wrapper.lg {
        width: 800px; } }
@media (min-width: 1600px) {
    .login-wrapper {
        padding-left: 0;
        padding-right: 0; } }
.login-wrapper .title-wrapper {
    padding: 1rem 25px 0; }
@media (min-width: 992px) {
    .login-wrapper .title-wrapper {
        padding: 1rem 90px 0; } }
.login-wrapper .btn-language {
    text-align: center;
    margin: -1rem 0 3rem; }
.login-wrapper .btn-language a {
    color: rgba(0, 0, 0, 0.7); }
.login-wrapper .btn-language a + a:after {
    border-left: solid rgba(0, 0, 0, 0.1) 2px; }
.login-wrapper .btn-language a:hover {
    color: rgba(0, 0, 0, 0.5); }
.login-wrapper .btn-language a.active {
    color: rgba(0, 0, 0, 0.9); }
.login-wrapper .layui-tab-item {
    padding: 0 15px 30px; }
@media (min-width: 992px) {
    .login-wrapper .layui-tab-item {
        padding: 0 80px 30px; } }
.login-wrapper .text-muted {
    font-size: 18px;
    font-weight: bold; }

/* 申请页
   --------------------------------------------------- */
.apply-wrapper .jumbotron {
    background: #fff; }

.form-layer-after {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 15px #000 !important;
    box-shadow: inset 0 0 15px #000 !important; }
.form-layer-after .layui-layer-wrap {
    padding: 2rem 2rem 0; }
.form-layer-after .layui-layer-btn {
    text-align: center;
    padding: 1rem 0 2rem !important; }
.form-layer-after .layui-layer-ico {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTQzNy41LDM4Ni42TDMwNi45LDI1NmwxMzAuNi0xMzAuNmMxNC4xLTE0LjEsMTQuMS0zNi44LDAtNTAuOWMtMTQuMS0xNC4xLTM2LjgtMTQuMS01MC45LDBMMjU2LDIwNS4xTDEyNS40LDc0LjUgIGMtMTQuMS0xNC4xLTM2LjgtMTQuMS01MC45LDBjLTE0LjEsMTQuMS0xNC4xLDM2LjgsMCw1MC45TDIwNS4xLDI1Nkw3NC41LDM4Ni42Yy0xNC4xLDE0LjEtMTQuMSwzNi44LDAsNTAuOSAgYzE0LjEsMTQuMSwzNi44LDE0LjEsNTAuOSwwTDI1NiwzMDYuOWwxMzAuNiwxMzAuNmMxNC4xLDE0LjEsMzYuOCwxNC4xLDUwLjksMEM0NTEuNSw0MjMuNCw0NTEuNSw0MDAuNiw0MzcuNSwzODYuNnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-color: #000;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center !important;
    border-radius: 50%; }
.form-layer-after .layui-layer-btn .layui-layer-btn0 {
    background-color: #333;
    border-color: #333;
    height: inherit;
    padding: 5px 20px; }
.form-layer-after .layui-layer-btn .layui-layer-btn0:hover {
    color: #fff;
    background-color: #333; }



/*# sourceMappingURL=common.css.map */
