html {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    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;
    position: relative;
    font-family: 'audi-wide', 'audi-zh-regular',  Verdana, Geneva, sans-serif;
}

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

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(0, 0, 0, 0.5);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
:placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.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 {
    opacity: 0;
}

.fade-enter-active {
    transition: opacity 0.5s;
}

#app {
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}

.justify-around {
    display: flex;
    justify-content: space-around;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    transform: translate3d(0, 0, 0);
}
.swiper-slide-shadow {
    opacity: 0 !important;
    visibility: hidden;
}

.swiper-slide-shadow {
    opacity: 0 !important;
    visibility: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.transform-center {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
/* 
.van-toast {
    transform-origin: center center !important;
    transform: scale(2) translate3d(-25%, -25%, 0) !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 0 !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 280px !important;
    min-height: 36px !important;
    padding: 10px !important;
}

.van-toast__text {
    margin-top: 0 !important;
}

.van-toast__icon {
    font-size: 26px !important;
    margin-right: 5px !important;
} */

.van-picker__cancel,
.van-picker__confirm {
    font-size: 28px !important;
}

.van-picker-column__item {
    font-size: 28px !important;
}

.swiper-slide-shadow {
    opacity: 0 !important;
    visibility: hidden;
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 3.2em !important;
}

.video-js .vjs-control-bar {
    height: 5em !important;
}

.video-js .vjs-time-control {
    font-size: 1.5em !important;
    line-height: 3.2em !important;
}

::-webkit-scrollbar {
    width: 0px;
    height: 8px;
    background-color: #f5f5f5;
}
