@charset "utf-8";
@import url("base.min.css");

.bg{
	background-color: #421048;
}
header img{
	display: block;
	width: 100%;
}
.bg .con{
	margin: auto;
	background:url(../img/bg2.png) center repeat-y;
	background-size: 100% auto;
}
.bg .inner-con{
	height: 100%;
	padding: 10px;
	width: 90%;
	margin: auto;
}
.con-bottom{
	width: 100%;
}
.sx-wrapper{
	display: flex;
	display: -webkit-box;
	display: box;
	margin:  10px 0;
	padding: 5px 10px;
	justify-content: space-between;
	-webkit-box-pack: justify;
	box-pack: justify;
}
.sx-wrapper .sx-item{
	display: block;
	position: relative;
}
.sx-wrapper .sx-item img{
	width: 80px;
}
.sx-wrapper .sx-item .num{
	width: 20px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	font-weight: 600;
	border-radius: 100%;
	background: #c90f27;
	border: 2px solid #98080a;
	color: #febf4f;
	font-size: 10px;
	position: absolute;
	right: 10px;
	top: 18px;
}
.pay,.share{
	background: url(../img/share.png) center no-repeat;
	background-size: auto 40px;
	color: #e9153e;
	height: 60px;
	width: 120px;
	line-height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}
.rule{
	width: 100%;
	margin: auto;
}
.rule img{
	width: 100%;
}
.tip{
	font-size: 12px;
	color: #fffe8b;
	margin-top: 30px;
	margin-bottom: 50px;
}