html,body{
	font-size: 12px;
	background-color: #fff;
}
*{
	padding: 0;
	margin: 0;
}
a{
	color: #000;
	text-decoration: none;
	outline: none;
}
.back-btn{
	position: fixed;
	bottom: 3.5rem;
	left: 1.42rem;
	width: 3.75rem;
	height: 3.75rem;
	background: url(../images/back.png) no-repeat center;
	background-size: 3.75rem;
}
.home-btn{
	color: #fff;
	font-size: 0.91rem;
	position: fixed;
	bottom: 3.5rem;
	right: 1.42rem;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #000;
	border-radius: 100%;
	text-align: center;
	padding: 0.6rem;
	box-sizing: border-box;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-pagination-bullet{
	background:#fff;
}
.detail-title{
    font-size: 2.33rem;
    line-height: 3.33rem;
    margin-top: 2.08rem;
    padding: 0 1.58rem;
    margin-bottom: 1.25rem;
    text-align: justify;
}
.detail-address{
    font-size: 1.16rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: url(../images/local.png) no-repeat;
    background-size: auto 1.2rem;
    background-position: 1.58rem center;
    text-indent: 3.06rem;
}
#vote{
	width: 7.5rem;
	height: 1.8rem;
	margin-top: 1.25rem;
	margin-bottom: 2.08rem;
	position: relative;
	right: calc(-100% + 7.5rem);
	color:#874b4e;
	vertical-align: middle;
}
#vote img{
	width: 1.6rem;
	height: auto;
	vertical-align: middle;
}
#voted{
	display: none;
	width: 7.5rem;
	height: 1.8rem;
	margin-top: 1.25rem;
	margin-bottom: 2.08rem;
	position: relative;
	right: calc(-100% + 7.5rem);
	color:#874b4e;
	vertical-align: middle;
}
#voted img{
	width: 1.6rem;
	height: auto;
	vertical-align: middle;
}
.detail-content{
    font-family:  "pingfang sc light", sans-serif;
    font-weight: lighter;
    color: #6e6e6e;
    font-size: 1.17rem;
    line-height: 1.875rem;
    padding: 0 1.58rem;
    margin-bottom: 3.33rem;
}
.info{
    background-color: #f3f4f6;
    padding: 2.08rem 1.58rem;
}
.info-content{
    color: #6e6e6e;
    font-size: 1.08rem;
    line-height: 2.08rem;
}
.info-title{
    color: #000;
    margin-right: 1.91rem;
}
.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;
}
.footer-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;
	}
}