@charset "utf-8";
*{padding:0px;margin:0px}
a{text-decoration:none;color: #000000;}
li{list-style:none;}
img{border:0px;cursor:pointer;}
.st{
	background: #000;
	color: #fff;
}
#wza_div{width:100%;height:70px;border-bottom:1px #2E9DE4 solid;background:url(../images/wza_bg.jpg);z-index:9999999;}
#wza_center{width:1100px;height:70px;margin:auto;}

#container{
	position:fixed;
    top:71px;
    left:0;
    right:0;
    bottom:0;
    overflow: hidden;
    margin:1px auto;
} 

#hengc{display:block;width:100%;height:100px;background:url(../images/wza_bg.jpg);position:absolute;bottom:0px;border:1px #61C4FB solid;z-index:1000;}
#zoom_span{width:100%;height:90px;background:#FFFFFF;margin:2px auto;font-size:54px;line-height:80px;font-weight:bolder;text-align:center;overflow-y:scroll;overflow-x:hidden}
#guanb{width:22px;height:18px;border:1px red solid;position:absolute;top:1px;right:1px}
#hengc .td{
	font-size:20px;
	width:55px;
	line-height:30px;
	color:#000;
}

#eoo{
	background-color:#666;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	opacity:0.3;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index: 2;
	display:none;
}

  * {margin: 0;padding: 0;box-sizing: border-box}
  
 #wzai {
     width: 100%;height: 100px;margin: 0;padding: 8px;
     display: flex;justify-content: center;gap: 10px;
     list-style: none;word-break: keep-all;text-align: center;
     background:#5d5a5a;position:fixed;top: 0;
 }
 #wzai li {min-width:60px;margin:0px 1px;}
 #wzai a {color: white;text-decoration: none}
 #wzai p {background:#084e95;border-radius:4px;}
 #wzai img {width: 50px}
 #wzai h3 {padding-top: 4px}
 #wzai p:hover {background:#cc2728}  
 #wzai h3:hover {background: #888888}
 #transform_dp{float:left;}
 .toolbarTexts{float:left;width:110px;overflow:hidden;cursor:pointer;height:77px;margin-left:5px;}
 .textNum{color:#ff9027;font-size:15px;font-family:'����'}
 .textStr{line-height:45px;height:45px;letter-spacing:1px;font-size:18px;font-weight:bold;color:#ffffff;}
 .textKey{line-height:40px;height:40px;font-size:18px;color:#ffffff;}
            
p{font-color:red}
::-webkit-scrollbar {
      width: 0.75rem;
      height: 0.75rem;
      background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.375rem #999;
    border-radius: 0.625rem;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
    box-shadow:inset 0 0 0.375rem #2196F3;
    background-color: #d2e7f7;
}

