@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
body {
    font-family: Monospace;
    background-color: #000000;
    overflow: hidden;
}

#info {
    color: #fff;
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
    display:block;

}

a { color: skyblue }

.panel {
    width: 80%;
    height: 80%;
    max-width: 500px;
    max-height: 775px;
    position: absolute;
    top: 10%;
    left: 10%;
    color: #fff;
    font-family: "微软雅黑";
    text-align: center;
}
.panel img{
    max-width: 500px;
}
.panel h2 {
    line-height: 2em;
    font-weight: normal;
    padding-left: 5%;
    font-size: 1.2em;
}
.panel-close {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top:16px;
    right: 19px;
    background: url("../img/modal-close.png") no-repeat;
    background-size: 100% 100%;
}

.controls-nav {
    width: 100%;
    height: 118px;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: right;
    color: #fff;
}
.controls-nav img{
    cursor: pointer;
}

