﻿@charset "utf-8";
.warning {
	position: fixed;
	top: 50%;
	width: 80%;
	height: 80px;
	vertical-align: middle;
	background-color: rgba(51, 51, 51, 0.81);
	left: 10%;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 0px;
	text-align: center;
	z-index: 99999999;
}
.warning b {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.new_qr {
	position: absolute;
	top: 30%;
	width: 80%;
	height: 150px;
	vertical-align: middle;
	background-color: #fff;
	left: 10%;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 0px;
	text-align: center;
}
.qr_nr {
	height: 90px;
	border-bottom: 1px solid #ccc;
	line-height: 90px;
	text-align: center;
	color: #fff;
	font-family: cursive;
	background: #969998;
	font-size: 1.1rem;
}
.tc_qr {
	height: 59px;
	display: box;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
}
.tc_qr a {
	width: 49%;
	box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	float:left;
	position: relative;
	height: 59px;
	text-align: center;
	display: block;
	line-height: 59px;
	font-size: 1rem;
	border-right: 1px solid #ccc;
	color: #fff;
    font-family: cursive;
    background: #969998;
}
.tc_qr a:nth-child(2) {
	border-right: none;
}
.qr_cover {
	background: url(../images/zz_bg.png) repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: repeat;
	z-index: 99999999999999999999;
	top: 0;
	padding: 0;
	margin: 0;
	position: fixed;
}
.qr_tilte {
	background: #ED6F60;
	color: #FFF;
	font-size: 16px!important;
}