﻿@charset "UTF-8";
#sortMask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, .95);
	overflow: scroll;
    z-index: 99;
	::-webkit-scrollbar{width:0px}
}

#sortMask li {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	margin-bottom: 10px;
}

.sortName {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	padding: 0 10px;
	text-align: left;
	overflow: hidden;
	z-index: 1;
}

.sortNum {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	height: 100%;
	padding: 0 10px;
	text-align: right;
	overflow: hidden;
	z-index: 1;
}
#sortMask li em {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
}