*{
	margin: 0;
	padding: 0;
}
html{
	background-color: #f1f2f3;
}
.container{
	width: 1300px;
	margin: auto;
}
.container .title{
	margin: 20px 0;
}
.container .ts{
	margin: 20px 0;
	font-size: 24px;
	color: #333;
}
.ts .title{
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}
.ts p{
	color:#666;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: #fff;
	padding: 10px;
	font-size: 14px;
}
.ts p span,.ts p a{
	color:#999;
	text-decoration: none;
}
.container #win{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	user-select: none;
}
.container #win p{
	font-size: 20px;
	color: #999;
	font-weight: bold;
	margin-bottom: 50px;
}
.container #win .btn{
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 10px;
	background-color: #67C23A;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.container #main{
	position: relative;
	width: 100%;
	height: 630px; 
	background: #fff;
	user-select: none;
}
.container #theemoji {
	width: 32px;
	height: 32px;	
	background-size: 32px 32px;
	position: absolute;
	transition: all 0.5s ease;
	z-index: 2000;
}
.container #theemoji:hover {
	width: 160px;
	height: 160px;	
	background-size: 160px 160px;
	margin: -64px;
}
.container img {
	width: 32px;
	height: 32px;	
	user-select: none;   
}