.helpcontainer{
	width: 100%;
}
.helpcontainer .topimg{
	width: 100%;
	/* height: 570px; */
	height: 35.5625rem;
	z-index: -1;
}
.helpcontainer .blankbg{
	width: 100%;
	min-height: fit-content;
	background-color: #FFFFFF;
}
.helpcontainer .centerdiv{
	margin-top: -23.125rem;
	margin-left: 20%;
	margin-right: 20%;
	position: relative;
}
.centerdiv .titlediv{
	text-align: center;
}

.titlediv .phonetitle{
	font-size: 2.6875rem;
	color: #ffffff;
	font-family: "microsoft yahei";
}
.titlediv span{
	font-size: 6.875rem;
	color: #ffd101;
	font-family: "microsoft yahei";
	margin-top: 0.625rem;
	font-weight: 700;
}
.centerdiv .contentcontainer{
	display:flex;
	margin-bottom: 5rem;
	/* flex-flow:column; */
}
.centerdiv .leftdiv{
	background-color: white;
	padding: 3.75rem 1.875rem 7.5rem 1.875rem;
	border-radius: 5px;
	/* border-top-right-radius: 10px; */
	display: inline-block;
	z-index: 999;
	box-shadow: 0px 5px 8px rgba(0,0,0,.1);	
	/* border: 1px solid  rgba(0,0,0,0.2); */
}

.centerdiv .rightdiv{
	 flex: 1;
	/*height: calc(100%-50px); */
	min-height: 29.0625rem;
	margin: 0 0 0 1.875rem;
	background-color: white;
	padding: 3.75rem 1.875rem;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0px 5px 8px rgba(0,0,0,.1);	
	/* border: 1px solid  rgba(0,0,0,0.2); */
	z-index: 999;
}
.leftdiv .title{
	font-family: "microsoft yahei";
	font-weight: 700;
	font-size: 28px;
	color: #313131;
}
.show{
	visibility: visible;
}
.hide{
	visibility: hidden;
}
.leftdiv ul{
	margin-top: 0.25rem;
}
.leftdiv ul li a{
	margin-top: 2.25rem;
	padding-left: 1.25rem;
	font-family: "microsoft yahei";
	font-size: 1.25rem;
	color: #313131;
	display: block;
	background: url(../img/lefttag.png) no-repeat 0px 8px;
	text-decoration:none;
}
.leftdiv ul li a:hover{
    color: #BFB500;
    /* background: url(../img/lefttag.png) no-repeat 59px 23px; */
}
.leftdiv ul li.on a{
    color: #BFB500;
    /* background: url(../img/lefttag.png) no-repeat 59px 23px; */
}
.rightdiv iframe{
	/* -webkit-overflow-scrolling: auto; */
	width: 100%;
	height: 100%;
	seamless: seamless;
	padding: 0;
	scrolling="no";
}
/* <iframe id='" + id + "' src='/manage/paper/addchildpage/" + label + "' frameborder='0' width='100%' 
scrolling='auto' height='100%' leftmargin='0' topmargin='0' style='padding: 0;' seamless='seamless' name='" + id + "'></iframe> */
.contentdiv .margintop41{
	margin-top: 2.5625rem;
}
.contentdiv .margintop63{
	margin-top: 3.9375rem;
}