@charset "UTF-8";
.main{
	/* width: 1030px; */
	width: 1100px;
	height:auto;
	margin: 0px auto;
	padding: 20px 0px;
	background-color: rgb(240,240,240);
	position: relative;
	top:-15px;
	-webkit-box-shadow: 0px 0px 3px rgb(70,137,180);
	-moz-box-shadow: 0 0 3px rgb(70,137,180);
}
#helppage{
	margin: 10px 30px;
	padding: 10px 5px ;
	background-color: rgb(255,255,255);

}
.help_open{
	background: transparent url(images/img2.png) no-repeat;
	margin-left: 3px;
	margin-top: 5px;
	background-position: 0 -17px;
	height: 15px;
	width: 15px;
	display: inline;
	position: absolute;
	float:left;
}
.help_close{
	background: transparent url(images/img2.png) no-repeat;
	margin-left: 3px;
	margin-top: 5px;
	background-position: 0 -2px;
	height: 15px;
	width: 15px;
	display: inline;
	position: absolute;
	float:left;
}
.shtitle{
	font-weight: bold;
	font-size: 20px;
	color:rgb(255,255,255);
	margin-left: 25px;
	/*border: 1.5px solid #999;
	margin: 10px 0px 10px 15px;
	padding:  10px 0px 10px 25px;*/
}
.hs{
	padding: 0.4em 0 0.4em 0.5em;
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 1em;
	font-size: 0.9em;
	border-bottom: 0.1em solid #ccc;
	overflow-x: auto;
	background-image: url("images/foot.jpg");
	background-position: left center;
	background-repeat: repeat-x;
}
.stat_help a{
	text-decoration: none;
}
#open1{
	margin-left: 50px;
}
#open2{
	margin-left: 50px;
}
.quenstion{
	padding: 6px 0px ;
	background-color: rgb(240,240,240);
	margin:10px 25px 0px 0px;
	border-radius: 1px 1px 0.5px 0.5px;

}
.quenstion a{
	margin-left: 15px;
	color: rgb(70,137,180);
	font-weight: bold;
	font-size: 18px;
	cursor:pointer;
}
.reslove{
	font-size: 17px;
	border:1px solid rgb(240,240,240);
	margin-right: 25px;
	padding: 10px 25px;
}
.reslove h1{
	font-family: arial,helvetica,clean,sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: rgb(0,0,0);
	margin: 10px 0px 10px;
}
.help_img img{
	width: 800px;
	margin: 10px auto 2px;
	padding: 10px;
	border: 2px solid rgb(70,137,180);
}
.help_img p{
	font-size: 17px;
	font-family: arial,helvetica,clean,sans-serif;
	color: rgb(0,0,0);
	text-align: center;
}
.reslove p{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 17px;
	line-height: 23px;
}
.reslove span{
	color: red;
}