body {
	background-color: #f4f3f4;
}
.dis-redPacket {
	width: 1200px;
	height: 150px;
	margin:40px auto;
	position: relative;
	background-color:#8B8B8B;
	line-height: 150px;
	cursor: pointer;  
}
.dis-redPacket > img {
	width: 100%;
	display: block;
}
.dis-redPacket > span {
	margin-left: 364px;
	color: #fff;
	/*font-family: 'PingFangSC-M';*/
	font-size: 36px;
}
.dis-redPacket-btn {
	position: absolute;
	right: 80px;
	top: 50px;
	width:230px;
	height:50px;
	line-height: 50px;
	font-size:16px;
	/*font-family: 'PingFangSC-M';*/
	text-align: center;
	background:rgba(255,255,255,1);
	border-radius:4px;
	cursor: pointer;
}
.dis-active {
	margin:0 auto;
	margin-bottom: 30px;
	position: relative;
	width: 1200px;
	height: 300px;
	overflow: hidden;
	box-sizing: border-box;
}
.dis-active > a {
	display: block;
	width: 100%;
	cursor: pointer;
	height: 100%;
}
.dis-active > a > img {
	display: block;
	width: 100%;
}
.dis-loadover {
	width: 100%;
	margin: 65px 0;
	text-align: center;
	color: #666;
	font-size:18px;
	/*font-family: 'PingFangSC-R';*/
}
.index-red-packet-box {
	display: none;
}