html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #F2F2F2;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*{
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.l-warp{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
}
div.page{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #F2F2F2;
	-webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.l-content{
	width: 100%;
	height: calc(100% - 0.98rem);
	height: -webkit-calc(100% - 0.98rem);
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch; 
	overflow-y: scroll;
}
.l-lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
}
.l-lists a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.l-list{
	width: 100%;
	height: 2.1rem;
	padding: 0.3rem 0.2rem 0.3rem 0.3rem;
}

.l-lists a:not(:last-child){
	border-bottom: 1px solid #E8E8EB;
}
.l-list-left{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.3rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
	background: #F2F2F2;
}
.l-list-cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.l-list-right{
	width: calc(100% - 1.8rem);
	width: -webkit-calc(100% - 1.8rem);
	height: 100%;
	position: relative;
}
.l-list-desc{
	width: calc(100% - 0.4rem);
	width: -webkit-calc(100% - 0.4rem);
	float: left;
}
.l-list-mask{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.l-list-mask-box{
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0;
}
.l-list-mask-boxs{
	width: 100%;
	height: 100%;
}
.l-list-hand {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.l-list-hand img{
	width: 0.36rem;
	height: 0.36rem;
	margin-right: 0.16rem;
	margin-top: -4px;
}
.l-list-hand a{
	color: #666;
	font-size: 0.3rem;
}
.l-list-mask-box .l-list-hand:nth-of-type(1){
	padding-right: 0.6rem;
	display: inline-block;
	color: #666;
	font-size: 0.3rem;
	border-right: 1px solid #E8E8EB;
}
.l-list-mask-box .l-list-hand:nth-of-type(2){
	padding-left: 0.6rem;
	font-size: 0.3rem;
	color: #F31D2B;
}
.l-list-btn{
	width: 0.38rem;
	height: 0.5rem;
	padding-right: 0.18rem;
	text-align: right;
	float: right;
	cursor: pointer;
}
.l-list-btn img{
	width: 0.06rem;
	height: 0.34rem;
}
.l-list-title{
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.20rem;
}
.l-list-number{
	font-size: 0.26rem;
	color: #999;
	margin-bottom: 0.06rem;
}
.l-list-throng{
	font-size: 0.26rem;
	color: #999;
}
.l-list-throng span:nth-of-type(1){
	padding-right: 0.08rem;
}
.l-list-throng span:nth-of-type(2){
	padding-left: 0.08rem;
}
.l-list-throng span:not(:last-child){
	border-right: 1px solid #999;
}
.layer-title{
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.3rem;
	color: #333;
	border-bottom: 1px solid #EDEDED;
	text-align: center;
}
.cancel{
	width: 50%;
	float: left;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.28rem;
	color: #999;
	text-align: center;
	border-right: 1px solid #EDEDED;
	cursor: pointer;
}
.sure{
	width: 50%;
	height: 0.88rem;
	line-height: 0.88rem;
	float: left;
	font-size: 0.28rem;
	color: #32b378;
	text-align: center;
	cursor: pointer;
}
.layui-layer{
	border-radius: 0.1rem!important;
}
.l-taps{
	width: 100%;
	max-width: 500px;
	height: 0.98rem;
	line-height: 0.8rem;
	padding: 0.09rem 0;
	background: #fff;
	border-top: 1px solid #E8E8EB;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 9;
	font-size: 0;
}
.l-taps .l-tap{
	display: inline-block;
	width: 33.3333%;
	font-size: 0.3rem;
	color: #666;
	text-align: center;
}
.l-taps .l-tap:not(:last-child){
	border-right: 1px solid #E8E8EB;
}
.l-tap img{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.16rem;
	margin-top: -3px;
}
.l-link{
	width: calc(100% - 0.6rem);
	width: -webkit-calc(100% - 0.6rem);
	height: auto;
	cursor: pointer;
}
.u-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}