*{
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
}
div{
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}
ul,ol,li{list-style-type: none;}
a{text-decoration: none;color: #fff;}
img{border: none;outline: none;}
input,select{outline: none;border: none;background: none;}
html, body {
  overflow-x: hidden;
  width: 100%;
  /*min-height: 100%;*/
/*  height: 100%;
  overflow: hidden;*/
  user-select: none;
  -webkit-user-select: none;
  background-color: #f6f6f6;
  font-family: 'MicrosoftYaHei', '微软雅黑', 'STHeitiSC';
}
.fl{float: left;}
.fr{float: right;}
.clearfix{
	zoom:1;
}
.clearfix:after{
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
	height: 0;
}
#container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.page ,.layer{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.layer{
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.page .inner,.layer .inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.nothing{
	width: 100%;
	color: #999;
	font-size: .65rem;
	padding-top: 6rem;
	text-align: center;
	background: url('../img/kong.png') center center no-repeat;
	background-size: 3rem 3rem;
}
.page-loading-wrap{
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
}
.page-loading-wrap img{
	width: 20%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.toast{
	background-color: rgba(0,0,0,.7);
	color: #fff;
	font-size: .65rem;
	padding: 0 10px;
	line-height: 2rem;
	border-radius: .15rem;
	display: inline-block;
	position:fixed;
	left: 50%;
	top: 50%;
	margin-top: -1rem;
	display: none;
	z-index: 10000;
}
.close{
    width: 1.2rem;
    height: 1.2rem;
    background: url('../img/close.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    right: .6rem;
    top: .6rem;
}
.fix{
    width: 3.5rem;
    position: fixed;
    top: 77%;
    left: 81%;
	z-index:10000;
}
.fix img{
	width: 100%;
}
.goHome{
	width: 2.8rem;
	height: 2.8rem;
	display: inline-block;
	background: url("../img/go_home.png") no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 80%;
	left: 80%;
	z-index:10000;
	display: none;
}
[v-cloak] {
    display: none;
}
.icon_to{
    width: 10px;
    height: 10px;
	border: solid 2px #d9d9dc;
    border-bottom-width: 0;
    border-left-width: 0;
    content: " ";
    top: 50%;
    right: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.center{
	text-align: center;
  }
  .c-gray {
	color: #909399;
  }
  
  .c-lightgray {
	color: #ccc;
  }
  
  .c-darkGray {
	color: #4a5667;
  }
  .c-white{
	color: white;
  }
  .c-000{
	color: #000000;
  }
  .c-red{
	color: #FD3E49;
  }
  .c-blue{
	color: #3A75C7;
  }
  .c-gray{
	color: gray;
  }
  .c-green{
	color: #0E6347;
  }
  .c-orange{
	color: orange;
  }
  .c-golden{
	color: #E2C683;
  }
  .bold{
	font-weight: bold;
  }
  /* px/40=rem 设计稿650px */
  .f-12{
	font-size: 0.6rem;
  }
  .f-13{
	font-size: 0.65rem;
  }
  .f-14{
	font-size: 0.7rem;
  }
  .f-15{
	font-size: 0.75rem;
  }
  .f-16{
	font-size: 0.8rem;
  }
  .f-17{
	font-size: 0.85rem;
  }
  .f-18{
	font-size: 0.9rem;
  }
  .f-19{
	font-size: 0.95rem;
  }
  .f-20{
	font-size: 1rem;
  }
  .f-25{
	font-size: 1.25rem;
  }
  .f-30{
	font-size: 1.5rem;
  }
  .f-32{
	font-size: 1.6rem;
  }
  .flex-row {
	  display: flex;
  }
  
  .jus-cen {
	  justify-content: center;
  }
  
  .jus-bet {
	  justify-content: space-between;
  }
  
  .items-cen {
	  display: flex;
	  align-items: center;
  }
  
  .text-end {
	  text-align: end;
  }
  .over-hide{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }