html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 10px
}

body {
    background-color: #fff;
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row-no-gutters {
    margin-left: 0;
    margin-right: 0
}

.row-no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    display: table-column;
    float: none;
    position: static
}

table td[class*=col-],
table th[class*=col-] {
    display: table-cell;
    float: none;
    position: static
}

caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px
}

caption,
th {
    text-align: left
}

.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #ddd;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top
}

.table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        margin-bottom: 15px;
        overflow-y: hidden;
        width: 100%
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    border: 0;
    padding: 0
}

legend {
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    width: 100%
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    line-height: normal;
    margin: 4px 0 0;
    margin-top: 1px\9
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -20px;
    margin-top: 4px\9;
    position: absolute
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    vertical-align: middle
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 10px;
    margin-top: 0
}

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: 32px;
    padding: 6px 10px
}

.input-lg {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    min-height: 38px;
    padding: 11px 16px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 2
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    height: 46px;
    line-height: 46px;
    width: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    height: 30px;
    line-height: 30px;
    width: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    background-color: #dff0d8;
    border-color: #3c763d;
    color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 11px
    }

    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px
    }
}

.btn {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    outline: 0
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333
}

.btn-default.focus,
.btn-default:focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333
}

.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    color: #333
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    background-color: #333;
    color: #fff
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #286090;
    border-color: #122b40;
    color: #fff
}

.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
    color: #fff
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
    color: #fff
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #204d74;
    border-color: #122b40;
    color: #fff
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    background-color: #fff;
    color: #337ab7
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    background-color: #449d44;
    border-color: #255625;
    color: #fff
}

.btn-success:hover {
    background-color: #449d44;
    border-color: #398439;
    color: #fff
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
    color: #fff
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background-color: #398439;
    border-color: #255625;
    color: #fff
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    background-color: #fff;
    color: #5cb85c
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff
}

.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
    color: #fff
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-color: #269abc;
    border-color: #1b6d85;
    color: #fff
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    background-color: #fff;
    color: #5bc0de
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff
}

.btn-warning.focus,
.btn-warning:focus {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
    color: #fff
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    background-color: #d58512;
    border-color: #985f0d;
    color: #fff
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    background-color: #c9302c;
    border-color: #761c19;
    color: #fff
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
    color: #fff
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #ac2925;
    border-color: #761c19;
    color: #fff
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    background-color: #fff;
    color: #d9534f
}

.btn-link {
    border-radius: 0;
    color: #337ab7;
    font-weight: 400
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    background-color: transparent;
    color: #23527c;
    text-decoration: underline
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.btn-group-xs>.btn,
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-group,
.btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    float: left;
    position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    max-width: 100%;
    width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 16px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center
}

.input-group-addon.input-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px
}

.input-group-addon.input-lg {
    border-radius: 6px;
    font-size: 18px;
    padding: 10px 16px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    z-index: 2
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857143;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #23527c;
    z-index: 2
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    cursor: default;
    z-index: 3
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-touch-callout: none;
    color: #ccc;
    font-size: 13px;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-slide {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: auto;
    right: 10px
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    direction: ltr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #fff;
    color: var(--plyr-badge-text-color, #fff);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: 20px;
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
    -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: #000c;
    background: var(--plyr-captions-background, #000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    -ms-flex-negative: 0;
    background: #0000;
    border: 0;
    border-radius: 4px;
    border-radius: var(--plyr-control-radius, 4px);
    color: inherit;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.plyr__control svg {
    fill: currentColor;
    display: block;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
    outline: 0
}

.plyr__control:focus-visible {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px;
    padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: #ffffffe6;
    background: var(--plyr-menu-background, #ffffffe6);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    -webkit-transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-arrow-size, 4px) solid #0000;
    border-top-color: var(--plyr-menu-background, #ffffffe6);
    content: "";
    height: 0;
    position: absolute;
    right: 14px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: 4.66667px 10.5px;
    padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plyr__menu__container .plyr__control,
.plyr__menu__container .plyr__control>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid #0000;
    border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
    padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: 6.5px;
    right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: initial
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: 7px;
    margin: calc(var(--plyr-control-spacing, 10px)*.7);
    margin-bottom: 3.5px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
    padding-left: 28px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
    position: relative;
    width: calc(100% - 14px);
    width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: 6.5px;
    left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3.5px;
    margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: initial
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    -ms-flex-negative: 0;
    background: #0000001a;
    content: "";
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #00b2ff;
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: #23282f1a
}

.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);
    overflow: hidden;
    padding-left: 24.5px;
    padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: 26px;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: #00b2ff;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    display: block;
    height: 19px;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: #0000;
    background-image: -webkit-linear-gradient(left, currentColor, #0000 0);
    background-image: linear-gradient(90deg, currentColor, #0000 0);
    background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), #0000 var(--value, 0));
    background-image: linear-gradient(to right, currentColor var(--value, 0), #0000 var(--value, 0));
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: -4px;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    color: #0000
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: #0000;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: #0000;
    background: currentColor;
    border: 0;
    border-radius: 2.5px;
    border-radius: calc(var(--plyr-range-track-height, 5px)/2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33);
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
    outline: 2px dashed #00b2ff;
    outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    outline-offset: 2px
}

.plyr__poster {
    background-color: #000;
    background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: #fff;
    background: var(--plyr-tooltip-background, #fff);
    border-radius: 5px;
    border-radius: var(--plyr-tooltip-radius, 5px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 5px 7.5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    -ms-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
    left: 16px;
    left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: 6.5px;
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
    margin-left: -6.5px;
    margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    margin-right: -6.5px;
    margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    left: 0;
    max-width: 120px;
    overflow-wrap: break-word
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: -2.5px;
    margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: #0000
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: -webkit-linear-gradient(135deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
    background-image: linear-gradient(-45deg, #23282f99 25%, #0000 0, #0000 50%, #23282f99 0, #23282f99 75%, #0000 0, #0000);
    background-image: -webkit-linear-gradient(135deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, #23282f99) 25%, #0000 25%, #0000 50%, var(--plyr-progress-loading-background, #23282f99) 50%, var(--plyr-progress-loading-background, #23282f99) 75%, #0000 75%, #0000);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: #ffffff40;
    background-color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr__progress__marker {
    background-color: #fff;
    background-color: var(--plyr-progress-marker-background, #fff);
    border-radius: 1px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    width: var(--plyr-progress-marker-width, 3px);
    z-index: 3
}

.plyr__volume {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    margin-left: calc(var(--plyr-control-spacing, 10px)/2);
    margin-right: 5px;
    margin-right: calc(var(--plyr-control-spacing, 10px)/2);
    max-width: 90px;
    min-width: 60px;
    position: relative;
    z-index: 2
}

.plyr--audio {
    display: block
}

.plyr--audio .plyr__controls {
    background: #fff;
    background: var(--plyr-audio-controls-background, #fff);
    border-radius: inherit;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: #c1c8d199;
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, #c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #23282f1a;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: #c1c8d199;
    color: var(--plyr-audio-progress-buffered-background, #c1c8d199)
}

.plyr--video {
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

    .plyr__video-embed,
    .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    -ms-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: -webkit-linear-gradient(#0000, #000000bf);
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: 5px;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: 20px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: 35px;
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    color: #fff;
    color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
    background: #00b2ff;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
    border: 0;
    border-radius: 100%;
    color: #fff;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: 15px;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: #ffffff40;
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, #ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px #23282f26, 0 0 0 1px #23282f33, 0 0 0 3px #ffffff80;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: #ffffff40;
    color: var(--plyr-video-progress-buffered-background, #ffffff40)
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads:empty:after {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: #fff;
    background-color: var(--plyr-tooltip-background, #fff);
    border-radius: 8px;
    border-radius: var(--plyr-menu-radius, 8px);
    bottom: 100%;
    box-shadow: 0 1px 2px #00000026;
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
    margin-bottom: 10px;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(.8);
    -ms-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid #0000;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-right: 4px solid #0000;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
    border-top: 4px solid #fff;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
    bottom: -4px;
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: 7px;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__image-container:after {
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px #00000026;
    content: "";
    pointer-events: none
}

.plyr__preview-thumb__image-container img {
    max-height: none;
    max-width: none
}

.plyr__preview-thumb__time-container {
    background: -webkit-linear-gradient(#0000, #000000bf);
    background: linear-gradient(#0000, #000000bf);
    background: var(--plyr-video-controls-background, linear-gradient(#0000, #000000bf));
    border-bottom-left-radius: 7px;
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: 7px;
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    color: #fff;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    direction: ltr;
    height: 100%;
    max-width: 100%;
    outline: none;
    overflow: hidden;
    position: relative
}

.mCSB_container {
    height: auto;
    overflow: hidden;
    width: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-left: 30px;
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    bottom: 0;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: 0;
    right: auto
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px;
    height: 100%;
    margin: 0 auto;
    width: 2px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    height: 30px;
    width: 100%;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 16px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 4px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 30px;
    margin-right: 0
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    height: 16px;
    left: 0;
    right: 0;
    top: auto;
    width: auto
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 2px;
    margin: 7px 0;
    width: 100%
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    height: 100%;
    left: 0;
    width: 30px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 4px;
    margin: 6px auto;
    width: 100%
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    bottom: 0;
    height: auto;
    left: 0;
    margin-bottom: 30px;
    margin-right: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.mCSB_container_wrapper>.mCSB_container {
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-right: 30px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-left: 30px;
    margin-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
    margin-right: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    opacity: .75
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
    opacity: 0
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    opacity: 1
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}



.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    opacity: .75
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
    opacity: .9
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 1px;
    width: 4px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 1px;
    width: 4px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px auto;
    width: 100%
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 2px;
    width: 4px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75);
    border-radius: 2px;
    width: 6px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    width: 100%
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px auto;
    width: 100%
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 2px;
    margin: 7px auto;
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0 1px;
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    margin: -1px 0;
    width: 16px
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    margin: 0 -1px;
    width: 16px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
    opacity: .3
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-repeat: repeat-x;
    height: 4px;
    margin: 6px 0
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0));
    background-repeat: repeat-y
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0));
    background-repeat: repeat-x
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
    opacity: 1
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2);
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2);
    height: 8px;
    margin: 4px 0;
    width: 100%
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 8px;
    margin: 4px auto;
    width: 100%
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
    opacity: 1
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    bottom: 0;
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
    height: auto;
    left: 0;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    margin: 12px 0;
    right: 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 6px;
    margin: 5px 0;
    width: 100%
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    width: 12px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 3px 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    bottom: 0;
    height: 6px;
    left: 0;
    margin: 5px 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
    width: 100%
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9)
}

html {
    font-size: 14px
}

@media (min-width:668px) and (max-width:1919px) {
    html {
        font-size: 19.5px;
        font-size: calc(8.13099px + .87859vw)
    }
}

@media (min-width:1920px) {
    html {
        font-size: 25px
    }
}

a:active,
a:focus {
    border: none;
    outline: 0
}

body {
    background-color: #ddd;
    color: #666;
    font-family: Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, sans-serif;
    font-size: 16px;
    line-height: 1.5em
}

@media (max-width:1440px) {
    body {
        font-size: 14px
    }
}

a {
    color: #333
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #eb6700
}

svg {
    fill: currentColor;
    display: inline-block;
    overflow: hidden
}

.hidden-svg {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0
}

.pagenation {
    font-size: 14px;
    text-align: center;
  	  margin-bottom: 2rem;
}

.pagenation .current,
.pagenation a {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
    padding: 0 12px;
}

.pagenation .current,
.pagenation span {
    display: inline-block;
    line-height: 30px;
    margin: 0px;
    padding: 0 18px
}

@media (max-width:668px) {

    /*.pagenation .current,
    .pagenation .page-numbers.dots,
    .pagenation a {
        display: none
    }*/
}

.pagenation a {
    border: 1px solid #999;
    color: #999;
    -webkit-transition: all .5s;
    transition: all .5s
}
.pagenation span {
    border: 1px solid #999;
    color: #999;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pagenation a:hover {
    border-color: #eb6700;
    color: #eb6700
}

@media (max-width:668px) {
    .pagenation a {
        margin: 0;
        padding: 0 20px
    }
  	
  .pagenation span {
        margin: 0;
        padding: 0 20px
    }

    .pagenation a.prev {
        display: block;
        float: left
    }

    .pagenation a.next {
        display: block;
        float: right
    }
}

.pagenation .current {
    background-color: #eb6700;
    border-color: #eb6700;
    color: #fff
}

.page_404 {
    background-color: #f6f6f5;
    height: 100vh;
    text-align: center;
    width: 100%
}

.page_404,
.page_404>.inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
}

.page_404>.inner {
    background-color: #fff;
    border-bottom-right-radius: 2.4rem;
    border-top-left-radius: 2.4rem;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, .15);
    height: 50vh;
    overflow: hidden;
    position: relative;
    width: 50%
}

@media (max-width:1180px) {
    .page_404>.inner {
        height: 80%;
        width: 80%
    }
}

@media (max-width:668px) {
    .page_404>.inner {
        height: 100%;
        width: 100%
    }
}

.page_404>.inner:before {
    bottom: -8rem;
    left: -8rem
}

.page_404>.inner:after,
.page_404>.inner:before {
    background-color: #eb6700;
    border-radius: 50%;
    content: "";
    display: block;
    height: 16rem;
    opacity: .15;
    position: absolute;
    width: 16rem;
    z-index: 2
}

.page_404>.inner:after {
    right: -8rem;
    top: -8rem
}

.page_404 .title h1 {
    color: #eb6700;
    font-size: 1.44rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 0
}

.page_404 .title p {
    display: block;
    font-size: 16px;
    line-height: 2em;
    margin: 20px 0;
    padding: 0
}

.page_404 .title p span {
    font-family: arial
}

.page_404 .link>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    margin: 0 -10px;
    padding: 0
}

.page_404 .link>ul>li {
    padding: 0 10px
}

.page_404 .link>ul>li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.page_404 .link>ul>li a svg {
    color: #999;
    height: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 12px
}

.page_404 .link>ul>li a span {
    color: #999;
    font-size: 14px;
    line-height: 36px;
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.page_404 .link>ul>li a:hover {
    background-color: #eb6700;
    border-color: #eb6700
}

.page_404 .link>ul>li a:hover span,
.page_404 .link>ul>li a:hover svg {
    color: #fff
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-block-image img {
    height: auto !important;
    max-width: 100% !important
}

.wp-block-image .aligncenter {
    text-align: center
}

.wp-video {
    margin: 20px auto;
    max-width: 800px !important;
    width: 100% !important
}

#wraper {
    --header_height: 100px;
    --target_fix_height: -80px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    min-height: 100vh;
    overflow: hidden;
    position: relative
}

@media (max-width:1440px) {
    #wraper {
        --header_height: 80px
    }
}

@media (max-width:1180px) {
    #wraper {
        --header_height: 60px;
        --target_fix_height: -60px
    }
}

#wraper.scrolled {
    --header_height: 80px
}

@media (max-width:1180px) {
    #wraper.scrolled {
        --header_height: 60px
    }
}

.target-fix {
    background: none;
    border: none;
    display: block;
    height: 0;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    top: var(--target_fix_height)
}

.target-fix:focus {
    outline: 0
}

.w {
    margin-left: auto;
    margin-right: auto;
    width: 89.58%
}

@media (max-width:1180px) {
    .w {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

.w_col {
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

@media (max-width:1180px) {
    .w_col {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

.w_small {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:1440px) {
    .w_small {
        max-width: 100%;
        /* padding-left: 80px;
        padding-right: 80px */
    }
}

@media (max-width:1180px) {
    .w_small {
        padding-left: 20px;
        padding-right: 20px
    }
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../font/Montserrat-Regular.eot);
    src: url(../font/Montserrat-Regular.eot) format("embedded-opentype"), url(../font/Montserrat-Regular.woff2) format("woff2"), url(../font/Montserrat-Regular.woff) format("woff"), url(../font/Montserrat-Regular.ttf) format("truetype"), url(../font/Montserrat-Regular.svg) format("svg")
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../font/Montserrat-Medium.eot);
    src: url(../font/Montserrat-Medium.eot) format("embedded-opentype"), url(../font/Montserrat-Medium.woff2) format("woff2"), url(../font/Montserrat-Medium.woff) format("woff"),
        url(../font/Montserrat-Medium.svg) format("svg")
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../font/Montserrat-Bold.eot);
    src: url(../font/Montserrat-Bold.eot) format("embedded-opentype"), url(../font/Montserrat-Bold.woff2) format("woff2"), url(../font/Montserrat-Bold.woff) format("woff"), url(../font/Montserrat-Bold.ttf) format("truetype"), url(../font/Montserrat-Bold.svg) format("svg")
}

@font-face {
    font-family: Arkiv-Bold;
    src: url(../font/Arkiv-Bold.eot);
    src: url(../font/Arkiv-Bold.eot) format("embedded-opentype"), url(../font/Arkiv-Bold.woff2) format("woff2"), url(../font/Arkiv-Bold.woff) format("woff"), url(../font/Arkiv-Bold.ttf) format("truetype"), url(../font/Arkiv-Bold.svg) format("svg")
}

.mt {
    margin-top: 80px
}

@media (max-width:1180px) {
    .mt {
        margin-top: 60px
    }
}

.pt {
    padding-top: 80px
}

@media (max-width:1180px) {
    .pt {
        padding-top: 60px
    }
}

.header {
    background-color: rgba(0, 0, 0, .2);
    max-width: 1920px;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 506
}

.header .w {
    position: relative;
    z-index: 5
}

.scrolled .header {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (max-width:1180px) {
    .header_inner {
        height: var(--header_height)
    }
}

.scrolled .header_inner:after {
    opacity: 0
}

.header_logo {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 7.2rem
}

@media (max-width:1180px) {
    .header_logo {
        width: 130px
    }
}

.header_logo img {
    width: 100%
}

.header_nav {
    margin-left: auto
}

@media (max-width:1180px) {
    .header_nav {
        display: none
    }
}

.header_nav>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -1.2rem;
    padding: 0
}

@media (max-width:1440px) {
    .header_nav>ul {
        margin: 0 -.8rem
    }
}

.header_nav>ul>li {
    padding: 0 1.2rem;
    position: relative
}

@media (max-width:1440px) {
    .header_nav>ul>li {
        padding: 0 .8rem
    }
}

.header_nav>ul>li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header_nav>ul>li>a:after {
    background-color: #eb6700;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    line-height: 2px;
    opacity: 0;
    position: absolute;
    width: 0;
    z-index: 2
}

.header_nav>ul>li>a span,
.header_nav>ul>li>a:after {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header_nav>ul>li>a span {
    color: #fff;
    font-size: .72rem;
    line-height: var(--header_height);
    white-space: nowrap
}

.scrolled .header_nav>ul>li>a span {
    color: #000
}

.header_nav>ul>li>a svg {
    color: #fff;
    height: 12px;
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 12px
}

.scrolled .header_nav>ul>li>a svg {
    color: #000
}

.header_nav>ul>li .sub {
    background-color: #f5f5f5;
    display: none;
    left: 50%;
    min-width: 100%;
    position: absolute;
    top: var(--header_height);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20
}

@media (max-width:1440px) {
    .header_nav>ul>li .sub {
        top: 80px
    }
}

.header_nav>ul>li .sub>ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px
}

.header_nav>ul>li .sub>ul>li>a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.header_nav>ul>li .sub>ul>li>a:hover {
    color: #eb6700
}

.header_nav>ul>li.cur>a:after,
.header_nav>ul>li.on>a:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.header_nav>ul>li.cur>a span,
.header_nav>ul>li.on>a span {
    color: #eb6700
}

.header_white .header_nav>ul>li.cur>a span,
.header_white .header_nav>ul>li.on>a span {
    color: #fff
}

.scrolled .header_nav>ul>li.cur>a span,
.scrolled .header_nav>ul>li.on>a span {
    color: #eb6700
}

.header_nav>ul>li.cur>a svg,
.header_nav>ul>li.on>a svg {
    color: #eb6700;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header_nav>ul>li.cur>a span {
    font-weight: 700
}

.header_phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
    position: relative
}

@media (max-width:1681px) {
    .header_phone {
        margin-left: 1.2rem
    }
}

@media (max-width:1180px) {
    .header_phone {
        margin-left: auto;
        margin-right: 40px;
        padding-right: 20px
    }
}

@media (max-width:668px) {
    .header_phone {
        padding-right: 10px
    }
}

.header_phone:before {
    background-color: hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1px;
    z-index: 2
}

@media (max-width:1180px) {
    .header_phone:before {
        left: auto;
        right: 0
    }
}

.scrolled .header_phone:before {
    background-color: rgba(0, 0, 0, .3)
}

.header_phone svg {
    color: #fff;
    height: .96rem;
    margin: 0 .4rem 0 2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .96rem
}

@media (max-width:1681px) {
    .header_phone svg {
        height: .8rem;
        margin: 0 .4rem 0 1.2rem;
        width: .8rem
    }
}

@media (max-width:1180px) {
    .header_phone svg {
        height: 16px;
        margin: 0 10px 0 0;
        width: 16px
    }
}

.scrolled .header_phone svg {
    color: #666
}

.header_phone span {
    color: #fff;
    font-family: Montserrat-Medium;
    font-size: .88rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1681px) {
    .header_phone span {
        font-size: .8rem
    }
}

@media (max-width:1180px) {
    .header_phone span {
        font-size: 18px
    }
}

@media (max-width:668px) {
    .header_phone span {
        display: none
    }
}

.scrolled .header_phone span {
    color: #666
}

.header_phone:hover span,
.header_phone:hover svg {
    color: #eb6700
}

a .more01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #004a9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.08rem;
    padding: 0 1.12rem 0 .92rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    a .more01 {
        height: 36px
    }
}

a .more01 span {
    color: #fff;
    font-size: .72rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    a .more01 span {
        font-size: 14px
    }
}

a .more01 svg {
    color: #fff;
    height: .48rem;
    margin-left: 2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

@media (max-width:668px) {
    a .more01 svg {
        height: 12px;
        margin-left: 20px;
        width: 12px
    }
}

a .more01.white .icon {
    border-color: #fff
}

a .more01.white .icon svg,
a .more01.white span {
    color: #fff
}

a:active .more01 .icon,
a:hover .more01 {
    background-color: #eb6700
}

a:active .more01 .icon svg {
    color: #fff
}

.footer {
    background-color: #252525
}

.footer_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 2.2rem;
    padding-top: 2.2rem
}

@media (max-width:1440px) {
    .footer_top {
        padding-bottom: 2.2rem;
        padding-top: 2.2rem
    }
}

@media (max-width:668px) {
    .footer_top {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .footer_top_left {
        text-align: center;
        width: 100%
    }
}

.footer_top_left a {
    color: #fff
}

.footer_top_left .txt {
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: .64rem;
    font-weight: 700;
    line-height: 2em
}

@media (max-width:668px) {
    .footer_top_left .txt {
        font-size: 15px
    }
}

.footer_top_left .txt p {
    display: block;
    margin: 0 0 .4rem
}

.footer_top_left .txt p .t {
    display: block
}

.footer_top_left .txt a[href^="tel:"] {
    display: block;
    font-family: Arkiv-Bold;
    font-size: 1.04rem;
    /*margin-bottom: 1.2rem*/
}

@media (max-width:668px) {
    .footer_top_left .txt a[href^="tel:"] {
        font-size: 30px
    }
}

.footer_top_left .txt .net {
    width: 200px
}

@media (max-width:668px) {
    .footer_top_left .txt .net {
        margin: 0 auto
    }
}

.footer_top_left .txt .net>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px;
    padding: 0
}

.footer_top_left .txt .net>ul>li {
    padding: 0 5px;
    white-space: nowrap;
    width: 20%
}

.footer_top_left .txt .social {
    margin-top: 2rem
}

.footer_top_left .txt .social>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -10px;
    padding: 0
}

@media (max-width:668px) {
    .footer_top_left .txt .social>ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 -5px
    }
}

.footer_top_left .txt .social>ul>li {
    padding: 0 10px
}

@media (max-width:668px) {
    .footer_top_left .txt .social>ul>li {
        padding: 0 5px
    }
}

.footer_top_left .txt .social>ul>li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.84rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1.84rem
}

@media (max-width:668px) {
    .footer_top_left .txt .social>ul>li a {
        height: 32px;
        width: 32px
    }
}

.footer_top_left .txt .social>ul>li a svg {
    color: #000;
    height: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50%
}

.footer_top_left .txt .social>ul>li a.qr {
    position: relative
}

.footer_top_left .txt .social>ul>li a.qr .qr_box {
    bottom: 1.84rem;
    display: none;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
    z-index: 2
}

.footer_top_left .txt .social>ul>li a.qr .qr_box .inner {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%
}

.footer_top_left .txt .social>ul>li a.qr .qr_box .inner img {
    display: block;
    width: 100%
}

.footer_top_left .txt .social>ul>li a.qr .qr_box .inner span {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    text-align: center
}

.footer_top_left .txt .social>ul>li a.qr .qr_box:after {
    border: 5px dashed transparent;
    border-bottom: none;
    border-top: 5px solid #fff;
    content: "";
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 0
}

.footer_top_left .txt .social>ul>li a:hover {
    background-color: #eb6700
}

.footer_top_left .txt .social>ul>li a:hover svg {
    color: #fff
}

.footer_top_left .txt .social>ul>li a:hover.qr .qr_box {
    display: block
}

.footer_top_left .txt .btn_contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 1.28rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.56rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*margin-top: 4rem;*/
  	  margin-top: 1rem;
    padding: 0 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 14.4rem
}

@media (max-width:668px) {
    .footer_top_left .txt .btn_contact {
        margin: 20px auto 0
    }
}

.footer_top_left .txt .btn_contact span {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1em;
    white-space: nowrap
}

.footer_top_left .txt .btn_contact .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eb6700;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1.2rem
}

.footer_top_left .txt .btn_contact .icon svg {
    color: #000;
    height: .48rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

.footer_top_left .txt .btn_contact:hover {
    background-color: #eb6700;
    border-color: #eb6700;
    text-decoration: none
}

.footer_top_left .txt .btn_contact:hover .icon {
    background-color: #fff
}

.footer_top_left .txt .btn_contact:hover .icon svg {
    color: #eb6700
}

.footer_top_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: auto
}

@media (max-width:968px) {
    .footer_top_nav {
        display: none
    }
}

.footer_top_nav>ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0 -1.8rem;
    padding: 0
}

.footer_top_nav>ul>li {
    padding: 0 1.8rem;
    position: relative
}

.footer_top_nav>ul>li>a {
    color: #fff;
    font-size: .8rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.footer_top_nav>ul>li>a svg {
    display: none
}

.footer_top_nav>ul>li .sub {
    margin-top: 1.2rem
}

.footer_top_nav>ul>li .sub>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_top_nav>ul>li .sub>ul>li {
    display: block
}

.footer_top_nav>ul>li .sub>ul>li a {
    color: hsla(0, 0%, 100%, .6);
    display: block;
    font-size: .6rem;
    line-height: 2em;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer_top_nav>ul>li .sub>ul>li a:hover {
    color: #fff
}

.footer_copyright {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .3);
    font-size: .56rem;
    line-height: 2em;
    padding: 2rem 0
}

@media (max-width:1440px) {
    .footer_copyright {
        font-size: 12px;
        padding: 20px 0
    }
}

.footer_copyright .w {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .footer_copyright .w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }
}

.footer_copyright p {
    margin: 0
}

.footer_copyright br {
    display: none
}

@media (max-width:668px) {
    .footer_copyright br {
        display: block
    }
}

.footer_copyright a {
    color: hsla(0, 0%, 100%, .3);
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer_copyright a:hover {
    color: #fff
}

.footer_copyright .link a {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    white-space: nowrap
}

.footer_copyright .link a:before {
    background-color: hsla(0, 0%, 100%, .3);
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 1px
}

.footer_copyright .link a:first-of-type {
    margin-left: 0;
    padding-left: 0
}

.footer_copyright .link a:first-of-type:before {
    display: none
}

.body-overlay {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 506
}

.body-overlay.morezindex {
    z-index: 505
}

.mobile-icon {
    display: none
}

@media (max-width:1180px) {
    .mobile-icon {
        display: block
    }
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 16px;
    position: fixed;
    right: 20px;
    top: 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 20px;
    z-index: 600
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
    outline: none
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top,
.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
    height: 2px;
    position: absolute;
    right: 0;
    width: 20px
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top {
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.scrolled .hamburger.is-closed .hamb-bottom,
.scrolled .hamburger.is-closed .hamb-middle,
.scrolled .hamburger.is-closed .hamb-top {
    background-color: #333
}

.hamburger.is-closed .hamb-top {
    top: 0
}

.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    margin-top: -1px;
    top: 50%
}

.hamburger.is-closed .hamb-bottom {
    bottom: 0
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    top: 0
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
    background-color: #fff
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-top {
    margin-top: -2px;
    top: 50%
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08), -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08), -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.icon_mnav {
    display: none
}

#wraper .side__bar-inner {
    background-color: #fff;
    height: 100%;
    left: -200px;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px;
    z-index: 550
}

#wraper .side__bar-logo {
    display: block;
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

#wraper .side__bar-logo img {
    max-width: 100%
}

#wraper .side__bar ul {
    margin: 0;
    padding: 0
}

#wraper .side__bar ul>li {
    display: block
}

#wraper .side__bar ul>li>a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: block;
    font-size: 14px;
    line-height: 40px
}

#wraper .side__bar ul>li>a svg {
    display: none
}

#wraper .side__bar ul>li.m {
    position: relative
}

#wraper .side__bar ul>li.m i.icon {
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 40px;
    z-index: 10
}

#wraper .side__bar ul>li.m i.icon svg {
    color: #333;
    height: 20px;
    margin-top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 20px
}

#wraper .side__bar ul>li.m i.icon.on svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#wraper .side__bar ul>li .sub {
    display: none;
    margin: 0;
    padding: 10px 0 0
}

#wraper .side__bar ul>li .sub li {
    display: block
}

#wraper .side__bar ul>li .sub li a {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px
}

#wraper .side__bar ul>li .sub.sub_line2>ul>li>a {
    font-weight: 700;
    padding-left: 0
}

#wraper .side__bar ul>li .sub.sub_line2>ul>li>a em {
    font-style: normal
}

#wraper .side__bar ul>li .sub.sub_line2>ul>li>ul li a:before {
    content: "-"
}

#wraper .side__bar ul>li .sub.sub_line2>ul>li>ul li a em {
    font-style: normal
}

#wraper .side__bar ul>li .sub.sub_line2>ul>li>ul li a .ishot {
    height: 14px;
    width: 14px
}

#wraper.toggled .side__bar-inner {
    background-color: #fff;
    border-color: #fff;
    left: 0;
    overflow: hidden;
    overflow-y: scroll
}

.pop__search {
    display: none
}

.pop__search-box {
    background: #fff;
    height: 70px;
    left: 50%;
    margin-left: -340px;
    margin-top: 0;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 680px;
    z-index: 1000
}

@media (max-width:668px) {
    .pop__search-box {
        margin-left: -45%;
        width: 90%
    }
}

.pop__search-box form {
    display: block;
    height: 50px;
    padding-right: 50px;
    position: relative;
    width: 100%
}

.pop__search-box form .btn01 {
    background: none;
    border: none;
    height: 50px;
    line-height: 50px;
    outline: 0;
    width: 100%
}

.pop__search-box form .btn02 {
    background: none;
    border: none;
    display: block;
    height: 50px;
    outline: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.pop__search-box form .btn02 svg {
    color: #333;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 100%
}

.pop__search-box form .btn02:hover svg {
    color: #eb6700
}

.pop__search-close {
    background: none;
    border: none;
    opacity: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 80px;
    z-index: 1000
}

.pop__search-close svg {
    height: 30px;
    vertical-align: top;
    width: 30px
}

.pop__search-close span,
.pop__search-close svg {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pop__search-close span {
    display: block;
    font-size: 16px;
    font-weight: 400
}

.pop__search-close:hover svg {
    color: #eb6700;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pop__search-close:hover span {
    color: #eb6700
}

.pop__search.on {
    display: block
}

.pop__search.on .pop__search-box {
    top: 30%
}

.pop__search.on .pop__search-close {
    opacity: 1
}

.title01 {
    margin: 0;
    padding: 0
}

.title01 b {
    color: #333;
    display: block;
    font-size: 1.92rem;
    font-weight: 700;
    line-height: 1em
}

@media (max-width:1380px) {
    .title01 b {
        font-size: 1.44rem
    }
}

.title01 span {
    color: #666;
    display: block;
    font-family: Montserrat-Medium;
    font-size: .8rem;
    line-height: 1em;
    margin-top: 1rem
}

.n_banner {
    position: relative
}

.n_banner .n_banner_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

@media (max-width:668px) {
    .n_banner .n_banner_txt {
        padding-top: var(--header_height)
    }
}

.n_banner .n_banner_txt b {
    font-size: 2.4rem;
    line-height: 1em
}

.n_banner .n_banner_txt span {
    font-family: Montserrat-Medium;
    font-size: 1.04rem;
    line-height: 1em;
    margin-top: 1.44rem
}

.n_banner img {
    width: 100%
}

.common_txt {
    color: #666;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left
}

@media (max-width:1440px) {
    .common_txt {
        font-size: 14px
    }
}

.common_txt p {
    margin: 0 0 15px
}

.common_txt p:last-of-type {
    margin-bottom: 0
}

.common_txt img {
    height: auto !important;
    max-width: 100% !important
}

.swiper_arrows {
    margin: 0
}

.swiper_arrows,
.swiper_arrows .arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.swiper_arrows .arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #999;
    border-radius: 100%;
    height: 1.84rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.84rem
}

.swiper_arrows .arrow svg {
    color: #999;
    height: .48rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

.swiper_arrows .arrow:hover {
    background-color: #eb6700;
    border-color: #eb6700
}

.swiper_arrows .arrow:hover svg {
    color: #fff
}

.swiper_info {
    margin: 0
}

.swiper_info,
.swiper_info .arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.swiper_info .arrow {
    border: 1px solid #999;
    border-radius: 100%;
    height: 1.84rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.84rem
}

.swiper_info .arrow,
.swiper_info .arrow svg {
    -webkit-transition: all .5s;
    transition: all .5s
}

.swiper_info .arrow svg {
    color: #999;
    height: .48rem;
    width: .48rem
}

.swiper_info .arrow:hover {
    background-color: #eb6700;
    border-color: #eb6700
}

.swiper_info .arrow:hover svg {
    color: #fff
}

.swiper_info .swiper_slides {
    margin: 0 .4rem;
    width: auto
}

.swiper_slides {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.swiper_slides .swiper-pagination-bullet {
    background-color: #ccc;
    border-radius: 5px;
    height: 10px;
    margin: 0 6px;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 10px
}

.swiper_slides .swiper-pagination-bullet-active {
    background-color: #004a9e;
    width: 28px
}

.sub_nav {
    background-color: #343131;
    margin-bottom: -3.6rem;
    position: relative;
    -webkit-transform: translateY(-3.6rem);
    -ms-transform: translateY(-3.6rem);
    transform: translateY(-3.6rem);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 20
}

@media (max-width:668px) {
    .sub_nav {
        background: none;
        margin-bottom: -20px;
        padding-top: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.innerScrolled .sub_nav {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    top: var(--header_height);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 505
}

@media (max-width:668px) {
    .innerScrolled .sub_nav {
        background: #fff;
        margin: 0
    }
}

.sub_nav .w_col>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .sub_nav .w_col>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.sub_nav .w_col>ul>li {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 33.33%;
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%
}

@media (max-width:668px) {
    .sub_nav .w_col>ul>li {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        margin-bottom: 20px;
        padding: 0 10px
    }
}

.sub_nav .w_col>ul>li a {
    color: #fff;
    display: block;
    font-size: .96rem;
    line-height: 3.6rem;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .sub_nav .w_col>ul>li a {
        background-color: #343131;
        font-size: 14px
    }
}

@media (min-width:668px) {
    .sub_nav .w_col>ul>li a:hover {
        opacity: .5
    }
}

.sub_nav .w_col>ul>li.current-cat a {
    background-color: #004a9e
}

@media (min-width:668px) {
    .sub_nav .w_col>ul>li.current-cat a:hover {
        opacity: 1
    }
}

@media (max-width:668px) {
    .sub_nav .w_col>ul.small_text>li {
        -ms-flex-preferred-size: 33.33%;
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%
    }
}

.sub_nav .w_col>ul.small_text>li a {
    font-size: .72rem
}

@media (max-width:668px) {
    .sub_nav .w_col>ul.small_text>li a {
        line-height: 36px
    }
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle
}

.index_banner {
    position: relative;
    z-index: 2
}

.index_banner .swiper-slide .item {
    display: block;
    width: 100%
}

@media (max-width:968px) {
    .index_banner .swiper-slide .item {
        height: auto
    }
}

.index_banner .swiper-slide .item .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

.index_banner .swiper-slide .item .txt .title01 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5em;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item .txt .title01 {
        font-size: 24px
    }
}

.index_banner .swiper-slide .item .txt .title02 {
    font-size: 1.44rem;
    line-height: 1.5em;
    margin: .8rem 0 2rem;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item .txt .title02 {
        font-size: 16px
    }
}

.index_banner .swiper-slide .item .txt .title_en {
    font-family: Montserrat-Bold;
    font-size: 1.04rem;
    line-height: 1.5em;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item .txt .title_en {
        font-size: 16px
    }
}

.index_banner .swiper-slide .item .bg {
    height: 100vh;
    object-fit: cover;
    width: 100%
}

@media (max-width:968px) {
    .index_banner .swiper-slide .item .bg {
        height: 600px
    }
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item .bg {
        height: auto;
        object-fit: contain
    }
}

.index_banner .swiper-slide-active .item .txt .title01 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.index_banner .swiper-slide-active .item .txt .title02 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.index_banner .swiper-slide-active .item .txt .title_en {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.index_banner .index_banner_info {
    bottom: 2.4rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20
}

@media (max-width:668px) {
    .index_banner .index_banner_info {
        bottom: 20px
    }
}

.index_banner .index_banner_info .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.index_banner .index_banner_info .inner .index_banner_num {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat-Medium
}

.index_banner .index_banner_info .inner .index_banner_num .cur {
    font-size: 1.92rem;
    line-height: .7em;
    width: 2.8rem
}

.index_banner .index_banner_info .inner .index_banner_num .total {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-size: .72rem;
    line-height: .8em
}

.index_banner .index_banner_info .inner .index_banner_num .total:before {
    content: "/";
    margin: 0 .4rem 0 0
}

.index_banner .index_banner_info .inner .index_banner_mouse {
    height: 1.44rem;
    left: 50%;
    opacity: .8;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.44rem;
    z-index: 2
}

.index_banner .index_banner_info .inner .index_banner_mouse .icon {
    background: none;
    border: none;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

.index_banner .index_banner_info .inner .index_banner_mouse .icon svg {
    color: #fff;
    height: 100%;
    width: 100%
}

.index_banner .index_banner_info .inner .index_banner_mouse .arrow {
    -webkit-animation: arrow_down 1s infinite;
    animation: arrow_down 1s infinite;
    bottom: -.8rem;
    height: .56rem;
    left: 50%;
    margin-left: -.28rem;
    position: absolute;
    width: .56rem;
    z-index: 2
}

.index_banner .index_banner_info .inner .index_banner_mouse .arrow svg {
    color: #fff;
    height: 100%;
    width: 100%
}

.index_banner .index_banner_info .inner .index_banner_page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.6rem;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 .8rem;
    text-align: center;
    width: auto
}

@media (max-width:668px) {
    .index_banner .index_banner_info .inner .index_banner_page {
        border-radius: 15px;
        height: 30px;
        padding: 0 10px
    }
}

.index_banner .index_banner_info .inner .index_banner_page .swiper-pagination-bullet:only-child {
    visibility: hidden
}

.index_banner .index_banner_info .inner .index_banner_page .swiper-pagination-bullet {
    background: none;
    height: 16px;
    margin: 0 5px;
    opacity: 1;
    position: relative;
    width: 16px
}

.index_banner .index_banner_info .inner .index_banner_page .swiper-pagination-bullet:before {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
    z-index: 2
}

.index_banner .index_banner_info .inner .index_banner_page .swiper-pagination-bullet:after {
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

.index_banner .index_banner_info .inner .index_banner_page .swiper-pagination-bullet-active:after {
    opacity: 1
}

@-webkit-keyframes arrow_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(.8rem);
        transform: translateY(.8rem)
    }

    51% {
        opacity: 0;
        -webkit-transform: translateY(-.8rem);
        transform: translateY(-.8rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes arrow_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(.8rem);
        transform: translateY(.8rem)
    }

    51% {
        opacity: 0;
        -webkit-transform: translateY(-.8rem);
        transform: translateY(-.8rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.index_intro {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.2rem 0 3.6rem
}

@media (max-width:1180px) {
    .index_intro {
        padding: 40px 0
    }
}

@media (max-width:668px) {
    .index_intro {
        padding-bottom: 20px
    }
}

.index_intro_txt {
    width: 48%
}

@media (max-width:1180px) {
    .index_intro_txt {
        width: 58%
    }
}

@media (max-width:668px) {
    .index_intro_txt {
        width: 100%
    }
}

.index_intro_txt .title {
    color: #333;
    font-size: 1.92rem;
    line-height: 1em;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .index_intro_txt .title {
        font-size: 22px
    }
}

.index_intro_txt .title:after {
    background-color: rgba(0, 74, 158, .3);
    content: "";
    display: block;
    height: .12rem;
    line-height: .12rem;
    margin-top: 1.6rem;
    width: 2rem
}

.index_intro_txt .des {
    color: #666;
    font-size: .72rem;
    line-height: 1.8em;
    margin: 2rem 0;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left
}

@media (max-width:1180px) {
    .index_intro_txt .des {
        font-size: 14px
    }
}

.index_intro_txt .des p {
    margin: 0 0 .8rem
}

.index_intro_txt .des p:last-of-type {
    margin-bottom: 0
}

.index_intro_txt .more {
    display: inline-block
}

.index_intro_slogan {
    margin: 4.8rem 0 0
}

@media (max-width:1380px) {
    .index_intro_slogan {
        margin-top: 2.4rem
    }
}

.index_intro_slogan>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -2rem;
    padding: 0
}

@media (max-width:668px) {
    .index_intro_slogan>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.index_intro_slogan>ul>li {
    padding: 0 2rem;
    position: relative;
    width: 25%
}

@media (max-width:668px) {
    .index_intro_slogan>ul>li {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%
    }
}

.index_intro_slogan>ul>li:after {
    background-color: rgba(235, 103, 0, .2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.index_intro_slogan>ul>li:last-of-type:after {
    display: none
}

@media (max-width:668px) {
    .index_intro_slogan>ul>li:nth-of-type(2):after {
        display: none
    }
}

.index_intro_slogan>ul>li .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.index_intro_slogan>ul>li .item p {
    color: #eb6700;
    font-size: 1.12rem;
    line-height: 1.5em;
    margin: 0
}

@media (max-width:1681px) {
    .index_intro_slogan>ul>li .item p {
        font-size: .8rem
    }
}

@media (max-width:668px) {
    .index_intro_slogan>ul>li .item p {
        font-size: 13px
    }
}

.index_intro_slogan>ul>li .item svg {
    -ms-flex-negative: 0;
    color: #eb6700;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 1.36rem;
    margin-left: 1rem;
    width: 1.36rem
}

.index_procategory>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .index_procategory>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index_procategory>ul>li {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 25vw
}

@media (max-width:668px) {
    .index_procategory>ul>li {
        width: 100%
    }
}

.index_procategory>ul>li a {
    display: block;
    overflow: hidden;
    position: relative
}

.index_procategory>ul>li a:before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

.index_procategory>ul>li a .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    left: 0;
    padding: 0 0 2.8rem 2.8rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

@media (max-width:968px) {
    .index_procategory>ul>li a .txt {
        padding: 0 0 20px 20px
    }
}

@media (max-width:668px) {
    .index_procategory>ul>li a .txt {
        padding: 40px 20px
    }
}

.index_procategory>ul>li a .txt .icon {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 2.16rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 22vh;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 2.16rem
}

@media (max-width:968px) {
    .index_procategory>ul>li a .txt .icon {
        margin-bottom: 100px
    }
}

@media (max-width:668px) {
    .index_procategory>ul>li a .txt .icon {
        margin-bottom: 40px
    }
}

.index_procategory>ul>li a .txt .icon svg {
    color: #000;
    height: .72rem;
    width: .72rem
}

.index_procategory>ul>li a .txt .title {
    margin: 0;
    padding: 0
}

.index_procategory>ul>li a .txt .title b {
    display: block;
    font-size: 1.44rem;
    line-height: 1em;
    white-space: nowrap
}

@media (max-width:1380px) {
    .index_procategory>ul>li a .txt .title b {
        font-size: 1.12rem
    }
}

@media (max-width:668px) {
    .index_procategory>ul>li a .txt .title b {
        font-size: 20px
    }
}

.index_procategory>ul>li a .txt .title span {
    display: block;
    font-family: Montserrat-Medium;
    font-size: .96rem;
    font-weight: 400;
    line-height: 1em;
    margin-top: 1.12rem;
    white-space: nowrap
}

@media (max-width:1380px) {
    .index_procategory>ul>li a .txt .title span {
        font-size: .72rem
    }
}

@media (max-width:668px) {
    .index_procategory>ul>li a .txt .title span {
        font-size: 16px
    }
}

.index_procategory>ul>li a .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - var(--header_height));
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 52vw
}

@media (max-width:968px) {
    .index_procategory>ul>li a .img {
        height: 500px
    }
}

@media (max-width:668px) {
    .index_procategory>ul>li a .img {
        height: 200px;
        width: 100%
    }
}

@media (min-width:668px) {
    .index_procategory>ul:hover li:hover {
        width: 52vw
    }
}

.index_procategory>ul:hover li:hover a:before {
    background-color: #004a9e
}

.index_procategory>ul:hover li:hover a .txt .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index_procategory>ul:hover li:hover a .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width:668px) {
    .index_procategory>ul:hover li:not(:hover) {
        width: 16vw
    }
}

.index_steps {
    background-color: #f5f5f7;
    padding: 4rem 0
}

@media (max-width:1180px) {
    .index_steps {
        padding: 40px 0
    }
}

@media (max-width:668px) {
    .index_steps {
        padding-bottom: 20px
    }
}

.index_steps .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:968px) {
    .index_steps .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index_steps_txt {
    width: 66%
}

@media (max-width:968px) {
    .index_steps_txt {
        width: 100%
    }
}

.index_steps_list {
    margin-bottom: -1.2rem;
    margin-top: 2.8rem
}

.index_steps_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -.6rem;
    overflow: hidden;
    padding: 0
}

.index_steps_list>ul>li {
    margin-bottom: 1.2rem;
    padding: 0 .6rem;
    width: 33.33%
}

@media (max-width:668px) {
    .index_steps_list>ul>li {
        width: 50%
    }
}

.index_steps_list>ul>li .item {
    background-color: #fff;
    height: 9.6rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item {
        height: 150px
    }
}

.index_steps_list>ul>li .item:before {
    background-color: #666;
    content: "";
    display: block;
    width: .16rem
}

.index_steps_list>ul>li .item .item_inner,
.index_steps_list>ul>li .item:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2
}

.index_steps_list>ul>li .item .item_inner {
    width: 100%
}

.index_steps_list>ul>li .item .item_inner .num {
    color: rgba(235, 103, 0, .12);
    display: block;
    font-family: Montserrat-Medium;
    font-size: 3.6rem;
    line-height: .8em;
    position: absolute;
    right: 1.2rem;
    top: 1.6rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item .item_inner .num {
        font-size: 2.4rem;
        right: 20px;
        top: 20px
    }
}

.index_steps_list>ul>li .item .item_inner .title {
    color: #333;
    display: block;
    font-size: 1.2rem;
    left: 1.6rem;
    line-height: 1em;
    position: absolute;
    top: 6.8rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item .item_inner .title {
        left: 20px;
        top: 100px
    }
}

.index_steps_list>ul>li .item .item_inner .after {
    color: #fff;
    display: none;
    font-size: .64rem;
    height: 6em;
    left: 0;
    line-height: 2em;
    overflow: hidden;
    padding: 0 1.2rem 0 1.6rem;
    position: absolute;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
    top: 5.6rem;
    z-index: 5
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item .item_inner .after {
        padding: 0 20px;
        top: 80px
    }
}

@media (max-width:668px) {
    .index_steps_list>ul>li .item .item_inner .after {
        font-size: 12px;
        padding: 0 0 0 20px
    }
}

.index_steps_list>ul>li .item:hover {
    z-index: 20
}

.index_steps_list>ul>li .item:hover:before {
    opacity: 0
}

.index_steps_list>ul>li .item:hover .item_inner {
    background-color: #eb6700;
    height: 20.4rem
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item:hover .item_inner {
        height: calc(300px + 1.2rem)
    }
}

.index_steps_list>ul>li .item:hover .num {
    color: #fff
}

.index_steps_list>ul>li .item:hover .title {
    color: #fff;
    top: 2.2rem
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item:hover .title {
        top: 1.4rem
    }
}

.index_steps_list>ul>li .item:hover .after {
    display: block;
    height: 20em
}

@media (max-width:1380px) {
    .index_steps_list>ul>li .item:hover .after {
        height: 18em
    }
}

.index_steps_list>ul>li:nth-of-type(4) .item_inner,
.index_steps_list>ul>li:nth-of-type(5) .item_inner,
.index_steps_list>ul>li:nth-of-type(6) .item_inner {
    bottom: 0;
    top: auto
}

.index_steps_img {
    margin-left: auto;
    width: 27%
}

@media (max-width:968px) {
    .index_steps_img {
        height: 350px;
        margin: 20px 0 0;
        width: 100%
    }
}

@media (max-width:668px) {
    .index_steps_img {
        height: 200px
    }
}

.index_steps_img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.index_vr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - var(--header_height));
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:968px) {
    .index_vr {
        height: 500px
    }
}

@media (max-width:668px) {
    .index_vr {
        height: 350px
    }
}

.index_vr .icon {
    height: 4.8rem;
    width: 4.8rem
}

.index_vr .icon svg {
    color: #fff;
    height: 100%;
    width: 100%
}

.index_vr .title {
    margin: 2.2rem 0 3.2rem;
    text-align: center
}

.index_vr .title b {
    display: block;
    font-size: 2.88rem;
    line-height: 1em
}

@media (max-width:668px) {
    .index_vr .title b {
        font-size: 30px
    }
}

.index_vr .title span {
    display: block;
    font-family: Montserrat-Medium;
    font-size: 1.2rem;
    line-height: 1em;
    margin-top: 1.2rem
}

.index_vr a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .4rem 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_vr a svg {
    color: #fff;
    height: .88rem;
    width: .88rem
}

@media (max-width:668px) {
    .index_vr a svg {
        height: 18px;
        width: 18px
    }
}

.index_vr a span {
    color: #fff;
    font-size: .88rem;
    line-height: 1em;
    margin-left: .8rem
}

@media (max-width:668px) {
    .index_vr a span {
        font-size: 16px
    }
}

.index_vr a:hover {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.index_case {
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (max-width:1180px) {
    .index_case {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .index_case {
        padding-bottom: 20px
    }
}

.index_case_title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.index_case_list {
    margin-bottom: -2rem;
    margin-top: 3.2rem
}

@media (max-width:1180px) {
    .index_case_list {
        margin-bottom: -20px;
        margin-top: 2rem
    }
}

.index_case_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

@media (max-width:1180px) {
    .index_case_list>ul {
        margin: 0 -10px
    }
}

.index_case_list>ul>li {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 33.33%
}

@media (max-width:1180px) {
    .index_case_list>ul>li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:668px) {
    .index_case_list>ul>li {
        width: 50%
    }
}

.index_case_list>ul>li a {
    display: block
}

.index_case_list>ul>li a .img {
    height: 12.6rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:968px) {
    .index_case_list>ul>li a .img {
        height: 150px
    }
}

@media (max-width:668px) {
    .index_case_list>ul>li a .img {
        height: 120px
    }
}

.index_case_list>ul>li a .img:after {
    background-color: #eb6700;
    content: "";
    display: block;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.index_case_list>ul>li a .img .more,
.index_case_list>ul>li a .img:after {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_case_list>ul>li a .img .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.index_case_list>ul>li a .img .more span {
    color: #fff;
    font-size: .72rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .index_case_list>ul>li a .img .more span {
        font-size: 14px
    }
}

.index_case_list>ul>li a .img .more svg {
    color: #fff;
    height: .48rem;
    margin-left: .6rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

@media (max-width:668px) {
    .index_case_list>ul>li a .img .more svg {
        height: 12px;
        margin-left: 20px;
        width: 12px
    }
}

.index_case_list>ul>li a .img .more .more01 {
    background: none
}

.index_case_list>ul>li a .img .bg {
    background-color: #f5f5f5;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s
}

.index_case_list>ul>li a .img .bg,
.index_case_list>ul>li a .img .bg .lozad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.index_case_list>ul>li a .img .bg .lozad {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.index_case_list>ul>li a .img .bg .lozad img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.index_case_list>ul>li a .img .bg .lozad[data-loaded=true] img {
    display: none
}

.index_case_list>ul>li a b.t {
    color: #000;
    display: block;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 1.5em;
    margin-top: 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .index_case_list>ul>li a b.t {
        font-size: 14px;
        font-weight: 400
    }
}

.index_case_list>ul>li a:hover .img:after {
    height: 100%;
    opacity: .9
}

.index_case_list>ul>li a:hover .img .more {
    opacity: 1;
    top: 50%
}

.index_case_list>ul>li a:hover .img .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index_case_list>ul>li a:hover b.t {
    color: #eb6700
}

.index_video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - var(--header_height));
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:968px) {
    .index_video {
        height: 500px
    }
}

@media (max-width:668px) {
    .index_video {
        height: 350px
    }
}

.index_video .logo {
    height: 2.6rem;
    width: 2.6rem
}

@media (max-width:668px) {
    .index_video .logo {
        height: 60px;
        width: 60px
    }
}

.index_video .title {
    color: #fff;
    font-size: 1.92rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 2.4rem 0 2.8rem;
    text-align: center
}

@media (max-width:668px) {
    .index_video .title {
        font-size: 20px;
        margin: 20px 0
    }
}

.index_video a {
    text-align: center
}

.index_video a .icon {
    height: 5.36rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 5.36rem
}

.index_video a .icon svg {
    color: #fff;
    height: .8rem;
    width: .8rem
}

.index_video a .icon:after,
.index_video a .icon:before {
    border-radius: 100%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1
}

.index_video a .icon:before {
    border: 1px solid hsla(0, 0%, 100%, .2);
    height: 5.36rem;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    width: 5.36rem
}

.index_video a .icon:after,
.index_video a .icon:before {
    -webkit-animation: video_circle 2s infinite;
    animation: video_circle 2s infinite
}

.index_video a .icon:after {
    border: 1px solid hsla(0, 0%, 100%, .4);
    height: 4.56rem;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    width: 4.56rem
}

.index_video a .icon i {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.index_video a .icon i,
.index_video a .icon i:after,
.index_video a .icon i:before {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.index_video a .icon i:after,
.index_video a .icon i:before {
    border-radius: 100%;
    content: "";
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_video a .icon i:before {
    -webkit-animation: video_circle 2s infinite;
    animation: video_circle 2s infinite;
    border: 1px solid hsla(0, 0%, 100%, .6);
    height: 3.76rem;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    width: 3.76rem
}

.index_video a .icon i:after {
    border: 2px solid #fff;
    height: 3.04rem;
    width: 3.04rem
}

.index_video a span {
    color: #fff;
    display: inline-block;
    font-size: .64rem;
    line-height: 1em;
    margin-top: .96rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_video a:hover .icon {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.index_video a:hover span {
    color: #eb6700
}

@-webkit-keyframes video_circle {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes video_circle {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.index_partner {
    background-color: #f1f1f1;
    padding: 4rem 0 2.8rem
}

@media (max-width:1180px) {
    .index_partner {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .index_partner {
        padding-bottom: 20px
    }
}

.index_partner_slide {
    margin-top: 2.6rem
}

@media (max-width:1180px) {
    .index_partner_slide {
        margin-top: 1.4rem
    }
}

.index_partner_slide .swiper-container {
    margin-left: -.6rem;
    overflow: hidden;
    padding: .6rem;
    width: calc(100% + 1.2rem)
}

.index_partner_slide .items {
    margin-bottom: -1.6rem
}

@media (max-width:1380px) {
    .index_partner_slide .items {
        margin-bottom: -20px
    }
}

.index_partner_slide .items>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

@media (max-width:1380px) {
    .index_partner_slide .items>ul {
        margin: 0 -10px
    }
}

.index_partner_slide .items>ul>li {
    margin-bottom: 1.6rem;
    padding: 0 1rem;
    width: 16.66%
}

@media (max-width:1380px) {
    .index_partner_slide .items>ul>li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:668px) {
    .index_partner_slide .items>ul>li {
        width: 50%
    }
}

.index_partner_slide .items>ul>li .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5.6rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.index_partner_slide .items>ul>li .img img {
    max-height: 70%;
    max-width: 70%
}

.index_partner_slide .items>ul>li:hover .img {
    box-shadow: .4rem .4rem .4rem 0 rgba(0, 0, 0, .1)
}

.index_partner_info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1.4rem
}

.index_partner_info,
.index_partner_page,
.index_partner_page .swiper-pagination-bullet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.index_partner_page .swiper-pagination-bullet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: none;
    border: 2px solid transparent;
    border-radius: 100%;
    height: .96rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: .4rem;
    opacity: 1;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .96rem
}

.index_partner_page .swiper-pagination-bullet:after {
    background-color: #cfcfcf;
    border-radius: 100%;
    content: "";
    display: block;
    height: .32rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .32rem
}

.index_partner_page .swiper-pagination-bullet-active {
    border-color: #004a9e
}

.index_partner_page .swiper-pagination-bullet-active:after {
    background-color: #004a9e
}

.index_partner_arrows,
.index_partner_arrows .arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.index_partner_arrows .arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 2px solid #5d5d5d;
    border-radius: 100%;
    height: 1.84rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1.84rem
}

.index_partner_arrows .arrow svg {
    color: #5d5d5d;
    height: .72rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .72rem
}

.index_partner_arrows .arrow:hover {
    border-color: #004a9e
}

.index_partner_arrows .arrow:hover svg {
    color: #004a9e
}

.index_news {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4.8rem;
    padding-top: 4.8rem
}

@media (max-width:1180px) {
    .index_news {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .index_news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px
    }
}

.index_news_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .index_news_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index_news_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px
}

@media (max-width:668px) {
    .index_news_title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%
    }
}

.index_news_title .title01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.index_news_title .more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

@media (max-width:668px) {
    .index_news_title .more {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        margin-left: auto;
        -webkit-order: 2;
        order: 2
    }
}

.index_news_title .more .inner {
    display: inline-block
}

.index_news_hd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin: auto 0 5.2rem;
    -webkit-order: 2;
    order: 2
}

@media (max-width:1380px) {
    .index_news_hd {
        margin: auto 0 3.2rem
    }
}

@media (max-width:668px) {
    .index_news_hd {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        margin: 40px 0 20px;
        -webkit-order: 3;
        order: 3;
        width: 100%
    }
}

.index_news_hd>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .index_news_hd>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }
}

.index_news_hd>ul>li {
    display: block;
    margin-bottom: 2.4rem
}

@media (max-width:668px) {
    .index_news_hd>ul>li {
        margin: 0;
        padding: 0 10px;
        width: 50%
    }
}

.index_news_hd>ul>li a {
    border-bottom: 2px solid transparent;
    color: #666;
    display: inline-block;
    font-size: .96rem;
    line-height: 2em
}

@media (max-width:668px) {
    .index_news_hd>ul>li a {
        border: 2px solid #ddd;
        display: block;
        font-size: 15px;
        line-height: 3em;
        text-align: center
    }
}

.index_news_hd>ul>li.on a {
    border-bottom-color: #004a9e;
    color: #004a9e
}

@media (max-width:668px) {
    .index_news_hd>ul>li.on a {
        background-color: #004a9e;
        border: 2px solid #004a9e;
        color: #fff
    }
}

.index_news_list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: -2rem;
    padding-left: 11.6%
}

@media (max-width:1180px) {
    .index_news_list {
        margin-bottom: -20px
    }
}

@media (max-width:968px) {
    .index_news_list {
        padding-left: 20px
    }
}

@media (max-width:668px) {
    .index_news_list {
        padding: 0
    }
}

.index_news_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

@media (max-width:1180px) {
    .index_news_list>ul {
        margin: 0 -10px
    }
}

.index_news_list>ul>li {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 50%
}

@media (max-width:1180px) {
    .index_news_list>ul>li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:668px) {
    .index_news_list>ul>li {
        width: 100%
    }
}

.index_news_list>ul>li a {
    background-color: #fff;
    box-shadow: .16rem 0 1.2rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem;
    position: relative
}

@media (max-width:1380px) {
    .index_news_list>ul>li a {
        padding: 1.6rem
    }
}

.index_news_list>ul>li a:after {
    background-color: #004a9e;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 4
}

.index_news_list>ul>li a .date {
    -ms-flex-negative: 0;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: 2px solid #ccc;
    color: #333;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-family: Montserrat-Medium;
    font-size: 1.44rem;
    line-height: 1em;
    padding-bottom: 1.6rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 4rem;
    z-index: 10
}

.index_news_list>ul>li a .date span {
    color: #999;
    display: block;
    font-size: .64rem;
    line-height: 2em;
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_news_list>ul>li a .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2.8rem;
    position: relative;
    z-index: 10
}

@media (max-width:1380px) {
    .index_news_list>ul>li a .txt {
        padding-left: 1.6rem
    }
}

.index_news_list>ul>li a .txt .t {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: .8rem;
    font-weight: 700;
    height: 3.2em;
    line-height: 1.6em;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .index_news_list>ul>li a .txt .t {
        font-size: 16px
    }
}

.index_news_list>ul>li a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-size: .64rem;
    font-weight: lighter;
    height: 4em;
    line-height: 2em;
    margin-top: .6rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .index_news_list>ul>li a .txt .des {
        font-size: 14px;
        font-weight: 400
    }
}

.index_news_list>ul>li a .img {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 1
}

.index_news_list>ul>li a .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.index_news_list>ul>li a:hover:after {
    opacity: .65
}

.index_news_list>ul>li a:hover .date {
    border-bottom-color: #fff;
    color: #fff
}

.index_news_list>ul>li a:hover .date span,
.index_news_list>ul>li a:hover .txt .des,
.index_news_list>ul>li a:hover .txt .t {
    color: #fff
}

.index_news_list>ul>li a:hover .img {
    opacity: 1
}

.index_news_list>ul>li a:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index_bottom {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10.4rem
}

@media (max-width:968px) {
    .index_bottom {
        height: auto;
        padding: 20px 0
    }
}

@media (max-width:668px) {
    .index_bottom {
        padding: 40px 0 0
    }
}

.index_bottom .w {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media (max-width:968px) {
    .index_bottom .w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index_bottom_txt {
    width: 39%
}

@media (max-width:968px) {
    .index_bottom_txt {
        width: 100%
    }
}

@media (max-width:668px) {
    .index_bottom_txt {
        text-align: center
    }
}

.index_bottom_txt .slogan {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 1em
}

.index_bottom_txt .phone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #eb6700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.6rem
}

@media (max-width:668px) {
    .index_bottom_txt .phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.index_bottom_txt .phone svg {
    height: 1.52rem;
    width: 1.52rem
}

.index_bottom_txt .phone span {
    font-family: Montserrat-Medium;
    font-size: 1.92rem;
    line-height: 1em;
    margin-left: 1rem
}

.index_bottom_form {
    width: 61%
}

@media (max-width:968px) {
    .index_bottom_form {
        margin-top: 20px;
        width: 100%
    }
}

.index_bottom_form .wpcf7-form div.wpcf7-response-output {
    border-color: #eb6700;
    border-width: 1px !important;
    color: #eb6700;
    font-size: 12px;
    margin: .8rem 0 0 !important
}

.index_bottom_form .wpcf7-form.sent div.wpcf7-response-output {
    color: #eb6700
}

.index_bottom_form .form {
    width: 100%
}

.index_bottom_form .form>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.48rem;
    padding: 0
}

@media (max-width:668px) {
    .index_bottom_form .form>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index_bottom_form .form>ul>li {
    padding: 0 .48rem;
    position: relative
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li {
        margin-bottom: 20px;
        width: 100%
    }
}

.index_bottom_form .form>ul>li.item {
    width: 100%
}

.index_bottom_form .form>ul>li.item.item_submit {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 8.4rem
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li.item.item_submit {
        width: 100%
    }
}

.index_bottom_form .form>ul>li input[type=email],
.index_bottom_form .form>ul>li input[type=tel],
.index_bottom_form .form>ul>li input[type=text] {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 2.4rem;
    outline: 0;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.index_bottom_form .form>ul>li input[type=email]::-webkit-input-placeholder,
.index_bottom_form .form>ul>li input[type=tel]::-webkit-input-placeholder,
.index_bottom_form .form>ul>li input[type=text]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-size: .72rem
}

.index_bottom_form .form>ul>li input[type=email]:-moz-placeholder,
.index_bottom_form .form>ul>li input[type=email]::-moz-placeholder,
.index_bottom_form .form>ul>li input[type=tel]:-moz-placeholder,
.index_bottom_form .form>ul>li input[type=tel]::-moz-placeholder,
.index_bottom_form .form>ul>li input[type=text]:-moz-placeholder,
.index_bottom_form .form>ul>li input[type=text]::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    font-size: .72rem
}

.index_bottom_form .form>ul>li input[type=email]:-ms-input-placeholder,
.index_bottom_form .form>ul>li input[type=tel]:-ms-input-placeholder,
.index_bottom_form .form>ul>li input[type=text]:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    font-size: .72rem
}

@media (max-width:668px) {

    .index_bottom_form .form>ul>li input[type=email],
    .index_bottom_form .form>ul>li input[type=tel],
    .index_bottom_form .form>ul>li input[type=text] {
        font-size: 14px;
        font-weight: 400;
        line-height: 50px
    }

    .index_bottom_form .form>ul>li input[type=email]::-webkit-input-placeholder,
    .index_bottom_form .form>ul>li input[type=tel]::-webkit-input-placeholder,
    .index_bottom_form .form>ul>li input[type=text]::-webkit-input-placeholder {
        color: rgba(0, 0, 0, .5);
        font-size: 14px
    }

    .index_bottom_form .form>ul>li input[type=email]:-moz-placeholder,
    .index_bottom_form .form>ul>li input[type=email]::-moz-placeholder,
    .index_bottom_form .form>ul>li input[type=tel]:-moz-placeholder,
    .index_bottom_form .form>ul>li input[type=tel]::-moz-placeholder,
    .index_bottom_form .form>ul>li input[type=text]:-moz-placeholder,
    .index_bottom_form .form>ul>li input[type=text]::-moz-placeholder {
        color: rgba(0, 0, 0, .5);
        font-size: 14px
    }

    .index_bottom_form .form>ul>li input[type=email]:-ms-input-placeholder,
    .index_bottom_form .form>ul>li input[type=tel]:-ms-input-placeholder,
    .index_bottom_form .form>ul>li input[type=text]:-ms-input-placeholder {
        color: rgba(0, 0, 0, .5);
        font-size: 14px
    }
}

.index_bottom_form .form>ul>li input[type=email]:focus,
.index_bottom_form .form>ul>li input[type=tel]:focus,
.index_bottom_form .form>ul>li input[type=text]:focus {
    background: #f5f5f5
}

.index_bottom_form .form>ul>li span.wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.index_bottom_form .form>ul>li .wpcf7-not-valid-tip {
    color: #eb6700;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.index_bottom_form .form>ul>li span[role=alert] {
    bottom: -20px;
    color: #eb6700;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    width: 100%
}

.index_bottom_form .form>ul>li div.wpcf7-acceptance-missing,
.index_bottom_form .form>ul>li div.wpcf7-validation-errors {
    border: 1px solid #eb6700
}

.index_bottom_form .form>ul>li div.wpcf7-mail-sent-ok {
    background-color: hsla(0, 0%, 77%, .3)
}

.index_bottom_form .form>ul>li div.wpcf7-response-output {
    color: #333;
    font-size: 12px;
    margin: 10px 0
}

.index_bottom_form .form>ul>li .captcha {
    background-color: #fff;
    position: relative
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li .captcha {
        width: 100%
    }
}

.index_bottom_form .form>ul>li .captcha .wpcf7-captchac {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 2
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li .captcha .wpcf7-captchac {
        top: 8px
    }
}

.index_bottom_form .form>ul>li .captcha input[type=text] {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: lighter;
    line-height: 54px;
    outline: 0;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.index_bottom_form .form>ul>li .captcha input[type=text]::-webkit-input-placeholder {
    color: #333;
    font-size: 14px
}

.index_bottom_form .form>ul>li .captcha input[type=text]:-moz-placeholder,
.index_bottom_form .form>ul>li .captcha input[type=text]::-moz-placeholder {
    color: #333;
    font-size: 14px
}

.index_bottom_form .form>ul>li .captcha input[type=text]:-ms-input-placeholder {
    color: #333;
    font-size: 14px
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li .captcha input[type=text] {
        line-height: 40px
    }
}

.index_bottom_form .form>ul>li .captcha input[type=text]:focus {
    background: #f5f5f5
}

.index_bottom_form .form>ul>li .captcha .wpcf7-not-valid-tip {
    bottom: -20px;
    left: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.index_bottom_form .form>ul>li .submit {
    position: relative
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li .submit {
        width: 100%
    }
}

.index_bottom_form .form>ul>li .submit .wpcf7-submit {
    background: #eb6700;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: .72rem;
    line-height: 2.4rem;
    outline: 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:668px) {
    .index_bottom_form .form>ul>li .submit .wpcf7-submit {
        font-size: 16px;
        line-height: 50px;
        padding: 0 10px
    }
}

.index_bottom_form .form>ul>li .submit .wpcf7-submit:hover {
    background: #eb6700;
    border-color: #eb6700;
    color: #fff
}

.index_bottom_form .form>ul>li .submit .wpcf7-spinner {
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pro_list {
    padding-bottom: 4rem;
    padding-top: 4.8rem
}

@media (max-width:1180px) {
    .pro_list {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

@media (max-width:668px) {
    .pro_list {
        padding-bottom: 20px
    }
}

.pro_list .list {
    margin-bottom: 2rem
}

@media (max-width:668px) {
    .pro_list .list {
        margin-bottom: 20px
    }
}

.pro_list .list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.pro_list .list>ul>li {
    display: block;
    margin-bottom: 1.6rem
}

@media (max-width:668px) {
    .pro_list .list>ul>li {
        margin-bottom: 20px
    }
}

.pro_list .list>ul>li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .pro_list .list>ul>li a {
        display: block;
        height: auto
    }
}

.pro_list .list>ul>li a .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f6f7f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50%;
    z-index: 10
}

@media (max-width:668px) {
    .pro_list .list>ul>li a .img {
        height: 200px;
        width: 100%
    }
}

.pro_list .list>ul>li a .img img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.pro_list .list>ul>li a .txt {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    padding: 3.2rem 4.8rem 3.2rem 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50%;
    z-index: 10
}

@media (max-width:668px) {
    .pro_list .list>ul>li a .txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 20px 0 0;
        width: 100%
    }
}

.pro_list .list>ul>li a .txt .t {
    color: #004a9e;
    display: block;
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .pro_list .list>ul>li a .txt .t {
        font-size: 16px
    }
}

.pro_list .list>ul>li a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: .72rem;
    line-height: 2em;
    margin: 2rem 0 2.4rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .pro_list .list>ul>li a .txt .des {
        font-size: 14px
    }
}

@media (max-width:668px) {
    .pro_list .list>ul>li a .txt .des {
        margin: 15px 0
    }
}

.pro_list .list>ul>li a .txt .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #eb6700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pro_list .list>ul>li a .txt .more span {
    font-size: .72rem;
    line-height: 1em
}

@media (max-width:1180px) {
    .pro_list .list>ul>li a .txt .more span {
        font-size: 14px
    }
}

.pro_list .list>ul>li a .txt .more svg {
    height: .56rem;
    margin-left: .8rem;
    width: .56rem
}

@media (max-width:1180px) {
    .pro_list .list>ul>li a .txt .more svg {
        height: 12px;
        margin-left: 10px;
        width: 12px
    }
}

.pro_list .list>ul>li a:after {
    background-color: #004a9e;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    z-index: 2
}

.pro_list .list>ul>li a .logo_icon,
.pro_list .list>ul>li a:after {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pro_list .list>ul>li a .logo_icon {
    height: 22rem;
    left: 21%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22rem;
    z-index: 5
}

.pro_list .list>ul>li a .logo_icon svg {
    color: hsla(0, 0%, 100%, .08);
    height: 100%;
    width: 100%
}

@media (min-width:668px) {
    .pro_list .list>ul>li a:hover .img {
        background-color: #fff;
        box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .1)
    }

    .pro_list .list>ul>li a:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .pro_list .list>ul>li a:hover .txt {
        padding: 3.2rem 1.6rem 3.2rem 3.2rem
    }

    .pro_list .list>ul>li a:hover .txt .des,
    .pro_list .list>ul>li a:hover .txt .more,
    .pro_list .list>ul>li a:hover .txt .t {
        color: #fff
    }

    .pro_list .list>ul>li a:hover:after {
        opacity: 1;
        width: 65%
    }

    .pro_list .list>ul>li a:hover .logo_icon {
        opacity: 1
    }
}

.pro_single_back {
    padding-bottom: 1.6rem;
    padding-top: 3.2rem
}

@media (max-width:1180px) {
    .pro_single_back {
        padding-bottom: 20px;
        padding-top: 40px
    }
}

@media (max-width:968px) {
    .pro_single_back {
        padding-top: 20px
    }
}

.pro_single_back .btn_page_back {
    margin-left: 0
}

.pro_single {
    padding-bottom: 4.8rem
}

@media (max-width:1180px) {
    .pro_single {
        padding-bottom: 40px
    }
}

@media (max-width:968px) {
    .pro_single {
        padding-bottom: 20px
    }
}

.pro_single_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:968px) {
    .pro_single_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pro_single_top_gallery {
    width: 50%
}

@media (max-width:968px) {
    .pro_single_top_gallery {
        width: 100%
    }
}

.pro_single_top_gallery a.img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f6f7f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.pro_single_top_gallery a.img img {
    width: 100%
}

.pro_single_top_gallery .pro_single_top_gallery_page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: .8rem;
    width: 100%
}

@media (max-width:668px) {
    .pro_single_top_gallery .pro_single_top_gallery_page {
        margin-top: 10px
    }
}

.pro_single_top_gallery .pro_single_top_gallery_page .swiper-pagination-bullet {
    background-color: #dddee0;
    border-radius: 0;
    height: 3px;
    line-height: 3px;
    margin: 0 .48rem;
    opacity: 1;
    width: 3.2rem
}

.pro_single_top_gallery .pro_single_top_gallery_page .swiper-pagination-bullet-active {
    background-color: #004a9e
}

.pro_single_top_info {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
    padding-left: 4.4rem;
    width: 50%
}

@media (max-width:1180px) {
    .pro_single_top_info {
        padding-left: 20px
    }
}

@media (max-width:968px) {
    .pro_single_top_info {
        padding: 20px 0 0;
        width: 100%
    }
}

.pro_single_top_info h1.title {
    color: #000;
    display: block;
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    padding: 0
}

.pro_single_top_info .txt {
    color: #666;
    font-size: .72rem;
    line-height: 2em;
    margin-top: 1.6rem;
  	  margin-bottom: 1.6rem;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left
}

@media (max-width:1180px) {
    .pro_single_top_info .txt {
        font-size: 14px
    }
}

.pro_single_top_info .txt p {
    margin: 0 0 .8rem
}

.pro_single_top_info .txt p:last-of-type {
    margin: 0
}

.single-product_detail .fancybox-content {
    background-color: #fff
}

.pro_single_list {
    margin-top: 1.6rem
}

@media (max-width:968px) {
    .pro_single_list {
        margin-top: 20px
    }
}

.pro_single_list .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e4e5ea;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.44rem;
    line-height: 2em;
    padding: .8rem 0
}

.pro_single_list .info {
    color: #333;
    font-size: .72rem;
    line-height: 2em;
    padding: 1.6rem 0 0;
    text-align: justify;
    /**-moz-text-align-last: left;
    text-align-last: left**/
}

.pro_single_list .info p {
    margin: 0 0 .8rem
}

.pro_single_list .info p:last-of-type {
    margin: 0
}

.pro_single_list .info img {
    height: auto !important;
    max-width: 100% !important
}

.pro_single_relatedcases {
    padding: 1.6rem 0 0
}

.pro_single_relatedcases a {
    display: block
}

.pro_single_relatedcases a .img {
    height: 12.6rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:968px) {
    .pro_single_relatedcases a .img {
        height: 150px
    }
}

@media (max-width:668px) {
    .pro_single_relatedcases a .img {
        height: 120px
    }
}

.pro_single_relatedcases a .img:after {
    background-color: #eb6700;
    content: "";
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

.pro_single_relatedcases a .img .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 3
}

.pro_single_relatedcases a .img .more span {
    color: #fff;
    font-size: .72rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .pro_single_relatedcases a .img .more span {
        font-size: 14px
    }
}

.pro_single_relatedcases a .img .more svg {
    color: #fff;
    height: .48rem;
    margin-left: .6rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

@media (max-width:668px) {
    .pro_single_relatedcases a .img .more svg {
        height: 12px;
        margin-left: 20px;
        width: 12px
    }
}

.pro_single_relatedcases a .img .more .more01 {
    background: none
}

.pro_single_relatedcases a .img .bg {
    background-color: #f5f5f5;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s
}

.pro_single_relatedcases a .img .bg,
.pro_single_relatedcases a .img .bg .lozad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.pro_single_relatedcases a .img .bg .lozad {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pro_single_relatedcases a .img .bg .lozad img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.pro_single_relatedcases a .img .bg .lozad[data-loaded=true] img {
    display: none
}

.pro_single_relatedcases a b.t {
    color: #000;
    display: block;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 1.5em;
    margin-top: 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .pro_single_relatedcases a b.t {
        font-size: 14px;
        font-weight: 400
    }
}

.pro_single_relatedcases a:hover .img:after {
    height: 100%;
    opacity: .9
}

.pro_single_relatedcases a:hover .img .more {
    opacity: 1;
    top: 50%
}

.pro_single_relatedcases a:hover .img .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pro_single_relatedcases a:hover b.t {
    color: #eb6700
}

.pro_single_relatedcases .swiper_info {
    margin-top: 2.8rem
}

@media (max-width:1380px) {
    .pro_single_relatedcases .swiper_info {
        margin-top: 2rem
    }
}

@media (max-width:1180px) {
    .pro_single_relatedcases .swiper_info {
        margin-top: 20px
    }
}

.case_list {
    padding-bottom: 2rem;
    padding-top: 4.8rem
}

@media (max-width:1180px) {
    .case_list {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

@media (max-width:668px) {
    .case_list {
        padding-bottom: 20px
    }
}

.case_list .list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

@media (max-width:1180px) {
    .case_list .list>ul {
        margin: 0 -10px
    }
}

.case_list .list>ul>li {
    margin-bottom: 2rem;
    width: 29.33%;
    margin-left: 2%;
    margin-right: 2%;
    padding-bottom: 20px;
    border:1px solid #e6e6e6
}

.case_list .list>ul>li:hover {
    box-shadow: 0px 5px 15px #b9b9b9;
}

@media (max-width:1180px) {
    .case_list .list>ul>li {
        margin-bottom: 20px;
        /*padding: 0 10px*/
    }
}

@media (max-width:668px) {
    .case_list .list>ul>li {
        width: 46%
    }
}

.case_list .list>ul>li a {
    display: block
}

.case_list .list>ul>li a .img {
    height: 12rem;
    overflow: hidden;
    position: relative;
    width: 100%;
      border-bottom: 1px solid #e6e6e6;
}

@media (max-width:968px) {
    .case_list .list>ul>li a .img {
        height: 150px
    }
}

@media (max-width:668px) {
    .case_list .list>ul>li a .img {
        height: 116px
    }
}

.case_list .list>ul>li a .img:after {
    background-color: #eb6700;
    content: "";
    display: block;
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.case_list .list>ul>li a .img .more,
.case_list .list>ul>li a .img:after {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s
}

.case_list .list>ul>li a .img .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.case_list .list>ul>li a .img .more span {
    color: #fff;
    font-size: .72rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .case_list .list>ul>li a .img .more span {
        font-size: 14px
    }
}

.case_list .list>ul>li a .img .more svg {
    color: #fff;
    height: .48rem;
    margin-left: .6rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

@media (max-width:668px) {
    .case_list .list>ul>li a .img .more svg {
        height: 12px;
        margin-left: 20px;
        width: 12px
    }
}

.case_list .list>ul>li a .img .more .more01 {
    background: none
}

.case_list .list>ul>li a .img .bg {
    background-color: #f5f5f5;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s
}

.case_list .list>ul>li a .img .bg,
.case_list .list>ul>li a .img .bg .lozad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.case_list .list>ul>li a .img .bg .lozad {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.case_list .list>ul>li a .img .bg .lozad img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.case_list .list>ul>li a .img .bg .lozad[data-loaded=true] img {
    display: none
}

.case_list .list>ul>li a b.t {
    color: #000;
    display: block;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 1.5em;
    margin-top: .8rem;
    -webkit-transition: all .5s;
    transition: all .5s;
  	 	padding: 0 1rem;
  	  text-align: center;
}

@media (max-width:1180px) {
    .case_list .list>ul>li a b.t {
        font-size: 14px;
        font-weight: 400;
    }
}

.case_list .list>ul>li a:hover .img:after {
    height: 100%;
    opacity: .9
}

.case_list .list>ul>li a:hover .img .more {
    opacity: 1;
    top: 50%
}

.case_list .list>ul>li a:hover .img .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.case_list .list>ul>li a:hover b.t {
    color: #eb6700
}

.news_list {
    padding-bottom: 4rem;
    padding-top: 4.8rem
}

@media (max-width:1180px) {
    .news_list {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

@media (max-width:668px) {
    .news_list {
        padding-bottom: 20px
    }
}

.news_list .list {
    margin-bottom: 2rem
}

@media (max-width:668px) {
    .news_list .list {
        margin-bottom: 20px
    }
}

.news_list .list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news_list .list>ul>li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 2.8rem;
    padding-bottom: 2.8rem
}

@media (max-width:1180px) {
    .news_list .list>ul>li {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.news_list .list>ul>li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .news_list .list>ul>li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.news_list .list>ul>li a .img {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 12rem;
    overflow: hidden;
    width: 22rem
}

@media (max-width:1180px) {
    .news_list .list>ul>li a .img {
        width: 40%
    }
}

@media (max-width:668px) {
    .news_list .list>ul>li a .img {
        height: 200px;
        width: 100%
    }
}

.news_list .list>ul>li a .img span {
    background-color: #eee;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.news_list .list>ul>li a .txt {
    -webkit-box-flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4.4rem;
      
    width: 100%;
    overflow: hidden;
}

@media (max-width:1288px) {
    .news_list .list>ul>li a .txt {
        padding-left: 3.2rem
    }
}

@media (max-width:1180px) {
    .news_list .list>ul>li a .txt {
        padding-left: 20px
    }
}

@media (max-width:668px) {
    .news_list .list>ul>li a .txt {
        padding: 20px 0 0;
        width: 100%
    }
}

.news_list .list>ul>li a .txt b.t {
    color: #333;
    display: block;
    font-size: .96rem;
    font-weight: 400;
    line-height: 1.5em
}

@media (max-width:1180px) {
    .news_list .list>ul>li a .txt b.t {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .news_list .list>ul>li a .txt b.t {
        line-height: 1.5em
    }
}

@media (min-width:668px) {
    .news_list .list>ul>li a .txt b.t {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.news_list .list>ul>li a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: .64rem;
    line-height: 2em;
    margin: 2.4rem 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .news_list .list>ul>li a .txt .des {
        font-size: 14px;
        margin: 20px 0
    }
}

@media (max-width:668px) {
    .news_list .list>ul>li a .txt .des {
        margin: 20px 0
    }
}

.news_list .list>ul>li a .txt .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.news_list .list>ul>li a .txt .info .date {
    color: #666;
    font-family: Montserrat-Medium;
    font-size: .72rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news_list .list>ul>li a .txt .info .more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666;
    border-radius: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.92rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 6.64rem
}

@media (max-width:668px) {
    .news_list .list>ul>li a .txt .info .more {
        border-radius: 15px;
        height: 30px;
        width: 90px
    }
}

.news_list .list>ul>li a .txt .info .more span {
    color: #666;
    font-family: Montserrat-Bold;
    font-size: .64rem;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.news_list .list>ul>li a .txt .info .more svg {
    color: #666;
    height: .6rem;
    margin-left: .4rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .6rem
}

@media (min-width:668px) {
    .news_list .list>ul>li a:hover .img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news_list .list>ul>li a:hover .txt b.t {
        color: #eb6700;
        font-weight: 700
    }

    .news_list .list>ul>li a:hover .txt .info .date {
        color: #eb6700
    }

    .news_list .list>ul>li a:hover .txt .info .more {
        background-color: #eb6700;
        border-color: #eb6700
    }

    .news_list .list>ul>li a:hover .txt .info .more span,
    .news_list .list>ul>li a:hover .txt .info .more svg {
        color: #fff
    }
}

.news_single {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem
}

@media (max-width:1180px) {
    .news_single {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.news_single_inner {
    border-radius: .8rem;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    padding: 1.6rem
}

.news_single_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.news_single_title h1 {
    font-size: 22px;
    line-height: 1.5em;
    margin: 0;
    padding: 0 20px 0 0
}

@media (max-width:1440px) {
    .news_single_title h1 {
        font-size: 20px
    }
}

@media (max-width:668px) {
    .news_single_title h1 {
        font-size: 18px;
        padding: 0
    }
}

.case_single .news_single_title h1 {
    color: #eb6700;
    font-size: 26px
}

@media (max-width:1440px) {
    .case_single .news_single_title h1 {
        font-size: 23px
    }
}

@media (max-width:668px) {
    .case_single .news_single_title h1 {
        font-size: 20px
    }
}

.news_single_info {
    color: #999;
    font-size: 12px;
    line-height: 2em;
    padding: 10px 0 0
}

.news_single_content {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px 0
}

.case_single .news_single_content strong {
    color: #000
}

.news_single_content .newsvideo {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.news_single_content .newsvideo embed,
.news_single_content .newsvideo iframe,
.news_single_content .newsvideo object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news_single .post_nav_link {
    font-size: 12px;
    line-height: 2em
}

.btn_page_back {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: none;
    border: 1px solid #333;
    border-radius: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 36px;
    -webkit-justify-content: center;
    justify-content: center;
    outline: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 120px
}

@media (max-width:668px) {
    .btn_page_back {
        margin: 20px auto 0
    }
}

.btn_page_back svg {
    height: 12px;
    width: 12px
}

.btn_page_back span,
.btn_page_back svg {
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s
}

.btn_page_back span {
    font-size: 14px;
    margin-left: 10px
}

.btn_page_back:hover {
    background-color: #eb6700;
    border-color: #eb6700
}

.btn_page_back:hover span,
.btn_page_back:hover svg {
    color: #fff
}

.intro_title {
    margin: 0;
    padding: 0
}

.intro_title b {
    color: #333;
    display: block;
    font-size: 1.68rem;
    font-weight: 400;
    line-height: 1em
}

.intro_title.center {
    text-align: center
}

.intro_title.white b {
    color: #fff
}

.intro_about {
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative
}

@media (max-width:1180px) {
    .intro_about {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .intro_about {
        padding-bottom: 0
    }
}

.intro_about_inner {
    position: relative;
    z-index: 20
}

.intro_about_txt {
    color: #666;
    font-size: .72rem;
    line-height: 2em;
    margin-top: 2rem
}

.intro_about_txt img{
	max-width:100%;
}

@media (max-width:1180px) {
    .intro_about_txt {
        font-size: 14px
    }
}

.intro_about_txt p {
    margin: 0 0 .8rem
}

.intro_about_txt p:last-of-type {
    margin: 0
}

.intro_about_nums {
    margin: 3.2rem 0 0
}

@media (max-width:1180px) {
    .intro_about_nums {
        margin-top: 2rem
    }
}

.intro_about_nums>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .intro_about_nums>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .intro_about_nums>ul>li {
        margin-bottom: 20px;
        text-align: center;
        width: 50%
    }
}

.intro_about_nums>ul>li .item {
    color: #004a9e
}

.intro_about_nums>ul>li .item p {
    margin: 0
}

.intro_about_nums>ul>li .item .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .intro_about_nums>ul>li .item .top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.intro_about_nums>ul>li .item .top span {
    font-family: Montserrat-Medium;
    font-size: 2.4rem;
    line-height: .7em
}

.intro_about_nums>ul>li .item .top em {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: .64rem;
    font-style: normal;
    line-height: 1em
}

.intro_about_nums>ul>li .item .top em.d {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.intro_about_nums>ul>li .item .des {
    font-size: .72rem;
    line-height: 1em;
    margin-top: .8rem
}

.intro_about_logo {
    position: absolute;
    right: -10vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40vw;
    z-index: 1
}

@media (max-width:668px) {
    .intro_about_logo {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100vw
    }
}

.intro_about_logo img {
    opacity: .05;
    width: 100%
}

.intro_culture {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.intro_culture>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .intro_culture>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.intro_culture>ul>li {
    width: 25%
}

@media (max-width:668px) {
    .intro_culture>ul>li {
        width: 100%
    }
}

.intro_culture>ul>li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 30.4rem;
    padding: 10.8rem 2.4rem 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:1380px) {
    .intro_culture>ul>li .item {
        height: 24rem;
        padding: 6.8rem 20px 0
    }
}

@media (max-width:668px) {
    .intro_culture>ul>li .item {
        height: auto;
        min-height: 200px;
        padding: 20px
    }
}

.intro_culture>ul>li .item svg {
    height: 3rem;
    width: 3rem
}

.intro_culture>ul>li .item b {
    color: #fff;
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1em;
    margin: 1.6rem 0 1.2rem
}

.intro_culture>ul>li .item span {
    font-size: .96rem;
    line-height: 1.5em
}

.intro_culture>ul>li .item p {
    font-size: .64rem;
    line-height: 2em;
    margin: 1.6rem 0 0;
    opacity: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.intro_culture>ul>li .item:hover {
    background-color: #eb6700;
    padding-top: 6.8rem
}

@media (max-width:1380px) {
    .intro_culture>ul>li .item:hover {
        padding-top: 2.8rem
    }
}

@media (max-width:668px) {
    .intro_culture>ul>li .item:hover {
        padding: 20px
    }
}

.intro_culture>ul>li .item:hover p {
    opacity: 1
}

.intro_honor {
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (max-width:1180px) {
    .intro_honor {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .intro_honor {
        padding-bottom: 20px
    }
}

.intro_honor_list {
    margin-top: 2.8rem
}

@media (max-width:1380px) {
    .intro_honor_list {
        margin-top: 2rem
    }
}

@media (max-width:1180px) {
    .intro_honor_list {
        margin-top: 20px
    }
}

.intro_honor_list.swiper-container {
    margin-left: -.8rem;
    overflow: hidden;
    padding: .8rem;
    width: calc(100% + 1.6rem)
}

.intro_honor_list a {
    background-color: #fff;
    box-shadow: .2rem 0 .8rem 0 rgba(0, 0, 0, .1);
    display: block;
    padding: 0 2rem
}

.intro_honor_list a .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 13.6rem;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.2rem;
    width: 100%
}

@media (max-width:668px) {
    .intro_honor_list a .img {
        height: 150px;
        padding: 10px
    }
}

.intro_honor_list a .img img {
    max-height: 100%;
    max-width: 100%
}

.intro_honor_list a .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.2rem;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.intro_honor_list a .title span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: .64rem;
    line-height: 1.5em;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.intro_honor_list .intro_honor_listpage {
    margin-top: 2.8rem
}

@media (max-width:1380px) {
    .intro_honor_list .intro_honor_listpage {
        margin-top: 2rem
    }
}

@media (max-width:1180px) {
    .intro_honor_list .intro_honor_listpage {
        margin-top: 20px
    }
}

.intro_history {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (max-width:1380px) {
    .intro_history {
        padding-bottom: 3.2rem;
        padding-top: 3.2rem
    }
}

@media (max-width:1180px) {
    .intro_history {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .intro_history {
        padding-bottom: 20px
    }
}

.intro_history_txt_outter {
    padding-bottom: 4rem;
    padding-top: 3.2rem;
    position: relative
}

@media (max-width:1380px) {
    .intro_history_txt_outter {
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

@media (max-width:1180px) {
    .intro_history_txt_outter {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro_history_txt_outter .arrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    z-index: 2
}

.intro_history_txt_outter .arrow svg {
    color: #fff;
    height: .48rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .48rem
}

.intro_history_txt_outter .arrow.prev {
    left: 0
}

.intro_history_txt_outter .arrow.next {
    right: 0
}

.intro_history_txt_outter .arrow:hover {
    background-color: #eb6700;
    border-color: #eb6700
}

.intro_history_txt_outter .arrow:hover svg {
    color: #fff
}

.intro_history_txt {
    margin: 0 auto;
    max-width: 800px
}

.intro_history_txt .item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 12rem;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.intro_history_txt .item .inner .txt {
    color: #fff;
    font-size: .88rem;
    line-height: 1.8em;
    padding: 0 2.4rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5
}

@media (max-width:668px) {
    .intro_history_txt .item .inner .txt {
        font-size: 14px;
        line-height: 1.5em
    }
}

.intro_history_txt .item .inner .year {
    color: hsla(0, 0%, 100%, .1);
    display: block;
    font-family: Montserrat-Bold;
    font-size: 12rem;
    left: 50%;
    line-height: 1em;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

@media (max-width:668px) {
    .intro_history_txt .item .inner .year {
        font-size: 100px
    }
}

.intro_history_year {
    position: relative
}

.intro_history_year:before {
    background-color: #ddd;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: .36rem;
    width: 100%;
    z-index: 1
}

.intro_history_year .slick-list {
    z-index: 5
}

.intro_history_year .slick-slide .item {
    cursor: pointer;
    position: relative;
    z-index: 5
}

.intro_history_year .slick-slide .item:before {
    background-color: hsla(0, 0%, 100%, .3);
    height: .72rem;
    margin-left: -.36rem;
    top: 0;
    width: .72rem;
    z-index: 1
}

.intro_history_year .slick-slide .item:after,
.intro_history_year .slick-slide .item:before {
    border-radius: 100%;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s
}

.intro_history_year .slick-slide .item:after {
    background-color: #fff;
    height: .48rem;
    margin-left: -.24rem;
    top: .12rem;
    width: .48rem;
    z-index: 2
}

.intro_history_year .slick-slide .item .year {
    color: #fff;
    display: block;
    font-family: Montserrat-Bold;
    font-size: .64rem;
    line-height: 3.2rem;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.intro_history_year .slick-slide.slick-current .item:before {
    background-color: rgba(235, 103, 0, .3)
}

.intro_history_year .slick-slide.slick-current .item:after {
    background-color: #eb6700
}

.intro_history_year .slick-slide.slick-current .item .year {
    color: #eb6700;
    font-size: .8rem
}

.intro_activity {
    padding-bottom: 3.2rem;
    padding-top: 4rem
}

@media (max-width:1380px) {
    .intro_activity {
        padding-bottom: 3.2rem;
        padding-top: 3.2rem
    }
}

@media (max-width:1180px) {
    .intro_activity {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .intro_activity {
        padding-bottom: 20px
    }
}

.intro_activity_list {
    margin-top: 2rem
}

.intro_activity_list .swiper-container {
    margin-left: -.8rem;
    overflow: hidden;
    padding: .8rem;
    width: calc(100% + 1.6rem)
}

.intro_activity_list .items {
    margin-bottom: -1.6rem
}

.intro_activity_list .items>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -.8rem;
    padding: 0
}

.intro_activity_list .items>ul>li {
    margin-bottom: 1.6rem;
    padding: 0 .8rem;
    width: 25%
}

@media (max-width:668px) {
    .intro_activity_list .items>ul>li {
        width: 50%
    }
}

.intro_activity_list .items>ul>li a {
    box-shadow: .2rem 0 .8rem 0 rgba(0, 0, 0, .1);
    display: block
}

.intro_activity_list .items>ul>li a .img {
    height: 9.6rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:968px) {
    .intro_activity_list .items>ul>li a .img {
        height: 150px
    }
}

@media (max-width:668px) {
    .intro_activity_list .items>ul>li a .img {
        height: 120px
    }
}

.intro_activity_list .items>ul>li a .img .bg {
    background-color: #f5f5f5;
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s
}

.intro_activity_list .items>ul>li a .img .bg,
.intro_activity_list .items>ul>li a .img .bg .lozad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.intro_activity_list .items>ul>li a .img .bg .lozad {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.intro_activity_list .items>ul>li a .img .bg .lozad img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.intro_activity_list .items>ul>li a .img .bg .lozad[data-loaded=true] img {
    display: none
}

.intro_activity_list .items>ul>li a .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.2rem;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.intro_activity_list .items>ul>li a .title b {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: .72rem;
    font-weight: 400;
    line-height: 1.5em;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:1180px) {
    .intro_activity_list .items>ul>li a .title b {
        font-size: 14px
    }
}

.intro_activity_list .intro_activity_list_page {
    margin-top: 2.4rem
}

@media (max-width:668px) {
    .intro_activity_list .intro_activity_list_page {
        margin-top: 20px
    }
}

.visual_list {
    padding-bottom: 4rem;
    padding-top: 4.8rem
}

@media (max-width:1180px) {
    .visual_list {
        padding-bottom: 40px;
        padding-top: 20px
    }
}

@media (max-width:668px) {
    .visual_list {
        padding-bottom: 20px
    }
}

.visual_list .list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1rem;
    padding: 0
}

@media (max-width:1180px) {
    .visual_list .list>ul {
        margin: 0 -10px
    }
}

.visual_list .list>ul>li {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 33.33%
}

@media (max-width:1180px) {
    .visual_list .list>ul>li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:668px) {
    .visual_list .list>ul>li {
        width: 50%
    }
}

.visual_list .list>ul>li a {
    display: block
}

.visual_list .list>ul>li a .img {
    height: 11rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:968px) {
    .visual_list .list>ul>li a .img {
        height: 150px
    }
}

@media (max-width:668px) {
    .visual_list .list>ul>li a .img {
        height: 120px
    }
}

.visual_list .list>ul>li a .img:after {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

.visual_list .list>ul>li a .img.no_cover:after {
    display: none
}

.visual_list .list>ul>li a .img svg {
    color: #fff;
    height: 2.4rem;
    left: 50%;
    opacity: .6;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 2.4rem;
    z-index: 5
}

.visual_list .list>ul>li a .img .bg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.visual_list .list>ul>li a .img .bg img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.visual_list .list>ul>li a .img .bg[data-loaded=true] img {
    display: none
}

.visual_list .list>ul>li a b.t {
    color: #000;
    display: block;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 1.5em;
    margin-top: 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .visual_list .list>ul>li a b.t {
        font-size: 14px;
        font-weight: 400
    }
}

.visual_list .list>ul>li a:hover .img:after {
    background-color: #eb6700;
    opacity: .8
}

.visual_list .list>ul>li a:hover .img svg {
    opacity: 1
}

.visual_list .list>ul>li a:hover .img .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.visual_list .list>ul>li a:hover b.t {
    color: #eb6700
}

.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4.8rem;
    padding-top: 4.8rem
}

@media (max-width:1180px) {
    .contact {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px
    }
}

.contact_info {
    padding-right: 1.6rem;
    width: 40%
}

@media (max-width:668px) {
    .contact_info {
        padding: 0 0 20px;
        width: 100%
    }
}

.contact_info .contact_title {
    color: #000;
    display: block;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1em;
    margin: 1.2rem 0 .8rem
}

@media (max-width:668px) {
    .contact_info .contact_title {
        font-size: 22px
    }
}

.contact_info .list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact_info .list>ul>li {
    margin-bottom: 1.2rem
}

.contact_info .list>ul>li,
.contact_info .list>ul>li .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact_info .list>ul>li .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #004a9e;
    border-radius: 100%;
    height: 2.64rem;
    -webkit-justify-content: center;
    justify-content: center;
    width: 2.64rem
}

@media (max-width:668px) {
    .contact_info .list>ul>li .icon {
        height: 50px;
        width: 50px
    }
}

.contact_info .list>ul>li .icon svg {
    color: #fff;
    height: 40%;
    width: 40%
}

.contact_info .list>ul>li .item {
    font-size: .72rem;
    margin-top: .4rem;
    padding-left: .6rem
}

@media (max-width:668px) {
    .contact_info .list>ul>li .item {
        font-size: 14px
    }
}

.contact_info .list>ul>li .item .t {
    color: rgba(0, 0, 0, .5);
    display: block;
    font-size: .56rem;
    line-height: 1em;
    margin-bottom: .4rem
}

@media (max-width:668px) {
    .contact_info .list>ul>li .item .t {
        font-size: 12px
    }
}

.contact_info .list>ul>li .item.item_num {
    color: #000;
    font-family: Montserrat-Bold, Microsoft YaHei
}

.contact_info .list>ul>li .item .sales_phone {
    font-size: 1.2rem
}

.contact_info .list>ul>li .item a[href^="mailto:"] {
    display: block
}

.contact_form {
    width: 60%
}

@media (max-width:668px) {
    .contact_form {
        width: 100%
    }
}

.contact_form .wpcf7-form div.wpcf7-response-output {
    border-width: 1px !important;
    color: #ffb900;
    font-size: 12px;
    margin: 30px 0 0 !important
}

.contact_form .wpcf7-form.sent div.wpcf7-response-output {
    color: #46b450
}

.contact_form .form>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
    padding: 0
}

.contact_form .form>ul>li {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative
}

@media (max-width:668px) {
    .contact_form .form>ul>li {
        width: 100%
    }
}

.contact_form .form>ul>li.item {
    width: 33.33%
}

@media (max-width:668px) {
    .contact_form .form>ul>li.item {
        width: 100%
    }
}

.contact_form .form>ul>li.item_full {
    width: 100%
}

.contact_form .form>ul>li input[type=email],
.contact_form .form>ul>li input[type=tel],
.contact_form .form>ul>li input[type=text] {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: .56rem;
    font-weight: lighter;
    line-height: 2.2rem;
    outline: 0;
    padding: 0 .8rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.contact_form .form>ul>li input[type=email]::-webkit-input-placeholder,
.contact_form .form>ul>li input[type=tel]::-webkit-input-placeholder,
.contact_form .form>ul>li input[type=text]::-webkit-input-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li input[type=email]:-moz-placeholder,
.contact_form .form>ul>li input[type=email]::-moz-placeholder,
.contact_form .form>ul>li input[type=tel]:-moz-placeholder,
.contact_form .form>ul>li input[type=tel]::-moz-placeholder,
.contact_form .form>ul>li input[type=text]:-moz-placeholder,
.contact_form .form>ul>li input[type=text]::-moz-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li input[type=email]:-ms-input-placeholder,
.contact_form .form>ul>li input[type=tel]:-ms-input-placeholder,
.contact_form .form>ul>li input[type=text]:-ms-input-placeholder {
    color: #333;
    font-size: .56rem
}

@media (max-width:668px) {

    .contact_form .form>ul>li input[type=email],
    .contact_form .form>ul>li input[type=tel],
    .contact_form .form>ul>li input[type=text] {
        line-height: 40px
    }
}

.contact_form .form>ul>li textarea {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: .56rem;
    font-weight: lighter;
    height: 12rem;
    line-height: 1.2rem;
    outline: 0;
    padding: .8rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.contact_form .form>ul>li textarea::-webkit-input-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li textarea:-moz-placeholder,
.contact_form .form>ul>li textarea::-moz-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li textarea:-ms-input-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li span.wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.contact_form .form>ul>li .wpcf7-not-valid-tip {
    color: #ffb900;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact_form .form>ul>li span[role=alert] {
    bottom: -20px;
    color: #eb6700;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    width: 100%
}

.contact_form .form>ul>li div.wpcf7-acceptance-missing,
.contact_form .form>ul>li div.wpcf7-validation-errors {
    border: 1px solid #eb6700
}

.contact_form .form>ul>li div.wpcf7-mail-sent-ok {
    background-color: hsla(0, 0%, 77%, .3)
}

.contact_form .form>ul>li div.wpcf7-response-output {
    color: #333;
    font-size: 12px;
    margin: 10px 0
}

.contact_form .form>ul>li.item_submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0
}

.contact_form .form>ul>li.item_submit .captcha {
    background-color: #fff;
    max-width: 180px;
    position: relative;
    width: 100%
}

.contact_form .form>ul>li.item_submit .captcha .wpcf7-captchac {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.contact_form .form>ul>li.item_submit .captcha input[type=text] {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: .56rem;
    font-weight: lighter;
    line-height: 2.2rem;
    outline: 0;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.contact_form .form>ul>li.item_submit .captcha input[type=text]::-webkit-input-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li.item_submit .captcha input[type=text]:-moz-placeholder,
.contact_form .form>ul>li.item_submit .captcha input[type=text]::-moz-placeholder {
    color: #333;
    font-size: .56rem
}

.contact_form .form>ul>li.item_submit .captcha input[type=text]:-ms-input-placeholder {
    color: #333;
    font-size: .56rem
}

@media (max-width:668px) {
    .contact_form .form>ul>li.item_submit .captcha input[type=text] {
        line-height: 40px
    }
}

.contact_form .form>ul>li.item_submit .captcha .wpcf7-not-valid-tip {
    bottom: -30px;
    height: 30px;
    right: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.contact_form .form>ul>li.item_submit .submit {
    max-width: 190px;
    padding-left: 20px;
    position: relative;
    width: 100%
}

.contact_form .form>ul>li.item_submit .submit .wpcf7-submit {
    background: #eb6700;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: .64rem;
    line-height: 2.2rem;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:668px) {
    .contact_form .form>ul>li.item_submit .submit .wpcf7-submit {
        line-height: 40px
    }
}

.contact_form .form>ul>li.item_submit .submit .wpcf7-submit:hover {
    background: #ff7306;
    border-color: #ff7306;
    color: #fff
}

.contact_form .form>ul>li.item_submit .submit .wpcf7-spinner {
    left: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact_map,
.contact_map img {
    display: block;
    width: 100%
}

.job_list {
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (max-width:1180px) {
    .job_list {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .job_list {
        padding-bottom: 20px
    }
}

.job_list .list {
    margin-top: 3.2rem
}

@media (max-width:668px) {
    .job_list .list {
        margin-top: 20px
    }
}

.job_list .list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.job_list .list>ul>li {
    background-color: #fff;
    box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .1);
    box-shadow: 4px;
    display: block;
    margin-bottom: 1.6rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .job_list .list>ul>li {
        margin-bottom: 20px
    }
}

.job_list .list>ul>li .item {
    padding: 0 2.4rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .job_list .list>ul>li .item {
        padding: 0 20px
    }
}

.job_list .list>ul>li .item_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4rem
}

@media (max-width:1440px) {
    .job_list .list>ul>li .item_title {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_title {
        font-size: 14px;
        height: 60px
    }
}

.job_list .list>ul>li .item_title .t {
    font-size: .96rem;
    font-weight: 300;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 25%
}

@media (max-width:1180px) {
    .job_list .list>ul>li .item_title .t {
        font-size: 16px;
        font-weight: 400
    }
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_title .t {
        font-size: 14px;
        width: 100%
    }
}

.job_list .list>ul>li .item_title span {
    font-size: .72rem;
    font-weight: 300;
    line-height: 1em;
    width: 25%
}

@media (max-width:1180px) {
    .job_list .list>ul>li .item_title span {
        font-size: 14px;
        font-weight: 400
    }
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_title span {
        display: none
    }
}

.job_list .list>ul>li .item_title .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.job_list .list>ul>li .item_title .icon i {
    height: 16px;
    position: relative;
    width: 16px
}

.job_list .list>ul>li .item_title .icon i:after,
.job_list .list>ul>li .item_title .icon i:before {
    background-color: #666;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    line-height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 14px
}

.job_list .list>ul>li .item_title .icon i:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .5s;
    transition: all .5s
}

.job_list .list>ul>li .item_title.on .t {
    color: #eb6700;
    font-weight: 700
}

.job_list .list>ul>li .item_title.on span {
    color: #eb6700
}

.job_list .list>ul>li .item_title.on .icon i:after {
    background-color: #eb6700;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.job_list .list>ul>li .item_des {
    display: none
}

.job_list .list>ul>li .item_des_inner>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.job_list .list>ul>li .item_des_inner>ul>li {
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2rem 0;
    width: 100%
}

.job_list .list>ul>li .item_des_inner>ul>li.m {
    display: none
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_des_inner>ul>li.m {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.job_list .list>ul>li .item_des_inner>ul>li .t {
    color: #333;
    display: block;
    font-size: .72rem;
    font-weight: 300;
    line-height: 1.44rem;
    white-space: nowrap;
    width: 8rem
}

@media (max-width:1180px) {
    .job_list .list>ul>li .item_des_inner>ul>li .t {
        font-size: 16px;
        font-weight: 400
    }
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_des_inner>ul>li .t {
        font-size: 14px;
        width: 80px
    }
}

.job_list .list>ul>li .item_des_inner>ul>li .des {
    -webkit-box-flex: 1;
    color: #333;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .64rem;
    font-weight: 300;
    line-height: 1.44rem
}

@media (max-width:1440px) {
    .job_list .list>ul>li .item_des_inner>ul>li .des {
        font-size: 14px
    }
}

@media (max-width:1180px) {
    .job_list .list>ul>li .item_des_inner>ul>li .des {
        font-weight: 400
    }
}

.job_list .list>ul>li .item_des_inner>ul>li .des p {
    margin: 0 0 10px
}

.job_list .list>ul>li .item_des_inner>ul>li .des a[href^="mailto:"] {
    font-size: .72rem;
    font-weight: lighter
}

@media (max-width:1180px) {
    .job_list .list>ul>li .item_des_inner>ul>li .des a[href^="mailto:"] {
        font-size: 16px;
        font-weight: 400
    }
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_des_inner>ul>li .des a[href^="mailto:"] {
        font-size: 12px
    }
}

.job_list .list>ul>li .item_des_inner>ul>li .btn_mail,
.job_list .list>ul>li .item_des_inner>ul>li.col_email {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.job_list .list>ul>li .item_des_inner>ul>li .btn_mail {
    -ms-flex-negative: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #f5f5f5;
    border-radius: 1.08rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 2.16rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 8rem
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_des_inner>ul>li .btn_mail {
        width: 90px
    }
}

.job_list .list>ul>li .item_des_inner>ul>li .btn_mail svg {
    color: #eb6700;
    height: .8rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: .8rem
}

.job_list .list>ul>li .item_des_inner>ul>li .btn_mail span {
    color: #333;
    font-size: .72rem;
    line-height: 1em;
    margin-left: .8rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

.job_list .list>ul>li .item_des_inner>ul>li .btn_mail:hover {
    background-color: #eb6700
}

.job_list .list>ul>li .item_des_inner>ul>li .btn_mail:hover span,
.job_list .list>ul>li .item_des_inner>ul>li .btn_mail:hover svg {
    color: #fff
}

.job_list .list>ul>li .item_des_bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1.2rem 0;
    width: 100%
}

.job_list .list>ul>li .item_des_bar p {
    color: #333;
    font-size: 18px;
    line-height: 1em;
    margin: 0
}

@media (max-width:1440px) {
    .job_list .list>ul>li .item_des_bar p {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .job_list .list>ul>li .item_des_bar p {
        font-size: 14px
    }
}

.job_list .list>ul>li .item_des_bar p a {
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s
}

.job_list .list>ul>li .item_des_bar p a:hover {
    color: #eb6700
}

.job_list .list>ul>li .item_des_bar .btn_mail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eb6700;
    border-radius: 1.08rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.16rem;
    -webkit-justify-content: center;
    justify-content: center;
    width: 8rem
}

.job_list .list>ul>li .item_des_bar .btn_mail svg {
    color: #fff;
    height: .8rem;
    margin-right: .8rem;
    width: .8rem
}

.job_list .list>ul>li.cur {
    box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .1)
}

.search_list {
    background-color: #f5f5f5;
    padding-bottom: 2.4rem;
    padding-top: 4rem
}

@media (max-width:1440px) {
    .search_list {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .search_list {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.search_result_form {
    background-color: #fff;
    border: 1px solid #ddd
}

.search_result_form form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.search_result_form form .btn01 {
    -webkit-box-flex: 1;
    border: none;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 42px;
    outline: 0;
    padding: 0 20px
}

.search_result_form form .btn02 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    align-self: center;
    background-color: #eb6700;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 110px
}

.search_result_form form .btn02 svg {
    height: 16px;
    margin-right: 10px;
    width: 16px
}

.search_list_hd {
    margin: 20px 0
}

.search_list_hd>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -5px;
    padding: 0
}

.search_list_hd>ul>li {
    padding: 0 5px
}

.search_list_hd>ul>li a {
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px
}

.search_list_hd>ul>li.cur a {
    background-color: #eb6700;
    color: #fff
}

.search_list_result {
    background-color: #fff;
    margin-bottom: 2rem
}

@media (max-width:1180px) {
    .search_list_result {
        margin-bottom: 20px
    }
}

.search_list_result>ul {
    margin: 0;
    padding: 40px
}

@media (max-width:1180px) {
    .search_list_result>ul {
        padding: 20px
    }
}

.search_list_result>ul>li {
    border-bottom: 1px solid #f8f8f8;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.search_list_result>ul>li:last-of-type {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.search_list_result>ul>li .item {
    display: block
}

.search_list_result>ul>li .item em.search_words {
    color: red;
    font-style: normal
}

.search_list_result>ul>li .item .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.5em;
    margin-bottom: 10px
}

@media (max-width:668px) {
    .search_list_result>ul>li .item .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.search_list_result>ul>li .item .title b {
    border-bottom: 1px solid #00c;
    color: #00c;
    font-weight: 400;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .search_list_result>ul>li .item .title b {
        display: inline-block
    }
}

.search_list_result>ul>li .item .title span {
    color: #999;
    font-size: 14px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.search_list_result>ul>li .item .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .search_list_result>ul>li .item .txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.search_list_result>ul>li .item .txt .img {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
    width: 200px
}

@media (max-width:668px) {
    .search_list_result>ul>li .item .txt .img {
        margin-right: 0;
        width: 100%
    }
}

.search_list_result>ul>li .item .txt .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.search_list_result>ul>li .item .txt .des {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-size: 14px;
    line-height: 2em;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.search_list_result>ul>li .item .txt a.btn_down {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eb6700;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    height: 2.08rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 7.6rem
}

.search_list_result>ul>li .item .txt a.btn_down:hover {
    background-color: #0376ba
}

.search_list_result>ul>li .item:hover .title b {
    border-bottom-color: #eb6700;
    color: #eb6700
}

.centerBig .item_img img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig
}

@-webkit-keyframes centerBig {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes centerBig {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes loopCenterBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes loopCenterBig {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}