@charset "utf-8";


/*===== 好菇道十三週年活動 中獎公布 =====*/
/*===== 中獎名單 =====*/
.act_award{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.award{
	width: 740px;
	height: 80vh;
	margin: 0 auto;
	background-color: #f3e4c9;
	border:  20px solid #fff;
	border-radius: 15px;
	position: relative;
	top: calc(50% - 40vh);
}
.award_list{
	height: calc(80vh - 40px);
	overflow-y: scroll;
	overflow-x: hidden;
}
.award_list img{ display: block;}
.award_close{
	width: 52px;
	height: 52px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1003;
	cursor: pointer;
}






























