.snake_right {
	position: fixed;
	right: 20px;
	top: 265px;
	width: 160px;
	z-index: 10;
}

.snake_box {
	background: url(https://u3.huatu.com/uploads/allimg/250115/snake_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 4% 8%;
	padding-top: 12%;
}

.snake_bot {
	display: flex;
	justify-content: space-around;
	margin-top: 4%;
	align-items: center;
	color: #fff;
	font-size: 10px;
}

.snake_bot a {
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.snake_box p {
	font-size: 15px;
	font-family: "FZLanTingHeiS-EB-GB";
	color: #fff799;
	text-align: center;
}

.snake_img {
	margin-bottom: -21%;
	width: 180px;
	transform: scaleX(-1);
}

.snake_code {
	width: 80%;
	margin: 1px 15px;
}

.snake_close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

@media screen and (max-width: 1420px) {
	.snake_right {
		width: 180px;
	}
}