:root{
	--module-width:78.12rem;
	--module2-width:71.8rem;
	--body-bg: #212830;
}

body{padding: 0; margin: 0; font-family:PingFang SC; background: var(--body-bg);}
li{list-style: none;}
a{text-decoration:none;color: inherit;cursor: pointer;}
img{object-fit:cover; max-width: 100%; max-height: 100%;}
input{ background:none; outline:none; border:0px;}
input:focus { outline: none; }
input[type=radio] {
	display: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border: 0;
	outline: none;
}
textarea{ background:none; outline:none; border:0px;}
textarea:focus { outline: none; }
@font-face {
	font-family: FZLanTingHei-H-GBK; /*这里是说明调用bai来的字体名字*/
	src: url('FZLanTingHei-H-GBK.ttf'); /*这里是字体文du件路径*/
}
header{
	width: 100%;
	position: relative;
}
section{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 80px;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	z-index: 1;
}
.btn{
	background:linear-gradient(135deg,#f1a980,#f73e72);
	height: 36px;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center; 
	padding: 0 20px; 
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
}
.win{
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.75);
	display: none;
}
.win .win_con{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 20px;
	width: 300px;
	height: 240px;
	margin-left: -150px;
	margin-top: -120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3;
}
.win .win_con .win_logo{
	width: 100%;
	margin: 1.5rem 0 1rem 0;
	text-align: center;
}
.win .win_con .win_logo img{
	width: 2rem;
	height: 2rem;
}
.win .win_con .win_tips{
	font-size: 0.875rem;
	text-align: center;
	padding: 0 1.5625rem;
	line-height: 1.5rem;
}
.win .win_con .win_btn{
	width: 13.75rem;
	line-height: 2.875rem;
	text-align: center;
	border-radius: 1.4375rem;
	background: linear-gradient(135deg,#f1a980,#f73e72);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0.5rem 1.5625rem;
	border: 0;
	outline: none;
	
}
.win .win_con #foo{
	width: 100%;
	height: 0.625rem;
	color: #fff;
	border: 0;
	outline: none;
	-webkit-appearance: none;
	background: #fff;
	
}
	

