.user{
	background-color: #00b572;
	padding-bottom: 58px;
}
.user h1{
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 48px;
	font-weight: bold;
}
.user .ground{
	width: 962px;
	margin: 0 auto;
}
.user .ground .title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding-left: 63px;
	background-repeat: no-repeat;
	background-position: left 10px;
	background-image: url(../images/heng.png);
}
.user .ground .word{
	width: 884px;
	background-color: #fff;
	font-size: 16px;
	color: #2b3844;
	padding: 25px 32px;
	margin-left: 63px;
	line-height: 32px;
	margin-bottom: 34px;
}
.user .ground .bg{
	position: relative;
	margin-bottom: 11px;
}
.user .ground .bg .bt{
	width: 884px;
	font-size: 18px;
	color: #fff;
	margin-left: 63px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 816px center;
	background-image: url(../images/san.png);
	cursor: pointer;
}
.user .ground .bg .show_{
	width: 884px;
	background-color: #fff;
	font-size: 16px;
	color: #2b3844;
	padding: 25px 32px;
	margin-left: 63px;
	line-height: 32px;
}
.user .ground .bg .num{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52px;
	height: 52px;
	background-color: #2c394a;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 52px;
}
@media (max-width: 961px){
	.user .ground{
		width: 100%;
	}
	.user .ground .word{
		width: 89.75%;
		margin-left: 6.25%;
	}
	.user .ground .bg .bt{
		width: 89.75%;
		margin-left: 6.25%;
		background-position: 96% center;
	}
	.user .ground .bg .show_{
		width: 89.75%;
		margin-left: 6.25%;
	}
}
@media (max-width: 767px){
	.user .ground .word{
		width: 93.75%;
		margin-left: 3.125%;
	}
	.user .ground .bg{
		padding-top: 66px;
	}
	.user .ground .bg .bt{
		width: 93.75%;
		margin-left: 3.125%;
		background-position: 90% center;
	}
	.user .ground .bg .show_{
		width: 93.75%;
		margin-left:3.125%;
	}
	.user .ground .bg .num{
		left: 3.125%;
	}
	.user .ground .bg .bt{
		height: auto;
		padding-right: 48px;
		line-height: 32px;	
		padding-top: 14px;
		padding-bottom: 14px;
	}
}