html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
}

* {
	margin: 0;
	padding: 0;
}

[v-cloak] {
	display: none !important;
}

#page {
	width: 100%;
	max-width: 640px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(../img/bg.webp);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
	overflow: auto;
}
.top-box{
	width: 86%;
	display: block;
	margin: 34px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 65%;
}
.btn_rule{
	width: 15%;
}
.page-title{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.page-main{
	text-align: left;
}
.page-main .box{
	display: flex;
    justify-content: center;
}
.page-main .top{
	padding: 10px 0 35px;
	color: #222;
	font-size:15px;
}

.page-main .box .left{
	margin-right: 2%;
}

.page-main .box p{
	/* height: 20px; */
}

.page-main .box .right p.company{
	letter-spacing: 6px;
}

.foot{
	position: absolute;
	bottom: 10vh;
	width: 100%;
	text-align: center;
}
.btns {
	width: 100%;
	text-align: center;
}

.btns .btn {
	width: 40%;
	max-width: 200px;
	margin: 0 auto;
}

.btns .start {
	margin-right: 6%;
}

#modal-rule {
	width: 100%;
	height: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

#modal-rule .modal-inner {
	width: 74%;
	max-width: 400px;
	position: relative;
	box-sizing: border-box;
	background-image: url(../img/rule_box.webp);
	background-size: 100% 100%;
}
.btn-close{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 40px;
}
#modal-rule .desc {
	padding: 30% 12% 20%;
	text-align: justify;
	color: #333;
	text-indent: 2em;
	font-size: 19px;
}

#tips {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

#tips .tips-inner {
	padding: 20px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 5px;
	font-size: 26px;
}
