*{margin:0;padding:0;border:none;outline:none;text-decoration:none;font-size:14px;}
ol,li,ul{list-style:none;}
::-webkit-scrollbar{display:block;position:fixed;width:0px;background:white;}  /*隐藏滚轮*/
::-webkit-scrollbar-thumb {background:#8aa5c5;width:600px;}
text{cursor:default;user-select:none;-webkit-user-select: none}
/* svg,text{dominant-baseline:hanging;} */
select,input,button{}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
a:hover{text-decoration:none;}
svg{width:16px;height:16px;fill:#9254de;}
img[src=''],img:not([src]){opacity:0;}
img {border:none;}
button{cursor: pointer;}
/*//滚动条兼容*/
/*html{
	-ms-overflow-style:none;
	-moz-overflow:scrollbars-none;
}*/
/*placeholder 样式*/
/*::-webkit-input-placeholder {
    color:    #909;
}
:-moz-placeholder {
   color:    #909;
   opacity:  1;
}
::-moz-placeholder {
   color:    #909;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #909;
}
::-ms-input-placeholder {
   color:    #909;
}
::placeholder {
   color:    #909;
}*/
/*placeholder 样式*/