@charset "utf-8";

* {
    line-height: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

body {
    min-height: 100vh;
    background: #fff;
    overflow: hidden
}

a {
    transition: all .36s;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:not([href]) {
    cursor: default
}

li,
ol,
ul {
    margin: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0;
    line-height: 1
}

p {
    word-wrap: break-word;
    word-break: normal
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

img,
video {
    max-width: 100%;
    vertical-align: middle
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

video {
    background: #000;
    outline: 0
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #333;
    border: 0;
    outline: 0;
    background: 0 0
}

form {
    width: 100%
}

input,
textarea {
    -webkit-appearance: none
}

input {
    line-height: normal;
    text-overflow: ellipsis
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

[tabindex="0"],
input {
    outline: 0 !important
}

textarea {
    resize: none
}

label {
    font-weight: 400;
    margin-bottom: 0
}

select::-ms-expand {
    display: none
}

a:active,
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0
}

a,
button {
    cursor: pointer
}


.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' '
}

.clearfix {
    zoom: 1
}

body {
    display: flex;
    flex-direction: column
}

.mobile_safari {
    width: 100%;
    position: fixed
}

.end li::before,
.first li::before,
.next li::before,
.prev li::before {
    font-family: iconfont;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.first li::before {
    content: "\e74d"
}

.next li::before {
    content: "\e743"
}

.prev li::before {
    content: "\e744"
}

.end li::before {
    content: "\e74c"
}
.wow {
    visibility: hidden
}

.mCSB_outside+.mCSB_scrollTools {
    right: 0 !important
}

.ys_fadeup1 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .1s
}

.ys_fadeup2 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .2s
}

.ys_fadeup3 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .3s
}

.ys_fadeup4 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .4s
}

.ys_fadeup5 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .5s
}

.ys_fadeup6 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .6s
}

.ys_fadeup7 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .7s
}

.ys_fadeup8 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .8s
}

.ys_fadeup9 {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .9s
}

.ys_fadein1 {
    animation: fadeIn .5s ease-in-out both;
    animation-delay: .1s
}

.ys_fadedown1 {
    animation: fadeInDown .5s ease-in-out both;
    animation-delay: .1s
}

.ys_fadeleft1 {
    animation: fadeInLeft .5s ease-in-out both;
    animation-delay: .1s
}

.ys_faderight1 {
    animation: fadeInRight .5s ease-in-out both;
    animation-delay: .1s
}

@-webkit-keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes ysfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
