html {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans SC',-apple-system,BlinkMacSystemFont,"Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
    width: 100%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow-x: hidden;
}

ul,
li,
ol,
dl,
dd,
dt,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
option {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.pointEvent {
    pointer-events: none;
}

.nowarp {
    word-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
}

.revealOnScroll {
    visibility: hidden;
}

* {
    -webkit-tap-highlight-color: transparent;
    vertical-align: top;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a {
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
    outline: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container {
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.ipt {
    appearance: none;
    background: transparent;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;

    user-select: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix_ie {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.scale_img {
    transition: all 1s;
}

.scale_img:hover {
    transform: scale(1.1);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.noIn-enter {
    opacity: 1;
}

.noIn-enter-active {
    transition: opacity 0.3s linear 0s;
}

.noIn-leave-from {
    opacity: 1;
}

.noIn-leave-to {
    opacity: 0;
}

#app {
}

.gray {
    filter: grayscale(100%);
}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 20px;
}


