@charset "utf-8";
body{
	height: 100%;
	margin: 0;
	background: #030303 url(../img/bg1.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 0.5rem 0.5rem 0.5rem;
}
p{
	color: #030303;
	font-size: 0.29rem;
	margin: 0;
	padding: 0;
}
.index-r1{
	width: 100%;
	padding: 0.3rem 0.2rem 0.5rem;
}
.index-r1 img{
	width: 100%;
}

.index-r2{
	width: 100%;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 0.5rem 0.5rem;
}
.index-r2 .index-r2-box{
	text-align: center;
	/* padding: 0 0.3rem; */
}
.index-r2 .index-r2-box h4{
	padding-bottom: 0.2rem;
	font-size: 0.38rem;
}
.index-r2 .index-r2-box img{
	width: 20%;
	padding: 0.2rem 0;
}
.index-r2 .index-r2-box p{
	text-align: left;
	width: 100%;
	padding: 0.2rem 0;
	text-align: center;
}
.index-r2 .index-r2-box .p2{
	font-size: 0.32rem;
	font-weight: bold;
	color: #ff2f2f;
}
.index-r2 .index-r2-box2{
	padding: 0.5rem 0;
}
.index-r2 .index-r2-box2 .index-r2-div{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 0.2rem;
}
.index-r2 .index-r2-box2 .index-r2-div p{
	font-weight: bold;
	font-size: 0.28rem;
}
.index-r2 .index-r2-box2 .index-r2-div span{
	font-size: 0.28rem;
	font-weight: normal;
}
.index-r3{
	margin: 0.3rem 0;
}
.index-r3 p{
	width: 90%;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #ffffff;
	background-color: #030303;
	border-radius: 10px;
	text-align: center;
	font-size: 0.32rem;
	margin: 0 auto;
}
.index-r3 a{
	text-decoration: none; 
	color: #ffffff;
}
