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
}

@charset "UTF-8";

@-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
}

@charset "UTF-8";

html {
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

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
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

button {
    overflow: visible
}

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-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 {
    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
}

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,
.thumbnail a>img,
.thumbnail>img {
    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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    color: #777;
    font-weight: 400;
    line-height: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 10px;
    margin-top: 20px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    background-color: #337ab7;
    color: #fff
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px
}

ol,
ul {
    margin-bottom: 10px;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px;
    margin-top: 0
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    color: #777;
    display: block;
    font-size: 80%;
    line-height: 1.42857143
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "— "
}

.blockquote-reverse,
blockquote.pull-right {
    border-left: 0;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: " —"
}

address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e
}

code,
kbd {
    font-size: 90%;
    padding: 2px 4px
}

kbd {
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    color: #fff
}

kbd kbd {
    box-shadow: none;
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.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 {
    border: 0;
    min-width: 0
}

legend {
    border: 0;
    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
}

.nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    background-color: transparent;
    color: #777;
    cursor: not-allowed;
    text-decoration: none
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857143;
    margin-right: 2px
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    color: #555;
    cursor: default
}

.nav-tabs.nav-justified {
    border-bottom: 0;
    width: 100%
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    border-radius: 4px;
    margin-right: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #337ab7;
    color: #fff
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-left: 0;
    margin-top: 2px
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    border-radius: 4px;
    margin-right: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        border-top: 0;
        box-shadow: none;
        width: auto
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
        padding-bottom: 0
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0
}

.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 8px -15px;
    padding: 10px 15px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        margin-left: 0;
        position: relative
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        border: 0;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: auto
    }
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0
}

.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px
}

.navbar-btn.btn-sm {
    margin-bottom: 10px;
    margin-top: 10px
}

.navbar-btn.btn-xs {
    margin-bottom: 14px;
    margin-top: 14px
}

.navbar-text {
    margin-bottom: 15px;
    margin-top: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #5e5e5e
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #333
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #ccc
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #333
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #e7e7e7;
        color: #555
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #ccc
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    background-color: transparent;
    color: #444
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: transparent;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        background-color: #080808;
        color: #fff
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        background-color: transparent;
        color: #444
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 15px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px
}

.breadcrumb>.active {
    color: #777
}

.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
}

.pager {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px
}

.pager li>a:focus,
.pager li>a:hover {
    background-color: #eee;
    text-decoration: none
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed
}

.label {
    border-radius: .25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .2em .6em .3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

a.label:focus,
a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    padding: 1px 5px;
    top: 0
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    background-color: #fff;
    color: #337ab7
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    background-color: #eee;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-bottom: 48px;
        padding-top: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857143;
    margin-bottom: 20px;
    padding: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    color: #333;
    padding: 9px
}

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

.alert h4 {
    color: inherit;
    margin-top: 0
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.progress-bar {
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    width: 0
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.media-list {
    list-style: none;
    padding-left: 0
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    z-index: 2
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none
}

button.list-group-item {
    text-align: left;
    width: 100%
}

.list-group-item-success {
    background-color: #dff0d8;
    color: #3c763d
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    background-color: #d0e9c6;
    color: #3c763d
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    background-color: #3c763d;
    border-color: #3c763d;
    color: #fff
}

.list-group-item-info {
    background-color: #d9edf7;
    color: #31708f
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    background-color: #c4e3f3;
    color: #31708f
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    background-color: #31708f;
    border-color: #31708f;
    color: #fff
}

.list-group-item-warning {
    background-color: #fcf8e3;
    color: #8a6d3b
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    background-color: #faf2cc;
    color: #8a6d3b
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
    color: #fff
}

.list-group-item-danger {
    background-color: #f2dede;
    color: #a94442
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    background-color: #ebcccc;
    color: #a94442
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    background-color: #a94442;
    border-color: #a94442;
    color: #fff
}

.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0
}

.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

.panel-body {
    padding: 15px
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    background-color: #333;
    color: #f5f5f5
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    background-color: #fff;
    color: #337ab7
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    background-color: #3c763d;
    color: #dff0d8
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    background-color: #31708f;
    color: #d9edf7
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    background-color: #8a6d3b;
    color: #fcf8e3
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    background-color: #a94442;
    color: #f2dede
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.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%
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    border-radius: 6px;
    padding: 24px
}

.well-sm {
    border-radius: 3px;
    padding: 9px
}

.close {
    color: #000;
    filter: alpha(opacity=20);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #fff
}

.close:focus,
.close:hover {
    color: #000;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    text-decoration: none
}

button.close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0
}

.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,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body: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
    }
}

html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    min-height: 100%;
    overflow: visible;
    position: fixed;
    width: 100%
}

.hc-offcanvas-nav {
    display: none;
    height: 100%;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    box-sizing: border-box;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 9998
}

.hc-offcanvas-nav .nav-wrapper {
    -ms-scroll-chaining: none;
    box-sizing: border-box;
    height: 100%;
    overscroll-behavior: none;
    width: 100%
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    box-sizing: border-box;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    display: block;
    position: relative
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    position: relative
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav input[type=checkbox] {
    display: none
}

.hc-offcanvas-nav label {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav .nav-item-link {
    box-sizing: border-box;
    display: block;
    position: relative
}

.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
    outline: none
}

.hc-offcanvas-nav .nav-back:focus,
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus {
    z-index: 10
}

.hc-offcanvas-nav .nav-wrapper:after,
.hc-offcanvas-nav.disable-body:after {
    -ms-scroll-chaining: none;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    overscroll-behavior: none;
    right: 0;
    top: 0;
    -webkit-transition: visibility 0s ease .4s, opacity .4s ease;
    transition: visibility 0s ease .4s, opacity .4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9990
}

.hc-offcanvas-nav.disable-body:after {
    position: fixed
}

.hc-offcanvas-nav .nav-wrapper:after {
    position: absolute
}

.hc-offcanvas-nav .sub-level-open:after,
.hc-offcanvas-nav.disable-body.nav-open:after {
    opacity: 1;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    visibility: visible
}

.hc-offcanvas-nav:not(.nav-open):after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper:after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    box-sizing: border-box;
    max-height: 100vh;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    max-height: 0;
    min-width: 0;
    overflow: hidden;
    -webkit-transition: height 0s ease .4s;
    transition: height 0s ease .4s;
    visibility: hidden
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    box-sizing: border-box;
    max-height: 100vh;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: visibility 0s ease .4s, -webkit-transform .4s ease;
    transition: visibility 0s ease .4s, -webkit-transform .4s ease;
    transition: visibility 0s ease .4s, transform .4s ease;
    transition: visibility 0s ease .4s, transform .4s ease, -webkit-transform .4s ease;
    visibility: hidden;
    z-index: 9999
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    visibility: visible
}

.hc-offcanvas-nav.nav-position-left,
.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right,
.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    bottom: 0;
    top: auto
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    bottom: 0;
    top: auto;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hc-offcanvas-nav.rtl {
    direction: rtl;
    text-align: right
}

.hc-nav-trigger {
    cursor: pointer;
    display: none;
    min-height: 24px;
    position: absolute;
    top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    z-index: 9980
}

.hc-nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 30px
}

.hc-nav-trigger span,
.hc-nav-trigger span:after,
.hc-nav-trigger span:before {
    background: #34495e;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.hc-nav-trigger span:after,
.hc-nav-trigger span:before {
    content: "";
    width: 100%
}

.hc-nav-trigger span:before {
    top: -10px
}

.hc-nav-trigger span:after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span:before {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span:after {
    -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav {
    font-family: sans-serif
}

.hc-offcanvas-nav .nav-wrapper:after,
.hc-offcanvas-nav:after {
    background: rgba(0, 0, 0, .3)
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #336ca6
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
    color: #1b3958;
    font-size: 19px;
    font-weight: 400;
    padding: 20px 17px
}

.hc-offcanvas-nav .nav-content>h2:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h3:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h4:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h5:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content>h6:not(.nav-title):not(.level-title) {
    background: #336ca6;
    font-size: 16px;
    padding: 15px 17px
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
    background: transparent;
    border-bottom: 1px solid #2c5d8f;
    color: #fff;
    font-size: 14px;
    padding: 14px 17px;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    z-index: 1
}

.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within,
.hc-offcanvas-nav .nav-item-link:focus,
.hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within {
    z-index: 10
}

.hc-offcanvas-nav .nav-back a[disabled],
.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled] {
    color: hsla(0, 0%, 100%, .5)
}

.hc-offcanvas-nav div.nav-back+ul>li:first-child>.nav-item-wrapper>.nav-item-link {
    border-top: none !important
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #31679e
}

.hc-offcanvas-nav .nav-custom-content {
    border-bottom: 1px solid #2c5d8f;
    font-size: 14px;
    padding: 14px 17px
}

.hc-offcanvas-nav .nav-highlight {
    background: #2e6296
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border-top: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: 2px solid #2c5d8f
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul+h6 {
    margin-top: -2px
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.level-title+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-close+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h2,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h3,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h4,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h5,
.hc-offcanvas-nav .nav-wrapper>.nav-content>.nav-title+h6,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h2+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h3+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h4+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h5+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-wrapper>.nav-content>h6+ul>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #2c5d8f
}

.hc-offcanvas-nav li {
    color: #fff
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
    padding-right: 58px
}

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 45px
}

.hc-offcanvas-nav .nav-back span,
.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    width: 45px
}

.hc-offcanvas-nav .nav-close-button {
    display: block;
    position: relative
}

.hc-offcanvas-nav .nav-close-button span:after,
.hc-offcanvas-nav .nav-close-button span:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 6px;
    left: 50%;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px
}

.hc-offcanvas-nav .nav-close-button span:before {
    margin-left: -9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.hc-offcanvas-nav .nav-close-button span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hc-offcanvas-nav .nav-content>.nav-close {
    position: relative;
    z-index: 2
}

.hc-offcanvas-nav .nav-content>.nav-close a {
    background: transparent;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    z-index: 1
}

.hc-offcanvas-nav .nav-content>.nav-close a:not(.has-label) {
    height: 50px
}

.hc-offcanvas-nav .nav-content>.nav-close a.has-label {
    border-top: 1px solid #2c5d8f;
    padding: 14px 17px
}

.hc-offcanvas-nav .nav-content>.nav-close a:hover {
    background: -webkit-radial-gradient(top right, farthest-corner, rgba(0, 0, 0, .1), transparent);
    background: radial-gradient(farthest-corner at top right, rgba(0, 0, 0, .1), transparent);
    border: none
}

.hc-offcanvas-nav .nav-content>.nav-close.has-label+ul {
    margin-top: -1px
}

.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content>.nav-close {
    margin-bottom: -1px
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
    height: 66px;
    line-height: 66px;
    position: absolute;
    right: 0;
    top: -66px;
    width: 45px
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 55px
}

.hc-offcanvas-nav li.nav-close a:not(.has-label) {
    height: 49px
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a {
    background: #2f649a;
    border-bottom: 1px solid #2b5a8b;
    border-top: 1px solid #2b5a8b
}

.hc-offcanvas-nav .nav-back a:hover,
.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover {
    background: #2e6195
}

.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav a.nav-next {
    border-bottom: 1px solid #2c5d8f;
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-back span:before,
.hc-offcanvas-nav .nav-next span:before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    content: "";
    height: 8px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 8px
}

.hc-offcanvas-nav .nav-next span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hc-offcanvas-nav .nav-next span:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav .nav-back span:before {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-right .nav-next span:before {
    margin-left: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right .nav-back span:before {
    margin-left: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-top .nav-next span:before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top .nav-back span:before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span:before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom .nav-back span:before {
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
    background: transparent;
    box-shadow: none
}

.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
    background: #2e6296
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
    border-bottom: 1px solid #295887
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
    background: #2f649a
}

.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>.nav-next span:before,
.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a>.nav-next span:before,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>.nav-next span:before,
.hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a>.nav-next span:before {
    margin-top: -2px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
    padding-left: 37px
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
    padding-left: 57px
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
    padding-left: 77px
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
    padding-left: 97px
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
    padding-left: 117px
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 1px solid #2c5d8f
}

.hc-offcanvas-nav.rtl .nav-back span,
.hc-offcanvas-nav.rtl .nav-close-button span,
.hc-offcanvas-nav.rtl .nav-next,
.hc-offcanvas-nav.rtl .nav-title+.nav-close a:not(.has-label) {
    left: 0;
    right: auto
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 58px;
    padding-right: 17px
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 45px;
    margin-right: 0
}

.hc-offcanvas-nav.rtl .nav-wrapper-1 li.nav-item .nav-item-link {
    padding-right: 37px
}

.hc-offcanvas-nav.rtl .nav-wrapper-2 li.nav-item .nav-item-link {
    padding-right: 57px
}

.hc-offcanvas-nav.rtl .nav-wrapper-3 li.nav-item .nav-item-link {
    padding-right: 77px
}

.hc-offcanvas-nav.rtl .nav-wrapper-4 li.nav-item .nav-item-link {
    padding-right: 97px
}

.hc-offcanvas-nav.rtl .nav-wrapper-5 li.nav-item .nav-item-link {
    padding-right: 117px
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #fff
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top-color: rgba(0, 0, 0, .1);
    color: #000
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
    border-bottom-color: rgba(0, 0, 0, .1)
}

.hc-offcanvas-nav a.nav-next {
    border-bottom-color: rgba(0, 0, 0, .1);
    border-left-color: rgba(0, 0, 0, .1)
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
    color: #000
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a {
    background: #f7d117;
    border-bottom-color: rgba(0, 0, 0, .1);
    border-top-color: rgba(0, 0, 0, .1)
}

.hc-offcanvas-nav .nav-close-button span:after,
.hc-offcanvas-nav .nav-close-button span:before {
    border-left-color: #000;
    border-top-color: #000;
    box-sizing: content-box
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
    margin: 0
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
    color: #000
}

.hc-offcanvas-nav .nav-back a:hover,
.hc-offcanvas-nav .nav-item-link:hover,
.hc-offcanvas-nav li.nav-close a:hover {
    background-color: #f7d117
}

.hc-offcanvas-nav .nav-back span:before,
.hc-offcanvas-nav .nav-next span:before {
    border-left-color: #000;
    border-top-color: #000
}

.hc-offcanvas-nav .nav-content>.nav-close a:hover {
    background: none
}

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
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff")
}

body {
    background-color: #fff;
    color: #24272a;
    font-family: Roboto, Helvetica Neue, Helvetica, Arial, Source Han Sans CN, Source Han Sans SC, PingFang SC, STHeiti, Microsoft YaHei, "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.666em;
    overflow-x: hidden
}

@media (max-width:1440px) {
    body {
        font-size: 14px
    }
}

a {
    color: #333
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #f7d117
}

.swiper-pagination-bullet {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

svg {
    fill: currentColor;
    display: inline-block;
    overflow: hidden
}

.hidden-svg {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0
}

.pagenation {
    -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;
    font-size: 14px;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:668px) {
    .pagenation {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0
    }
}

.pagenation .current,
.pagenation 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-radius: .24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 2rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 10px;
    width: 2rem
}

@media (max-width:668px) {

    .pagenation .current,
    .pagenation .page-numbers.dots,
    .pagenation a {
        display: none
    }
}

.pagenation a {
    border: 1px solid #bbb;
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pagenation a:hover {
    border-color: #f7d117;
    color: #f7d117
}

@media (max-width:668px) {
    .pagenation a {
        height: auto;
        margin: 0;
        padding: 10px 20px;
        width: auto
    }

    .pagenation a.next,
    .pagenation a.prev {
        display: block
    }

    .pagenation a.next {
        margin-left: auto
    }
}

.pagenation .current {
    background-color: #f7d117;
    border: 1px solid #f7d117;
    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: #f7d117;
    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: #f7d117;
    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: #f7d117;
    border-color: #f7d117
}

.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;
    width: 100% !important
}

.slick-slide {
    outline: none
}

*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,
:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-family: Arial, Microsoft YaHei, sans-serif;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    -webkit-font-feature-settings: inherit;
    -moz-font-feature-settings: inherit;
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

:root {
    --maincolor: 224, 224, 0
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@media (min-width:450px) {
    .container {
        max-width: 450px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:668px) {
    .container {
        max-width: 668px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:968px) {
    .container {
        max-width: 968px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1180px) {
    .container {
        max-width: 1180px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1288px) {
    .container {
        max-width: 1288px
    }
}

@media (min-width:1380px) {
    .container {
        max-width: 1380px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

@media (min-width:1611px) {
    .container {
        max-width: 1611px
    }
}

@media (min-width:1681px) {
    .container {
        max-width: 1681px
    }
}

@media (min-width:1940px) {
    .container {
        max-width: 1940px
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.left-\[20px\] {
    left: 20px
}

.top-\[40px\] {
    top: 40px
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-40ptr {
    margin-bottom: 1.6rem;
    margin-top: 1.6rem
}

.mb-10ptr {
    margin-bottom: .4rem
}

.mb-20ptr {
    margin-bottom: .8rem
}

.mb-40ptr {
    margin-bottom: 1.6rem
}

.mr-\[10px\] {
    margin-right: 10px
}

.mr-\[5px\] {
    margin-right: 5px
}

.mt-10ptr {
    margin-top: .4rem
}

.mt-20ptr {
    margin-top: .8rem
}

.mt-30ptr {
    margin-top: 1.2rem
}

.mt-40ptr {
    margin-top: 1.6rem
}

.mt-60ptr {
    margin-top: 2.4rem
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.table-row {
    display: table-row
}

.grid {
    display: -ms-grid;
    display: grid
}

.\!hidden {
    display: none !important
}

.hidden {
    display: none
}

.aspect-\[10\/6\] {
    aspect-ratio: 10/6
}

.h-\[100px\] {
    height: 100px
}

.h-\[1px\] {
    height: 1px
}

.h-\[50vw\] {
    height: 50vw
}

.h-full {
    height: 100%
}

.max-h-full {
    max-height: 100%
}

.w-1\/2 {
    width: 50%
}

.w-1\/4 {
    width: 25%
}

.w-\[100px\] {
    width: 100px
}

.w-\[12\%\] {
    width: 12%
}

.w-\[16px\] {
    width: 16px
}

.w-\[20px\] {
    width: 20px
}

.w-\[22\%\] {
    width: 22%
}

.w-\[300px\] {
    width: 300px
}

.w-\[45px\] {
    width: 45px
}

.w-\[50px\] {
    width: 50px
}

.w-full {
    width: 100%
}

.flex-shrink {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1
}

.shrink-0 {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.border-collapse {
    border-collapse: collapse
}

.transform {
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.list-inside {
    list-style-position: inside
}

.list-disc {
    list-style-type: disc
}

.grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.gap-20ptr {
    gap: .8rem
}

.gap-40ptr {
    gap: 1.6rem
}

.gap-5ptr {
    gap: .2rem
}

.gap-\[20px\] {
    gap: 20px
}

.divide-x>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
    border-right-width: calc(1px*var(--tw-divide-x-reverse))
}

.border {
    border-width: 1px
}

.border-b-\[3px\] {
    border-bottom-width: 3px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-maincolor {
    --tw-border-opacity: 1;
    border-color: rgba(var(--maincolor), var(--tw-border-opacity))
}

.\!bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235/var(--tw-bg-opacity)) !important
}

.bg-\[\#f1f1f1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241/var(--tw-bg-opacity))
}

.bg-\[\#fafafa\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.stroke-current {
    stroke: currentColor
}

.p-30ptr {
    padding: 1.2rem
}

.p-40ptr {
    padding: 1.6rem
}

.p-60ptr {
    padding: 2.4rem
}

.p-\[20px\] {
    padding: 20px
}

.py-20ptr {
    padding-bottom: .8rem;
    padding-top: .8rem
}

.py-\[40px\] {
    padding-top: 40px
}

.pb-\[40px\],
.py-\[40px\] {
    padding-bottom: 40px
}

.pl-20ptr {
    padding-left: .8rem
}

.pl-\[25px\] {
    padding-left: 25px
}

.pl-\[26px\] {
    padding-left: 26px
}

.pt-20ptr {
    padding-top: .8rem
}

.pt-\[40px\] {
    padding-top: 40px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-\[0\.8em\] {
    font-size: .8em
}

.text-\[1\.5em\] {
    font-size: 1.5em
}

.text-\[1\.6em\] {
    font-size: 1.6em
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[2em\] {
    font-size: 2em
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.not-italic {
    font-style: normal
}

.leading-loose {
    line-height: 2
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.\!text-black\/50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-\[\#666\] {
    --tw-text-opacity: 1;
    color: rgb(102 102 102/var(--tw-text-opacity))
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-maincolor {
    --tw-text-opacity: 1;
    color: rgba(var(--maincolor), var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

.outline {
    outline-style: solid
}

.filter {
    -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, backdrop-filter, -webkit-transform, -webkit-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, backdrop-filter, -webkit-transform, -webkit-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -moz-text-decoration-color, -webkit-transform, -webkit-filter;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-500 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.target-fix {
    background: none;
    border: none;
    display: block;
    height: 0;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    top: -3.2rem
}

@media (max-width:1180px) {
    .target-fix {
        top: -80px
    }
}

@media (max-width:668px) {
    .target-fix {
        top: -60px
    }
}

.target-fix:focus {
    outline: 0
}

.page_padding,
.w {
    padding-left: 8vw;
    padding-right: 8vw
}

@media (max-width:1288px) {

    .page_padding,
    .w {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1180px) {

    .page_padding,
    .w {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:2560px) {

    .page_padding,
    .w {
        padding-left: 20px;
        padding-right: 20px
    }
}

.w {
    max-width: 1900px
}

.w,
.w_small {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.w_small {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px
}

#wraper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%
}

@media (min-width:1940px) {
    #wraper {
        max-width: 100%
    }
}

@media (max-width:668px) {
    #wraper {
        overflow: hidden
    }
}

.header {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 100
}

.header_hover .header,
.scrolled .header {
    background-color: #fff
}

.scrolled .header {
    box-shadow: 0 .4rem .6rem 0 rgba(0, 0, 0, .1)
}

.header_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
}

@media (max-width:1180px) {
    .header_inner {
        height: 80px
    }
}

@media (max-width:668px) {
    .header_inner {
        height: 60px
    }
}

.header_logo {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 8rem
}

@media (max-width:1440px) {
    .header_logo {
        width: 6rem
    }
}

@media (max-width:668px) {
    .header_logo {
/*         width: 30vw */
		width:auto;
		height:100%;
    }
}

.scrolled .header_logo {
    width: 6rem
}

@media (max-width:668px) {
    .scrolled .header_logo {
        width: 30vw
    }
}

.header_logo img {
    -webkit-transition: all .5s;
    transition: all .5s;
/*     width: 100% */
	width:auto;
	height:100%;
}

.header_nav {
    margin: 0 0 0 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 -.8rem;
    padding: 0
}

@media (max-width:1681px) {
    .header_nav>ul {
        margin: 0 -.4rem
    }
}

.header_nav>ul>li {
    padding: 0 .8rem;
    position: relative
}

@media (max-width:1681px) {
    .header_nav>ul>li {
        padding: 0 .4rem
    }
}

.header_nav>ul>li>a {
    color: #fff;
    display: block;
    /* font-size: .72rem; */
    font-size:20px;
    padding:5px;
    line-height: 1.5rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.header_hover .header_nav>ul>li>a ,
.scrolled .header_nav>ul>li>a  {
    color: #666
}

.scrolled .header_nav>ul>li>a {
    line-height: 1.5rem
}

.header_nav>ul>li>a:after {
    background-color: #f7d117;
    bottom: -1px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    line-height: 2px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0;
    z-index: 2
}

.header_nav>ul>li .sub-menu {
    background-color: #fff;
    border-bottom-left-radius: .24rem;
    border-bottom-right-radius: .24rem;
    box-shadow: 0 .4rem .6rem 0 rgba(0, 0, 0, .1);
    display: none;
    left: 50%;
    list-style: none;
    margin: 0;
    min-width: 100%;
    padding: .8rem;
    position: absolute;
    /* top: 4.8rem; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}
.header_nav>ul>li.menu-item-has-children:hover .sub-menu{
    display:block;
}
.scrolled .header_nav>ul>li .sub-menu {
    /* top: 3.2rem */
}

.header_nav>ul>li .sub-menu>li {
    display: block;
    margin-bottom: .4rem;
    text-align: center
}

.header_nav>ul>li .sub-menu>li:last-of-type {
    margin-bottom: 0
}

.header_nav>ul>li .sub-menu>li a {
    color: #666;
    display: inline-block;
    font-size: .56rem;
    line-height: 2em;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.header_nav>ul>li .sub-menu>li a:after {
    background-color: #f7d117;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    line-height: 1px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0;
    z-index: 2
}

.header_nav>ul>li .sub-menu>li a:hover {
    color: #f7d117
}

.header_nav>ul>li .sub-menu>li a:hover:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.header_nav>ul>li#cur>a,
.header_nav>ul>li.current-menu-ancestor>a,
.header_nav>ul>li.current-menu-item>a,
.header_nav>ul>li.current-menu-parent>a,
.header_nav>ul>li.current_page_ancestor>a,
.header_nav>ul>li.current_page_item>a,
.header_nav>ul>li.current_page_parent>a,
.header_nav>ul>li:hover>a {
    color: #f7d117;
    font-weight: 700
}

.header_nav>ul>li#cur>a:after,
.header_nav>ul>li.current-menu-ancestor>a:after,
.header_nav>ul>li.current-menu-item>a:after,
.header_nav>ul>li.current-menu-parent>a:after,
.header_nav>ul>li.current_page_ancestor>a:after,
.header_nav>ul>li.current_page_item>a:after,
.header_nav>ul>li.current_page_parent>a:after,
.header_nav>ul>li:hover>a:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.single-kzfjznck_detail .header_nav #menu-item-550>a span,
.single-wgkzxt_detail .header_nav #menu-item-1632>a span,
.single-wrgc_detail .header_nav #menu-item-380>a span {
    color: #f7d117;
    font-weight: 700
}

.single-kzfjznck_detail .header_nav #menu-item-550>a span:after,
.single-wgkzxt_detail .header_nav #menu-item-1632>a span:after,
.single-wrgc_detail .header_nav #menu-item-380>a span:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.header_bar {
    -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
}

@media (max-width:1180px) {
    .header_bar {
        margin: 0 40px 0 auto
    }
}

.header_bar .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
}

.header_bar .phone svg {
    color: #f7d117;
    height: 1rem;
    width: 1rem
}

@media (max-width:668px) {
    .header_bar .phone svg {
        height: 18px;
        width: 18px
    }
}

.header_bar .phone span {
    color: #f7d117;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: .7em;
    margin-left: .4rem
}

@media (max-width:668px) {
    .header_bar .phone span {
        display: none
    }
}

.header_bar .lang {
    color: #f7d117;
    font-size: .96rem;
    font-weight: 500;
    line-height: .7em;
    margin-left: 1.2rem
}

@media (max-width:668px) {
    .header_bar .lang {
        font-size: 20px
    }
}

.footer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.footer,
.footer a {
    color: #fff
}

.footer a:hover {
    text-decoration: underline
}

.footer_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4rem;
    padding-top: 3.6rem
}

@media (max-width:968px) {
    .footer_top {
        padding-bottom: 40px;
        padding-top: 40px;
        display:block;
    }
}

.footer_top_side {
    padding-right: 1.6rem;
    width: 20rem
}

@media (max-width:968px) {
    .footer_top_side {
        padding-right: 0;
        width: 100%
    }
}

.footer_top_side a.logo {
    display: block;
/*     height: 1.6rem; */
	height:4rem;
    margin-bottom: 1.08rem
}

@media (max-width:668px) {
    .footer_top_side a.logo {
        height: 30px;
        margin-bottom: 20px
    }
}

.footer_top_side a.logo img {
    height: 100%;
    width: auto
}

.footer_top_side .txt .t {
    color: #f7d117;
    display: block;
    font-size: .96rem;
    line-height: 1em;
    margin-bottom: .4rem
}

@media (max-width:668px) {
    .footer_top_side .txt .t {
        font-size: 20px;
        margin-bottom: 10px
    }
}

.footer_top_side .txt .des {
    font-size: .72rem;
    line-height: 2em
}

@media (max-width:668px) {
    .footer_top_side .txt .des {
        font-size: 14px
    }
}

.footer_top_side .txt .des p {
    margin: 0 0 1em
}

.footer_top_side .txt .des p:last-of-type {
    margin-bottom: 0
}

.footer_top_side .txt .des ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.4rem;
    padding: 0
}

@media (max-width:668px) {
    .footer_top_side .txt .des ul {
        margin: 0 -10px
    }
}

.footer_top_side .txt .des ul>li {
    padding: 0 .4rem
}

@media (max-width:668px) {
    .footer_top_side .txt .des ul>li {
        padding: 0 10px;
        width: 33.33%
    }
}

.footer_top_side .txt .des ul>li .item {
    width: 4.88rem
}

@media (max-width:668px) {
    .footer_top_side .txt .des ul>li .item {
        width: 100%
    }
}

.footer_top_side .txt .des ul>li .item img {
    width: 100%
}

.footer_top_side .txt .des ul>li .item b {
    display: block;
    font-size: .64rem;
    font-weight: 400;
    line-height: 2em;
    text-align: center
}

@media (max-width:668px) {
    .footer_top_side .txt .des ul>li .item b {
        font-size: 14px
    }
}

.footer_top_side .qr {
    margin-top: 1.2rem
}

.footer_top_side .qr>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.4rem;
    padding: 0
}

@media (max-width:668px) {
    .footer_top_side .qr>ul {
        margin: 0 -10px
    }
}

.footer_top_side .qr>ul>li {
    padding: 0 .4rem
}

@media (max-width:668px) {
    .footer_top_side .qr>ul>li {
        padding: 0 10px;
        width: 33.33%
    }
}

.footer_top_side .qr>ul>li .qr_box {
    width: 4.88rem
}

@media (max-width:668px) {
    .footer_top_side .qr>ul>li .qr_box {
        width: 100%
    }
}

.footer_top_side .qr>ul>li .qr_box img {
    width: 100%
}

.footer_top_side .qr>ul>li .qr_box span {
    display: block;
    font-size: .64rem;
    line-height: 2em;
    text-align: center
}

@media (max-width:668px) {
    .footer_top_side .qr>ul>li .qr_box span {
        font-size: 14px
    }
}

.footer_top_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 4.2rem
}

@media (max-width:1180px) {
    .footer_top_nav {
        /* display: none */
    }
    .footer_top_nav>ul{
        flex-wrap: wrap;
    }
}

.footer_top_nav>ul {
    -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;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_top_nav>ul>li {
    display: block
}

.footer_top_nav>ul>li:first-child,
.footer_top_nav>ul>li:last-child {
    /* display: none */
}

.footer_top_nav>ul>li>a {
    display: block;
/*     font-size: .64rem; */
	font-size:0.8rem;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: .4rem;
    white-space: nowrap
}

@media (max-width:1681px) {
    .footer_top_nav>ul>li>a {
        font-size: 14px
    }
}

.footer_top_nav>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_top_nav>ul>li>ul>li a {
/*     font-size: .56rem; */
	font-size:0.65rem
    line-height: 2em;
    white-space: nowrap
}

@media (max-width:1681px) {
    .footer_top_nav>ul>li>ul>li a {
        font-size: 12px
    }
}

.footer_copyright {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 2px solid hsla(0, 0%, 100%, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .72rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 2em;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem
}

@media (max-width:968px) {
    .footer_copyright {
        padding-bottom: 60px
    }
}

@media (max-width:668px) {
    .footer_copyright {
        -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;
        font-size: 12px;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }
}

.footer_copyright p {
    margin: 0
}

.sidebar {
    bottom: 8rem;
    position: fixed;
    right: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 2.16rem;
    z-index: 100
}

@media (max-width:968px) {
    .sidebar {
        background-color: #f7d117;
        bottom: 0;
        right: 0;
        width: 100%
    }
}

.sidebar>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:968px) {
    .sidebar>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.sidebar>ul>li {
    display: block;
    margin-bottom: .48rem;
    position: relative
}

@media (max-width:968px) {
    .sidebar>ul>li {
        margin-bottom: 0;
        width: 33.33%
    }
}

.sidebar>ul>li:last-of-type {
    margin-bottom: 0
}

.sidebar>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: #f7d117;
    border-radius: 1.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.16rem;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 2.16rem;
    z-index: 10
}

@media (max-width:968px) {
    .sidebar>ul>li a {
        border-radius: 0;
        height: 50px;
        padding: 10px 0;
        width: 100%
    }

    .sidebar>ul>li a:after {
        background-color: hsla(0, 0%, 100%, .5);
        content: "";
        display: block;
        height: 20px;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px
    }
}

.sidebar>ul>li a svg {
    color: #fff
}

.sidebar>ul>li:hover a {
    background-color: #adad00
}

.sidebar>ul>li.phone svg,
.sidebar>ul>li.qr svg {
    color: #fff;
    height: 50%;
    width: 50%
}

@media (max-width:968px) {

    .sidebar>ul>li.phone svg,
    .sidebar>ul>li.qr svg {
        height: 60%;
        width: 60%
    }
}

.sidebar>ul>li.phone .phone_box {
    background-color: #adad00;
    border-radius: 1.12rem;
    color: #fff;
    display: inline-block;
    font-size: .88rem;
    font-weight: 700;
    height: 2.16rem;
    line-height: 2.16rem;
    opacity: 0;
    padding: 0 2.4rem 0 .8rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(2.16rem) scale(0);
    -ms-transform: translateX(2.16rem) scale(0);
    transform: translateX(2.16rem) scale(0);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    white-space: nowrap;
    z-index: 5
}

@media (min-width:968px) {
    .sidebar>ul>li.phone:hover .phone_box {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        visibility: visible
    }
}

.sidebar>ul>li.qr .qr_box {
    -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;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    width: 120px;
    z-index: 5
}

@media (max-width:968px) {
    .sidebar>ul>li.qr .qr_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        bottom: 50px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 50%;
        right: auto;
        top: auto;
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        width: 100%
    }
}

.sidebar>ul>li.qr .qr_box:after {
    border: .32rem dashed transparent;
    border-left: .32rem solid #adad00;
    border-right: none;
    content: "";
    cursor: pointer;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0
}

@media (max-width:968px) {
    .sidebar>ul>li.qr .qr_box:after {
        border: 6px dashed transparent;
        border-bottom: none;
        border-top: 6px solid #adad00;
        cursor: pointer;
        font-size: 0;
        height: 0;
        line-height: 0;
        overflow: hidden;
        width: 0
    }
}

.sidebar>ul>li.qr .qr_box .inner {
    background-color: #adad00;
    padding: .4rem .4rem 0
}

.sidebar>ul>li.qr .qr_box .inner img {
    width: 4.4rem
}

@media (max-width:968px) {
    .sidebar>ul>li.qr .qr_box .inner img {
        width: 100%
    }
}

.sidebar>ul>li.qr .qr_box .inner span {
    color: #fff;
    display: block;
    font-size: .56rem;
    line-height: 2.5em;
    text-align: center
}

@media (max-width:968px) {
    .sidebar>ul>li.qr .qr_box .inner span {
        font-size: 13px;
        line-height: 40px
    }
}

.sidebar>ul>li.qr:hover .qr_box {
    opacity: 1;
    right: 2.16rem;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    visibility: visible
}

@media (max-width:968px) {
    .sidebar>ul>li.qr:hover .qr_box {
        right: auto;
        -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.sidebar>ul>li.backtotop a {
    -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
}

.sidebar>ul>li.backtotop a svg {
    color: #fff;
    height: .88rem;
    width: .88rem
}

.sidebar>ul>li.backtotop a span {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin-top: 5px;
    text-align: center
}

#pop_qr {
    padding: 20px
}

#pop_qr img {
    width: 8rem
}

#pop_qr span {
    color: #000;
    display: block;
    font-size: .64rem;
    line-height: 2em;
    text-align: center
}

.fancybox-slide--html .fancybox-close-small {
    height: 30px;
    padding: 5px;
    width: 30px
}

.mobile-icon {
    display: none
}

@media (max-width:1180px) {
    .mobile-icon {
        display: block;
        position: fixed;
        right: 20px;
        top: 32px;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 9999
    }
}

@media (max-width:1180px) and (max-width:668px) {
    .mobile-icon {
        top: 22px
    }
}

.mobile-icon .toggle {
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: block;
    left: auto;
    min-height: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    top: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 24px;
    z-index: 9980
}

.mobile-icon .toggle span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 26px
}

.mobile-icon .toggle span,
.mobile-icon .toggle span:after,
.mobile-icon .toggle span:before {
    background: #f7d117;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.mobile-icon .toggle span:after,
.mobile-icon .toggle span:before {
    content: "";
    width: 100%
}

.mobile-icon .toggle span:before {
    top: -8px
}

.mobile-icon .toggle span:after {
    bottom: -8px
}

.mobile-icon .toggle.toggle-open span {
    background: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-icon .toggle.toggle-open span:before {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0)
}

.mobile-icon .toggle.toggle-open span:after {
    -webkit-transform: rotate(-90deg) translate3d(8px, 0, 0);
    transform: rotate(-90deg) translate3d(8px, 0, 0)
}

.mobile-icon .toggle:hover span,
.mobile-icon .toggle:hover span:after,
.mobile-icon .toggle:hover span:before {
    background: #f7d117;
    -webkit-transition: all .5s;
    transition: all .5s
}

#nav_mobile {
    display: none
}

.header_bgwhite .mobile-icon .toggle span,
.header_bgwhite .mobile-icon .toggle span:after,
.header_bgwhite .mobile-icon .toggle span:before {
    background: #333
}

.n_banner {
    color: #fff;
    height: 24rem;
    position: relative;
    width: 100%
}

.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;
    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;
    padding-top: 4.8rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2
}

@media (max-width:1380px) {
    .n_banner_txt {
        padding-top: 4rem
    }
}

@media (max-width:1180px) {
    .n_banner_txt {
        padding-top: 80px
    }
}

@media (max-width:668px) {
    .n_banner_txt {
        padding-top: 60px
    }
}

.n_banner_txt .title01 b,
.n_banner_txt .title01 span {
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s
}

.n_banner_img,
.n_banner_img img {
    height: 100%;
    width: 100%
}

.n_banner_img img {
    object-fit: cover
}

.n_banner[data-loaded=true] .n_banner {
    color: #fff;
    height: 24rem;
    position: relative;
    width: 100%
}

.n_banner[data-loaded=true] .n_banner_txt .title01 b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.n_banner[data-loaded=true] .n_banner_txt .title01 span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.bread {
    border-bottom: 1px solid #eee;
    padding: .72rem 0
}

@media (max-width:668px) {
    .bread {
        padding: 15px 0
    }
}

.bread .bread_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .64rem;
    line-height: .64rem
}

@media (max-width:668px) {
    .bread .bread_inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 1.5em
    }
}

.bread .bread_inner svg {
    -ms-flex-negative: 0;
    color: #f7d117;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: .64rem;
    width: .64rem
}

@media (max-width:668px) {
    .bread .bread_inner svg {
        height: 12px;
        width: 12px
    }
}

.bread .bread_inner>span {
    margin: 0 .2rem;
    white-space: nowrap
}

.bread .bread_inner a {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.bread .bread_inner a:hover {
    color: #f7d117
}

.single-post .bread span[property=itemListElement]:last-of-type {
    display: none
}

.sub_nav>.inner {
    border-bottom: 1px solid #eee
}

.sub_nav>.inner>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -1.2rem;
    padding: 0
}

@media (max-width:1180px) {
    .sub_nav>.inner>ul {
        margin: 0 -10px
    }
}

@media (max-width:968px) {
    .sub_nav>.inner>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        padding-top: 10px
    }
}

.tax-wrgc_category .sub_nav>.inner>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -5px
}

.tax-wrgc_category .sub_nav>.inner>ul>li {
    padding: 0 5px
}

.sub_nav>.inner>ul>li {
    padding: 0 1.2rem
}

@media (max-width:1180px) {
    .sub_nav>.inner>ul>li {
        padding: 0 10px
    }
}

@media (max-width:968px) {
    .sub_nav>.inner>ul>li {
        -webkit-box-flex: 1;
        -ms-flex-preferred-size: 25%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        margin-bottom: 10px;
        padding: 0 5px;
        width: auto
    }
}

.sub_nav>.inner>ul>li>a {
    color: #666;
    display: block;
    font-size: .72rem;
    font-weight: 700;
    line-height: 2em;
    padding: 1rem 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1380px) {
    .sub_nav>.inner>ul>li>a {
        font-size: 14px
    }
}

@media (max-width:968px) {
    .sub_nav>.inner>ul>li>a {
        border: 1px solid #ddd;
        font-size: 13px;
        line-height: 40px;
        padding: 0 10px;
        text-align: center
    }
}

.sub_nav>.inner>ul>li>a:after {
    background-color: #f7d117;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    line-height: 3px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0;
    z-index: 2
}

.sub_nav>.inner>ul>li.cur>a,
.sub_nav>.inner>ul>li.current-cat-ancestor>a,
.sub_nav>.inner>ul>li.current-cat-parent>a,
.sub_nav>.inner>ul>li.current-cat>a,
.sub_nav>.inner>ul>li.current_page_item>a,
.sub_nav>.inner>ul>li:hover>a {
    color: #f7d117
}

.sub_nav>.inner>ul>li.cur>a:after,
.sub_nav>.inner>ul>li.current-cat-ancestor>a:after,
.sub_nav>.inner>ul>li.current-cat-parent>a:after,
.sub_nav>.inner>ul>li.current-cat>a:after,
.sub_nav>.inner>ul>li.current_page_item>a:after,
.sub_nav>.inner>ul>li:hover>a:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.sub_nav_warehouse>.inner>ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sub_nav_warehouse>.inner>ul>li>a {
    padding: .4rem 0
}

.third_nav {
    padding: 2rem 0 0
}

@media (max-width:1380px) {
    .third_nav {
        padding: 40px 0 0
    }
}

@media (max-width:668px) {
    .third_nav {
        padding: 20px 0 0
    }
}

.third_nav .w>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .third_nav .w>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1px -2px
    }
}

.third_nav .w>ul>li {
    margin-right: 1px
}

@media (max-width:668px) {
    .third_nav .w>ul>li {
        -webkit-box-flex: 1;
        -ms-flex-preferred-size: 25%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        margin: 0 0 2px;
        padding: 0 1px;
        width: auto
    }
}

.third_nav .w>ul>li>a {
    background-color: #999;
    color: #fff;
    display: block;
    font-size: .72rem;
    line-height: 1rem;
    padding: .4rem 1.88rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1380px) {
    .third_nav .w>ul>li>a {
        font-size: 14px;
        line-height: 1.2em;
        padding: 10px 20px
    }
}

@media (max-width:668px) {
    .third_nav .w>ul>li>a {
        padding: 10px;
        text-align: center
    }
}

.third_nav .w>ul>li.current-cat>a,
.third_nav .w>ul>li:hover>a {
    background-color: #f39800
}

.no_content {
    color: #999;
    padding-top: 20px
}

.page_common {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .page_common {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.swiper-container .swiper_page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: .96rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

.swiper-container .swiper_page .swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    height: .48rem;
    margin: 0 .2rem;
    opacity: 1;
    width: .48rem
}

.swiper-container .swiper_page .swiper-pagination-bullet-active {
    background-color: #f7d117
}

.slide_page_style02 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    bottom: 4rem;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 20
}

.slide_page_style02 span.cur {
    font-size: 1.44rem;
    font-weight: 700;
    line-height: .7em;
    margin-right: .2rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6)
}

.slide_page_style02 span.total {
    -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;
    font-size: .72rem;
    line-height: .7em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6)
}

.slide_page_style02 span.total:after {
    background-color: #f7d117;
    content: "";
    height: 1px;
    line-height: 1px;
    margin-left: .4rem;
    width: 6.4rem
}

.arrow_style02 {
    height: .8rem;
    position: absolute;
    right: 2.8rem;
    width: .8rem;
    z-index: 21
}

.arrow_style02 svg {
    color: #f7d117;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.arrow_style02.prev {
    bottom: 5.32rem
}

.arrow_style02.prev:hover svg {
    -webkit-transform: translateY(-.4rem);
    -ms-transform: translateY(-.4rem);
    transform: translateY(-.4rem)
}

.arrow_style02.next {
    bottom: 2.4rem
}

.arrow_style02.next:hover svg {
    -webkit-transform: translateY(.4rem);
    -ms-transform: translateY(.4rem);
    transform: translateY(.4rem)
}

.common_txt {
    color: #000;
    font-size: .72rem;
    line-height: 1.666em
}

@media (max-width:1380px) {
    .common_txt {
        font-size: 14px
    }
}

.common_txt p {
    margin: 0 0 1em
}

.common_txt p:last-of-type {
    margin: 0
}

.common_txt img {
    height: auto !important;
    max-width: 100% !important
}

.common_txt.gray {
    color: #666
}

.common_txt.white {
    color: #fff
}

.common_txt.fs16 {
    font-size: .64rem
}

@media (max-width:1380px) {
    .common_txt.fs16 {
        font-size: 14px
    }
}

.common_txt.fs20 {
    font-size: .8rem
}

@media (max-width:1380px) {
    .common_txt.fs20 {
        font-size: 16px
    }
}

.common_txt.fs24 {
    font-size: .96rem
}

@media (max-width:1380px) {
    .common_txt.fs24 {
        font-size: 17px
    }
}

.common_txt.fs26 {
    font-size: 1.04rem
}

@media (max-width:1380px) {
    .common_txt.fs26 {
        font-size: 18px
    }
}

.colored {
    color: #f7d117
}

.mt20 {
    margin-top: .8rem
}

.mb20 {
    margin-bottom: .8rem
}

.center,
.center p {
    text-align: center
}

.center p {
    -moz-text-align-last: center;
    text-align-last: center
}

.bg_gray {
    background-color: #fafafa
}

.bg_white {
    background-color: #fff
}

.common_col {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .common_col {
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.common_col_inner {
    margin-top: 2.4rem
}

.common_col_inner video {
    aspect-ratio: 16/9
}

.common_col_width {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%
}

@media (max-width:668px) {
    .common_col_width {
        max-width: 100%
    }
}

.title01 {
    margin: 0
}

.title01 b {
    color: #f7d117;
    display: block;
    font-size: 1.92rem;
    line-height: 1em
}

.title01 b:after {
    background-color: #f7d117;
    content: "";
    display: block;
    height: .12rem;
    line-height: .12rem;
    margin: .8rem 0;
    width: 3.8rem
}

.title01 b.black {
    color: #000
}

.title01 b.black:after {
    background-color: #000
}

.title01 b.darkgray {
    color: #333
}

.title01 b.darkgray:after {
    background-color: #333
}

.title01 b.white {
    color: #fff
}

.title01 b.white:after {
    background-color: #fff
}

.title01 b.gray {
    color: #666
}

.title01 b.fs24 {
    font-size: .96rem
}

@media (max-width:668px) {
    .title01 b.fs24 {
        font-size: 18px
    }
}

.title01 b.fs30 {
    font-size: 1.2rem
}

.title01 b.fs36 {
    font-size: 1.44rem
}

.title01 b.lh15 {
    line-height: 1.5em
}

.title01 b.gray_line:after {
    background-color: #666
}

.title01 b.noline {
    margin-bottom: 10px
}

.title01 b.noline:after {
    display: none
}

.title01 span {
    color: #000;
    display: block;
    font-size: .96rem;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase
}

.title01 span.white {
    color: #fff
}

.title01 span.gray {
    color: #666
}

.title01 span.fs20 {
    font-size: .8rem
}

@media (max-width:668px) {
    .title01 span.fs20 {
        font-size: 14px
    }
}

.title01 span.lh15 {
    line-height: 1.5em
}

.title01 em {
    font-style: normal
}

.title01.center {
    text-align: center
}

.title01.center b:after {
    margin-left: auto;
    margin-right: auto
}

a .more01 {
    height: 3.48rem;
    position: relative;
    width: 3.48rem
}

a .more01 i {
    -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;
    font-size: 1.92rem;
    font-style: normal;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: .7em;
    position: relative;
    z-index: 5
}

a .more01 i,
a .more01:after,
a .more01:before {
    background-color: #f7d117;
    border-radius: 100%;
    height: 100%;
    width: 100%
}

a .more01:after,
a .more01:before {
    content: "";
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 1
}

a .more02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

a .more02 span {
    color: #000;
    font-size: .96rem;
    line-height: 1em;
    margin-right: 1rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

a .more02 .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: #f7d117;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.48rem;
    -webkit-justify-content: center;
    justify-content: center;
    width: 3.48rem
}

a .more02 .icon svg {
    color: #fff;
    height: 1rem;
    margin-right: 1.4rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1rem
}

a .more02.white span {
    color: #fff
}

@media (min-width:668px) {
    a:hover .more01:before {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        -ms-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4)
    }

    a:hover .more01:after {
        opacity: .1;
        -webkit-transform: translate(-50%, -50%) scale(1.8);
        -ms-transform: translate(-50%, -50%) scale(1.8);
        transform: translate(-50%, -50%) scale(1.8);
        -webkit-transition-delay: .1s;
        transition-delay: .1s
    }

    a:hover .more02 span {
        color: #f7d117
    }

    a:hover .more02 .icon svg {
        margin-right: 0
    }
}

.img100 {
    width: 100%
}

.img100_max {
    max-width: 100%
}

.p20 {
    padding: .8rem
}

.tac {
    text-align: center
}

.img_border {
    border: 1px solid rgba(0, 0, 0, .1)
}

.fancybox-slide--video .plyr {
    height: 100%;
    width: 100%
}

.fancybox-slide--video .plyr .plyr__video-wrapper {
    height: 100%;
    text-align: center;
    width: 100%
}

.fancybox-slide--video .plyr .plyr__video-wrapper video {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.table>thead>tr>th {
    background-color: #f7d117;
    color: #fff;
    font-size: 1.2em
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: .8rem;
    vertical-align: middle
}

.index_banner {
    position: relative
}

.index_banner .swiper-slide .item {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

.index_banner .swiper-slide .item.item_video video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.index_banner .swiper-slide .item.item_video_bottom video {
    object-position: bottom
}

.index_banner .swiper-slide .item .bg {
    height: 100%;
    width: 100%
}

.index_banner .swiper-slide .item .bg img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.index_banner .swiper-slide .item .txt01 {
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.index_banner .swiper-slide .item .txt01,
.index_banner .swiper-slide .item .txt01_inner {
    -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
}

.index_banner .swiper-slide .item .txt01_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.index_banner .swiper-slide .item .txt01_inner .t {
    font-size: 2.88rem;
    line-height: 1em;
    opacity: 0;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, .3);
    -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 .txt01_inner .t {
        font-size: 8.5vw
    }
}

.index_banner .swiper-slide .item .txt01_inner i.line {
    background-color: #f7d117;
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, .3);
    height: .2rem;
    margin: 1.4rem 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0
}

.index_banner .swiper-slide .item .txt01_inner .des {
    -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;
    font-size: 1.28rem;
    line-height: 1em;
    margin: .4rem 0;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item .txt01_inner .des {
        font-size: 3.5vw
    }
}

.index_banner .swiper-slide .item .txt01_inner .des.left_right_line:after,
.index_banner .swiper-slide .item .txt01_inner .des.left_right_line:before {
    background-color: #fff;
    content: "";
    height: 2px;
    line-height: 2px;
    width: 1.8rem
}

.index_banner .swiper-slide .item .txt01_inner .more {
    margin-top: 1.2rem;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_banner .swiper-slide .item .txt01_inner .more a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 1rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2rem;
    padding: 0 1.6rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

.index_banner .swiper-slide .item .txt01_inner .more a span {
    color: #fff;
    font-size: .72rem;
    line-height: 1em
}

.index_banner .swiper-slide .item .txt01_inner .more a svg {
    color: #fff;
    height: .8rem;
    margin-left: 10px;
    width: .8rem
}

.index_banner .swiper-slide .item .txt01_inner .more a:hover {
    background-color: #f7d117;
    border-color: #f7d117
}

.index_banner .swiper-slide .item.item_02 .txt {
    -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%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item.item_02 .txt {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
}

.index_banner .swiper-slide .item.item_02 .txt_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;
    color: #fff;
    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;
    padding-top: 8rem;
    width: 26.6rem
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item.item_02 .txt_inner {
        padding: 0 0 15vh;
        width: 100%
    }
}

.index_banner .swiper-slide .item.item_02 .txt_inner .t {
    font-size: 2.88rem;
    line-height: 1em;
    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.item_02 .txt_inner .t {
        font-size: 8.5vw
    }
}

@media (min-width:968px) {
    .index_banner .swiper-slide .item.item_02 .txt_inner .t {
        white-space: nowrap
    }
}

.index_banner .swiper-slide .item.item_02 .txt_inner .des {
    -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;
    font-size: 1.28rem;
    line-height: 1em;
    margin: 1.4rem 0 1rem;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item.item_02 .txt_inner .des {
        font-size: 3.5vw
    }
}

.index_banner .swiper-slide .item.item_02 .txt_inner .des:after,
.index_banner .swiper-slide .item.item_02 .txt_inner .des:before {
    background-color: #fff;
    content: "";
    height: 2px;
    line-height: 2px;
    width: 1.8rem
}

.index_banner .swiper-slide .item.item_02 .txt_inner .t2 {
    font-size: 1.92rem;
    line-height: 1em;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .index_banner .swiper-slide .item.item_02 .txt_inner .t2 {
        font-size: 7.5vw
    }
}

.index_banner .swiper-slide-active .item .txt01_inner .t {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.index_banner .swiper-slide-active .item .txt01_inner i.line {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    width: 4rem
}

.index_banner .swiper-slide-active .item .txt01_inner .des,
.index_banner .swiper-slide-active .item .txt01_inner .more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: var(--delay);
    transition-delay: var(--delay)
}

.index_banner .swiper-slide-active .item.item_02 .txt_inner .t {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.index_banner .swiper-slide-active .item.item_02 .txt_inner .des {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.index_banner .swiper-slide-active .item.item_02 .txt_inner .t2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.index_about {
    overflow: hidden;
    padding: 3.2rem 0 18.4rem;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .index_about {
        padding: 40px 0 0
    }
}

.index_about_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    margin: 0 auto;
    position: relative;
    width: 62vw;
    z-index: 5
}

@media (max-width:1180px) {
    .index_about_txt {
        padding: 0 20px;
        width: 100vw
    }
}

.index_about_txt .des {
    margin: 1.4rem 0 2rem
}

.index_about_img {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media (max-width:668px) {
    .index_about_img {
        height: 100%
    }
}

.index_about_img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.index_about_nums {
    background-color: rgba(247, 209, 23, .8);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

@media (max-width:668px) {
    .index_about_nums {
        position: static
    }
}

.index_about_nums .inner {
    padding: 3.2rem 0
}

@media (max-width:668px) {
    .index_about_nums .inner {
        padding: 40px 0
    }
}

.index_about_nums .inner>ul {
    -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;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .index_about_nums .inner>ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: -40px
    }

    .index_about_nums .inner>ul>li {
        -webkit-box-flex: 1;
        -ms-flex-preferred-size: 33.33%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
        margin-bottom: 40px;
        width: auto
    }
}

.index_about_nums .item {
    color: #fff;
    font-size: .96rem;
    line-height: 1em
}

@media (max-width:668px) {
    .index_about_nums .item {
        text-align: center
    }
}

.index_about_nums .item_top {
    -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
}

@media (max-width:668px) {
    .index_about_nums .item_top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.index_about_nums .item_top span {
    font-size: 2.88rem;
    font-style: normal;
    font-weight: 700;
    line-height: .7em
}

@media (max-width:668px) {
    .index_about_nums .item_top span {
        font-size: 34px
    }
}

.index_about_nums .item_top sup {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: .7em
}

@media (max-width:668px) {
    .index_about_nums .item_top sup {
        font-size: 20px
    }
}

.index_about_nums .item_top em {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-style: normal
}

.index_about_nums .item_des {
    display: block;
    margin-top: .6rem;
    text-align: center
}

.index_pro_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;
    padding: 0
}

.index_pro_list>ul>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    width: auto
}

@media (max-width:968px) {
    .index_pro_list>ul>li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media (max-width:668px) {
    .index_pro_list>ul>li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.index_pro_list>ul>li a {
    display: block;
    overflow: hidden;
    position: relative
}

.index_pro_list>ul>li a:before {
    background: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    z-index: 2
}

.index_pro_list>ul>li a .txt,
.index_pro_list>ul>li a:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.index_pro_list>ul>li a .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;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 2.4rem;
    -webkit-transform: translateY(2.4rem);
    -ms-transform: translateY(2.4rem);
    transform: translateY(2.4rem);
    z-index: 5
}

@media (max-width:1681px) {
    .index_pro_list>ul>li a .txt {
        -webkit-transform: translateY(1.6rem);
        -ms-transform: translateY(1.6rem);
        transform: translateY(1.6rem)
    }
}

@media (max-width:1180px) {
    .index_pro_list>ul>li a .txt {
        -webkit-transform: translateY(2.4rem);
        -ms-transform: translateY(2.4rem);
        transform: translateY(2.4rem)
    }
}

@media (max-width:668px) {
    .index_pro_list>ul>li a .txt {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.index_pro_list>ul>li a .txt .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.index_pro_list>ul>li a .txt .title,
.index_pro_list>ul>li a .txt .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
}

.index_pro_list>ul>li a .txt .title .icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: 1px solid #f7d117;
    border-radius: 100%;
    height: 5rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 5rem
}

@media (max-width:1380px) {
    .index_pro_list>ul>li a .txt .title .icon {
        height: 4rem;
        width: 4rem
    }
}

@media (max-width:668px) {
    .index_pro_list>ul>li a .txt .title .icon {
        height: 20vw;
        width: 20vw
    }
}

.index_pro_list>ul>li a .txt .title .icon svg {
    color: #f7d117;
    height: 60%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 60%
}

.index_pro_list>ul>li a .txt .title span {
    font-size: .96rem;
    font-weight: 700;
    line-height: 1em;
    margin: .8rem 0
}

@media (max-width:668px) {
    .index_pro_list>ul>li a .txt .title span {
        font-size: 20px
    }
}

.index_pro_list>ul>li a .txt .des {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 4.998em;
    margin: 0 auto;
    max-width: 20rem;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .index_pro_list>ul>li a .txt .des {
        display: none
    }
}

.index_pro_list>ul>li a .bg {
/*     height: 19.2rem;
    object-fit: cover; */
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 80%;
	margin:0 auto;
}

@media (min-width:668px) {
    .index_pro_list>ul>li a:hover:before {
        background: rgba(224, 224, 0, .9)
    }

    .index_pro_list>ul>li a:hover .txt {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .index_pro_list>ul>li a:hover .txt .title {
        color: #fff
    }

    .index_pro_list>ul>li a:hover .txt .title .icon {
        border-color: #fff
    }

    .index_pro_list>ul>li a:hover .txt .title .icon svg {
        color: #fff
    }

    .index_pro_list>ul>li a:hover .txt .des {
        opacity: 1
    }

    .index_pro_list>ul>li a:hover .bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.index_unmanned_factory_title {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.8rem 20px 2rem
}

@media (min-width:668px) {
    .index_unmanned_factory_title {
        background-attachment: fixed
    }
}

.index_warehouse_title {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.8rem 20px 2rem
}

@media (min-width:668px) {
    .index_warehouse_title {
        background-attachment: fixed
    }
}

.index_vehicle_title {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.8rem 20px 2rem
}

@media (min-width:668px) {
    .index_vehicle_title {
        background-attachment: fixed
    }
}

.index_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8vw;
    padding-top: 4.8rem
}

@media (max-width:1288px) {
    .index_news {
        padding-left: 40px
    }
}

@media (max-width:1180px) {
    .index_news {
        padding-left: 20px
    }
}

@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: 40px 20px 0
    }
}

.index_news_title {
    width: 10.8rem
}

@media (max-width:668px) {
    .index_news_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;
        width: 100%
    }
}

.index_news_title .more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 2rem
}

@media (max-width:668px) {
    .index_news_title .more {
        margin-top: 0
    }
}

.index_news_list {
    width: calc(92vw - 10.8rem)
}

@media (max-width:1288px) {
    .index_news_list {
        width: calc(100vw - 40px - 10.8rem)
    }
}

@media (max-width:1180px) {
    .index_news_list {
        width: calc(100vw - 20px - 10.8rem)
    }
}

@media (max-width:668px) {
    .index_news_list {
        margin-top: 20px;
        width: 100%
    }
}

.index_news_list .swiper-container {
    margin-left: -1rem;
    margin-top: -1rem;
    overflow: hidden;
    padding: 1rem;
    width: calc(100% + 2rem)
}

.index_news_list .swiper-slide {
    width: 16.8rem
}

@media (max-width:668px) {
    .index_news_list .swiper-slide {
        width: auto
    }
}

.index_news_list .swiper-slide a {
    background-color: #fff;
    box-shadow: 0 0 .6rem 0 rgba(0, 0, 0, .1);
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.index_news_list .swiper-slide a .img {
    height: 10.8rem;
    overflow: hidden;
    width: 100%
}

@media (max-width:668px) {
    .index_news_list .swiper-slide a .img {
        height: 50vw
    }
}

.index_news_list .swiper-slide a .img img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.index_news_list .swiper-slide a .txt {
    padding: 1.6rem 1.2rem 0
}

.index_news_list .swiper-slide a .txt b.t {
    color: #000;
    display: block;
    font-size: .8rem;
    font-weight: 400;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:668px) {
    .index_news_list .swiper-slide a .txt b.t {
        font-size: 16px
    }
}

.index_news_list .swiper-slide a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-size: .56rem;
    font-weight: 400;
    height: 3em;
    line-height: 1.5em;
    margin: .8rem 0 1.4rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:668px) {
    .index_news_list .swiper-slide a .txt .des {
        font-size: 13px
    }
}

.index_news_list .swiper-slide a .txt .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #b5b5b5;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem
}

.index_news_list .swiper-slide a .txt .info svg {
    height: 14px;
    width: 14px
}

@media (max-width:668px) {
    .index_news_list .swiper-slide a .txt .info svg {
        height: 12px;
        width: 12px
    }
}

.index_news_list .swiper-slide a .txt .info span {
    font-size: 14px;
    font-weight: 700;
    line-height: .8em;
    margin-left: 10px
}

@media (max-width:668px) {
    .index_news_list .swiper-slide a .txt .info span {
        font-size: 12px
    }
}

.index_news_list .swiper-slide a .txt .info em {
    font-size: 14px;
    font-style: normal;
    line-height: 1em;
    margin-left: auto
}

@media (max-width:668px) {
    .index_news_list .swiper-slide a .txt .info em {
        font-size: 12px
    }
}

.index_news_list .swiper-slide a:hover {
    box-shadow: 0 0 .8rem 0 rgba(0, 0, 0, .2)
}

.index_news_list .swiper-slide a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index_news_list .swiper-slide a:hover .txt b.t {
    color: #f7d117
}

.index_news_list .arrows {
    margin: 1.4rem 0 2.4rem;
    padding-right: 8vw;
    width: 100%
}

@media (max-width:1288px) {
    .index_news_list .arrows {
        padding-right: 40px
    }
}

@media (max-width:1180px) {
    .index_news_list .arrows {
        padding-right: 20px
    }
}

@media (max-width:668px) {
    .index_news_list .arrows {
        margin: 10px 0 20px;
        padding-right: 0
    }
}

.index_news_list .arrows ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -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: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0 -10px;
    padding: 0
}

@media (max-width:668px) {
    .index_news_list .arrows ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.index_news_list .arrows ul li {
    padding: 0 10px
}

.index_news_list .arrows ul li .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: 2px solid #c5c5c5;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.6rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 1.6rem
}

@media (max-width:668px) {
    .index_news_list .arrows ul li .arrow {
        height: 40px;
        width: 40px
    }
}

.index_news_list .arrows ul li .arrow svg {
    color: #c5c5c5;
    height: 40%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 40%
}

.index_news_list .arrows ul li .arrow:hover {
    border-color: #f7d117
}

.index_news_list .arrows ul li .arrow:hover svg {
    color: #f7d117
}

.index_partners {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .index_partners {
        padding-bottom: 20px
    }
}

.index_partners_title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .index_partners_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -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;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.index_partners_title .des {
    text-align: right
}

@media (max-width:668px) {
    .index_partners_title .des {
        margin-top: 20px
    }
}

.index_partners_title .des b {
    color: #000;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5em
}

.index_partners_title .des span {
    color: #999;
    display: block;
    font-size: .72rem;
    font-weight: 300;
    line-height: 1.5em
}

.index_partners_list {
    margin-top: 1.2rem
}

.index_partners_list .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;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.index_partners_list .img img {
    max-height: 60%;
    max-width: 60%
}

@media (min-width:1180px) {
    .index_partners_list .img:hover {
        box-shadow: 0 .4rem .8rem 0 rgba(0, 0, 0, .1)
    }
}

.index_partners_list .swiper-container {
    margin-left: -1.2rem;
    overflow: hidden;
    padding: 1.2rem;
    width: calc(100% + 2.4rem)
}

.index_partners_list .swiper-container .swiper_page {
    margin-top: 2rem;
    position: static
}

.wrgcIndex {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .wrgcIndex {
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.wrgcIndex_top>.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .wrgcIndex_top>.inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wrgcIndex_top>.inner .txt {
    padding-right: 4.8rem;
    width: 50%
}

@media (max-width:968px) {
    .wrgcIndex_top>.inner .txt {
        padding-right: 40px
    }
}

@media (max-width:668px) {
    .wrgcIndex_top>.inner .txt {
        padding: 0 0 20px;
        width: 100%
    }
}

.wrgcIndex_top>.inner .txt .des {
    margin: .8rem 0 0
}

.wrgcIndex_top>.inner .video {
    width: 50%
}

@media (max-width:668px) {
    .wrgcIndex_top>.inner .video {
        width: 100%
    }
}

.wrgcIndex_hxjs {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:668px) {
    .wrgcIndex_hxjs {
        background-attachment: fixed
    }
}

.wrgcIndex_highlight {
    padding-bottom: 0
}

.wrgcIndex_highlight .arrow_down {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid #f7d117;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.4rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.6rem auto;
    width: 2.4rem
}

.wrgcIndex_highlight .arrow_down svg {
    color: #f7d117;
    height: 40%;
    width: 40%
}

.wrgcIndex_highlight01 .img {
    background-color: #fff;
    margin-bottom: .8rem;
    padding: 1.6rem
}

.wrgcIndex_highlight01 .img:last-of-type {
    margin-bottom: 0
}

.wrgcIndex_highlight01 .img img {
    width: 100%
}

.wrgcIndex_highlight01 .img02_col {
    margin-top: .8rem
}

.wrgcIndex_highlight01 .img02_col>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -10px;
    padding: 0
}

@media (max-width:668px) {
    .wrgcIndex_highlight01 .img02_col>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wrgcIndex_highlight01 .img02_col>ul>li {
    padding: 0 10px
}

.wrgcIndex_highlight01 .img02_col>ul>li:first-of-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.wrgcIndex_highlight01 .img02_col>ul>li:first-of-type .plyr {
    height: 100%;
    width: 100%
}

@media (max-width:668px) {
    .wrgcIndex_highlight01 .img02_col>ul>li:first-of-type .plyr {
        height: 50vw
    }
}

.wrgcIndex_highlight01 .img02_col>ul>li:first-of-type .plyr .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.wrgcIndex_highlight01 .img02_col>ul>li:first-of-type .plyr .plyr__video-wrapper video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.wrgcIndex_highlight01 .img02_col>ul>li:nth-of-type(2) {
    width: 18.8rem
}

@media (max-width:668px) {
    .wrgcIndex_highlight01 .img02_col>ul>li:nth-of-type(2) {
        margin-top: 20px;
        width: 100%
    }
}

.wrgcIndex_highlight02 .col01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:668px) {
    .wrgcIndex_highlight02 .col01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wrgcIndex_highlight02 .col01 .txt {
    padding-left: 4.8rem;
    width: 50%
}

@media (max-width:968px) {
    .wrgcIndex_highlight02 .col01 .txt {
        padding-left: 40px
    }
}

@media (max-width:668px) {
    .wrgcIndex_highlight02 .col01 .txt {
        padding: 20px 0 0;
        width: 100%
    }
}

.wrgcIndex_highlight02 .col01 .txt .des {
    margin: .8rem 0 0
}

.wrgcIndex_highlight02 .col01 .video {
    width: 50%
}

@media (max-width:668px) {
    .wrgcIndex_highlight02 .col01 .video {
        width: 100%
    }
}

.wrgcIndex_highlight02 .col01 .img {
    margin-top: 1.6rem;
    width: 100%
}

.wrgcIndex_highlight02 .col02,
.wrgcIndex_highlight02 .col03_list {
    margin-top: 1.6rem
}

.wrgcIndex_highlight02 .col03_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 -.8rem;
    padding: 0
}

.wrgcIndex_highlight02 .col03_list>ul>li {
    padding: 0 .8rem;
    width: 50%
}

@media (max-width:668px) {
    .wrgcIndex_highlight02 .col03_list>ul>li {
        margin-bottom: 20px;
        width: 100%
    }
}

@media (min-width:668px) {
    .wrgcIndex_highlight02 .col03_list>ul>li .plyr {
        margin-top: 1.6rem
    }

    .wrgcIndex_highlight02 .col03_list>ul>li .img {
        margin-top: 1.6rem;
        width: 100%
    }
}

.wrgcIndex_highlightVS>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -2.4rem;
    padding: 0
}

@media (max-width:668px) {
    .wrgcIndex_highlightVS>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wrgcIndex_highlightVS>ul>li {
    padding: 0 2.4rem;
    position: relative;
    width: 50%
}

.wrgcIndex_highlightVS>ul>li:first-of-type:after {
    background-image: url(../img/wrgc_index/vs.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 5.04rem;
    position: absolute;
    right: -1.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.2rem;
    z-index: 2
}

@media (max-width:668px) {
    .wrgcIndex_highlightVS>ul>li:first-of-type {
        padding-bottom: 80px
    }

    .wrgcIndex_highlightVS>ul>li:first-of-type:after {
        bottom: 0;
        left: 50%;
        right: auto;
        top: auto;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%)
    }

    .wrgcIndex_highlightVS>ul>li {
        margin-bottom: 1.6rem;
        width: 100%
    }

    .wrgcIndex_highlightVS>ul>li:last-of-type {
        margin-bottom: 0
    }
}

.wrgcIndex_highlightVS>ul>li .item {
    text-align: center
}

.wrgcIndex_highlightVS>ul>li .item_title {
    font-size: 1.04rem;
    line-height: 1.5em
}

@media (max-width:668px) {
    .wrgcIndex_highlightVS>ul>li .item_title {
        font-size: 20px
    }
}

.wrgcIndex_highlightVS>ul>li .item_title b {
    color: #000;
    display: block
}

.wrgcIndex_highlightVS>ul>li .item_title span {
    color: #333;
    display: block
}

.wrgcIndex_highlightVS>ul>li .item_img {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: .8rem 0;
    padding: 1.2rem
}

.wrgcIndex_highlightVS>ul>li .item_img img {
    width: 100%
}

.wrgcIndex_highlightVS>ul>li .item_img.no_padding {
    padding: 0
}

.wrgcIndex_highlightVS>ul>li .item_des b {
    font-size: 1.3em
}

.wrgcIndex_highlightVS.bb {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: -1.6rem;
    padding-bottom: .8rem
}

.wrgc_sidefloat {
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20
}

@media (max-width:668px) {
    .wrgc_sidefloat {
        display: none
    }
}

.wrgc_sidefloat span.t {
    background-color: #f7d117;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding: .4rem;
    white-space: nowrap
}

.wrgc_sidefloat>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.wrgc_sidefloat>ul li {
    display: block;
    margin-bottom: 1px
}

.wrgc_sidefloat>ul li a {
    background-color: #ddd;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 1em;
    padding: .4rem;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

.wrgc_sidefloat>ul li a:hover {
    background-color: #f7d117;
    color: #fff
}

.wrgcCate_top {
    -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;
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .wrgcCate_top {
        -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;
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.wrgcCate_top .txt {
    padding-right: 4.8rem;
    width: 50%
}

@media (max-width:968px) {
    .wrgcCate_top .txt {
        padding-right: 40px
    }
}

@media (max-width:668px) {
    .wrgcCate_top .txt {
        padding: 0 0 20px;
        width: 100%
    }
}

.wrgcCate_top .txt .des {
    margin: .8rem 0 0
}

.wrgcCate_top .img {
    width: 50%
}

@media (max-width:668px) {
    .wrgcCate_top .img {
        width: 100%
    }
}

.wrgcCate_top .img img {
    width: 100%
}

.wrgcCate_top .video {
    margin: 0 auto;
    max-width: 1000px
}

.wrgcCate_list {
    background-color: #eee;
    padding-bottom: 4rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .wrgcCate_list {
        padding-bottom: 20px
    }
}

.wrgcCate_list_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
    margin: 0
}

.wrgcCate_list_title b {
    color: #000;
    font-size: 1.44rem;
    line-height: 1em
}

.wrgcCate_list_title span {
    color: #f7d117;
    font-size: 1.92rem;
    font-weight: 700;
    line-height: 1em;
    margin-top: .6rem
}

.wrgcCate_list_title:after {
    background-color: #f7d117;
    content: "";
    height: .12rem;
    line-height: .12rem;
    margin: 1.2rem 0 0;
    width: 3.8rem
}

.wrgcCate_list_list {
    margin-top: 2rem
}

.wrgcCate_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 -2rem;
    padding: 0
}

@media (max-width:668px) {
    .wrgcCate_list_list>ul {
        margin-bottom: -20px
    }
}

.wrgcCate_list_list>ul>li {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 33.33%
}

@media (max-width:668px) {
    .wrgcCate_list_list>ul>li {
        margin-bottom: 20px;
        width: 100%
    }
}

.wrgcCate_list_list>ul>li a {
    background-color: #fff;
    display: block;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.wrgcCate_list_list>ul>li a .img {
    height: 14rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .wrgcCate_list_list>ul>li a .img {
        height: 50vw
    }
}

.wrgcCate_list_list>ul>li a .img img {
/*     height: 100%; */
/*     object-fit: cover; */
	height:auto;
    -webkit-transition: all 1s;
    transition: all 1s;
/*     width: 100% */
	width: 60%;
    margin: 0 auto;
}

.wrgcCate_list_list>ul>li a .t {
    color: #666;
    display: block;
    padding: .8rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.wrgcCate_list_list>ul>li a .t b {
    display: block;
    font-size: .8rem;
    line-height: 1.5em
}

@media (max-width:668px) {
    .wrgcCate_list_list>ul>li a .t b {
        font-size: 16px
    }
}

.wrgcCate_list_list>ul>li a .t span {
    display: block;
    font-size: .64rem;
    font-weight: 300;
    line-height: 1em;
    margin-top: .4rem;
    text-transform: uppercase
}

@media (max-width:668px) {
    .wrgcCate_list_list>ul>li a .t span {
        font-size: 14px
    }
}

@media (min-width:668px) {
    .wrgcCate_list_list>ul>li a:hover {
        box-shadow: 0 .4rem 1.2rem 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-.4rem);
        -ms-transform: translateY(-.4rem);
        transform: translateY(-.4rem)
    }

    .wrgcCate_list_list>ul>li a:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .wrgcCate_list_list>ul>li a:hover .t {
        color: #f7d117
    }
}

.wrgcSingle_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .wrgcSingle_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px
    }
}

.wrgcSingle_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.6rem
}

@media (max-width:668px) {
    .wrgcSingle_content {
        padding: 0 0 20px
    }
}

.wrgcSingle_content .des {
    margin-top: .8rem
}

.wrgcSingle_slide {
    width: 60%
}

@media (max-width:668px) {
    .wrgcSingle_slide {
        width: 100%
    }
}

.wrgcSingle_slide .swiper-slide .img {
    display: block;
    height: 20.8rem;
    width: 100%
}

@media (max-width:668px) {
    .wrgcSingle_slide .swiper-slide .img {
        height: 50vw
    }
}

.wrgcSingle_slide .swiper-slide .img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wrgcSingle_videoList_inner {
    margin-bottom: -1.6rem
}

.wrgcSingle_videoList .video {
    margin: 0 auto 1.6rem;
    max-width: 1000px
}

.wrgcSingle_videoList .video b.t {
    color: #666;
    display: block;
    font-size: .8rem;
    line-height: 2em;
    text-align: center
}

@media (max-width:668px) {
    .wrgcSingle_videoList .video b.t {
        font-size: 16px
    }
}

@media (min-width:668px) {

    .video_col .plyr,
    .video_col .plyr .plyr__video-wrapper {
        height: 100%;
        width: 100%
    }

    .video_col .plyr .plyr__video-wrapper video {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }
}

.warehouseIndex {
    -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
}

@media (max-width:668px) {
    .warehouseIndex {
        -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
    }
}

.warehouseIndex .txt {
    padding-right: 4.8rem;
    width: 50%
}

@media (max-width:968px) {
    .warehouseIndex .txt {
        padding-right: 40px
    }
}

@media (max-width:668px) {
    .warehouseIndex .txt {
        padding: 0 0 20px;
        width: 100%
    }
}

.warehouseIndex .txt .des {
    margin: .8rem 0 0
}

.warehouseIndex .img {
    text-align: center;
    width: 50%
}

@media (max-width:668px) {
    .warehouseIndex .img {
        width: 100%
    }
}

.warehouseIndex .img img {
    width: 100%
}

.warehouseIndex .img b {
    color: #666;
    display: block;
    font-size: .8rem;
    line-height: 2em;
    margin-top: .8rem
}

@media (max-width:668px) {
    .warehouseIndex .img b {
        font-size: 16px
    }
}

.warehouse_yyly_01 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
    width: 100%
}

.warehouse_yyly_01 .txt {
    background-color: rgba(0, 0, 0, .7);
    padding: 1.6rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45vw;
    z-index: 10
}

@media (max-width:1180px) {
    .warehouse_yyly_01 .txt {
        width: 60vw
    }
}

@media (max-width:668px) {
    .warehouse_yyly_01 .txt {
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100vw
    }
}

.warehouse_bottom_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;
    padding: 0
}

.warehouse_bottom_list>ul>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    width: auto
}

@media (max-width:968px) {
    .warehouse_bottom_list>ul>li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media (max-width:668px) {
    .warehouse_bottom_list>ul>li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.warehouse_bottom_list>ul>li .item {
    display: block;
    overflow: hidden;
    position: relative
}

.warehouse_bottom_list>ul>li .item:before {
    background: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    top: 0;
    z-index: 2
}

.warehouse_bottom_list>ul>li .item .txt,
.warehouse_bottom_list>ul>li .item:before {
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.warehouse_bottom_list>ul>li .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;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 2.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.warehouse_bottom_list>ul>li .item .txt em {
    color: #f7d117;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .warehouse_bottom_list>ul>li .item .txt em {
        font-size: 30px
    }
}

.warehouse_bottom_list>ul>li .item .txt span {
    font-size: .88rem;
    font-weight: 700;
    line-height: 1em;
    margin: .8rem 0
}

@media (max-width:668px) {
    .warehouse_bottom_list>ul>li .item .txt span {
        font-size: 20px
    }
}

.warehouse_bottom_list>ul>li .item .txt .icon {
    -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 #f7d117;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.4rem;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 2.4rem
}

@media (max-width:668px) {
    .warehouse_bottom_list>ul>li .item .txt .icon {
        height: 15vw;
        width: 15vw
    }
}

.warehouse_bottom_list>ul>li .item .txt .icon svg {
    color: #f7d117;
    height: 60%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 60%
}

.warehouse_bottom_list>ul>li .item .bg {
    height: 16rem;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

@media (min-width:668px) {
    .warehouse_bottom_list>ul>li .item:hover:before {
        background: rgba(224, 224, 0, .9)
    }

    .warehouse_bottom_list>ul>li .item:hover .txt {
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%)
    }

    .warehouse_bottom_list>ul>li .item:hover .txt em {
        color: #fff
    }

    .warehouse_bottom_list>ul>li .item:hover .txt .icon {
        border-color: #fff
    }

    .warehouse_bottom_list>ul>li .item:hover .txt .icon svg {
        color: #fff
    }

    .warehouse_bottom_list>ul>li .item:hover .bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.progress-ring__circle {
    stroke-dasharray: 400, 400;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: stroke-dashoffset .35s;
    transition: stroke-dashoffset .35s
}

.flexibleLoadingPlatform_top {
    -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;
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_top {
        -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;
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.flexibleLoadingPlatform_top .txt {
    padding-right: 4.8rem;
    width: 50%
}

@media (max-width:968px) {
    .flexibleLoadingPlatform_top .txt {
        padding-right: 40px
    }
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_top .txt {
        padding: 0 0 20px;
        width: 100%
    }
}

.flexibleLoadingPlatform_top .txt .des {
    margin-top: .8rem
}

.flexibleLoadingPlatform_top .video {
    width: 50%
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_top .video {
        width: 100%
    }
}

.flexibleLoadingPlatform_top .video img {
    width: 100%
}

.flexibleLoadingPlatform_top .video b.t {
    color: #666;
    display: block;
    font-size: .8rem;
    line-height: 2em;
    text-align: center
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_top .video b.t {
        font-size: 16px
    }
}

.flexibleLoadingPlatform_01 {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_01 {
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.flexibleLoadingPlatform_01_col {
    background-color: #fff;
    margin-top: 2.4rem;
    padding: 3.2rem
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_01_col {
        padding: 20px
    }
}

.flexibleLoadingPlatform_02 {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_02 {
        padding-bottom: 20px;
        padding-top: 40px
    }
}

.flexibleLoadingPlatform_02_col {
    -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-top: 2.4rem
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_02_col {
        -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
    }
}

.flexibleLoadingPlatform_02_col .video {
    width: 50%
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_02_col .video {
        width: 100%
    }
}

.flexibleLoadingPlatform_02_col .video img {
    width: 100%
}

.flexibleLoadingPlatform_02_col .video b.t {
    color: #666;
    display: block;
    font-size: .8rem;
    line-height: 2em;
    text-align: center
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_02_col .video b.t {
        font-size: 16px
    }
}

.flexibleLoadingPlatform_02_col .txt {
    padding-left: 4.8rem;
    width: 50%
}

@media (max-width:968px) {
    .flexibleLoadingPlatform_02_col .txt {
        padding-left: 40px
    }
}

@media (max-width:668px) {
    .flexibleLoadingPlatform_02_col .txt {
        padding: 20px 0 0;
        width: 100%
    }
}

.flexibleLoadingPlatform_02_col .txt .title {
    color: #666;
    margin: 0 0 .8rem
}

.flexibleLoadingPlatform_02_col .txt .title b {
    display: block;
    font-size: 1.92rem;
    line-height: 1.2em
}

.flexibleLoadingPlatform_02_col .txt .title span {
    display: block;
    font-size: .96rem;
    font-weight: 300;
    line-height: 1.5em
}

.cabinetless_top_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .cabinetless_top_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:668px) {
    .cabinetless_top_col .txt {
        padding-right: 2.4rem;
        width: 60%
    }

    .cabinetless_top_col .img {
        width: 40%
    }
}

.cabinetless_top_col .img img {
    width: 100%
}

.cabinetless_01_slide,
.cabinetless_01_slide .item {
    position: relative
}

.cabinetless_01_slide .item .txt {
    background-color: hsla(0, 0%, 100%, .8);
    bottom: 0;
    box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, .1);
    left: 0;
    padding: 1.6rem;
    position: absolute;
    width: 50%;
    z-index: 5
}

.cabinetless_01_slide .item .img,
.cabinetless_01_slide .item .img img {
    width: 100%
}

.cabinetless_03_col01 .item:first-of-type {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem
}

.cabinetless_03_col02>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_03_col02>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_03_col02>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:668px) {
    .cabinetless_03_col02>ul>li {
        padding: 0 .8rem;
        width: 50%
    }
}

@media (max-width:668px) {
    .cabinetless_03_col02>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_04_col01>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_04_col01>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_04_col01>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:668px) {
    .cabinetless_04_col01>ul>li {
        padding: 0 .8rem;
        width: 50%
    }
}

@media (max-width:668px) {
    .cabinetless_04_col01>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_04_col02 {
    margin: .8rem 0
}

.cabinetless_04_col04 {
    margin: 1.6rem 0 0
}

.cabinetless_05_col>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;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_05_col>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_05_col>ul {
        -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
    }
}

@media (min-width:668px) {
    .cabinetless_05_col>ul>li {
        padding: 0 .8rem;
        width: 50%
    }
}

@media (max-width:668px) {
    .cabinetless_05_col>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_06_col>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;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_06_col>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_06_col>ul {
        -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
    }
}

@media (min-width:668px) {
    .cabinetless_06_col>ul>li {
        padding: 0 .8rem;
        width: 70%
    }

    .cabinetless_06_col>ul>li:first-of-type {
        width: 30%
    }
}

@media (max-width:668px) {
    .cabinetless_06_col>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_07_col .imgs {
    margin-top: 1.6rem
}

.cabinetless_07_col .imgs>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;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_07_col .imgs>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_07_col .imgs>ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px -20px
    }
}

@media (min-width:668px) {
    .cabinetless_07_col .imgs>ul>li {
        padding: 0 .8rem;
        width: 25%
    }
}

@media (max-width:668px) {
    .cabinetless_07_col .imgs>ul>li {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%
    }
}

.cabinetless_08_col .img>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;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_08_col .img>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_08_col .img>ul {
        -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
    }
}

@media (min-width:668px) {
    .cabinetless_08_col .img>ul>li {
        padding: 0 .8rem;
        width: 50%
    }
}

@media (max-width:668px) {
    .cabinetless_08_col .img>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_08_col .img>ul>li span {
    display: block;
    font-size: 1.2rem;
    line-height: 2em;
    margin-top: 10px;
    text-align: center
}

@media (max-width:668px) {
    .cabinetless_08_col .img>ul>li span {
        font-size: 16px
    }
}

.cabinetless_09_col>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.8rem;
    padding: 0
}

@media (max-width:668px) {
    .cabinetless_09_col>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cabinetless_09_col>ul>li {
    padding: 0 .8rem;
    width: 33.33%
}

@media (max-width:668px) {
    .cabinetless_09_col>ul>li {
        margin-bottom: 20px;
        width: 100%
    }

    .cabinetless_09_col>ul>li:last-of-type {
        margin-bottom: 0
    }
}

.cabinetless_09_col>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: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

.cabinetless_09_col>ul>li .video {
    height: 100%;
    width: 100%
}

.cabinetless_10_col>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_10_col>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_10_col>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:668px) {
    .cabinetless_10_col>ul>li {
        padding: 0 .8rem;
        width: 40%
    }

    .cabinetless_10_col>ul>li:first-of-type {
        width: 60%
    }
}

@media (max-width:668px) {
    .cabinetless_10_col>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_10_col>ul>li:last-of-type {
    -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 #335490;
    border-radius: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .8rem
}

.cabinetless_10_col>ul>li span {
    display: block;
    font-size: 1.2rem;
    line-height: 2em;
    margin-top: 10px;
    text-align: center
}

@media (max-width:668px) {
    .cabinetless_10_col>ul>li span {
        font-size: 16px
    }
}

.cabinetless_10_col02 {
    text-align: center
}

.cabinetless_10_col02 img {
    margin-top: 2rem;
    max-width: 1000px
}

.cabinetless_11_col01 {
    margin-bottom: 1.6rem
}

.cabinetless_11_col01>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_11_col01>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_11_col01>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:668px) {
    .cabinetless_11_col01>ul>li {
        padding: 0 .8rem;
        width: 60%
    }

    .cabinetless_11_col01>ul>li:first-of-type {
        width: 40%
    }
}

@media (max-width:668px) {
    .cabinetless_11_col01>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_11_col01>ul>li .title01 {
    margin-top: 10px
}

.cabinetless_13_col>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_13_col>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_13_col>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:668px) {
    .cabinetless_13_col>ul>li {
        padding: 0 .8rem;
        width: 50%
    }
}

@media (max-width:668px) {
    .cabinetless_13_col>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_15_slide {
    margin-left: auto;
    margin-right: auto;
    width: 51.2rem
}

@media (max-width:668px) {
    .cabinetless_15_slide {
        width: 100%
    }
}

.cabinetless_case01_col .list01>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;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_case01_col .list01>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_case01_col .list01>ul {
        -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
    }
}

@media (min-width:668px) {
    .cabinetless_case01_col .list01>ul>li {
        padding: 0 .8rem;
        width: 50%
    }
}

@media (max-width:668px) {
    .cabinetless_case01_col .list01>ul>li:first-of-type {
        margin-bottom: 20px
    }
}

.cabinetless_case01_col .list02 {
    margin-top: 1.6rem
}

.cabinetless_case01_col .list02>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;
    padding: 0
}

@media (min-width:668px) {
    .cabinetless_case01_col .list02>ul {
        margin: 0 -.8rem
    }
}

@media (max-width:668px) {
    .cabinetless_case01_col .list02>ul {
        -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
    }
}

.cabinetless_case01_col .list02>ul>li {
    text-align: center
}

@media (min-width:668px) {
    .cabinetless_case01_col .list02>ul>li {
        padding: 0 .8rem;
        width: 33.33%
    }
}

@media (max-width:668px) {
    .cabinetless_case01_col .list02>ul>li {
        margin-bottom: 20px
    }
}

.cabinetless_case01_col .list02>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: #f7d117;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 4rem
}

.cabinetless_case01_col .list02>ul>li .icon svg {
    color: #fff;
    height: 40%;
    width: 40%
}

.cabinetless_case01_col .list02>ul>li .des {
    margin-top: 10px
}

.cabinetless_case01_col .list02>ul>li .des strong {
    color: #f7d117;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em
}

.intro_about {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .intro_about {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro_about>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.intro_about>ul>li {
    display: block
}

.intro_about>ul>li .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .intro_about>ul>li .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.intro_about>ul>li .item .img {
    width: 50%
}

@media (max-width:668px) {
    .intro_about>ul>li .item .img {
        width: 100%
    }
}

.intro_about>ul>li .item .img img {
    width: 100%
}

.intro_about>ul>li .item .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    padding: 0 0 0 4rem;
    width: 50%
}

@media (max-width:668px) {
    .intro_about>ul>li .item .txt {
        padding: 20px 0 0;
        width: 100%
    }
}

.intro_about>ul>li .item .txt .title01 {
    margin-bottom: 1.2rem
}

@media (min-width:668px) {
    .intro_about>ul>li:nth-of-type(odd) .item .txt {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        padding: 0 4rem 0 0
    }
}

.intro_about_slide img {
    width: 100%
}

.intro_nums {
    position: relative;
    width: 100%
}
.intro_nums:before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, .3);
	z-index:2
}
.intro_nums_inner {
/*     background-color: rgba(0, 0, 0, .3); */
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
    z-index: 2
}

@media (max-width:668px) {
    .intro_nums_inner {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

.intro_nums_inner .col>ul {
    -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;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .intro_nums_inner .col>ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: -40px
    }

    .intro_nums_inner .col>ul>li {
        -webkit-box-flex: 1;
/*         -ms-flex-preferred-size: 33.33%; */
		-ms-flex-preferred-size: 50%;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
/*         -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%; */
		-webkit-flex-basis: 50%;
        flex-basis: 50%;
        margin-bottom: 40px;
        width: auto
    }
}

.intro_nums_inner .item {
    color: #fff;
    font-size: .96rem;
    line-height: 1em
}

@media (max-width:668px) {
    .intro_nums_inner .item {
        text-align: center
    }
}

.intro_nums_inner .item_top {
    -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
}

@media (max-width:668px) {
    .intro_nums_inner .item_top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.intro_nums_inner .item_top span {
    font-size: 2.88rem;
    font-style: normal;
    font-weight: 700;
    line-height: .7em
}

@media (max-width:668px) {
    .intro_nums_inner .item_top span {
        font-size: 34px
    }
}

.intro_nums_inner .item_top sup {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: .7em
}

@media (max-width:668px) {
    .intro_nums_inner .item_top sup {
        font-size: 20px
    }
}

.intro_nums_inner .item_top em {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-style: normal
}

.intro_nums_inner .item_des {
    display: block;
    margin-top: .6rem;
    text-align: center
}

.intro_nums_video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.intro_nums_video>.inner {
    height: 100%;
    position: relative;
    width: 100%
}

.intro_nums_video>.inner video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.intro_honor {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .intro_honor {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro_honor_list {
    margin-top: 2rem;
    position: relative
}

.intro_honor_list>ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .intro_honor_list>ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.intro_honor_list>ul>li {
    color: #000;
    font-size: .72rem;
    line-height: 1.44rem;
    margin-bottom: .2rem;
    padding-left: 1.2rem;
    position: relative
}

@media (max-width:668px) {
    .intro_honor_list>ul>li {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.intro_honor_list>ul>li strong {
    color: #f7d117
}

.intro_honor_list>ul>li:after,
.intro_honor_list>ul>li:before {
    background-color: #f7d117;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute
}

.intro_honor_list>ul>li:before {
    height: .48rem;
    left: 0;
    opacity: .3;
    top: .48rem;
    width: .48rem;
    z-index: 1
}

.intro_honor_list>ul>li:after {
    height: .24rem;
    left: .12rem;
    opacity: 1;
    top: .6rem;
    width: .24rem;
    z-index: 2
}

.intro_standard {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .intro_standard {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro_standard_col {
    margin-top: 2rem
}

.intro_cooperation {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .intro_cooperation {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro_cooperation_list {
    margin-top: 2rem
}

.intro_cooperation_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 -.8rem -1.6rem;
    padding: 0
}

.intro_cooperation_list>ul>li {
    margin-bottom: 1.6rem;
    padding: 0 .8rem;
    width: 50%
}

@media (max-width:668px) {
    .intro_cooperation_list>ul>li {
        width: 100%
    }
}

.intro_cooperation_list>ul>li .item {
    height: 100%;
    width: 100%
}

.intro_cooperation_list>ul>li .item .img img {
    width: 100%
}

.intro_cooperation_list>ul>li .item .title {
    color: #666;
    font-size: .72rem;
    line-height: 1.5em;
    margin-top: .6rem
}

@media (max-width:668px) {
    .intro_cooperation_list>ul>li .item .title {
        font-size: 14px
    }
}

.intro_history {
    box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, .08);
    padding: 3.2rem 0
}

.intro_history_slide {
    margin-top: 2.4rem;
    position: relative
}

.intro_history_slide .swiper-container:before {
    background-color: #ddd;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

@media (max-width:668px) {
    .intro_history_slide .swiper-container:before {
        bottom: 30px;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.intro_history_slide .swiper-container .swiper-wrapper {
    z-index: 5
}

.intro_history_slide .items {
/*     height: 24rem */
	height:18rem;
}

@media (max-width:668px) {
    .intro_history_slide .items {
        height: auto
    }
}

.intro_history_slide .items>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.intro_history_slide .items>ul>li {
/*     height: 12rem; */
	height:9rem;
    width: 20%
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li {
        height: auto;
        padding: 0 40px;
        width: 100%
    }
}

.intro_history_slide .items>ul>li .item {
    height: 100%;
    position: relative
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li .item {
        height: auto
    }
}

.intro_history_slide .items>ul>li .item .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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;
    padding: 0 0 2rem
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li .item .txt {
        padding: 0 0 20px
    }
}

.intro_history_slide .items>ul>li .item .txt .t {
    color: #000;
    display: block;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: .4rem
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li .item .txt .t {
        font-size: 16px
    }
}

.intro_history_slide .items>ul>li .item .txt .des {
    color: #666;
    font-size: .56rem;
    line-height: 1.5em
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li .item .txt .des {
        font-size: 14px
    }
}

.intro_history_slide .items>ul>li .item .txt .img {
    margin: .8rem 0 0
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li .item .txt .img {
        margin: 20px 0 0
    }
}

.intro_history_slide .items>ul>li .item .txt .img img {
    margin: 0 auto;
    max-width: 100%
}

.intro_history_slide .items>ul>li .item .dot {
    -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: #f7d117;
    border-radius: 100%;
    bottom: -1.4rem;
    box-shadow: 0 .2rem .6rem 0 rgba(0, 0, 0, .1);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    font-weight: 700;
    height: 2.8rem;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    line-height: 1em;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap;
    width: 2.8rem;
    z-index: 2
}

@media (max-width:668px) {
    .intro_history_slide .items>ul>li .item .dot {
        bottom: auto;
        font-size: 16px;
        height: 60px;
        margin: 0 auto;
        position: static;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 60px
    }
}

@media (min-width:668px) {
    .intro_history_slide .items>ul>li .item:hover .dot {
        background-color: #003466
    }

    .intro_history_slide .items>ul>li:nth-of-type(2n) {
/*         margin-top: 12rem */
		margin-top:9rem;
    }

    .intro_history_slide .items>ul>li:nth-of-type(2n) .item .txt {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding: 2rem 0 0
    }

    .intro_history_slide .items>ul>li:nth-of-type(2n) .item .dot {
        bottom: auto;
        top: -1.4rem
    }
}

.intro_history_slide .arrows .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 #f7d117;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.6rem;
    -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;
    width: 1.6rem;
    z-index: 5
}

.intro_history_slide .arrows .arrow svg {
    color: #f7d117;
    height: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 50%
}

.intro_history_slide .arrows .arrow.prev {
    left: 2rem
}

@media (max-width:668px) {
    .intro_history_slide .arrows .arrow.prev {
        left: 20px
    }
}

.intro_history_slide .arrows .arrow.next {
    right: 2rem
}

@media (max-width:668px) {
    .intro_history_slide .arrows .arrow.next {
        right: 20px
    }
}

.intro_history_slide .arrows .arrow:hover {
    background-color: #f7d117
}

.intro_history_slide .arrows .arrow:hover svg {
    color: #fff
}

.intro_culture_hd {
    margin: 1.2rem 0 2rem;
    width: 100%
}

.intro_culture_hd>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 -1.2rem;
    padding: 0
}

@media (max-width:668px) {
    .intro_culture_hd>ul {
        margin: 0 -5px
    }
}

.intro_culture_hd>ul>li {
    padding: 0 1.2rem
}

@media (max-width:668px) {
    .intro_culture_hd>ul>li {
        padding: 0 5px;
        width: 33.33%
    }
}

.intro_culture_hd>ul>li span {
    border-bottom: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: .8rem;
    line-height: 2.5em;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .intro_culture_hd>ul>li span {
        font-size: 12px
    }
}

.intro_culture_hd>ul>li.on span {
    border-bottom-color: #f7d117;
    color: #f7d117;
    font-weight: 700
}

.intro_culture_bd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:668px) {
    .intro_culture_bd {
        -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
    }
}

.intro_culture_bd .video {
    width: 50%
}

@media (max-width:668px) {
    .intro_culture_bd .video {
        width: 100%
    }
}

.intro_culture_bd .txt {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.2rem;
    text-align: center
}

.intro_culture_bd .txt,
.intro_culture_bd .txt .num {
    -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
}

.intro_culture_bd .txt .num {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #f7d117;
    border-radius: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    height: 3.2rem;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: .8em;
    width: 3.2rem
}

.intro_culture_bd .txt .t {
    color: #f7d117;
    font-size: 1.44rem;
    line-height: 1em;
    margin: 1rem 0 .6rem
}

.intro_culture_bd .txt .des {
    color: #666;
    font-size: 1.12rem;
    line-height: 1.5em
}

.stoneWorld {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .stoneWorld {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.stoneWorld .list {
    padding-bottom: 2rem
}

@media (max-width:668px) {
    .stoneWorld .list {
        padding-bottom: 20px
    }
}

.stoneWorld .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 -2rem;
    padding: 0
}

@media (max-width:668px) {
    .stoneWorld .list>ul {
        margin-bottom: -20px
    }
}

.stoneWorld .list>ul>li {
    margin-bottom: 2rem;
    padding: 0 1rem;
    width: 33.33%
}

@media (max-width:968px) {
    .stoneWorld .list>ul>li {
        width: 50%
    }
}

@media (max-width:668px) {
    .stoneWorld .list>ul>li {
        margin-bottom: 20px;
        width: 100%
    }
}

.stoneWorld .list>ul>li a {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.stoneWorld .list>ul>li a .img {
    overflow: hidden;
    width: 50%
}

.stoneWorld .list>ul>li a .img img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.stoneWorld .list>ul>li a .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: space-between;
    justify-content: space-between;
    padding: .8rem;
    width: 50%
}

.stoneWorld .list>ul>li a .txt b.t {
    color: #000;
    font-size: .8rem;
    line-height: 1.5em;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .stoneWorld .list>ul>li a .txt b.t {
        font-size: 18px
    }
}

.stoneWorld .list>ul>li a .txt .more {
    -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: #f7d117;
    border-radius: .8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.6rem;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%
}

@media (max-width:668px) {
    .stoneWorld .list>ul>li a .txt .more {
        border-radius: 18px;
        height: 36px
    }
}

.stoneWorld .list>ul>li a .txt .more span {
    color: #fff;
    font-size: .64rem;
    line-height: 1em
}

@media (max-width:668px) {
    .stoneWorld .list>ul>li a .txt .more span {
        font-size: 14px
    }
}

.stoneWorld .list>ul>li a .txt .more svg {
    color: #fff;
    height: .72rem;
    margin-left: 10px;
    width: .72rem
}

@media (max-width:668px) {
    .stoneWorld .list>ul>li a .txt .more svg {
        height: 16px;
        width: 16px
    }
}

@media (min-width:668px) {
    .stoneWorld .list>ul>li a:hover {
        box-shadow: 0 .4rem .8rem 0 rgba(0, 0, 0, .1)
    }

    .stoneWorld .list>ul>li a:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .stoneWorld .list>ul>li a:hover .txt b.t {
        color: #f7d117
    }
}

.news_list {
    padding-bottom: 3.2rem
}

@media (max-width:1440px) {
    .news_list {
        padding-bottom: 2rem
    }
}

.news_list .list {
    padding-bottom: 3.2rem
}

@media (max-width:1440px) {
    .news_list .list {
        padding-bottom: 2rem
    }
}

.news_list .list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news_list .list>ul>li {
    border-bottom: 1px solid #ddd;
    display: block
}

.news_list .list>ul>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0
}

@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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 4rem;
    -webkit-order: 2;
    order: 2;
    overflow: hidden;
    width: 30%
}

@media (max-width:1440px) {
    .news_list .list>ul>li>a .img {
        margin: 0 2rem
    }
}

@media (max-width:668px) {
    .news_list .list>ul>li>a .img {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        height: 50vw;
        margin: 0;
        -webkit-order: 0;
        order: 0;
        width: 100%
    }
}

.news_list .list>ul>li>a .img .lozad {
    -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: #eee;
    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%
}

.news_list .list>ul>li>a .img .lozad[data-loaded=true] img {
    display: none
}

.news_list .list>ul>li>a .date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    color: #999;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5em;
    -webkit-order: 1;
    order: 1;
    white-space: nowrap
}

@media (max-width:668px) {
    .news_list .list>ul>li>a .date {
        -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;
        font-size: 14px;
        line-height: 1em;
        margin: 10px 0
    }
}

.news_list .list>ul>li>a .date em {
    color: #666;
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1em
}

@media (max-width:668px) {
    .news_list .list>ul>li>a .date em {
        color: #999;
        font-size: 14px
    }

    .news_list .list>ul>li>a .date em:before {
        content: "-"
    }
}

.news_list .list>ul>li>a .txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -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;
    -webkit-order: 3;
    order: 3
}

@media (max-width:668px) {
    .news_list .list>ul>li>a .txt {
        width: 100%
    }
}

.news_list .list>ul>li>a .txt b.t {
    color: #333;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.5em;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .news_list .list>ul>li>a .txt b.t {
        font-size: 18px
    }
}

.news_list .list>ul>li>a .txt .des {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    height: 6em;
    line-height: 2em;
    margin: 1.6rem 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:668px) {
    .news_list .list>ul>li>a .txt .des {
        height: auto;
        margin: 20px 0
    }
}

.news_list .list>ul>li>a .txt .more01 span {
    color: #999;
    font-size: .72rem;
    margin-right: .6rem
}

.news_list .list>ul>li>a .txt .more01 .icon {
    height: 2.4rem;
    width: 2.4rem
}

.news_list .list>ul>li>a .txt .more01 .icon svg {
    height: 30%;
    margin-right: 1rem;
    width: 30%
}

@media (min-width:668px) {
    .news_list .list>ul>li>a:hover .img .lozad {
        -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: #f7d117
    }

    .news_list .list>ul>li>a:hover .txt .more01 .icon svg {
        margin-right: 0
    }
}

.news_list .list>ul>li.notime>a .img {
    margin-left: 0
}

@media (max-width:668px) {
    .news_list .list>ul>li.notime>a .img {
        margin-bottom: 20px
    }
}

.news_list .list_col04 {
    padding-bottom: 3.2rem;
    padding-top: 2rem
}

@media (max-width:1440px) {
    .news_list .list_col04 {
        padding-bottom: 2rem
    }
}

.news_list .list_col04>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 -1.6rem;
    padding: 0
}

.news_list .list_col04>ul>li {
    margin-bottom: 1.6rem;
    padding: 0 .8rem;
    width: 25%
}

@media (max-width:1180px) {
    .news_list .list_col04>ul>li {
        width: 33.33%
    }
}

@media (max-width:968px) {
    .news_list .list_col04>ul>li {
        width: 50%
    }
}

@media (max-width:668px) {
    .news_list .list_col04>ul>li {
        width: 100%
    }
}

.news_list .list_col04>ul>li>a {
    -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
}

.news_list .list_col04>ul>li>a .img {
    overflow: hidden;
    width: 100%
}

.news_list .list_col04>ul>li>a .img img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.news_list .list_col04>ul>li>a b.t {
    color: #333;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: .4rem;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1180px) {
    .news_list .list_col04>ul>li>a b.t {
        font-size: 16px
    }
}

@media (min-width:668px) {
    .news_list .list_col04>ul>li>a:hover .img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news_list .list_col04>ul>li>a:hover b.t {
        color: #f7d117
    }
}

.post_single {
    padding-top: 3.2rem
}

.post_single_title {
    color: #222;
    font-size: 1.92rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0;
    text-align: center
}

@media (max-width:1180px) {
    .post_single_title {
        font-size: 30px
    }
}

@media (max-width:668px) {
    .post_single_title {
        font-size: 22px
    }
}

.post_single_info {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: .8rem;
    padding: .4rem 0;
    text-align: center
}

.post_single_txt {
    color: #666;
    line-height: 1.875em;
    margin-top: 1.2rem
}

.post_single_txt strong {
    color: #000;
    font-size: 1.2em
}

.post_single_txt img {
    margin-bottom: 10px;
    margin-top: 10px
}

.post_single_txt p {
    -moz-text-align-last: inherit;
    text-align-last: inherit;
    text-indent: 2em
}

.post_single_content_tags {
    margin-top: 20px
}

.post_single_content_tags>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
}

.post_single_content_tags>ul>li {
    padding: 0 5px
}

.post_single_nav {
    border-top: 1px solid #dadcdf;
    margin-top: 2.4rem;
    padding: 3.2rem 0
}

@media (max-width:668px) {
    .post_single_nav {
        margin-top: 20px;
        padding: 20px 0
    }
}

.post_single_nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -10px;
    padding: 0
}

@media (max-width:668px) {
    .post_single_nav>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.post_single_nav>ul>li {
    color: #222;
    font-size: .56rem;
    line-height: 1em;
    padding: 0 10px;
    width: 50%
}

@media (max-width:668px) {
    .post_single_nav>ul>li {
        font-size: 14px;
        line-height: 1.5em;
        width: 100%
    }
}

.post_single_nav>ul>li.next {
    text-align: right
}

@media (max-width:668px) {
    .post_single_nav>ul>li.next {
        margin-top: 10px;
        text-align: left
    }
}

.post_single_nav>ul>li a {
    color: #222;
    -webkit-transition: all .5s;
    transition: all .5s
}

.post_single_nav>ul>li a:hover {
    color: #f7d117
}

.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact_txt {
/*     width: 70% */
	width:50%;
}

@media (max-width:668px) {
    .contact_txt {
        width: 100%
    }

    .contact_txt .title01 b {
        font-size: 24px
    }
}

.contact_txt .list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .contact_txt .list>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}

.contact_txt .list>ul>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.contact_txt .des {
    margin-top: 2rem
}

.contact_txt .des ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.72rem;
    padding: 0
}

@media (max-width:668px) {
    .contact_txt .des ul {
        margin: 0 -10px
    }
}

.contact_txt .des ul>li {
    padding: 0 .72rem
}

@media (max-width:668px) {
    .contact_txt .des ul>li {
        padding: 0 10px;
        width: 33.33%
    }
}

.contact_txt .des ul>li .item {
    width: 4.88rem
}

@media (max-width:668px) {
    .contact_txt .des ul>li .item {
        width: 100%
    }
}

.contact_txt .des ul>li .item img {
    box-shadow: 0 .2rem .4rem 0 rgba(0, 0, 0, .1);
    width: 100%
}

.contact_txt .des ul>li .item b {
    display: block;
    font-size: .72rem;
    font-weight: 400;
    line-height: 2em;
    margin-top: .4rem;
    text-align: center
}

@media (max-width:668px) {
    .contact_txt .des ul>li .item b {
        font-size: 14px
    }
}

.contact_qr {
/*     margin-left: auto; */
	width:50%;
/*     margin-top: 5.84rem */
}

@media (max-width:668px) {
    .contact_qr {
        margin-top: 20px;
		width:100%
    }
}

.contact_qr>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -.72rem;
    padding: 0
}

@media (max-width:668px) {
    .contact_qr>ul {
        margin: 0 -10px
    }
}

.contact_qr>ul>li {
    padding: 0 .72rem
}

@media (max-width:668px) {
    .contact_qr>ul>li {
        padding: 0 10px;
        width: 33.33%
    }
}

.contact_qr>ul>li .qr_box {
    width: 4.88rem
}

@media (max-width:668px) {
    .contact_qr>ul>li .qr_box {
        width: 100%
    }
}

.contact_qr>ul>li .qr_box img {
    box-shadow: 0 .2rem .4rem 0 rgba(0, 0, 0, .1);
    width: 100%
}

.contact_qr>ul>li .qr_box span {
    display: block;
    font-size: .72rem;
    line-height: 2em;
    margin-top: .4rem;
    text-align: center
}

@media (max-width:668px) {
    .contact_qr>ul>li .qr_box span {
        font-size: 14px
    }
}

.contact_map .map,
.contact_map .map img {
    display: block;
    width: 100%
}

.contact_message {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

.contact_message .wpcf7-form div.wpcf7-response-output {
    border-width: 1px !important;
    color: #ffb900;
    font-size: 12px;
    margin: 30px 0 0 !important
}

.contact_message .wpcf7-form.sent div.wpcf7-response-output {
    color: #46b450
}

.contact_message .form {
    margin-top: 2rem
}

.contact_message .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_message .form>ul>li {
    margin-bottom: 20px;
    padding: 0 10px;
    position: relative
}

@media (max-width:668px) {
    .contact_message .form>ul>li {
        width: 100%
    }
}

.contact_message .form>ul>li.item {
    width: 33.33%
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item {
        width: 100%
    }
}

.contact_message .form>ul>li.item_full {
    width: 100%
}

.contact_message .form>ul>li input[type=email],
.contact_message .form>ul>li input[type=tel],
.contact_message .form>ul>li input[type=text] {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 3.2rem;
    outline: 0;
    padding: 0 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.contact_message .form>ul>li input[type=email]::-webkit-input-placeholder,
.contact_message .form>ul>li input[type=tel]::-webkit-input-placeholder,
.contact_message .form>ul>li input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-size: .72rem
}

.contact_message .form>ul>li input[type=email]:-moz-placeholder,
.contact_message .form>ul>li input[type=email]::-moz-placeholder,
.contact_message .form>ul>li input[type=tel]:-moz-placeholder,
.contact_message .form>ul>li input[type=tel]::-moz-placeholder,
.contact_message .form>ul>li input[type=text]:-moz-placeholder,
.contact_message .form>ul>li input[type=text]::-moz-placeholder {
    color: #999;
    font-size: .72rem
}

.contact_message .form>ul>li input[type=email]:-ms-input-placeholder,
.contact_message .form>ul>li input[type=tel]:-ms-input-placeholder,
.contact_message .form>ul>li input[type=text]:-ms-input-placeholder {
    color: #999;
    font-size: .72rem
}

@media (max-width:668px) {

    .contact_message .form>ul>li input[type=email],
    .contact_message .form>ul>li input[type=tel],
    .contact_message .form>ul>li input[type=text] {
        font-size: 14px;
        line-height: 50px
    }

    .contact_message .form>ul>li input[type=email]::-webkit-input-placeholder,
    .contact_message .form>ul>li input[type=tel]::-webkit-input-placeholder,
    .contact_message .form>ul>li input[type=text]::-webkit-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .contact_message .form>ul>li input[type=email]:-moz-placeholder,
    .contact_message .form>ul>li input[type=email]::-moz-placeholder,
    .contact_message .form>ul>li input[type=tel]:-moz-placeholder,
    .contact_message .form>ul>li input[type=tel]::-moz-placeholder,
    .contact_message .form>ul>li input[type=text]:-moz-placeholder,
    .contact_message .form>ul>li input[type=text]::-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .contact_message .form>ul>li input[type=email]:-ms-input-placeholder,
    .contact_message .form>ul>li input[type=tel]:-ms-input-placeholder,
    .contact_message .form>ul>li input[type=text]:-ms-input-placeholder {
        color: #999;
        font-size: 14px
    }
}

.contact_message .form>ul>li textarea {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: .72rem;
    font-weight: lighter;
    height: 12rem;
    line-height: 1.2rem;
    outline: 0;
    padding: 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.contact_message .form>ul>li textarea::-webkit-input-placeholder {
    color: #999;
    font-size: .72rem
}

.contact_message .form>ul>li textarea:-moz-placeholder,
.contact_message .form>ul>li textarea::-moz-placeholder {
    color: #999;
    font-size: .72rem
}

.contact_message .form>ul>li textarea:-ms-input-placeholder {
    color: #999;
    font-size: .72rem
}

@media (max-width:668px) {
    .contact_message .form>ul>li textarea {
        font-size: 14px
    }

    .contact_message .form>ul>li textarea::-webkit-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .contact_message .form>ul>li textarea:-moz-placeholder,
    .contact_message .form>ul>li textarea::-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .contact_message .form>ul>li textarea:-ms-input-placeholder {
        color: #999;
        font-size: 14px
    }
}

.contact_message .form>ul>li span.wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.contact_message .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_message .form>ul>li span[role=alert] {
    bottom: -20px;
    color: #f7d117;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: absolute;
    width: 100%
}

.contact_message .form>ul>li div.wpcf7-acceptance-missing,
.contact_message .form>ul>li div.wpcf7-validation-errors {
    border: 1px solid #f7d117
}

.contact_message .form>ul>li div.wpcf7-mail-sent-ok {
    background-color: hsla(0, 0%, 77%, .3)
}

.contact_message .form>ul>li div.wpcf7-response-output {
    color: #333;
    font-size: 12px;
    margin: 10px 0
}

.contact_message .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
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item_submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact_message .form>ul>li.item_submit .captcha {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item_submit .captcha {
        width: 100%
    }
}

.contact_message .form>ul>li.item_submit .captcha input[type=text] {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: .72rem;
    font-weight: lighter;
    line-height: 2.8rem;
    outline: 0;
    padding: 0 1.2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 12rem
}

.contact_message .form>ul>li.item_submit .captcha input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-size: .72rem
}

.contact_message .form>ul>li.item_submit .captcha input[type=text]:-moz-placeholder,
.contact_message .form>ul>li.item_submit .captcha input[type=text]::-moz-placeholder {
    color: #999;
    font-size: .72rem
}

.contact_message .form>ul>li.item_submit .captcha input[type=text]:-ms-input-placeholder {
    color: #999;
    font-size: .72rem
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item_submit .captcha input[type=text] {
        font-size: 14px;
        line-height: 50px
    }

    .contact_message .form>ul>li.item_submit .captcha input[type=text]::-webkit-input-placeholder {
        color: #999;
        font-size: 14px
    }

    .contact_message .form>ul>li.item_submit .captcha input[type=text]:-moz-placeholder,
    .contact_message .form>ul>li.item_submit .captcha input[type=text]::-moz-placeholder {
        color: #999;
        font-size: 14px
    }

    .contact_message .form>ul>li.item_submit .captcha input[type=text]:-ms-input-placeholder {
        color: #999;
        font-size: 14px
    }
}

.contact_message .form>ul>li.item_submit .captcha .captcha_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: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: .8rem;
    padding: 0 .8rem
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item_submit .captcha .captcha_img {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.contact_message .form>ul>li.item_submit .captcha .captcha_img img {
    mix-blend-mode: multiply
}

.contact_message .form>ul>li.item_submit .captcha .wpcf7-not-valid-tip {
    bottom: -30px;
    height: 30px;
    left: 1.2rem;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.contact_message .form>ul>li.item_submit .submit {
    max-width: 12rem;
    padding-left: 20px;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item_submit .submit {
        margin-top: 20px;
        max-width: 100%;
        padding-left: 0
    }
}

.contact_message .form>ul>li.item_submit .submit .wpcf7-submit {
    background: #17489c;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: .72rem;
    line-height: 2.8rem;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:668px) {
    .contact_message .form>ul>li.item_submit .submit .wpcf7-submit {
        font-size: 16px;
        line-height: 50px
    }
}

.contact_message .form>ul>li.item_submit .submit .wpcf7-submit:hover {
    background: #f39800
}

.contact_message .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%)
}

.job_top {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem
}

@media (max-width:668px) {
    .job_top {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.job_top>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -1.2rem;
    padding: 0
}

@media (max-width:668px) {
    .job_top>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 -20px
    }
}

.job_top>ul>li {
    padding: 0 1.2rem
}

@media (max-width:668px) {
    .job_top>ul>li {
        margin-bottom: 20px;
        padding: 0
    }
}

@media (min-width:668px) {
    .job_top>ul>li:first-of-type {
        width: 40%
    }

    .job_top>ul>li:nth-of-type(2) {
        width: 60%
    }
}

.job_top>ul>li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 1.6rem
}

.job_top>ul>li .item .icon {
    width: 3.2rem
}

.job_top>ul>li .item .icon img {
    width: 100%
}

.job_top>ul>li .item .t {
    color: #666;
    display: block;
    font-size: 1.04rem;
    line-height: 1.5em;
    margin: 1.6rem 0 .8rem
}

@media (max-width:668px) {
    .job_top>ul>li .item .t {
        font-size: 18px
    }
}

.jobs_list {
    padding-bottom: 3.2rem
}

@media (max-width:668px) {
    .jobs_list {
        padding-bottom: 20px
    }
}

.jobs_list>ul {
    list-style: none;
    margin: 0 0 -1.6rem;
    padding: 0
}

.jobs_list>ul>li {
    display: block;
    margin-bottom: 1.6rem
}

.job_item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(58, 65, 111, .3)
}

.job_item,
.job_item-title {
    -webkit-transition: all .5s;
    transition: all .5s
}

.job_item-title {
    color: #666;
    padding: 0 40px;
    width: 100%
}

@media (max-width:668px) {
    .job_item-title {
        padding: 0 20px
    }
}

.job_item-title>ul {
    -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;
    margin: 0;
    padding: 0
}

.job_item-title>ul>li {
    font-size: 18px;
    height: 100px;
    line-height: 100px;
    list-style-type: none;
    overflow: hidden;
    width: 25%
}

@media (max-width:1440px) {
    .job_item-title>ul>li {
        font-size: 16px;
        height: 80px;
        line-height: 80px
    }
}

@media (max-width:1180px) {
    .job_item-title>ul>li {
        font-size: 14px
    }
}

@media (max-width:968px) {
    .job_item-title>ul>li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 50px;
        line-height: 50px
    }

    .job_item-title>ul>li.pc {
        display: none
    }
}

@media (max-width:668px) {
    .job_item-title>ul>li {
        font-size: 12px
    }
}

.job_item-more {
    cursor: pointer;
    font-size: 18px;
    line-height: 100px;
    position: relative;
    width: 110px !important
}

@media (max-width:1440px) {
    .job_item-more {
        font-size: 16px;
        line-height: 80px
    }
}

@media (max-width:1180px) {
    .job_item-more {
        font-size: 14px;
        width: 90px !important
    }
}

@media (max-width:968px) {
    .job_item-more {
        height: 50px;
        line-height: 50px;
        width: 80px !important
    }
}

@media (max-width:668px) {
    .job_item-more {
        font-size: 12px;
        width: 60px !important
    }
}

.job_item-more i {
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

@media (max-width:668px) {
    .job_item-more i {
        height: 10px;
        margin-top: -5px;
        width: 10px
    }
}

.job_item-more i:after,
.job_item-more i:before {
    background-color: #aaa;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    line-height: 2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 18px
}

@media (max-width:668px) {

    .job_item-more i:after,
    .job_item-more i:before {
        width: 10px
    }
}

.job_item-more i:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.job_item-info {
    display: none;
    padding: 0 40px
}

@media (max-width:668px) {
    .job_item-info {
        padding: 0 20px
    }
}

.job_item-txt {
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0
}

@media (max-width:668px) {
    .job_item-txt {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 0
    }
}

.job_item-txt.mobile {
    display: none
}

@media (max-width:968px) {
    .job_item-txt.mobile {
        display: block
    }
}

.job_item-txt span.t {
    font-size: 18px;
    font-weight: 700;
    width: 180px
}

@media (max-width:1440px) {
    .job_item-txt span.t {
        font-size: 16px;
        width: 120px
    }
}

@media (max-width:1180px) {
    .job_item-txt span.t {
        font-size: 14px;
        width: 100px
    }
}

@media (max-width:668px) {
    .job_item-txt span.t {
        width: 100%
    }
}

.job_item-txt .des {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 36px
}

@media (max-width:1440px) {
    .job_item-txt .des {
        font-size: 14px;
        line-height: 30px
    }
}

@media (max-width:668px) {
    .job_item-txt .des {
        font-size: 12px;
        line-height: 24px;
        width: 100%
    }
}

.job_item-txt .des a {
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s
}

.job_item-txt .des a:hover {
    opacity: .6
}

.job_item-txt .more {
    -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: #f7d117;
    border-radius: 27px;
    box-shadow: 0 5px 0 0 transparent;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 54px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 54px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px
}

@media (max-width:668px) {
    .job_item-txt .more {
        border-radius: 20px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        width: 100%
    }
}

.job_item-txt .more svg {
    color: #fff;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

@media (max-width:668px) {
    .job_item-txt .more svg {
        height: 16px;
        width: 16px
    }
}

.job_item-txt .more:hover {
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .3)
}

.job_item.on {
    background-color: #f5f5f5;
    color: #333
}

.job_item.on .job_item-title {
    color: #333;
    font-weight: 700
}

.job_item.on .job_item-more i:after,
.job_item.on .job_item-more i:before {
    background-color: #333
}

.job_item.on .job_item-more i:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@-webkit-keyframes rotate {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes rotate {
    to {
        stroke-dashoffset: 0
    }
}

.plyr__control--overlaid {
    background: #f7d117 !important
}

.plyr--full-ui input[type=range] {
    color: #f7d117 !important
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #f7d117 !important
}

#wraper .scrollbar-track {
    opacity: 1
}

#wraper .scrollbar-track-x {
    display: none !important
}

#wraper .scrollbar-track-y {
    background: #dedede;
    right: 1px;
    width: 1px
}

#wraper .scrollbar-thumb {
    background: #f7d117;
    border-radius: 0;
    cursor: -webkit-grab;
    cursor: grab;
    left: -1px;
    width: 3px
}

.hover\:shadow-02:hover {
    --tw-shadow: 0 0.8rem 2.4rem 0 rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 0.8rem 2.4rem 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width:968px) {
    .pads\:relative {
        position: relative
    }

    .pads\:left-60ptr {
        left: 2.4rem
    }

    .pads\:top-80ptr {
        top: 3.2rem
    }

    .pads\:z-10 {
        z-index: 10
    }

    .pads\:-order-1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }

    .pads\:col-span-2 {
        -ms-grid-column-span: 2;
        grid-column: span 2/span 2
    }

    .pads\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .pads\:my-0 {
        margin-bottom: 0;
        margin-top: 0
    }

    .pads\:-mb-300ptr {
        margin-bottom: -12rem
    }

    .pads\:mr-10ptr {
        margin-right: .4rem
    }

    .pads\:mr-5ptr {
        margin-right: .2rem
    }

    .pads\:flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .pads\:grid {
        display: -ms-grid;
        display: grid
    }

    .pads\:h-160ptr {
        height: 6.4rem
    }

    .pads\:h-300ptr {
        height: 12rem
    }

    .pads\:h-480ptr {
        height: 19.2rem
    }

    .pads\:max-h-550ptr {
        max-height: 22rem
    }

    .pads\:w-1\/2 {
        width: 50%
    }

    .pads\:w-1000ptr {
        width: 40rem
    }

    .pads\:w-160ptr {
        width: 6.4rem
    }

    .pads\:w-20ptr {
        width: .8rem
    }

    .pads\:w-400ptr {
        width: 16rem
    }

    .pads\:w-50ptr {
        width: 2rem
    }

    .pads\:w-600ptr {
        width: 24rem
    }

    .pads\:w-70ptr {
        width: 2.8rem
    }

    .pads\:w-80ptr {
        width: 3.2rem
    }

    .pads\:w-\[37\%\] {
        width: 37%
    }

    .pads\:w-full {
        width: 100%
    }

    .pads\:max-w-\[60vw\] {
        max-width: 60vw
    }

    .pads\:flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }

    .pads\:-translate-y-300ptr {
        --tw-translate-y: -12rem;
        -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .pads\:grid-cols-2 {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .pads\:grid-cols-3 {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .pads\:grid-cols-4 {
        -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .pads\:grid-cols-5 {
        -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .pads\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pads\:flex-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pads\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .pads\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .pads\:gap-0 {
        gap: 0
    }

    .pads\:gap-120ptr {
        gap: 4.8rem
    }

    .pads\:gap-40ptr {
        gap: 1.6rem
    }

    .pads\:gap-50ptr {
        gap: 2rem
    }

    .pads\:gap-60ptr {
        gap: 2.4rem
    }

    .pads\:divide-x>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
        border-right-width: calc(1px*var(--tw-divide-x-reverse))
    }

    .pads\:self-start {
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }

    .pads\:p-40ptr {
        padding: 1.6rem
    }

    .pads\:py-30ptr {
        padding-bottom: 1.2rem;
        padding-top: 1.2rem
    }

    .pads\:py-80ptr {
        padding-top: 3.2rem
    }

    .pads\:pb-80ptr,
    .pads\:py-80ptr {
        padding-bottom: 3.2rem
    }

    .pads\:pl-25ptr {
        padding-left: 1rem
    }

    .pads\:pl-30ptr {
        padding-left: 1.2rem
    }

    .pads\:pt-80ptr {
        padding-top: 3.2rem
    }

    .pads\:text-14ptr {
        font-size: .56rem
    }

    .pads\:text-16ptr {
        font-size: .64rem
    }

    .pads\:text-18ptr {
        font-size: .72rem
    }

    .pads\:text-20ptr {
        font-size: .8rem
    }

    .pads\:text-26ptr {
        font-size: 1.04rem
    }

    .pads\:text-28ptr {
        font-size: 1.12rem
    }

    .pads\:text-30ptr {
        font-size: 1.2rem
    }
}
.side{position:fixed;width:78px;right:0;top:50%;margin-top:-200px;z-index:100;/*border:1px solid #e0e0e0;background:#fff;border-bottom:0*/}
.side ul{
	padding-left:0;
}
.side ul li{width:56px;height:56px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer;border-radius:50%;margin-bottom:20px;}
.side ul li a{
	display:block;
}
/* .side ul li:hover{background:#f67524;color:#fff}
.side ul li:hover a{color:#fff} */
.side ul li i{height:56px;/*margin-bottom:1px;*/width:100%;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;/*margin-top:14px;*/transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../images/icon-1.png)}
.side ul li i.bgs3{background-image:url(../images/icon-3.png)}
.side ul li i.bgs4{background-image:url(../images/icon-2.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.side ul li i.wechat{background-image:url(../images/wechat.png)}
.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
/* .side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/message_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)} */
.side ul li .sidebox{position:absolute;width:56px;height:56px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#555;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../images/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:300px;/*height:237px;*/display:none;color:#fff;text-align:left;position:absolute;left:-300px;top:0;height:56px;line-height:56px;background:#326bff;padding-left:20px;}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}

/*--弹窗样式--*/

#gray{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0px;display:none;z-index:99;}

.popup{
	max-width:532px; 
	width:100%;
	height:auto;
	background-color:#fff;
	position:fixed;
	z-index:100;
	border:1px solid #ebeaea;
	left:400px;
	top:96px;
	display:none;
}
.popup .top_nav{
	width:100%;
	height:46px;
	background-image: url(../images/popup_top_bj.jpg);
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
}
.popup .top_nav i{width:35px;height:35px;background:url(../images/sucai_tubiao.png) -314px -5px;position:absolute;top:6px;left:8px;display:block; }
.popup .top_nav span{font:18px/18px 'microsoft yahei';color:#707070;display:block;position:absolute;top:13px;left:50px;}

.popup .top_nav a.guanbi { background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute;top:8px;right:10px;cursor:pointer;}
.popup .top_nav a.guanbi span { display: none;}
.popup .top_nav a.guanbi:hover { background: url(../images/popup_guanbi.png) repeat 0px -35px; }
.popup .min{width:100%;height:auto;padding:10px;}

.tc_login{width:100%;height:auto;background-color:#fff;}