@charset "utf-8";
body, html {
    height: 100%;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }
#poster {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 10;
	user-select: none;
	cursor: default;
    background-image: url(images/poster_grid.png);
    background-repeat: repeat;
	background-size: 6%;
    background-position: center;
}
#poster-cover {
	width: 550px;
	height: 550px;
	background-image: url("images/cover.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 275px;
	border: 4px solid #562DFF;
	position: absolute;
	left: 50%;
	margin-left: -275px;
	top: 50%;
	margin-top: -390px;
	box-sizing: border-box;
}
#progressbar {
    z-index: 3;
    width: 380px;
    height: 36px;
    border-radius: 4px;
    border: solid 3px #562DFF;
    position: absolute;
    left: 50%;
	top: 50%;
    margin-left: -190px;
	margin-top: 200px;
    color: #c7b9ff;
    text-align: center;
    font-family: "Yuanti SC Bold", YouYuan, sans-serif;
    transform: scale(1.1)
}
#progress {
    height: inherit;
    border-radius: 3px 0 0 3px;
    background: #562DFF;
}
#progress-text {
    display: none;
    line-height: 36px;
    letter-spacing: 2px;
    font-size: 26px;
    font-weight: 700;
    margin-left: 2px;
    cursor: pointer;
}
@media only screen and (orientation:landscape) {
    #joy3Div {
        transform: scale(1.2) !important;
        padding-left: 0 !important;
        left: 15% !important;
        bottom: -8% !important
    }
}
#main {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    user-select: none
}
#aside-right {
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 70;
    right: 16px;
    top: 18px;
    z-index: 1;
}
.aside-icon {
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 24px
}
.aside-icon:last-of-type {
    margin-bottom: 0
}
#icon-music {
    background-image: url(images/icons/icons.svg);
    background-size: 200%;
	background-position: 0% 0%;
}
#icon-about {
    background-image: url(images/icons/icons.svg);
    background-size: 200%;
    background-position: bottom left
}
#arrow-key {
    position: absolute;
    display: none;
    width: 300px;
    height: 172px;
    bottom: 5%;
    left: 5%;
    box-sizing: border-box;
    z-index: 5;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    background-image: url(images/arrowkey.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffb8e7;
    font-size: 12px;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    text-align: center
}
#arrow-key p {
    position: absolute;
    widows: 100%;
    bottom: -40px;
    left: 0;
    letter-spacing: .03em;
    white-space: nowrap;
    font-weight: 700
}
.arrow-key {
    user-select: none;
    cursor: pointer;
    position: absolute;
    width: 96px;
    height: 83px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 312.5%
}
#arrow-up {
    background-position: top;
    top: 0;
    left: 50%;
    margin-left: -48px
}
#arrow-down {
    background-position: bottom;
    bottom: 0;
    left: 50%;
    margin-left: -48px
}
#arrow-left {
    background-position: bottom left;
    bottom: 0;
    left: 0
}
#arrow-right {
    position: absolute;
    width: 96px;
    height: 83px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 312.5%;
    bottom: 0;
    right: 0
}
#joy3Div {
    display: none;
    box-sizing: border-box;
    z-index: 5;
    user-select: none;
    -webkit-user-select: none !important;
    position: absolute;
    overflow: hidden;
}
#joy3XValue, #joy3YValue {
    display: none
}

#page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 8;
}
#game {
	pointer-events: none;
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	font-family: "Yuanti SC Bold", YouYuan, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#game-tip {
	position: absolute;
	width: 100%;
	height: 34px;
	top: 50%;
	margin-top: 180px;
	text-align: center;
	font-size: 34px;
	color: #ffb8e7;
}
#game-scrollbar {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -325px;
	left: 30px;
	height: 650px;
	width: 60px;
	background-color: rgba(255,143,217,0.10);
	background-image: linear-gradient(rgba(255,143,217,0.1), rgba(255,143,217,0.60), rgba(255,143,217,0.1));
	border-radius: 999em;
	border: 4px solid #ffb8e7;
}
#gameball {
	margin-top: 0;
	width: 60px;
	height: 60px;
	background-color: #ffb8e7;
	border-radius: 30px;
	animation-fill-mode: both;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-name: none;
	animation-timing-function: ease-in-out;
}
#game-button {
	pointer-events: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: none;
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 150px;
	border: 10px solid #ffb8e7;
	background-color: rgba(255,124,210,0.90);
	right: 30px;
	bottom: 30px;
	color: #FFFFFF;
	font-size: 128px;
	text-align: center;
	line-height: 260px;
	font-weight: bolder;
	cursor: pointer;
	user-select: none;
}
@keyframes gameball-move {
  from {
	  margin-top: 0;
	}
  to {
	  margin-top: 590px;
	}
}
@keyframes fadein {
  from {
	  opacity: 0;
	}
  to {
	  opacity: 1;
	}
}

#game-countdown {
	color: #ffb8e7;
	font-size: 512px;
	text-align: center;
	height: 512px;
	line-height: 512px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -320px;
	font-weight: bolder;
	overflow: hidden;
	width: 100%;
	cursor: default;
	user-select: none;
	
	animation-fill-mode: forwards;
	animation-direction: normal;
	animation-iteration-count: 1;
	animation-duration: 0.5s;
	animation-name: none;
}


#goback {
	display: none;
    background-image: url(images/icons/goback.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    width: 240px;
    height: 240px;
    bottom: 3.4%;
    right: 18px;
    opacity: 0.7;
	z-index: 9;
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}
#goback p {
	bottom: -64px;
	position: absolute;
	text-shadow: 0px 0px 5px #000000;
}
#detail-content {
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: auto
}
#side-bar {
    display: block;
    font-family: PingFangHK-Medium, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    position: absolute;
    width: auto;
    right: 2.2%;
    bottom: 28px;
    z-index: 5;
    margin: 0;
    padding: 0 0;
    color: #FFFFFF;
}
#side-bar li {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 16px;
	padding-right: 16px;
    box-sizing: border-box;
    text-align: center;
    list-style-type: none;
    background-color: rgba(0, 0, 0, .5);
    margin: 20px 0;
	font-size: 24px;
    line-height: 1.4;
    border-radius: 8px;
    border: 2px solid #ffb8e7;
    cursor: pointer
}