@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        border-top-color: rgba(255, 0, 0, 0.5);
    }
    50% {
        transform: rotate(180deg);
        border-top-color: rgba(0, 255, 0, 0.5);
    }
    100% {
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 255, 0.5);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        border-top-color: rgba(255, 0, 0, 0.5);
    }
    50% {
        transform: rotate(180deg);
        border-top-color: rgba(0, 255, 0, 0.5);
    }
    100% {
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 255, 0.5);
    }
}

* {
    box-sizing: border-box;
}

.loader {
    position: relative;
    margin: 75px auto;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}

.loader div {
    height: 100%;
}

#showsWheelsOnload {
    z-index: auto;
    position: fixed;
    left: 40%;
    top: 45%;
    border-radius: 50%;
    text-align: center;
    opacity: 100%;
    display: none;
    /*padding-top: 24px;*/
    /*padding-bottom: 24px;*/
    /*padding-left: 24px;*/
    /*padding-right: 24px;*/

}

#showsWheelsOnload100 {
    z-index: auto;
    position: fixed;
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 40%;*/
    /*top: 45%;*/
    /*padding-top: 24px;*/
    /*padding-bottom: 24px;*/
    /*padding-left: 24px;*/
    /*padding-right: 24px;*/
    display: none;
}

/* loader 1 */
.loader1, .loader1 div {
    border-radius: 50%;
    padding: 8px;
    border: 4px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(0, 255, 0, 1);
    border-bottom-color: rgba(255, 255, 255, 1);

}

/*loader 2  */
.loader2, .loader2 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(0, 0, 255, 0.5);
    border-left-color: rgba(0, 0, 0, 0.5);
    border-right-color: rgba(0, 0, 0, 0.5);
}

/*loader 3  */
.loader3, .loader3 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-left-color: rgba(0, 0, 255, 0.5);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
    animation-timing-function: cubic-bezier(0.55, 0.38, 0.21, 0.88);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

/* loader 4 */
.loader4, .loader4 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: rotate linear 3.5s infinite;
    animation: rotate linear 3.5s infinite;
    border-radius: 50%;
    padding: 4px;
    -webkit-animation: rotate2 4s infinite linear;
    animation: rotate2 4s infinite linear;
}

div:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.loader, .loader * {
    will-change: transform;
}

#autoBoxF {
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    right: 1.3vw;
    border-radius: 50%;
}

.autoBox {
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
/ / 重要属性，让hight翻转过来，往上延伸
}

.autoBox .au1,
.autoBox .au2,
.autoBox .au3,
.autoBox .au4,
.autoBox .au5 {
    width: 4px;
    margin-right: 3px;
    list-style: none;
    background: rgba(0, 255, 0, 1);
    height: 15px;
}

.au {
    list-style: none;
    height: 15px;
    width: 0px;
}

.au1 {
    animation: audio .5s linear .1s infinite alternate;
}

.au2 {
    animation: audio .5s linear .3s infinite alternate;
}

.au3 {
    animation: audio .5s linear .2s infinite alternate;
}

.au4 {
    animation: audio .5s linear .2s infinite alternate;
}

.au5 {
    animation: audio .5s linear .1s infinite alternate;
}

@keyframes audio {
    from {
        height: 1px;
    }
    to {
        height: 15px;
    }
}


/*长按禁止选择文字*/
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#playAnimation {
    z-index: auto;
    position: fixed;
    bottom: 10px;
    right: 5vw;
    border-radius: 50%;
}

#playAnimation button {
    padding: 0;
    background-color: white;
    box-sizing: border-box;
}

.play {
    height: 74px;
    border-style: solid;
    border-width: 37px 0 37px 60px;
    border-color: transparent transparent transparent black;
    transition: all .5s ease;
}

.play:hover {
    border-style: double;
    border-width: 0px 0px 0px 60px;
}

.pause {
    width: 74px;
    height: 74px;
    border-style: double;
    border-width: 0px 0px 0px 60px;
    border-color: #00FF00;
}
