::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent
}

::-webkit-scrollbar-track {
  background-color: #efefef
}

::-webkit-scrollbar-corner{
  display: none;
  background-color: #d8d8d8;
}

::-webkit-scrollbar-thumb {

  background-color: #d8d8d8;
}

::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:active,
::-webkit-scrollbar-thumb:horizontal:hover{
  background-color: #c3c3c3
}

*{
	margin: 0;
	padding: 0;
	box-sizing: inherit;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body{
	color: #3a3a3a;
	font-family:"microsoft yahei","Helvetica Neue",Arial,sans-serif;
}

img{
	border: 0 none;
}

li{
	list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cur{
	cursor: pointer;
}

.center {
  text-align: center;
}

.center-all {
	display: flex;
	align-items:center;
	justify-content:center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.clearfix {
  zoom: 1;
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.block {
  display: block;
}

.inline-block{
	display: inline-block;
}

.strong {
  font-weight: bold;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.unselect {
  user-select: none;
}
