



body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
    background: url(img/wechat_bg.jpg) no-repeat center center;
    background-size: cover;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.wechat_logo-box {
	max-width: 120px;
	margin: 80px auto 30px;
}

.qrcode-box {
	max-width: 300px;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
}
.qrcode-box img {
	width: 100%;
}

.f2 span {
	font-weight: bold;
	color: #BF1114;
}