html,
body {
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    tap-highlight-color: rgba(200, 200, 200, 0);
    -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}

.black {
    background: #000;
}

body {
    margin: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.img {
    text-align: center;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 9.5%;
    position: fixed;
    z-index: 1200;
    display: none;
}

.img>img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#img {
    position: absolute;
    width: 91%;
    height: 79%;
    top: 11%;
    left: 5%;
    z-index: 1500;
}

.close {
    width: 1.2rem;
    height: 0.4rem;
    background: #e332c7;
    color: #fff;
    padding: 5px 10px;
    z-index: 1600;
    font-size: .3rem;
    top: 7.1rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.btn {
    position: fixed;
    top: 9%;
    right: 0;
    width: 25px;
    height: 120px;
    border-radius: 13px 0 0 13px;
    z-index: 10000;
    background-color: #ccc;
    background-size: 30px 120px;
    background-position: -4px 0;
}

.btn_club {
    position: fixed;
    top: 11%;
    right: 6%;
    width: 20%;
    height: 50px;
    border-radius: 13px 0 0 13px;
    display: none;
    z-index: 10000;
    background-color: #ccc;
    opacity: 0;
}

.js-copy {
    visibility: hidden;
}

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

#copyList {
    display: none;
    width: .7rem;
    height: .3rem;
    opacity: 1;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.info {
    color: #2092e7;
    display: inline-block;
    font-size: .4rem;
    top: 4%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.img {
    text-align: center;
    width: 4rem;
    height: 8.5rem;
    position: fixed;
    z-index: 1200;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5rem;
    bottom: 0;
    margin: auto;
}

.img>img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#img {
    position: absolute;
    width: 4rem;
    height: 6.9rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1500;
}

#dialog {
    position: fixed;
    width: 300px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -75px;
    border-radius: 10px;
    z-index: 99;
}

#dialog .main {
    word-wrap: break-word;
    word-break: normal;
    user-select: text;
}

#dialog .other {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 300px;
    height: 20px;
}

#dialog #diaclose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
}

#dialog #dialogImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 150px;
}

#dialog .mains {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 150px;
}

.cake {
    animation: shake 3s 0s infinite;
    webkit-animation: shake 3s 0s infinite;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.loadingBg {
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 14000;
    position: absolute;
    left: 0%;
    top: 0%;
}

#loading {
    z-index: 15000;
    width: 160px;
    height: 157px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.7);
}

@keyframes rod {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.rodimg {
    animation: rod 1s infinite linear;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#qrcode {
    position: fixed;
    top: 0;
    width: 220px;
    height: 250px;
    right: 100px;
    margin-top: 15px;
    z-index: 101;
    -webkit-user-select: auto;
    display: none;
    background-color: #ccc;
    background-size: 220px 250px;
    background-position: 0;
}

#QRCodeNone {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #000;
    opacity: 0.5;
    -webkit-user-select: auto;
    display: none;
}
