@charset "utf-8";
/*表格样式*/
table{
	width:100%;
	border-collapse:collapse;}
/*整体布局*/
#container{
	width:100%;
	margin:0;
}
#header{
	width:100%;
	height:5rem;
	clear:both;
	background-color:#f2f2f2;
	}
.clr{
	clear:both;
	width:0px;
	height:0px;}
#main{
	overflow:hidden;}
#top{
	font-size:24px;}
#foot{
	width:100%;
	background-color:#f2f2f2;
	}
#foot iframe{display: block;}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*微信弹窗提示*/
.weixin-tip-btn{
	border: solid #4e6ef2 1px;
	border-radius: 20px;
	background: none;
	color: #4e6ef2;
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
	padding: 5px 20px 5px 20px;

}
.weixin-tip-btn:focus{
	outline: 0;
}
.weixin-tip-box{
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: fixed;
	padding-top: 200px;
	display: none;

}
#weixin-tip-layer{
	z-index: 100;
	display: none;
	position: fixed;
	left: 30%;        
}
#weixin-tip-layer .triangle{
	width: 0;
	height: 0;
	border-width: 0 6px 12px;
	border-style: solid;
	border-color: transparent transparent #D3D3D3;
	/*透明 透明  灰*/
	margin-left: 40px
}
#weixin-tip-layer p{
	background: #D3D3D3;
	border-radius: 4px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}



