@charset "UTF-8";
/* CSS Document */
/* 頁面框架設定 */
html, body {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
}

table, th, tr, td {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
}

.wrapper {
  line-height: 26px;
  font-size: 15px;
  width: 100%;
}

.container {
  margin: 0 auto;
}

h1 {
  display: none;
}

.img-responsive {
  max-width: 100%;
}

/* 文字設定 */
.text-red {
  color: #FF0004;
}

.text-Dred {
  color: #b10000;
}

.text-blue {
  color: #655EFB;
}

.text-yellow {
  color: #ffff00;
}

.text-purple {
  color: #e400ff;
}

.text-orange {
  color: #ff902e;
}

.text-Dblue {
  color: #575e87;
}

.floatleft {
  float: left;
}

.indent-2em {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-6em {
  margin-left: 6em;
  text-indent: -6em;
}

.textCenter {
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.f-lg {
  font-size: 120%;
}

.f-sm {
  font-size: 80%;
}

.f-link {
  text-decoration: none;
}

.f-danger {
  color: #d60115;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da199d;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

/*卡片式：獎項含圖文*/
.item-box {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}

.item-box li {
  list-style: none;
}

.item {
  text-align: center;
  vertical-align: top;
  padding: 10px;
  margin: 10px 0;
  border-radius: 6px;
  background: #f7f7f7 1%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(98%, lightgray));
  background: linear-gradient(to bottom, #f7f7f7 1% 20%, lightgray 98% 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*圖檔區域高度*/
.item__box-img-height {
  height: 250px;
}

.item p {
  background: #3bafdd;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  margin: 0 -10px;
}

.item img,
.item iframe {
  padding-top: 16px;
  border-radius: 5px;
}

/*滿版用*/
.col-full {
  margin: 20px 0;
}

/*2等分*/
.col-half {
  display: inline-block;
  width: 40%;
  margin: 20px;
}

/*5等分*/
.col-5 {
  display: inline-block;
  width: 14%;
  margin: 10px;
}

.txt-strong--item {
  color: #2bfdff;
  font-weight: bold;
}

/* 常用 icon 設定 */
/* ================= icon ================= */
.ico {
  display: inline-block;
  padding: 0px 8px;
  margin: 0px 5px;
  font-size: .8em;
  color: #fff;
  -webkit-box-shadow: 1px 1px #555;
          box-shadow: 1px 1px #555;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 16px;
  line-height: 25px;
}

.ico-danger {
  background-color: #f00;
  color: #fff;
}

.ico-fun {
  background-color: #f7f40a;
  color: #f00;
}

.ico-primary {
  background-color: #007bff;
  color: #fff;
}

.ico-success {
  background-color: #28a745;
  color: #fff;
}

.ico-info {
  background-color: #17a2b8;
  color: #fff;
}

.ico-beauty {
  background-color: #da199d;
  color: #fff;
}

.ico-light {
  background-color: #fff;
  color: #343434;
}

.ico-wraning {
  background-color: #ffc107;
  color: #c50018;
}

.ico-dark {
  background-color: #000;
  color: #fff;
}

.ico-secondary {
  background-color: #868e96;
  color: #223141;
}

.ico-new {
  background: #15b53a;
}

.ico-hot {
  background: #d82237;
}

.ico-good {
  background: #f4880a;
}

/* 網格系統陽春版 */
.row {
  margin: 24px -30px;
  text-align: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10.col-11, .col-12 {
  vertical-align: top;
}

/* 滿版 */
.col-12 {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 12px;
}

/* 二等分 */
.col-6 {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 48%;
  margin-bottom: 24px;
}

/* 三等分 */
.col-4 {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 28.5%;
  margin-bottom: 12px;
}

/* 四等分 */
.col-3 {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 22.5%;
  margin-bottom: 12px;
}

/* 五等分 */
.col-2 {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 15.5%;
  margin-bottom: 12px;
}

/* 其他 */
.col-8 {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 63.5%;
  margin-bottom: 12px;
}

.text-left {
  text-align: left;
}

/* ================= item__box ================= */
.item__box {
  margin: 10px auto;
  padding-bottom: 12px;
  background-color: #000;
  border-color: #f48800;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  position: relative;
  height: 95%;
}

.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.item__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.item__box-radius img {
  border-radius: 10px;
}

.item__box-title {
  color: #fff;
  background-color: #f48800;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
}

.item__box-title-2 {
  height: 3em;
}

.item__box-get {
  text-align: center;
  padding: 8px;
}

.item__box-text {
  padding: 15px;
  text-align: left;
}

.tips {
  border: 2px #fff dashed;
  border-radius: 10px;
  margin-bottom: 24px;
}

.tips > .container {
  padding: 15px;
}

/* 滑動選單 */
#abgne_float_ad {
  display: none;
  position: absolute;
  z-index: 99999;
}

#abgne_float_ad img {
  border: none;
  display: block;
}

#abgne_float_ad .abgne_close_ad {
  display: block;
  text-align: right;
  cursor: pointer;
  font-size: 12px;
}

/* quickMenu */
#ma_area {
  width: 90px;
  height: 82px;
  margin: 0 auto;
}

#ma_area img {
  float: left;
  display: block;
  margin: 5px 5px;
}

/* 禮包圖片輪播 */
.slider-wra {
  width: 820px;
  margin: 20px auto;
  text-align: center;
  background: #231338;
  border-radius: 10px;
}

.slider {
  width: 820px;
  height: 540px;
  position: relative;
  overflow: hidden;
}

.slider ul.slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 9999px;
  height: 100%;
}

.slider ul.slider__list li {
  float: left;
  width: 820px;
  height: 100%;
}

.slider ul.slider__list img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider__btn li {
  display: inline-block;
  list-style: none;
}

.slider__btn li a {
  color: #2a180a;
  text-decoration: none;
  background: #e2c871;
  min-width: 120px;
  padding: 12px 35px;
  border-radius: 6px;
  line-height: 50px;
}

.slider__btn li a:hover {
  background: #d53737;
  color: #e9ff4b;
}

.slider__control {
  padding: 12px 0;
}
