@charset "UTF-8";
/* 排行榜共用樣式 */
@import url(/include/i_GTrank.css);

/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: none;
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  line-height: 24px;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  /*iPhone旋轉後 文字不要放大*/
}

.wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

h1 {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* ================= 活動主資訊 ================= */
/* ================= image設定 ================= */
.img-responsive {
  max-width: 100%;
}
.img-border {
  border: 3px solid #fff;
}
.img-radius {
  border-radius: 15px;
}

/* ================= text設定 ================= */
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-indent-3em {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}
.txt-indent-4em {
  display: block;
  margin-left: 4em;
  text-indent: -4em;
}
.txt-indent-5em {
  display: block;
  margin-left: 5em;
  text-indent: -5em;
}

/* ================= 文字設定 ================= */
.f-danger {
  color: #f00;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #b80000;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.f-bold {
  font-weight: bold;
}
.f-lg {
  font-size: 1.2em;
}
.f-sm {
  font-size: .8em;
}

/* ================= icon ================= */
.ico {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 5px;
  font-size: .8em;
  color: #fff;
  box-shadow: 1px 1px #555;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 16px;
}
.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;
}

/* ================= 網格系統 ================= */
.row {
  text-align: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 10px 10px;
}

.col {
  margin: 0.5%;
}

.col-1 {
  width: 8%;
}

.col-2 {
  width: 15.95%;
}

.col-3 {
  width: 23.9%;
}

.col-4 {
  width: 31.85%;
}

.col-5 {
  width: 39.8%;
}

.col-6 {
  width: 47.75%;
}

.col-7 {
  width: 55.7%;
}

.col-8 {
  width: 63.65%;
}

.col-9 {
  width: 71.6%;
}

.col-10 {
  width: 79.55%;
}

.col-11 {
  width: 87.5%;
}

.col-12 {
  width: 95.45%;
}

/* 五等分 */
.col-2_4 {
  width: 19%;
}

@media only screen and (max-width: 812px) {
  .m-col-1 {
    width: 7.7%;
  }

  .m-col-2 {
    width: 15.4%;
  }

  .m-col-3 {
    width: 23.1%;
  }

  .m-col-4 {
    width: 30.8%;
  }

  .m-col-5 {
    width: 38.5%;
  }

  .m-col-6 {
    width: 46.2%;
  }

  .m-col-7 {
    width: 53.9%;
  }

  .m-col-8 {
    width: 61.6%;
  }

  .m-col-9 {
    width: 69.3%;
  }

  .m-col-10 {
    width: 77%;
  }

  .m-col-11 {
    width: 84.7%;
  }

  .m-col-12 {
    width: 92.4%;
  }

  .m-col-2_4 {
    width: 19%;
  }
}
@media only screen and (max-width: 500px) {
  .ms-col-1 {
    width: 7.7%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-2 {
    width: 15.4%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-3 {
    width: 23.1%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-4 {
    width: 30.8%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-5 {
    width: 38.5%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-6 {
    width: 46.2%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-7 {
    width: 53.9%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-8 {
    width: 61.6%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-9 {
    width: 69.3%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-10 {
    width: 77%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-11 {
    width: 84.7%;
  }

  .ms-col-2_4 {
    width: 19%;
  }

  .ms-col-12 {
    width: 92.4%;
  }

  .ms-col-2_4 {
    width: 19%;
  }
}
/* ================= item__box ================= */
.item__box {
  margin: 10px auto;
  padding-bottom: 12px;
  background-color: #000;
  border-color: #dbdbdb;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  position: relative;
  height: 95%;
}
.item__box--shadow {
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.item__box-img {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  /*justify-content: center;*/
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: 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-title {
  color: #000;
  background-color: #dbdbdb;
  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;
}

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin:0 auto;
  width: 93%;
  margin-top: 20px;
  margin-bottom:20px;
  color: #000;
  border:5px solid #00bca7;
}
.table-full {
  width: 100%;
}
.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}
.table tr {
  background: #e6e6e6;
}
.table tr th {
  color: #fff;
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  border:1px #2187ed solid;
  background: #082b3e;
  background: -moz-linear-gradient(top, #2187ed 20%, #013653 100%);
  background: -webkit-linear-gradient(top, #2187ed 20%, #013653 100%);
  background: linear-gradient(to bottom, #2187ed 20%, #013653 100%);
}
.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  border:1px #082b3e solid;
}

/*================= tableNote =================*/
.tableNote {
  position: relative;
}
.tableNote_label {
  position: absolute;
  top: 10px;
  right: 5px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.tableNote_label::before {
  content: '\f0a3';
  font-family: FontAwesome;
  font-size: 7em;
  color: #be0100;
  display: block;
  position: absolute;
  text-shadow: 1px 2px 5px #4e2700;
}
.tableNote_label::after {
  content: attr(data-content);
  font-size: 1.125em;
  font-weight: bold;
  color: #fff;
  display: block;
  z-index: 1;
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* ================= 滑動選單 ================= */
#abgne_float_ad {
	display: none;
	position: absolute;
	z-index:99999;
}
#abgne_float_ad .abgne_close_ad {
	display: block;
	text-align: right;
	cursor: pointer;
	font-size: 12px;
}
#abgne_float_ad img {
	border: none;
	/*display:block;*/
}
/* ================= quickMenu ================= */
#ma_area{ width:90px; height:82px; margin:0 auto;}
	#ma_area img{ float:left; display:block; margin:5px 5px;}

/* ================= 禮包圖片輪播 ================= */
.slider-wra {
  margin: 20px auto;
  text-align: center;
  background: #710952;
  border-radius: 10px;
}
.slider-wra .slider {
  position: relative;
  overflow: hidden;
}
.slider-wra .slider ul.slider__list {
  list-style: none;
  position: absolute;
}
.slider-wra .slider ul.slider__list li {
  float: left;
}
.slider-wra .slider ul.slider__list li img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.slider-wra .slider__btn__control {
  padding: 12px 0 22px 0;
}
.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
}
.slider-wra .slider__btn ul li a {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  padding: 12px 8px;
  border-radius: 6px;
}

/* ================= 說明框 ================= */
.explanation {
  margin: 20px auto;
}
.explanation div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.explanation .note-main {
  width: 90%;
  height: 100%;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  margin-top: 15px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 20%, #cbcbcb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 20%, #cbcbcb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 20%, #cbcbcb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

/* ================= box-單雙欄分色 ================= */
.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 15px;
}
.content__btn div {
  width: 120px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  text-align: center;
  border-left: 1px solid #b3b3b3;
}
.content__btn div:first-child {
  border-left: none;
}
.content__btn div a:hover, .content__btn div.action a {
  width: 100px;
  color: #fff799;
  line-height: 40px;
  border-radius: 18px;
  border: 1px solid #d50042;
  background-image: #730024;
  background-image: -o-linear-gradient(top, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
  background-image: -moz-linear-gradient(top, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
  background-image: -webkit-linear-gradient(top, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
  background-image: -ms-linear-gradient(top, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
  background-image: linear-gradient(to bottom, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
}
.content__btn div a {
  display: block;
  margin: 0 auto;
  color: #fff799;
  line-height: 42px;
  text-align: center;
}
.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  font-size: 2.7em;
  color: #ffe049;
  width: 1em;
  display: block;
  position: absolute;
  top: -.4em;
  left: -.3em;
  text-shadow: 1px 1px 2px #4f2a00;
}
.content__btn div.label:after {
  content: attr(data-content);
  font-size: .8em;
  font-weight: bold;
  color: #4a0000;
  position: absolute;
  top: -1.4em;
  left: -.3em;
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/* ================= 按鈕樣式 ================= */
.btn {
  width: 90%;
  margin: 0px auto;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.btn a {
  display: block;
  position: relative;
  width: 200px;
  padding: 10px 0;
  margin: 5px 10px;
  border: 3px solid #21ad80;
  border-radius: 20px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #67ebcd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #67ebcd 20%, #37a7d3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #67ebcd 20%, #37a7d3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #67ebcd 20%, #37a7d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow:0px 3px 3px #08112f;
}
.btn a:hover {
  box-shadow: 0px 2px #0c5976, inset 0 2px 2px 2px #0c5976, inset 0 -10px 10px 0px #0c5976;
  border:3px solid #2297a4;
  top:1px;
  color: #fff;
}



/*iPhone 8 直版尺寸*/
@media screen and (max-width: 376px){

/*排行榜文字寬度*/
.rank_item select{ max-width: 330px;}

}