* {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
}

.guide {
    display: none;
    min-height: 100vh;
    background: url("./image/background.jpg") top center no-repeat;
	background-size: 100% 100%;
}

.limit {
    display: none;
}

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

.rule {
    max-width: 500px;
}

.adv {
    display: block;
	max-height: 70vh;
    max-width: 100%;
	margin: 0 auto;
}



.layout {
	width: 100%;

}

.logo {
	width: 460px;
}

.py {
	height: 15vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon {
	width: 32px;
	height: auto;
	display: block;
	margin-right: 10px;
}

.btn {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	background-color: #27a17c;
	color: #fff;
	border-radius: 10px;
	padding: 5px 0;
	margin-bottom: 15px;
	cursor: pointer;
}

.click {
	padding: 15px 20px 0;
	display: none;
}

.foot {
	background-color: #27a17c;
}

.box {
	display: flex;
	max-width: 1200px;
	justify-content: space-between;
	margin: 0 auto;
	height: 15vh;
	align-items: center;
}


.brand {
	width: 90%;
}

.item {
	display: flex;
	color: #fff;
	flex: 1;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	text-decoration: none;
}

.pl {
    display: flex;
    align-items: center;
	padding-left: 10px;
}

.label {
	font-size: 20px;
}

.link {
	font-size: 14px;
}

.border-r {
	border-right: 1px solid #fff;
	flex: 1; 
	padding-left: 10px;
}

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

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

.title2 {
    font-weight: bold;
}

.line1 {
    padding: 20px 0;
}

.notice {
    width: 24px;
    height: 24px;
}
.zuan1 {
    display: none;
}
@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {
	

	.ico {
		width: 32px;
	}

	.label {
		font-size: 14px;
	}

	.link {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
    .logo {
		width: 210px;
		height: 70px;
	}
	

	.zuan1 {
	    display: block;
	    width: auto;
	    height: 70px;
	}
	
	.zuan {
	    display: none;
	    width: auto;
	    height: 70px;
	}

	.foot {
		display: none;
	}
	
	.click {
		display: block;
	}
}

@media screen and (max-width: 540px) {
	.logo {
		width: 160px;
		height: 50px;
	}
	
	.zuan {
	    width: auto;
	    height: 50px;
	}
	
	.zuan1 {
	    display: block;
	    width: auto;
	    height: 50px;
	}

	.icon {
		width: 24px;
	}

	.btn {
		height: 38px;
		font-size: 16px;
	}
}

@media screen and (max-width: 376px) {}