@charset "UTF-8";
a {
  color: initial;
  -webkit-transition: all .125s;
  transition: all .125s;
  text-decoration: none;
}

a:hover {
  color: initial;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -mox-box-sizing: border-box;
  -webit-box-sizing: border-box;
}

body {
  font-family: '微軟正黑體';
}

.SpecialIssue_wrapper {
	box-sizing: border-box;
	margin: 0px auto;
	background: url(https://storage.googleapis.com/funbid_img/events/20221101_VIP_100/bg.jpg)no-repeat fixed;
	margin-top: 0px;
}

.SpecialIssue_wrapper .article_box {
	/*	background-color: #fff;*/
	padding: 0px;
}

.SpecialIssue_wrapper .article_box .main {
	display: block;
	width: 1140px;
	background: url(https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20220701_JULrewards/img/main.png)no-repeat;
	text-indent: -9999px;
}

.SpecialIssue_wrapper .article_box .category {
	width: 1140px;
	padding-bottom: 200px;
}

.bottombanner {
	width: 100%;
	height: 69px;
	background: url("https://letaoimg.s3-ap-northeast-1.amazonaws.com/events/20220701_JULrewards/img/bottombanner.jpg")no-repeat;
	position: fixed;
	display: block;
	z-index: 1;
	bottom: 0px;
	text-align: center;
}