
html {
    width: 100%;
    background-color: #fff;
    position: relative;
}

body {
    width: 100%;
    background-color: #fff;
}

* {
    resize: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}

img {
    display: block;
}

ul, ol {
    list-style: none;
}

[v-cloak] {
    display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #FABE07;
    width: 35px;
    border-radius: 4px;
}

.layui-layer .layui-layer-loading {
    left: 50% !important;
}

