/* ***********************私有****************** */

/* 首页 */
.pageWrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1280px;
  height: 720px;
  background: url("../images/map/mainBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.qrcodeWarp {
	width: 313px;
	height: 306px;
	background: url("../images/map/qrcodeBg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 60px;
	top: 280px;
}

.authQrcodeWarp.qrcodeWarp {
	background: url("../images/map/qrcodeBg2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.qrcode {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 41px;
	left: 82px;
}

.activityTexts {
	position: absolute;
	top: 246px;
}

.activityText {
	width: 313px;
	font-size: 13px;
	color: #980F0F;
	line-height: 13px;
	text-align: center;
	margin-bottom: 10px;
}

.buyBtn {
	width: 225px;
	height: 67px;
	background: url("../images/map/buyBtn1.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 104px;
	top: 577px;
}

.authBuyBtn.buyBtn {
	background: url("../images/map/buyBtn2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/* 
.dateText {
	
} */
/* .cpNameText{
	position: absolute;
	top: 294px;
} */

.upTips {
	width: 313px;
	position: absolute;
	top: 276px;
	right: 60px;
	text-align: center;
}

.downTips {
	width: 313px;
	position: absolute;
	top: 640px;
	right: 60px;
	text-align: center;
}

.promptText {
	font-size: 13px;
	line-height: 13px;
	color: #F6CECE;	
}

.upIcon {
	width: 17px;
	height: 17px;
	background: url("../images/map/up.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto 7px;
}

.downIcon {
	width: 17px;
	height: 17px;
	background: url("../images/map/down.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 7px auto 0;
}

.rulesWrap {
	width: 289px;
	height: 333px;
	background: url("../images/map/rulesBg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 328px;
	right: 68px;
	border-radius: 10px;
}

.rulesTitle {
	width: 289px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #FFD4B0;
	text-align: center;
}

.rulesTextWrap {
	width: 257px;
	height: 273px;
	margin-left: 12px;
	overflow: hidden;
	position: relative;
}

.rulesText {
	width: 257px;
	font-size: 13px;
	line-height: 1.5em;
	color: #FFD4B0;
	letter-spacing: 0;
	position: absolute;
	transition:all 2s;
	-webkit-transition:all .2s;
	top: 0;
}

.scrollBar {
	width: 6px;
	/* height: 133px; */
	background-color: rgb(255, 255, 255);
	border-radius: 6px;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 4px;
	margin-top: 38px;
	-webkit-transition: all .2s;
	opacity: 0.3;
}