@CHARSET "UTF-8";
/*微信登录css样式  */
				.wrp_code{
					position:relative;
				}
				.ewm_invilid{
					position:absolute;
					left:50%;
					top:0;
					width:180px;
					height:180px;
					margin-left:-90px;
					/* margin-top:-90px; */
					background:rgba(255,255,255,0.9);
					/*IE8滤镜透明  */
					background:#fff\9;
					filter:alpha(opacity=90);		
					vertical-align:middle;
					display:none;
				}
				.ewm_invilid p{
					margin-top:50px;
					height:25px;
					line-height:25px;
					color:#000000;
					font-size:15px;
				}
				.ewm_invilid div{
					width:96px;
					box-sizing:border-box;
					margin-left:42px;
					height:30px;
					line-height:30px;
					background:#d00f15;
					color:#fff;
					border-radius: 5px;
				}
				.ewm_sys img{
					float:left;
					width:35px;
					height:35px;
					margin-left:82px;
					margin-right:5px;
				}
				..ewm_sys div{
					float:left;
				}