* {
    margin: 0;
    padding: 0;
    font-family:  Tahoma, Arial, 'Microsoft Yahei', 'Hiragino Sans GB', 'Helvetica Neue', "STHeiti";
}

html {
    position: inherit !important;
}

html, body {
    height: 100%;
}

#loadDiv {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #040404;
    pointer-events:none;
}
.center{
    position: relative;
    left: 50%;
    top: 50%;
    overflow: visible;
}

.loadImg{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
#loadTips {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 40px;
}
#loadText{
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 4px;
}
#loadDescript{
    display: block;
    color: #666;
    text-align: center;
    font-size: 12px;
}
#appTips {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}
#appTips img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    margin-bottom: 4px;
}
#appTips span {
    display: block;
    font-size: 12px;
    line-height: 20px;
}


#htmlTarget {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#htmlTarget.hide {
    z-index: -1;
}
#introduce {
    width: 512px;
    height: 256px;
    position: absolute;
    text-align: center;
    background: rgba(255,100,255,0.3);
}
#buttonStart {
    width: 512px;
    height: 128px;
    position: absolute;
    text-align: center;
    vertical-align: top;
    font-size: 48px;
    line-height: 128px;
    color: white;
    border: 5px solid #FFF;
    border-radius: 64px;
    background: rgba(255, 255, 255, .1);
}
