body {
  font: 13px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "蘋果儷中黑",
    "儷黑 Pro", "新細明體", "sans-serif";
  color: #333;
  min-width: 1050px;
}
a {
  text-decoration: none;
  display: inline-block;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.header,
.footer {
  width: 100%;
  margin: auto;
}
.hd_pc {
  width: 100%;
}
.hd_m {
  display: none;
}
.m_mode {
  display: none;
}
.pc_mode {
}
.M_menu_wrap {
  display: none;
}

.vipEventMenu {
  width: 1200px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/**main_wrapper**/
.main_wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  width: 100%;
  overflow: hidden;
  background: url(../images/kv_bg_02.png) no-repeat top center,
    url(../images/main_bg.png) no-repeat fixed bottom;
  background-color: #1d2025;
  padding-bottom: 50px;
}

/**kv_wrapper**/
.kv_wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

/**kv_container**/
.kv_container {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 1200px;
  height: 960px;
}

/**logo**/
.kv_slogan1 {
  position: absolute;
  left: 50px;
  top: 0px;
  margin: auto;
  z-index: 5;
  transition: linear 0.2s;
}

.kv_slogan1:hover {
  transform: translateY(-3px);
}

/**slogan**/
.kv_slogan2 {
  position: absolute;
  left: 150px;
  top: 35px;
  z-index: 5;
}

/**fireball**/
.kv_slogan3 {
  position: absolute;
  left: 450px;
  top: 290px;
  z-index: 3;
}

/**left_man**/
.kv_slogan4 {
  position: absolute;
  left: -360px;
  top: 280px;
  z-index: 1;
}

/**right_man**/
.kv_slogan5 {
  position: absolute;
  top: 0px;
  right: -100px;
  z-index: 2;
}

.kv_event a {
  position: absolute;
  left: 178px;
  top: 490px;
  z-index: 999;
  transition: linear 0.2s;
}

.kv_event a:hover,
.kv_event a:focus,
.kv_event a:active {
  transform: translateX(5%);
  z-index: 999;
}

/**event**/
.event_wrapper {
  position: relative;
  margin-top: -250px;
  z-index: 999;
}
.event_container {
  width: 1100px;
  height: 220px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.event_container.event01 {
  background-image: url(../images/event01_bg.png);
}
.event_container.event02 {
  background-image: url(../images/event02_bg.png);
}
.event_container.event03 {
  background-image: url(../images/event03_bg.png);
}
.event_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.event_item li a {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.event_item li a:hover {
  transform: scale(0.95);
  filter: brightness(110%);
}

/**vote_wrapper**/
.vote_wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 55px;
  /**background: url(../images/vote_wrapper.png); **/
}
.vote_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  /**background-image: url(../images/.png);**/
  background-color: #fff;
  border-radius: 30px;
  z-index: 999;
}

.vote_title {
  width: 1200px;
  margin: 0 auto;
}

.vote_title img {
  vertical-align: middle;
}

/**bn wrapper**/
.bn_wrapper {
  margin-bottom: 70px;
}
.bn_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.bn {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.bn a {
  transition: 0.2s linear;
  cursor: pointer;
}

.bn a:hover {
  transform: scale(0.95);
  filter: brightness(110%);
}

/**輪播**/
.prod_rota {
  background-image: url("../images/bank_bg.png");
  width: 1050px;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.prod_rota li {
  transition: 0.2s ease-in-out;
}

.prod_rota li:hover {
  transform: scale(0.97);
}

/*設定swiper點點的位置*/
.prod_rota .swiper-pagination {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
}

.swiper-pagination-bullet {
  background: #fff;
}

/*float*/
.float_wrapper {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 250;
  display: none;
}
.float_main {
  width: 90px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px 0 0 10px;
  padding: 0 5px;
}
.go_top {
  display: block;
  cursor: pointer;
}
.float_main li {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.float_main li.highlight1 {
  font-size: 20px;
  line-height: 22px;
  border-radius: 20px 0 0 0;
  padding-top: 20px;
  padding-left: 2px;
  color: yellow;
  font-weight: bold;
  padding-bottom: 10px;
}

.float_main li.highlight1:after {
  background: yellow;
}

.float_main li.highlight0 {
  padding-top: 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #d73e29;
}
.float_main li.highlight0 > ul {
  border-top: 1px dotted;
}
.float_main li.highlight2 {
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 2px;
}
.float_main li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 5px 0 5px;
}
.float_main li a:hover {
  color: yellow;
}
.float_main li a:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: yellow;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.float_main a:hover:after {
  right: 10%;
  left: 10%;
}
.float_main li.catagory {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #d73e29;
}
.float_main li.catagory.on {
  background-color: #fff95a;
}
/**.float_main li.catagory:nth-child(2n) {
  border-left: 1px dotted #d73e29;
}**/
.float_main li.catagory a {
  color: #d73e29;
}

/**promotionBlock_forVIPday**/
.promotionBlock {
  position: relative;
}
.promotionBlock .activity {
  left: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
  line-height: 0;
}
.promotionBlock .activity img {
  width: 100%;
}

/**prod**/
.prod_wrapper {
  position: relative;
}
.prod_container {
  position: relative;
  z-index: 100;
  /**overflow: hidden;**/
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 1075px;
  /**overflow: hidden;**/
  margin-top: -20px;
}
.ProductList:after {
  clear: both;
  display: table;
  content: "";
}
.ProductList .item {
  position: relative;
  float: left;
  width: 255px; /**5-items**/
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  transition: ease-out 0.1s;
}

.ProductList .item > a {
  position: relative;
  display: block;
  transform: scale(0.95);
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 255px; /**4-items**/
  height: 255px; /**4-items**/
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}
.ProductList .item > a:hover .ProductImg img {
  transform: scale(1.05); /**圖片縮放效果**/
  filter: brightness(110%);
}

/**.ProductList .item:hover{
  transform: translateY(-5px);
}**/

.ProductList .ProductDesc {
  overflow: hidden;
  margin: 0 0px; /**margin: 0 3px;**/
  border-radius: 20px;
  /**background-color: #8a4242;**/
  background-image: repeating-linear-gradient(
    90deg,
    rgb(141 27 61) -1%,
    rgb(108 11 40) 101%
  );
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}

.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 38px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.item .ProducPrice,
.item .Event_Condition {
  padding: 3px 2px 7px 2px;
  height: 35px;
  color: #f00;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  color: #747474;
  font-weight: 100;
  font-size: 13px;
}
.item .ProducPrice span,
.item .Event_Condition i span {
  margin: 0 2px 0 2px;
  font-weight: 500;
  font-size: 34px; /**font-size: 36px;**/
  line-height: 30px;
}
.item .ProducPrice i em {
  color: #747474;
  font-style: normal;
}
.item .ProducPrice .price_txt {
  color: #f00;
  font-size: 15px;
  line-height: 26px;
}

/**group**/
.group {
  position: relative;
  margin: 90px 0;
}
.group:before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: 0;
  left: -40px;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  opacity: 80%;
  /**background-image: url("../images/border_02.png");**/
  width: 1130px;
  height: 880px !important;
  z-index: -1;
}

/**title***/
.tit {
  /**display: none;**/
  margin: auto;
}
.group .tit .text {
  position: absolute;
  display: block !important;
  font-size: 35px;
  font-weight: 900;
  width: 950px;
  height: 185px;
  line-height: 210px;
  margin: auto;
  color: #f5f1db;
  text-shadow: #000000 0px 3px 2px;
  background: url("../images/title_bg.png") center no-repeat;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

/**.group .tit > div {
  position: absolute;
  display: block!important;
  font-size: 35px;
  font-weight: 900;
  width: 850px;
  height: 240px;
  line-height: 260px;
  margin: auto;
  color: #f5f1db;
  text-shadow: #000000 0px 3px 2px;
  background: url("../images/title_bg.png") center no-repeat;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}**/

.group .tit .text a {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #0f171b;
  background-color: darkred;
  background-image: repeating-linear-gradient(
    90deg,
    rgb(255, 255, 255) -1%,
    rgb(255, 255, 255) 101%
  );
  text-shadow: #630e0c 0px 0px 0px;
  border-radius: 30px;
  padding: 0 10px;
  margin-top: 90px;
  /**right: 140px;**/
  margin-left: 10px;
  cursor: pointer;
}

.bg_fly/*浮動*/ {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed;
  z-index: 100;
  display: none;
  pointer-events: none;
}

/**travel**/
.hotel_main{max-width: 1075px; margin: auto;}
.hotel_product {
  position: relative;
  float: left;
  width: 255px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.hotel_img {
  width: 100%;
  height: 255px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
  background-color: #fff;
}
.hotel_img:hover {
  transform: scale(1.02);
  filter: brightness(110%);
}
.hotel_detail {
  height: 123px;
  width: 255px;
}
.hotel_desc {
  overflow: hidden;
  width: 90%;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #8c0202 0%, #c61313 100%);
  padding: 0 5px;
  height: 33px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 33px;
  margin: 3px auto 0;
}
.hotel_tit {
  overflow: hidden;
  padding: 4px 5px;
  height: 38px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.hotel_money {
  color: #e53a8d;
  text-align: center;
  padding: 7px 0;
}
.hotel_money span.sign {
  font-size: 15px;
}
.hotel_money span.price {
  font-size: 36px;
}

/**右側懸浮 float**/
@media screen and (min-width: 768px) {
  /** float **/
  .NavArea {
    display: none;
    width: 140px;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 999;
  }

  /**active 背景highlight**/
  .Nav-slide.active {
    background-color: #b7b7b7;
  }
  /**active highlight**/
  .Nav-slide.active a {
    color: #fff;
    /**text-shadow: #000 0 0 .5em;**/
  }

  .float_tit {
  }

  .float_main {
    width: 138px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .go_top {
    display: block;
    cursor: pointer;
  }

  .Nav-wrapper {
    /* background: #4904dc; */
    background-color: rgb(0 0 0 / 90%);
    width: 100px;
    margin: -50px auto 0;
    padding-top: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }

  .Nav-wrapper li {
    font-size: 15px;
    text-align: center;
    background: transparent;
    margin: auto;
    padding: 5px 0 5px;
    position: relative;
  }
  .Nav-wrapper li.subtitle {
    color: #ffc107;
    font-weight: 500;
  }
  .Nav-wrapper li.highlight0 {
    font-size: 18px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 20px 0 0 0;
    padding: 5px;
    margin: 5px;
    /**padding-top: 20px;
        padding-left: 2px;**/
    color: #fff;
    font-weight: bold;
    background-color: #484744;
    border-radius: 20px;
  }

  .Nav-wrapper li.highlight1 {
    padding-left: 2px;
  }

  /**TOP**/
  .Nav-wrapper li.highlight2 {
    font-size: 24px;
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
    padding-left: 2px;
  }

  .Nav-wrapper li a {
    color: #f5f1db; /**分類標題顏色**/
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 500;
  }

  .Nav-wrapper li a:hover {
    color: #fff; /**分類標題hover顏色**/
    /**text-shadow: #000 0 0 1em;**/
  }

  .Nav-wrapper li:after {
    background: #fff; /**分類標題hover線條顏色**/
    /**box-shadow: #000 0 0 1em;**/
    height: 2px;
    position: absolute;
    right: 51%;
    left: 51%;
    bottom: 0;
    z-index: 1;
    content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
  }

  .Nav-wrapper li:hover:after {
    right: 10%;
    left: 10%;
  }

  .Nav-wrapper li.highlight0:after {
    background: transparent;
  }
}

/**bn**/
.travel {
  width: 1000px;
  margin: auto;
  margin-top: 80px;
}
.travel_bn {
  width: 500px;
  height: 315px;
  background-image: url("../images/travel_bg.png");
  display: flex; /*內部置中的寫法*/
  justify-content: center; /*內部置中的寫法*/
  align-items: center; /*內部置中的寫法*/
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  float: left;
}
.travel_bn a {
  transition: 0.3s ease-in-out;
}
.travel_bn a:hover,
.bn a:active,
.bn a:focus {
  transform: scale(0.95);
}

/**tag wfe******************/
.tag_wfe {
  display: none !important;
  width: 20px;
  height: 20px;
  background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left;
  position: relative;
  display: inline-block;
  top: -5px;
  background-size: cover;
  vertical-align: middle;
}
.tag_wfe.checked {
  background-position: right;
}
.tag_wfe .brief {
  position: absolute;
  background: #e36e1a;
  width: 64px;
  line-height: 16px !important;
  color: #f6f6f6 !important;
  display: none;
  z-index: 10;
  text-align: center;
  left: 25px;
  top: -5px;
  font-size: 12px !important;
}
.tag_wfe:hover .brief {
  display: block;
}
.tag_wfe.checked:hover .brief {
  display: none;
}
.tag_wfe .brief:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  left: -10px;
  top: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #e36e1a transparent transparent;
}
/**tag**/
.tag_wrapper {
  width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
}
.tag_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.tag_wrapper a {
  display: inline-block;
  margin: 8px;
  padding: 5px 10px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  transition: linear 0.2s;
}
.tag_wrapper a:hover {
  background: rgba(255, 255, 255, 0.6);
}

/**IPAD AIR**/
@media screen and (max-width: 1180px) {
  .m_mode {
    display: block;
  }
  .pc_mode {
    display: none;
  }
  /**fireball**/
  .kv_slogan3 {
    top: 26vw;
    left: 35.5vw;
    width: 29.5vw;
  }

  /**fireball**/
  .kv_slogan_m {
    position: absolute;
    top: 26vw;
    left: 35.5vw;
    width: 29.5vw;
  }
  .kv_slogan_m img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    background-color: #1d2025;
  }
  * {
    box-sizing: border-box;
  }
  .header {
    width: 100vw;
  }
  .footer {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .m_mode {
    display: block;
  }
  .pc_mode {
    display: none;
  }
  .main_wrapper {
    background-size: 202vw !important;
    width: 100vw;
    /**background-position: center 11vw !important;**/
    padding-bottom: 10px;
  }

  .kv_wrapper {
  }
  .kv_wrapper img {
    width: 100%;
  }

  .kv_container {
    width: 100vw;
    height: 65vw;
  }
  /**logo**/
  .kv_slogan1 {
    display: none;
  }

  /**slogan**/
  .kv_slogan2 {
    top: 1.5vw;
    left: 18vw;
    width: 64vw;
  }

  /**fireball**/
  .kv_slogan3 {
    top: 26vw;
    left: 35.5vw;
    width: 29.5vw;
  }

  /**fireball**/
  .kv_slogan_m {
    position: absolute;
    top: 26vw;
    left: 35.5vw;
    width: 29.5vw;
  }
  .kv_slogan_m img {
    width: 100%;
  }

  /**left_man**/
  .kv_slogan4 {
    top: 21.5vw;
    left: -25vw;
    width: 67vw;
  }

  /**right_man**/
  .kv_slogan5 {
    top: 0vw;
    right: -16vw;
    width: 52.5vw;
  }

  .kv_event a {
    top: 45.5vw;
    left: 25vw;
    width: 50vw;
    z-index: 999;
  }

  /**event**/
  .event_wrapper {
    margin-top: 0vw;
  }

  .event_container {
    width: 94vw;
    background-size: contain;
    height: auto;
    padding: 6vw 0;
  }

  .event_container img {
    width: 100%;
  }

  /**vote_wrapper**/
  .vote_wrapper {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }

  .vote_container {
    width: 100vw;
    margin: auto;
    background-image: none;
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
    z-index: 999;
  }

  .vote_title {
    width: 100vw;
  }
  .vote_title img {
    width: 100%;
  }

  /**bn wrapper**/
  .bn_wrapper {
    margin-bottom: 0px;
    background-color: #000;
    padding-bottom: 10px;
  }
  .bn_container {
    width: 100vw;
    height: auto;
  }

  .bn {
    width: 90vw;
  }

  .bn a img {
    width: 100%;
  }

  /**輪播**/
  .prod_rota {
    width: 100vw;
    height: auto;
    background-image: url("../images/bank_bg_m.png");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .prod_rota img {
    width: 100%;
  }

  .vipEventMenu {
    width: 100vw;
    height: auto;
    z-index: 20;
  }

  .float_wrapper {
    display: none !important;
  }

  /**prod_m**/
  .prod_wrapper {
    padding-top: 10px;
  }
  .prod_container {
  }
  .ProductList {
    width: 100vw;
    margin-top: -5vw;
    /**overflow: hidden;**/
  }
  .ProductList .item {
    width: 49vw;
    margin: 0 0.5vw;
    margin-bottom: 10px;
  }

  .ProductList .ProductImg {
    width: 49vw;
    height: 49vw;
    border: 0;
    overflow: hidden;
  }

  .ProductList .ProductDesc {
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    font-size: 14px;
    padding: 0 3px;
  }
  .item .ProductName {
    color: #000;
    height: 38px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding: 4px 5px;
    line-height: 18px;
  }
  .item .ProducPrice, .item .Event_Condition{
    height: auto;
  }
  .item .ProducPrice span,
  .item .Event_Condition i span {
    font-size: 24px;
  }
  .ProducPrice i {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.item .ProducPrice i em{
  width: 100%;
}
  /**group**/
  .group {
    margin: 20px 0;
    padding-bottom: 10px;
  }

  .group .tit .text {
    width: 100vw;
    height: 19vw;
    line-height: 21.5vw;
    font-size: 21px;
    text-shadow: none;
    /**overflow: hidden;**/
    background-size: contain;
    background-repeat: no-repeat;
  }

  /**.group .tit > div {
    width: 100vw;
    height: 15vw;
    line-height: 16vw;
    font-size: 20px;
    text-shadow: none;
    background-size: contain;
} **/

  .group .tit .text a {
    margin-top: calc(11.2vw - 13px);
    padding: 0 5px;
    font-size: 10px;
    line-height: 20px;
    /**right: 18.5vw;**/
    margin-left: 5px;
  }

  .group:before {
    top: calc(13vw - 8px);
    background-image: none;
    /**background: linear-gradient(0deg, rgba(224,212,174,1) 0%, rgba(163,133,96,1) 100%);**/
    height: auto !important;
  }

  .ProductList .item_ .ProducPrice {
    height: 40px;
  }
  .prod_wrapper_bg {
    width: 100vw;
  }
  .prod_bg_item {
    height: calc(494vw + 1319px);
    margin-top: 16vw;
  }
  .prod_bg_item.prod_bg_00 {
    margin-top: 18vw;
  }
  .eventPage_bn_vipMember_wrapper {
    display: none;
  }

  /**nav**/
  .NavArea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
  }
  .NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    background-color: #000;
  }
  .NavArea .Nav ul {
    white-space: nowrap;
  }
  .NavArea .Nav li {
    z-index: 10;
    position: relative;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: auto;
    font-weight: inherit;
    text-align: center;
  }
  .NavArea .Nav li:nth-child(odd) {
    background-color: #131313;
  }
  .NavArea .Nav a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
  }
  .Nav-slide.active a {
    color: salmon;
  }
  .Nav-wrapper li.subtitle {
    display: none;
  }
  .float_tit {
    display: none;
  }
  /**.float_tit, .go_top { display: none; }**/

  /*travel*/
  #group_title_10,
  #group_title_11,
  #group_title_12 {
    position: inherit;
  }
  .hotel_product {
    width: 49vw !important;
    margin: 0.5vw !important;
  }
  .hotel_product img {
    width: 100%;
  }
  .hotel_img {
    height: 49vw !important;
    width: 49vw !important;
  }
  .hotel_detail {
    height: 103px;
    width: 49vw !important;
  }
  .hotel_desc {
    font-size: 14px;
    width: 95%;
  }
  .hotel_tit {
    line-height: 18px;
    font-size: 14px;
    height: 40px;
  }
  .hotel_money {
    padding: 3px 0;
  }
  .hotel_money span.sign {
    font-size: 14px;
  }
  .hotel_money span.price {
    font-size: 24px;
    font-weight: bold;
  }

  /*M版按鈕&分會場*/
  .M_menu_wrap {
    display: block;
    position: absolute;
    display: none;
  }
  .M_menu_block {
    position: fixed;
    bottom: 0; /**background: rgba(0,0,0,1)**/
    width: 100%;
    z-index: 200;
  }
  .M_menu_block ul li {
    width: 33.3vw;
    box-sizing: border-box;
    text-align: center;
    float: left;
    height: 50px;
    cursor: pointer;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #555),
      color-stop(100%, #111)
    );
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #222;
  }
  /**.M_menu_block ul li:last-child{border:none;}**/
  .M_menu_block ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .M_menu_block ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    vertical-align: middle;
  }
  .M_menu_block ul li.best a {
    color: yellow;
  }
  .M_menu_filter {
    display: none;
    position: fixed;
    bottom: 60px;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
    background: #fefefe;
    border-radius: 10px;
    z-index: 200;
  }
  .M_menu_filter:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 7px;
    border-color: #fefefe transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
  }
  .M_menu_filter ul li {
    width: 33.3%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    height: 50px;
    padding: 5px;
  }
  .M_menu_filter ul li a {
    background: darkred;
    display: block;
    font-size: 14px;
    height: 35px;
    color: #fff;
    vertical-align: middle;
    border-radius: 20px;
  }
  .M_menu_filter ul li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .bk_mask {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 100;
  }
}
