﻿@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;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.front{
    top: 0%;
    left: 0;
}

.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;
}


.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;

}

.picshow6 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow17 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow18 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow19 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow20 {
    top: 0%;
    opacity: 0;
    left: 0;

    
}

.picshow21 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow22 {
    top: 0%;
    opacity: 0;
    left: 0;

}

.picshow7 {
    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;
}



@keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}