.rm-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22222;
	display: none;
}
.rm-mask.active{
	display: block;
}
.rmzhCon{
	width: 560px;
	height: 316px;
	background: #FFFFFF;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	top:50%;
	margin-top: -158px;
}
.rmzhCon .headCon{
	width: 100%;
	height: 50px;
	background: #EDF4F1;
	border-radius: 2px 2px 0px 0px;
	position: relative;
}
.rmzhCon .headCon h1{
	font-size: 24px;
	color: #1C201E;
	margin-left: 20px;
	line-height: 50px;
}
.rmzhCon .headCon .rmzhLogo{
	width: 65px;
    position: absolute;
    right: 50px;
    top: 15px;
}
.rmzhCon .headCon .rmCloseIcon{
	width: 16px;
	position: absolute;
	cursor: pointer;
	top:15px;
	right: 15px;
}
.rmzhCon .rmGoldCon{
	width: 380px;
	height: 104px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
}
.rmzhCon .rmGoldCon .rmGoldBg{
	width: 100%;
}
.rmGoldCon .rmp1{
	width: 200px;
    color: #744906;
    font-size: 14px;
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    top: 15px;
    text-align: center;
}
.rmGoldCon .rmp1 span{
	font-size: 20px;
	font-weight: bold;
}
.rmGoldCon .rmp2{
	width: 290px;
    text-align: center;
    color: #744906;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}
.rmtipCon{
	font-size: 12px;
    color: #535659;
    line-height: 20px;
    padding-left: 80px;
    margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F4F5F5;
}
.rmzhCon .rmBtn{
	width: 80px;
    text-align: center;
    color: #0E92E4;
    font-size: 16px;
    margin: 20px auto;
    display: block;
}
.rmBtnEn{
	width: 110px;
	height: 28px;
	text-align: center;
	margin: 20px auto;
	display: block;
	font-size: 14px;
	background: #008750;
	border-radius: 21px;
	line-height: 29px;
    color: #FFFFFF;
}
.rmtipConEn{
	font-size: 12px;
	color: #535659;
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}