/*清除默认样式*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
ul,li{
	list-style: none;
}
img{
	border: 0;
}
/*图标*/
.icon {
	width: 0.5rem;
	height: 0.5rem;
	vertical-align: -0.15rem;
	fill: currentColor;
	overflow: hidden;
}
/*全局色号*/
.redColor{
	color: #FF606A;
}
.blueColor{
	color: #3A872A;
}
/*头部导航*/
.navBar-wrap{
	width: 100%;
	height: 1rem;
	background: url(../images/title-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.navBar{
	position: relative;
	width: 100%;
	height: 1rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-left{
	color: white;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0.2rem;
	z-index: 666;
}
.Goback:before{
	display: block;
    content: '';
    width: 0.24rem;
    height: 0.24rem;
    border: 0.02rem #fff solid;
    border-width: 0 0.04rem 0.04rem 0;
    transform: rotate(135deg);
}
.nav-left{
	font-size: 0.32rem;
}
.page-title{
	color: white;
	font-size: 0.36rem;
	font-weight: bold;
	letter-spacing: 0.04rem;
}

/* empty */
.empty{padding-top: 80px;text-align: center;font-size:14px;}
.empty .icon-empty{display: inline-block;width: 48px;height: 48px;background: url(../images/status/empty-icon.png) no-repeat;}
.empty p{margin-top: 2px;}