#topbar-v2,
#jihui-footer,
#content,
#belowList,
#floatwindow {display:none;}
.outBg,
.inBg {
	background:none;
	width:100%;
	padding:0;
}
.inBg {
	width:100%;
	height:100%;
	position:absolute;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/*flex-direction*/
	-webkit-box-orient:vertical;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	flex-direction:column;/*row*/
	-webkit-flex-direction:column;
	-webkit-box-flex-direction:column;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-box-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;/*主轴上对齐（横轴）*/
	-webkit-box-pack:center;
	-moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐（垂直）*/
	-webkit-align-items:center;
	-webkit-box-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	top:0;
	left:0;
	background:url(http://img.jihui88.com/upload/y/y3/yoyo/picture/2019/11/15/96b8d2ca-551e-4f98-a25a-7f68361055db.png) no-repeat center top;
	background-size:cover;
	background-color:#1ec7b5;
}
#headList,
#user_defined1,
#user_defined1 .bodyContContent {
	width:100%;
	height:100%;
}
#user_defined1 .bodyContContent a.home_in {
	background:url(http://img.jihui88.com/upload/y/y3/yoyo/picture/2019/11/15/96b8d2ca-551e-4f98-a25a-7f68361055db.png) no-repeat center;
	width:100%;
	height:100%;
	display:block;
	position:relative;
	z-indenx:1;
}
#user_defined1 .home_foot {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index: 2;
}
#user_defined1 .home_foot a {
	color:#fff;
	font-size:12px;
}