﻿.pc-first-wza {position: absolute;width: 270px;top: 5px;right: 0;text-align: center;line-height: 30px;background: #f9fcff;color: #888888;text-align:center;border-radius: 15px;font-size: 14px;}
/* 头部图片遮挡内容解决
.pc-first {z-index: -1;} */
/*无障碍浏览样式*/
body{
	padding:0;
	margin:0;
}
.article-detail {text-align:justify; text-justify:inter-ideograph;}
.wza{
	top:0px; 
	text-align: center;
	width:100%;
	height:100px;
	background:#4C4C4C !important;
	color:#fff !important;
	position: relative;
	z-index: 99;

	}
.wza .wza-input-area{
	width:1000px !important;
	margin:0 auto;
}
/*每一个操作块*/
.wza .wza-block {
    display: block;
    float: left;
    width: 111px !important;
    height: 100px !important;
    position: relative;
    background: #4C4C4C !important;
    text-align: center;
    cursor: pointer;
}
/*鼠标经过-背景发生变化*/
.wza .wza-block:hover {
	background:#007CBA !important;
}
/*操作块图标样式*/
.wza .wza-block .icon{
	width:40px !important;
	height:40px !important;
	position: absolute;
	top: 15px !important;
	left: 34px !important;
    background-color: transparent !important;
}
/*按钮样式改写*/
.wza .wza-block .wza-input{
	display:block;
	margin:0 auto;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	bottom: 10px !important;
	border: none;
	height: 30px !important;
	font-size: 16px !important;
	font-family: '微软雅黑' !important;
	letter-spacing: 1px !important;
	background: transparent !important;
	color: #fff !important;
	text-align: center;
	outline:none;
}