﻿a{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
text-decoration:none;
color: rgba(146,146,146,1.00);
/*点击a标签时无变化
消除a的样式
更改颜色*/

}
/*不可选中*/
body{
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;}

/*消去滚动条*/
::-webkit-scrollbar {
width: 10px;
}


/*工具栏下拉框样式*/
#gongjulan-hover{
display:none;
position:absolute;
z-index:999;
top:50px;
right:1%;
width:120px;
height:140px;
border-radius:2px;
background-color: AliceBlue;
text-align:center;
font-weight: 400;
color: rgba(146,146,146,1.00);
}
#gongjulan-hover2{
display:none;
position:absolute;
z-index:998;
top:10px;
right:2%;
width:6%;
height:220px;
}
