* {
	padding: 0;
	margin: 0;
}

/* ie兼容 推荐下载浏览器等 */
.ieCompatibleDiv {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1200;
	background: #fff;
	/* padding: 0.1rem 0.4rem 0rem 0.4rem; */
	text-align: center;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	text-align: center;
	padding-bottom: 20px;
}

.ieCompatibleDivTitle {
	height: 80px;
	background: #3cb9fc;
	padding: 0 20px;
	color: #fff;
	line-height: 80px;
	/*设置line-height与父级元素的height相等*/
	font-size: 24px;
}

.ieCompatibleDivText {
	font-size: 18px;
	display: block;
	color: #969696;
	line-height: 25px;
}

.ieCompatibleMargin {
	margin-bottom: -40px;
}

.ieCompatibleDiv>img {
	padding: 20px 0 10px 0;
	width: 200px;
	margin-top: 20px;
}

.ieCompatibleDivBtn1 {
	padding: 15px;
	font-size: 18px;
	background: #3cb9fc;
	border: none;
	cursor: pointer;
	margin-right: 20px;
	color: #fff;

}

.ieCompatibleDivBtn2 {
	padding: 15px;
	font-size: 18px;
	background: #3cb9fc;
	border: none;
	cursor: pointer;
	color: #fff;

}


/*遮罩层*/
.mask {
	display: none;
	background: #fdfdfd;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1199;
	top: 0;
	bottom: 0;
	/*兼容ie8及以下*/
}


/*目前只兼容ie8以上*/
@media screen and (max-width:1600px) {
	.ieCompatibleDivTitle {
		height: 60px;
		background: #3cb9fc;
		line-height: 60px;
		/*设置line-height与父级元素的height相等*/
		font-size: 18px;
	}

	.ieCompatibleDivText {
		font-size: 14px;
		display: block;

	}

	.ieCompatibleDiv>img {
		padding: 20px 0 10px 0;
		width: 150px;
		margin-top: 20px;
	}

	.ieCompatibleDivBtn1 {
		width: 120px;
		padding: 12px 24px;
		font-size: 14px;
		margin-right: 10px;

	}

	.ieCompatibleDivBtn2 {
		width: 120px;
		padding: 12px 24px;
		font-size: 14px;

	}

}