@charset "utf-8";

input{
    outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
	box-shadow: none;
}

/*===== 好菇道十三週年活動 中獎名單 =====*/
/*===== 中獎名單 =====*/
.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;
}
.act_award img{ width: 100%;}
.award{
	width: 90%;
	height: calc(80vh - 10vw);
	margin: 5vw auto 0 auto;
	background-color: #f3e4c9;
	border:  10px solid #fff;
	border-radius: 10px;
	position: relative;
	top: calc(50% - 40vh);
}
.award_list{
	height: calc(80vh - 20px - 10vw);
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.award_list img{ display: block;}
.award_close{
	width: 6.67vw;
	height: 6.67vw;
	position: absolute;
	top: -2vw;
	right: -2vw;
	z-index: 1003;
}




























