*{
	margin: 0;
	padding: 0;
}
html,body{
	font-family: "微软雅黑", sans-serif,"宋体";
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.fxdsj-tip img{
	display:block;
	width: 100%;
	height:auto;
}
.fxdsj-masklayer{
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);  /*支持rgba的浏览器*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);    /*IE8支持*/
    z-index: 999;
}
.fxdsj-Upgrade{
	position:fixed;
	right:100px;
	bottom:100px;
	cursor:pointer;
	z-index: 1000;
	display:none;
}
.fxdsj-close{
	position:absolute;
	top:0;
	right:20px;
	width:20px;
	height:20px;
	background:url(../image/icon-close.png) no-repeat center center;
	background-size:20px 20px;
}
.fxdsj-tipcon{
	width:1000px;
	height:563px;
	position:fixed;
	 bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    z-index:1000;
}
.fxdsj-tipcon .fxdsj-close{
	position:absolute;
	top:-2px;
	right:-40px;
	width:34px;
	height:34px;
	background:url(../image/icon-close.png) no-repeat center center;
	background-size:34px 34px;
	cursor: pointer;
}
.fxdsj-help{
	font-size:16px;
	font-family: "宋体"!important;
	color:#ffffff;
	text-align: center;
	margin-top:20px;
}
.fxdsj-help p{
	line-height:36px;
	font-weight:600; 
}

