* {
	margin: 0;
	padding: 0;
}

body,
html {
	background-color: #000;
}

.layout {
	margin: 0 auto;
	max-width: 750px;
	display: none;
}

.logo {
	width: 100%;
	padding: 20px 0 0;
	display: block;
	margin: 0 auto;
}

.limit {
    display: none;
}

.show {
    width: 100vw;
    height: 100vh;
    background: #eee;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.rule {
    max-width: 500px;
}



.picture {
	width: 100%;
	display: block;
}

.icon {
	width: 40px;
	height: 40px;
}

.nav {
	color: #999;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 0 20px;
	font-size: 14px;
}

.ico {
	width: 20px;
	height: 20px;
}

.click {
	padding: 20px;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
	color: #fff;
	background: linear-gradient(90deg, #7b42ff 9%, #5b2ed9);;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
}

.text {
	margin-left: 10px;
}

.link {
    cursor: pointer;
}

.title1 {
    font-size: 28px;
    color: #eac22c;
}

.title2 {
    font-weight: bold;
}

.line1 {
    padding: 20px 0;
}

.notice {
    width: 24px;
    height: 24px;
}

.content {
    margin-top: 10px;
    padding: 30px 5px;
    font-size: 20px;
    border: 2px solid  #d4c584;
}