@media screen and (max-width: 800px) {
    body {
        margin: auto;
        width: 100%;
        height: 100%;
        font-size: 16px;
        /* color: #000; */
        line-height: 24px;
        /* background-color: #000; */
        min-height: 100%;
        font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
        overflow-x: hidden;
        overflow-y: auto;
        cursor: pointer;
    }


    .music {
        width: 8vw;
        height: 8.1vw;
        position: fixed;
        top: 9.2vw;
        right: 6.2vw;
        /* background-position: -75.9vw 0; */
        display: block;
        z-index: 99999999;
        ;
        transform: rotate(0deg);
        background-image: url(./image/musicon.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media screen and (min-width: 900px) {
    body {
        margin: auto;
        width: 20%;
        height: 100%;
        font-size: 16px;
        /* color: #000; */
        line-height: 24px;
        /* background-color: #000; */
        min-height: 100%;
        font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
        cursor: pointer;
    }

    .music {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50px;
        right: 50px;
        /* background-position: -75.9vw 0; */
        display: block;
        z-index: 99999999;
        ;
        transform: rotate(0deg);
        background-image: url(./image/musicon.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

html {
    width: 100%;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.ball{
    display: none;
}
.ball2{
    display: none;
}
.ball3{
    display: none;
}
.ball4{
    display: none;
}
.ball5{
    display: none;
}
.ball6{
    display: none;
}
.ball7{
    display: none;
}
.ball8{
    display: none;
}
/* .light {
    position: relative;
    animation: mymove1 5s 1;
    -webkit-animation: mymove1 5s 1;
    Safari and Chrome
    animation-fill-mode: forwards;
    停留在最后一帧
} */

@keyframes mymove1 {
    0% {
        transform: translate(-50px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes mymove1 {
    0% {
        transform: translate(-50px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes mymove1 {
    0% {
        transform: translate(-50px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes mymove2 {
    0% {
        transform: translate(57px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes mymove2 {
    0% {
        transform: translate(57px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes mymove2 {
    0% {
        transform: translate(57px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.longpic {
    width: 100%;
    margin: auto;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    overflow-x: hidden;
    /* display: none; */
}

.loading {
    z-index: 1;
}

.longpic img {
    width: 100%;
    margin-bottom: -10px;
}

.longpic .long {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.longpic .long img {
    width: 100%;
}

.active {
    /* opacity: 1;
    visibility: 1; */
    width: 100%;
    transition: all .8s linear;
    left: 0;
}


.front {
    top: 0%;
    left: 0;
}

.picshow1 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow2 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow4 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow5 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.Text5 {
    top: 0%;
    opacity: 0;
    left: 0;
}

.Text2 {
    top: 0%;
    opacity: 0;
    left: 0;
}

.Text1 {
    top: 0%;
    opacity: 0;
    left: 0;
}
.Text3 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.Text4 {
    top: 0%;
    opacity: 0;
    left: 0;

}
.picshow3 {
    left: 0;
    top: 23%;
    transform: scale(0.5);
    animation-name: light;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


/* .ballbling {
    animation: bling 1s infinite;
    -webkit-animation: bling 1s infinite;
} */



.picshow13 {
    left: 0;
    top: -3%;
}

.active4 {
    opacity: 1;
    visibility: visible;
}


.picaction {
    position: absolute;
    cursor: pointer;
}
.slide{
    animation: slide 5s infinite;
    -webkit-animation: slide 5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: slide 5s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

@keyframes slide {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    20%{
        opacity: .2;
    }
    40% {
        opacity: .4;
    }
    60%{
        opacity: .6;
    }
    80%{
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    20%{
        opacity: .2;
    }
    40% {
        opacity: .4;
    }
    60%{
        opacity: .6;
    }
    80%{
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 0;
    }
    20%{
        opacity: .2;
    }
    40% {
        opacity: .4;
    }
    60%{
        opacity: .6;
    }
    80%{
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity2 {
    0% {
        opacity: 0;
    }
    20%{
        opacity: .2;
    }
    40% {
        opacity: .4;
    }
    60%{
        opacity: .6;
    }
    80%{
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0;
    }
    20%{
        opacity: .2;
    }
    40% {
        opacity: .4;
    }
    60%{
        opacity: .6;
    }
    80%{
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0;
    }
    20%{
        opacity: .2;
    }
    40% {
        opacity: .4;
    }
    60%{
        opacity: .6;
    }
    80%{
        opacity: .8;
    }
    100% {
        opacity: 1;
    }
}