

.overlay{
	height: 100%;
	width: 100%;
	background: #000;
	position: absolute;
	opacity: .6;
}
	
.monstRtWrap{
	background: #fff; 
}

.monstRtWrap img{
	margin-top: -1px;
}

.monstRtWrap p>a{
	transition: all .5s;
}

.monstRtWrap p>a:hover{
	opacity: 0.8;
}

.monstRtKv,.monstRtSub,.monstRtMethod{
	width: 100%;
	max-width: 1024px;
	margin: auto;
	text-align: center;
	position:  relative;
}

.monstRtKv img{
	width: 100%;
}

/* .monstRtSub{
	margin-top: -36px;
} */

.monstRtMethod {
	background: #f0c839;
	margin-top: 0px;
	/* margin-bottom: 40px; */
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 1024px;
}

.monstRtMethod dl.monstRtMethodIn{
	padding: 40px 40px 30px 40px;
	background: #fff;
	width: 480px;
	border: solid 4px #fff200;
	margin: auto;
}

.monstRtMethod dl.monstRtMethodIndt{
	margin-bottom: 5px;
}

.monstRtMethod dl.monstRtMethodIn>dd{
	margin-bottom: 10px;
}

.monstRtMethod dl.monstRtMethodIn>dd>dl>dt{
	float: left;
}

.monstRtMethod dl.monstRtMethodIn>dd>dl>dd{
	display: block;
	padding-left: 70px;
}

.monstRtMethod dl.monstRtMethodIn li>dl{
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.monstRtMethod dl.monstRtMethodIn dd a{
	text-decoration: underline;
	transition: all .5; 
}

.monstRtMethod dl.monstRtMethodIn dd a:hover{
	opacity: .8;
}

.rtCpWrap{
	/* margin-top: 10px; */
	position:  relative;
}

.monstRtMethodTitle{
	background: #f0c839;
}

.monstRtMethodTitle img{
	width:568px;
}

.monstRtMethodImg06{
	margin-top: -1px;
}

	.rtCpEnded{
		background: rgba(255,255,255,0.5);
		position: absolute;
		top: 0;
		height: 100%;
		z-index: 999;
		padding: 0 10000%;
		margin: 0 -10000%;
	}
	
	.rtCpEnded .rtCpEndedImg{
		display: block;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -150px;
	}

.monstCopyright{
    margin: 10px auto 20px;
    width: 60px;
}
.monstCopyright img{
    width: 100%;
}

.mosntRtLinkXflagInfo{
	position: absolute;
	top: 1759px;
	left: 268px;
	width: 490px;
	height: 66px;
}

.mosntRtLinkXflagInfo a{
	display: block;
	width: 100%;
	height: 100%;
}

.mosntRtLink{
		position: absolute;
		top: 2037px;
		left: 512px;
		width: 180px;
		height: 30px;
}

.mosntRtLink a{
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {

	.mb00{
		margin-bottom: 0 !important;
	}

	span.spBr{
		display: block;
	}

	.monstRtWrap	img{
		width: 100%;
	}

	/* .monstRtSub {
		 margin-top: -30px;
	} */

	.monstRtMethod {
		background: #f0c839;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 2.8vw;
		text-align: left;
		width: 100%;
		padding-bottom: 0px;
	}
	
	.monstRtMethod dl.monstRtMethodIn{
		padding: 15px 15px 0px 15px;
		width: 90%;
		box-sizing: border-box;
	}

	.monstRtMethodTitle img{
		width:90%;
	}
	
	.monstRtMethod dl.monstRtMethodIndt{
		margin-bottom: 5px;
	}
	
	.monstRtMethod dl.monstRtMethodIn>dd{
		margin-bottom: 10px;
	}
	
	.monstRtMethod dl.monstRtMethodIn>dd>dl>dt{
		float: left;
	}
	
	.monstRtMethod dl.monstRtMethodIn>dd>dl>dd{
		display: block;
		padding-left: 50px;
	}
	
	.monstRtMethod dl.monstRtMethodIn li>dl{
		padding-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	.rtCpEnded .rtCpEndedImg{
		width: 30vw;
		height: 30vw;
		position: absolute;
		top: 8vw;
		margin-left: -15vw;
	}

	.monstCopyright{
    width: 15%;
    margin: 2.5% auto 3%;
}
	.monstCopyright img{
}
	.mosntRtLink{
		display: none;
	}

}