@charset "utf-8";

@font-face {
    font-family: "Outfit-Light";
    src: url('../fonts/Outfit-Light.woff2') format('woff2');
}

@font-face {
    font-family: "Outfit-Semibold";
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: "Outfit-Bold";
    src: url('../fonts/Outfit-Bold.woff2') format('woff2');
}

body, button, input, select, textarea, div, span, a, p {
    line-height: unset;
    font-family: "Outfit-Light", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

a {
    outline: 0;
    background: 0 0;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}


/* 共通样式 */
blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, button, dd, div, dl, dt, input, li, ol, p, ul {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%
}

a {
    outline: 0;
    background: 0 0;
    text-decoration: none !important;
    /*-webkit-tap-highlight-color: transparent;*/
}

div, img, a, input[type='button'], input[type='submit'], a:after {
    transition: all linear 0.3s;
}

em, i {
    font-style: normal
}

img {
    outline: 0;
    border: none;
    max-width: 100%
}

li, ol, ul {
    list-style: none outside none
}

a, button, input, textarea {
    outline: 0
}

select::-ms-expand {
    display: none
}

input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none
}

textarea {
    resize: none;
    -webkit-appearance: none
}

button {
    border-radius: 0
}

select {
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

/*a标签动画效果增加此class*/
.common-Toast {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 60%;
    width: auto;
    padding: 14px;
    background: rgba(0, 0, 0, .5);
    font-style: normal;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 99999;
    border-radius: 5px;
    display: none
}

/*动画效果*/
@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}
