
.lucky-dialog{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.ld-dialog-wrap{
	width: 300px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -150px;
	background: #fff;
	color: #696969;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius:7px;

	overflow: hidden;
}
.ld-dialog-wrap.absolute{
	position: absolute;
}
.ld-bg-flag{
	width: 100%;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
}
.ld-close{
	position: absolute;
	background: url('../img/tuichu.png') 0 0 no-repeat;
	width: 22px;
	height: 22px;
	background-size: 100%;
	top: 5px;
	right: 5px;
	z-index: 2;
}
.ld-mask{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}



/*---*/
.title-area{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.title-lqff{
	width: 200px;
	top: 0;
	margin-left: 60px;
	margin-top: -3px;
}
.title-step{
	width: 270px;
	top: 0;
	margin-left: 42px;
	margin-top: -19px;
}
.method-row{
	padding: 5px 0;
	font-size: 14px;
	color: #985804;
}
.dg-num{
	width: 30px;
	text-align: center;
}
.method-row.deep{
	background: #f2d58e;
}

.active-time-area{
	background: #f2d58e;
	padding: 12px 0;
	
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-top-left-radius:7px;
	-moz-border-top-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;

}
.active-time{
	height: 22px;
	background: url('../img/t-hdsj.png') 0 0 no-repeat;
	background-size: auto 100%;

}
.active-time>div{
	height: 100%;
	background: url('../img/t-timearea.png') 93px center no-repeat;
	background-size: 160px auto;
}
.active-detail{
	height: 22px;
	background: url('../img/t-hdnr.png') 0 0 no-repeat;
	background-size: auto 100%;

}
.yel-point{
	color: #ffb412;
}
.rule-row{
	padding: 1px 0;
	font-size: 12px;
}

.share-bg{
	background: url('../img/bg-share.png') 0 0 no-repeat;
	background-size: 100%;
	width: 100%;
	height: 172px;

	-webkit-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	border-radius:7px;
}
.guide-arrow{
	background: url('../img/share-arrow.png') 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	height: 150px;
	background-size: 100% 100%;
}