 .score_up {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.score_content {
    position: absolute;
    top: 50%;
    left: 50%;
	width:350px;
	height:350px;
    transform: translate(-50%, -50%);
    background-color: #F9F9FB;
    border-radius: 10px;
}

.score_title {
	position:absolute;
	width:350px;
	height:50px;
	background-color: #F9F9FB;
	text-align:center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom:1px solid black;	
}
.score_title_left {
	position:relative;
	top:10px;
}
.close_btn {
	position:relative;
	top:10px;
	right:-80px;
}
.score_rule {
	position:absolute;
	padding: 10px;
	top:100px;

}
.score_btn {
	position: absolute;
	bottom: 10px;
	height:43px;
	width:320px;
	margin:14px;
	color:white;
	background-color:#FB4F4F;
	font-size:14px;
	border: none;
	border-radius: 8px;
}

