﻿ 
 
/*字体*/


/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 25rem;
	height: 27rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -13rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 15rem;
	display: block;
	margin: 1.5rem auto;
}
#wxnr p {
	font-size:1.3rem;
	line-height: 1.8rem;
	text-align: center;
	margin: 0;
}
#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	font-size: 1.2rem;
	line-height:2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.1rem 0.4rem;
	line-height: 1.5rem;
	background-color: #127a44;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 1.6rem;
	background-image: url(../images/wx.png);
	background-size: 1.7rem;
	background-position: 0.4rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 1.3rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 1.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}
