body{
	/* overflow-y: hidden; */
	background-image: url(../img/backimg.jpg);
	/*
	background-repeat: no-repeat;
	background-repeat:repeat-y
	*/
	background-size: 100%;
}
/* .reasonContainer{
	width: 100%;
	height: 100%;
} */
body .contentdiv{
	min-height: 24.375rem;
	background-color: rgba(255,255,255,0.5);
	margin-top: 8.75rem;
	margin-left: 20%;
	margin-right: 20%;
	position: relative;
	padding: 5rem 3.75rem;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 999;
	box-shadow: 0px 5px 8px rgba(0,0,0,.1);	
}
.contentdiv .title{
	font-family: "microsoft yahei";
	font-weight: 800;
	font-size: 0.6rem;
	color: red;
}
.contentdiv .content{
	font-family: "microsoft yahei";
	font-size: 2.2rem;
    color: green;
	margin-top: 0.625rem;
}
.contentdiv .margintop41{
	margin-top: 1.0625rem;
}
.contentdiv .margintop63{
	margin-top: 3.0375rem;
}