.open-modal{
	width: 100%;
	height: calc(100vh);
	background: rgba(0,0,0,0.80);
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.open-modal-panel{
	position: absolute;
	background: #FFFFFF;
	width: 7.467rem;
	border-radius: 0.32rem;
	padding-bottom: 0.533rem;
}
.open-modal-title{
	padding-top: 0.427rem;
	padding-bottom: 0.427rem;
	width: 100%;
	text-align: center;
	font-size: 0.427rem;
	color: #202122;
	letter-spacing: 0;
	font-weight: 500;
}
.open-modal-content{
	font-size: 0.374rem;
	color: #666666;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
}
.open-modal-buttons{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
}
.open-modal-button{
	margin-top: 0.853rem;
	width: 2.933rem;
	height: 0.96rem;
	line-height: 0.96rem;
	border: 0.0133rem solid #202122;
	border-radius: 0.48rem;
	text-align: center;
	font-size: 0.427rem;
	color: #202122;
	letter-spacing: 0;
	font-weight: 400;			
}
.open-modal-button-actived{
	border: 0px;
	background: #FFD865;	
	font-weight: 500;
}