html,body{
	font-size: 12px;
	background-color: #fff;
}
*{
	padding: 0;
	margin:0;
}
a{
	color: #000;
	text-decoration: none;
	outline: none;
}
.home-btn{
	color: #fff;
	font-size: 0.91rem;
	position: fixed;
	bottom: 3.5rem;
	left: 1.42rem;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #000;
	border-radius: 100%;
	text-align: center;
	padding: 0.6rem;
	box-sizing: border-box;
}
.banner{
	position: relative;
	width: 100%;
	height: 21rem;
	text-align: center;
}
.banner img{
	width: 4rem;
	height: auto;
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.banner .text-box{
	position: relative;
	z-index: 10;
	color: #fff;
	top: 9.5rem;
}
.banner .text-box h1{
	font-size: 1.875rem;
}
.banner .text-box h2{
	font-size: 1.5rem;
	line-height: 2.291rem;
	margin-bottom: 10px;
	font-weight: lighter;
}
.banner:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 21rem;
	background-color: rgba(0,0,0,0.5);
}
.banner:after{
	content: "";
	position:absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 8.33rem;
	background: -webkit-linear-gradient(transparent, white); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(transparent, white); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(transparent, white); /* Firefox 3.6 - 15 */
	background: linear-gradient(transparent, white); /* 标准的语法 */
}
.list-box{
	padding: 2rem 0.708rem;
	box-sizing: border-box;
	font-size: 0;
}
.list-item{
	display: inline-block;
	width: calc(50% - 1.42rem);
	margin: 0 0.708rem;
}
.list-item img{
	width: 100%;
	height: auto;
	margin-bottom: 1.16rem;
}
.list-title{
	font-size: 1.25rem;
	line-height: 1.66rem;
	margin-bottom: 0.83rem;
	width: 13rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.count{
	color: #6e6e6e;
	font-size: 1.16rem;
	font-weight: lighter;
	vertical-align: middle;
	margin-bottom: 2.41rem;
}
.count-icon{
	display: inline-block;
	vertical-align: middle;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/count.png) no-repeat center;
	background-size: 1.25rem;
}
.footer{
	margin-top: 4.16rem;
	margin-bottom: 8.5rem;
}
.footer img{
	width: 100%;
	height: auto;
}
.footer-detail{
	padding: 0.833rem;
	background: url(../images/arrow.png) no-repeat;
	background-position: calc(100% - 0.833rem) center;
	background-size: auto 0.833rem;
	border-bottom: 0.5px solid #656565;
}
.detail-title{
	font-size: 1rem;
	margin-bottom: 0.625rem;
}
.more{
	color: #656565;
	font-size: 0.91rem;

}
.qr{
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,0,0.5); 
	z-index: 20;
	display: none;
}
.qr-box{
	width: 18.75rem;
	height: 26.25rem;
	background-color: #fff;
	padding: 0.91rem;
	box-sizing: border-box;
	position: absolute;
	top:10rem;
	left: calc(50% - 9.375rem);
}
.close-btn{
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	border: 0.5px solid #000;
	background:url(../images/close.png) no-repeat #fff;
	background-size: 2rem auto;
	background-position: center;
	position: absolute;
	top: -1rem;
	right: -1rem;
}
.qr-box img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.qr-box p:nth-child(3){
	font-size: 1rem;
	margin-bottom: 0.91rem;
}
.qr-box p:nth-child(4){
	font-size: 1.4rem;
	margin-bottom: 2.08rem;
}
@media screen and (min-width: 320px) {
	body,html{
		font-size: 10.24px;
	}
}
@media screen and (min-width: 375px) {
	body,html{
		font-size: 12px;
	}
}
@media screen and (min-width: 414px) {
	body,html{
		font-size: 13.248px;
	}
}
@media screen and (min-width: 768px) {
	body,html{
		font-size: 16px;
	}
}