/*规则*/

.close_music_div,.open_music_div{
	width:25px;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 9;
}
.open_music_div{
	display: none;
}


.dragonruleshow {
	width: 100%;
	background: url(../images/dragonIcon/bg02.png) no-repeat #f5cd1f;
	background-size: 100%;
 
	margin: 0 auto;	 
	max-width: 640px;
	position: relative; 
	padding-bottom: 5rem;
}

.wrap_tasktitle {
	width: 100%;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: -1.5rem;
	left: 25%;
}

.dragonrulimg {
	width: 85%;
	display: block;
	    margin: 0 auto;
    padding-top: 1rem;
}

.dragonrule {
	width: 90%;
	background: #fff9df;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #86340c;
	margin-top: 2rem;
	padding: 2rem 0 1rem;
}

#dragonruleclose {
	display: block;
	width: 38px;
	position: absolute;
	top: -10px;
	right: -6px;
}

.dragonrulelist {
	width: 95%;
	margin: 0 auto;
	background: #fff9df;
	border-radius: 5px;
}

.dragonrulelist li {
	width: 100%;
	line-height: 28px;
	padding: 5px 0;
	color: #87330e;
	border-bottom: 1px dashed #87330e;
	font-size: 14px;
	min-height: 1px;
    overflow: hidden;
}

.dragonrulelist li:last-child {
	border: none;
}

.dragonrulelist li img {
	width: 30px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
}

.dragonrule .dragonksBtn {
	display: block;
	width: 45%;
	margin: 1rem auto 0;
}


@media screen and (max-width: 360px) {
	.dragonrulelist li {
		font-size: 12px;
	} 
}

@media screen and (min-width: 640px) {
	.dragonrulelist {
		margin-top: 2rem;
	}
	.dragonrulelist li {
		line-height: 50px;
	}
	.dragonrule {
		width: 70%;
	}
}