@charset "utf-8";
@import url("base.min.css");
body{
	background: url(../img/pc-cj-bg.png) center repeat-y;
	background-size: 100% auto;
	background-color: #c80108;
}
.content{
	width: 1080px;
	margin: auto;
}
header img{
	display: block;
	width: 100%;
}
.cj-bg{
	background: #fff;
	border-radius: 20px;
	height: 1200px;
	width: 1080px;
	margin: auto;
	position: relative;
}
.cj-inner-bg{
	border: solid 5px #ff9992;
	height: 100%;
	border-radius: 50px;
	box-shadow: inset  1px 1px 1px 2px rgba(255,153,146,.5);
	padding: 100px 50px;
}
.cj-inner{
	border: 2px solid #ff9992;
	border-radius: 10px;
	height: 100%;
	padding: 30px;
}
.cj-bg .btn{
	position: absolute;
	top: -55px;
	left: 140px;
	width: 800px;
	cursor: pointer;
}
.cj-bg .foo1{
	position: absolute;
	bottom: -130px;
	left: 0px;
	width: 1080px;
}
.cj-bg .foo2{
	position: absolute;
	bottom: -220px;
	left: -160px;
	width: 1400px;
	z-index: -10;
}
.box-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	box-pack: justify;
}
.box-flex .item{
	width: 260px;
	height: 270px;
	margin-bottom: 20px;
	cursor: pointer;
}
#lottery .item{
	background: url(../img/pc-item-bg.png) center no-repeat;
	background-size: 100% 100%;
	padding: 15px;
}
.box-flex .item img{
	display: block;
	width: 100%;
	height: 100%;
}
.title img{
	display: block;
	width: 100%;
}
.content .prize{
	display: block;
	width: 100%;
}
.part1{
	background-color: #fff;
}
.block1{
	width: 714px;
	height: 67px;
	background-color: #ffdfc5;
	border-radius: 0 0 40px 40px;
	margin: auto;
}
.prize-item-wrapper{
	margin-top: 100px;
	padding-bottom: 150px;
}
.prize-item-wrapper .item {
	width: 360px;
	height: 462px;
	margin-bottom: 30px;
}
.rule{
	display: block;
	width: 100%;
}
.foo3{
	display: block;
	width: 100%;
}
#lottery .item.active {
	background-image: url(../img/bj2.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.hj-info{
	background: #fff;
	border-radius:40px;
	padding: 50px
}
.hj-info p{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #f00;
}
.hj-info p span{
	color: #999;
}
.dialog1,.dialog2{
	padding: 20px;
	background: rgba(0,0,0,.6);
	height: 100%;
	display: none;
}
.dialog-name{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
}
.dialog-img img{
	margin-top: 30px;
	width: 150px;
	height: 150px;
}