html,body{
	background: #fff;
	font-family: Helvetica, Arial, sans-serif, '微软雅黑';
	font-weight: normal;
}
.header{
	background: #34495e;
	height: 44px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header h1{
	right: 40px;
	left: 40px;
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff;
	position: absolute;
	line-height: 44px;
	font-weight: normal;
	font-size: 16px;
}
.main-content{
	margin-left: 85px;
}
.face-list{
	overflow: hidden;
	padding: 0 5px 5px 0;
}
.face-list li{
	float: left;
	width: 33.3333%;
}
.face-list li.li-loading{
	width: 100%;
	background: url(loading.gif) no-repeat;
	background-size: 20px;
	background-position: center;
	height: 60px;
}
.face-list li a{
	display: block;
	margin: 5px 0 0 5px;
}
.face-list li a img{
	width: 100%;
}

#categroy{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	background: #F8F8F8;
}
.categroy-scroller{
	width: 100%;
}
.categroy-scroller ul{
	width: 100%;
}
.categroy-scroller ul li{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	background: #F8F8F8;
	color: #999;
	font-size: 14px;
	position: relative;
}
.categroy-scroller ul li a,
.categroy-scroller ul li a:hover{
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.categroy-scroller ul li.cat-active{
	background: #dd2727;
	border-color: #dd2727;
}
.categroy-scroller ul li.cat-active a{
	color: #fff;
}
.categroy-scroller ul li.cat-active:after{
	content: '';
	position: absolute;
	border: 5px transparent solid;
	right: -10px;
    top: 50%;
    margin-top: -5px;
    border-left-color: #dd2727;
}
.loading{
	position: fixed;
	width: 20px;
	height: 20px;
	background: url(loading.gif) no-repeat;
	background-size: 100%;
	left: 50%;
	top: 50%;
	margin-left: 33px;
	margin-top: -10px;
	display: none;
}
#random-face{
	position: fixed;
	right: 0;
	bottom: 50px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	background: #dd2727;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-radius: 6px 0 0 6px;
}
.nodata{
	position: absolute;
	width: 200px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -60px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #999;
	display: none;
}
.logo{
	width: 100px;
	height: 100px;
	background: url(images/logo-512.png?v=2) no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-indent: -9999px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.logo2{
	border: 1px #f1f1f1 solid;
}
h1{
	font-size: 20px;
	text-align: center;
}
h2{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 15px;
}
.dl-wrap{
	width: 240px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}
.dl-wrap2{
	margin-top: 15px;
}
.dl-wrap-mobile{
	width: 120px;
}
.dl-left{
	float: left;
	width: 120px;
}
.dl-left a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #767676;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-radius: 3px;
	padding:0 10px;
	background-color: #0391db;
    border-color: #0391db;
    background-image: url(images/icon-iphone.png);
	background-size: 18px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}
.dl-left a:last-child{
	background-image: url(images/icon-android.png);
	margin-top: 20px;
}
.dl-right{
	float: right;
}

.foot{
	height: 40px;
	border-top: 1px #f1f1f1 solid;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.foot a{
	font-size: 12px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #666;
	text-decoration: none;
	padding: 0 10px;
}
.content-wrap{
	position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -200px;
    height: 320px;
}
.content-wrap2{
	margin-top: -240px;
}
.mask{
	width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: right;
    z-index: 10000;
    display: none;
}
.vip-step{
	font-size: 16px;
    text-align: center;
    margin-top: 40px;
    color: #666;
}
.vip-btns{
	text-align: center;
	margin-top: 15px;
}
.btn-vip-run{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #767676;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 15px;
    background-color: #2196F3;
    border-color: #2196F3;
}
.vip-qr{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: 15px;
}