﻿* {
    margin: 0 auto;
}
body {
   
}
a { outline: none;}
.fh {
    width: 100%;height: 40px;color: #fff;background: rgba(221,62,0,0.8);position: fixed;bottom: 0px;left: 0px;
    text-align: center;line-height: 40px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: auto;
    max-width: 500px;
}


.micinfo {
    animation: micinfo 2s linear infinite;
    width: 7%;
    position: fixed;
    right: 2%;
    top: 1%;
    z-index: 32;
}

@keyframes micinfo {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
@media screen and (min-width: 500px) {
    iframe {
        height: 100vw;
        border: none;
        overflow: auto;
        width: 500px;
        position: inherit;
    }

    .micinfo {
        animation: micinfo 2s linear infinite;
        width: 2%;
        position: fixed;
        right: 2%;
        top: 1%;
        z-index: 32;
    }
}
.minipanel {
    width: 100%;height: 100%;position: fixed;left: 0px;top: 0px;background: rgba(0, 0, 0, 0.4);
    text-align: center;display: block;opacity: 0;z-index: -100;
}
.minipanel .minilogo {
    width: 20vw;border-radius: 20vw;margin-top: 30vh}
.minipanel .mininame {
    color: #fff;font-size: 5vw;font-weight: bold;
}
.minipanel .close {
    width: 100%;height: auto;overflow: hidden;margin-top: 20px;
    }
.minipanel .close label {
    font-size: 9vw;color: #fff;
}