*{
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}
body,
html {
    width: 100%;
    height: 100%;
}

:root{
    font-size:calc( 100vw / 1080 * 100);
}
body{
    font-size: 16px;
}
#app{
    width: 100vw;
    height: 100vh;
}


.title-bar {
    background-image: linear-gradient(to right, aqua, lightseagreen);
    color: #FFFFFF;
    height: 50px;
    line-height: .2rem;
    font-size:0.15rem ;
    box-sizing: border-box;
    text-align: center;
}

.state {
    opacity: 0.5;
    position: fixed;
    top: 28%;
    right: 0;
    width: 350px;
    height: 800px;
    /* border: 1px solid red; */
}

.state>ul>li {
    margin-top: 1.5px;
}
#app{
	width: 100vw;
	height: 100vh;
}
.title-bar{
	background-image: linear-gradient(to right,aqua,lightseagreen);
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	box-sizing: border-box;
	text-align: center;
}
div.canvas-box{
	overflow: hidden;
}
#game{
	background-color: #10101f;
}