*,
*:after,
*:before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

img {
    width: 100%;
    vertical-align: top;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    padding: 0;
}

ol {
    margin: 0;
    padding: 0 0 0 20px;
}

input,
button {
    font-family: inherit;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
    text-transform: none;
    -webkit-appearance: button;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: white;
    background-color: #fff;
    font: normal 12px/1.5 "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Arial, "Hiragino Sans GB", STHeiti, "Microsoft Yahei", sans-serif;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: auto !important;
    overflow: hidden;
}

#app {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
    color: white;
    background: #fff;
    font: normal 12px/1.5 "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Arial, "Hiragino Sans GB", STHeiti, "Microsoft Yahei", sans-serif;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: auto !important;
    overflow: hidden;
}

.wh {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page {
    position: absolute;
    width: 640px;
    height: 1270px;
    z-index: 1;
    overflow: hidden;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.hide {
    display: none;
}

.animate {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.animate1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
}

.ani {
    position: absolute;
    height: auto;
}

[v-cloak] {
    display: none;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active below version 2.1.8 */

{
    opacity: 0;
}


/* Loader */

.page_arrow_bottom {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    background-image: url(../img/arrow.png);
    background-size: 60px;
    bottom: 8%;
    margin-left: -30px;
    opacity: 0;
    -webkit-animation: swipeMove 1.5s ease-in-out infinite;
    z-index: 999;
    /* zoom: 0.8; */
}

.page_arrow_right {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background-image: url(../img/arrow.png);
    background-size: 36px;
    right: 20px;
    margin-top: -18px;
    opacity: 0;
    -webkit-animation: page_arrow_right 1.5s ease-in-out infinite;
    z-index: 999;
    zoom: 1;
}


/* Loader */

.loader {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 9999;
    background: #000;
}

.load-img {
    position: absolute;
    width: 320px;
    height: 320px;
    left: 50%;
    top: 31%;
    margin-left: -170px;
    overflow: hidden;
    /* border-radius: 20px; */
}

.loader__progress {
    overflow: hidden;
    position: absolute;
    color: #d6d6d6;
    text-align: center;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 60%;
    margin: -50px 0 0 -50px;
    font-size: 27px;
}


/* music */

.music-icon {
    position: fixed;
    width: 7%;
    height: 7%;
    background-image: url(https://img-1305359445.cos.ap-nanjing.myqcloud.com/ShiJian.B.221201/music.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    bottom: 2%;
    right: 3px;
    z-index: 10;
}

.music-icon:after {
    position: absolute;
    content: "";
    display: inline-block;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
}

.music-icon.play {
    -webkit-animation: rotate 2.3s linear infinite;
}


/* Animation */


/* .scaleOut {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -webkit-transition: all .8s;
    transform: scale(1.25);
    transition: all .8s;
} */

@keyframes swipeMove {
    0% {
        opacity: 0;
        transform: translate3d(0, 7px, 0);
    }
    70% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -7px, 0);
    }
}

@keyframes piaofu {
    0% {
        transform: translate3d(0, 0px, 0);
    }
    100% {
        transform: translate3d(0, -30px, 0);
    }
}