/*无障碍浏览样式*/
body{
	padding:0;
	margin:0;
}
.wza{
	top:0px; 
	text-align: center;
	width:100%;
	height:100px;
	background:#4c4c4c !important;
	color:#fff !important;
	}
.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;
}