@media screen and (max-width:767px){html,body{font-size:5.6px}}
@media screen and (min-width:768px) and (max-width:863px){html,body{font-size:6px}}
@media screen and (min-width:864px) and (max-width:959px){html,body{font-size:6px}}
@media screen and (min-width:960px) and (max-width:1055px){html,body{font-size:6px}}
@media screen and (min-width:1056px) and (max-width:1151px){html,body{font-size:6px}}
@media screen and (min-width:1152px) and (max-width:1247px){html,body{font-size:8px}}
@media screen and (min-width:1248px) and (max-width:1343px){html,body{font-size:8px}}
@media screen and (min-width:1344px) and (max-width:1439px){html,body{font-size:9px}}
@media screen and (min-width:1440px) and (max-width:1535px){html,body{font-size:9px}}
@media screen and (min-width:1536px) and (max-width:1631px){html,body{font-size:9px}}
@media screen and (min-width:1632px) and (max-width:1727px){html,body{font-size:12px}}
@media screen and (min-width:1728px) and (max-width:1823px){html,body{font-size:12px}}
@media screen and (min-width:1824px) and (max-width:1919px){html,body{font-size:12px}}
@media screen and (min-width:1920px) and (max-width:2349px){html,body{font-size:14px}}
@media screen and (min-width:2350px){html,body{font-size:14px}}
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: 34.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: 2.5625rem;
}
.contentdiv .margintop63{
	margin-top: 3.9375rem;
}