body,html {
    font: 24px 'Microsoft YaHei', Arial, Lucida Grande, Tahoma, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
}
#loading {
    background:url(https://img.zcool.cn/community/010d2c58c3fb40a801219c77c8b1c9.gif);
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10000000001;
    background-size: 100% 100%;
}
#error{
    background:url(#000);
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-align:center;
    display:table; /*acts like a table*/
    position: absolute;
    z-index: 10000000001;
    background-size: 100% 100%;
}
h1 {
    color: #ffffff;
    font-size: 1.2rem;
    margin:0;
    padding:0;
    vertical-align:middle; /*middle centred*/
    display:table-cell; /*acts like a table cell*/
    font-family: Microsoft Jhenghei;
}
#player_pause .tip {
    color: #f4f4f4;
    position: absolute;
    font-size: 14px;
    background-color: hsla(0, 0%, 0%, 0.42);
    padding: 2px 4px;
    margin: 4px;
    border-radius: 3px;
    right: 0;
}
#player_pause .adimg {
    color: #f4f4f4;
    position: absolute;
    font-size: 14px;
    background-color: hsla(0, 0%, 0%, 0.42);
    padding: 2px 4px;
    margin: 4px;
    border-radius: 3px;
    bottom: 0px;
}
#player_pause {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
#player_pause img {
    width: 100%;
    height: 100%;
}