@charset "utf-8";
.default{
	text-align: center;
	margin-top: 92px;
}
.default p{
	font-size: 30px;
	color: #333;
	margin: 0;
	margin-top: -72px;
}
.default-img{
	width: 820px;
	max-width: 100%;
}
.default div{
	margin-top: 70px;
}
.default a{
	display: inline-block;
	width: 210px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #333;
	background: url('../images/fanhuishouye.jpg');
	background-size: 100% 100%;
	text-decoration: none;
	margin: 0 50px;
	cursor: pointer;
}
.default .default-a2{
	color: #fff;
	background: url('../images/shuaxinshishi.jpg');
	background-size: 100% 100%;
}

@media screen and (max-width: 768px){
	.default{
		margin-top: 2rem;
	}
	.default p{
		margin-top: -.4rem;
		font-size: .36rem;
	}
	.default div{
		margin: 1rem auto;
		display: flex;
		justify-content: space-around;
	}
	.default a{
		width: 40%;
		margin: 0 .1rem;
		height: 1rem;
		line-height: 1rem;
		font-size: .36rem;
	}
}