/* CSS Document */
.page.page-html5 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #393232, #000);
	background-size: 100% 100%;
}
.page.page-html5 .html5-loadbox {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 52%;
}
.page.page-html5.is_land .html5-loadbox{
	margin-top: 20%;
}
.page.page-html5 .html5-loadicon {
    width: 20%;
    height: 20%;
    border: 0.25rem solid #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}
.page.page-html5 .html5-loadname {
    margin-top: 0.5rem;
    font-family: cursive;
    font-weight: bold;
    text-shadow: 0 0 32px #000;
    color: #fff;
}
.html5-loadtips {
    font-family: cursive;
    font-size: small;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    text-shadow: 0 0 32px #000;
    color: #fff;
}
.html5-loadprocess {
    height: 11px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.html5-loadprocessbar {
    position: absolute;
    width: 1%;
    background-color: #8BC34A;
    height: 100%;
}
.html5-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position-y: 10px;
}
