body {
  min-width: 1200px;
  color: #333;
  font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
  background-color: #421483;
}
a {
  display: block;
  text-decoration: none;
}
:focus {
  outline: none;
}
/*i { font-style: normal; }*/
ul {
  list-style-type: disc;
}
.header, .footer {
  width: 100%;
  margin: auto
}
.hd_pc {
  width: 100%;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}
.main {
  margin: auto;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.m_mode {
  display: none;
}
/**kv**/
.kv_bg {
  width: 100%;
  overflow: hidden;
  background: url(../images/kv_bg.png) no-repeat center top, url("../images/main_bg2.jpg") fixed no-repeat center bottom #421483;
}
.kv_pez {
  position: absolute;
  top: 0px;
  left: 100px;
  z-index: 3;
}
.kv_pez:hover {
	filter: brightness(110%);
	transform: translateY(-3px);
}
.kv {
  width: 1200px;
  height: 600px;
  margin: auto;
  position: relative;
}
.kv_queen {
  position: absolute;
  top: 24px;
  left: 285px;
  z-index: 1;
}
.kv_deco {
  position: absolute;
  right: -385px;
  mix-blend-mode: screen;
  animation: fadeIn 0.8s linear, flash_animation 3s ease-in-out 0.8s infinite alternate;
}
.kv_slogan {
  position: absolute;
  top: 34px;
  left: 315px;
  z-index: 2;
}
.kv_subhead {
  position: absolute;
  top: 455px;
  left: 285px;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
       transition: all 0.4s ease;
}

.kv_subhead:hover {
   filter:brightness(130%);
  -webkit-transform:translateY(-5px);
     -moz-transform:translateY(-5px);
      -ms-transform:translateY(-5px);
       -o-transform:translateY(-5px);
}
.kv_queen {
  position: absolute;
  top: 24px;
  left: 285px;
  z-index: 1;
}
.kv_deco {
  position: absolute;
  right: -385px;
  mix-blend-mode: screen;
  animation: fadeIn 0.8s linear, flash_animation 3s ease-in-out 0.8s infinite alternate;
}

.kv_left {
  position: absolute;
  top: 140px;
  left: 105px;
  z-index: 1;
}
.kv_right {
  position: absolute;
  top: 97px;
  right: 97px;
  z-index: 1;
}
/**best**/
.best {
  width: 1156px;
  margin: 0 auto;
  position: relative;
}
.bn1 {
  transition: .2s ease-in-out;
}
.bn3 {
  position: absolute;
  right: -20px;
  transition: .2s ease-in-out;
}
.bn2 {
  position: absolute;
  left: 400px;
  transition: .2s ease-in-out;
}
.bn1:hover, .bn2:hover, .bn3:hover {
  filter: brightness(130%);
  transform: scale(0.98);
}
/**best_M**/
.best_M {
  display: none;
}
/**prod**/
.prod_wrapper {
  position: relative;
  padding: 80px 0 100px;
  background: url(../images/main_bg.jpg) repeat center bottom;
  /*max-width: 1960px;*/
  /*margin: auto;*/
  overflow: hidden;
}
.prod_container {
  position: relative;
  z-index: 100;
}
.ProductList {
  position: relative;
  z-index: 100;
  margin: auto;
  width: 1156px;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  width: 280px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
  text-align: center;
}
.ProductList .item > a {
  position: relative;
  display: block;
  transform: scale(1);
  background: #fff;
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 280px;
  height: 280px;
}
.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 .1s;
  transition: ease-out .1s;
}
.ProductList .item > a:hover .ProductImg img {
  transform: scale(1.05);
  filter: brightness(110%);
}
.ProductList .ProductDesc {
  overflow: hidden;
  margin: 7px 7px 0;
  border-radius: 30px;
  /*background-image: linear-gradient(to right, #9f2636 0%, #65171d 100%);*/
  background-color: #7f7b83;
  padding: 0 15px;
  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;
  font-style: normal;
}
.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: 36px;
  line-height: 30px;
}
.item .ProducPrice i em {
  color: #747474;
  text-decoration: line-through;
  font-style: normal;
}
.item .ProducPrice .price_txt {
  color: #F00;
  font-size: 15px;
  line-height: 26px;
}
/**指同樣有這個item命名的第幾個,從1開始**/
.ProductList .item:nth-child(8n+1), .ProductList .item:nth-child(8n+2), .ProductList .item:nth-child(8n+3), .ProductList .item:nth-child(8n+4){
  margin-top: 235px;
}
.ProductList .item_0, .ProductList .item_1, .ProductList .item_2, .ProductList .item_3 {
  margin-top: 80px !important;
}
/**hotel_title**/
.hotel_title {
  top: -130px !important;
  display: block;
  position: absolute;
  left: 225px !important;
  width: 700px;
  height: 120px;
}
/**title**/
.tit {
  display: none;
  margin: auto;
}
.ProductList .item .sub_tit {}
.ProductList .item .sub_tit a {
  display: inline-block;
}
.ProductList .item_0 .sub_tit, .ProductList .item_8 .sub_tit, .ProductList .item_16 .sub_tit, .ProductList .item_24 .sub_tit, .ProductList .item_32 .sub_tit, .ProductList .item_40 .sub_tit, .ProductList .item_48 .sub_tit, .ProductList .item_56 .sub_tit, .ProductList .item_64 .sub_tit {
  top: -130px !important;
  display: block;
  position: absolute;
  left: 225px !important;
  width: 700px;
  height: 120px;
}
.ProductList .item_0 .sub_tit {
  top: -130px !important;
}
/**ProductListBG**/
.prod_container_bg {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1256px;
}
.prod_container_bg_01, .prod_container_bg_02, .prod_container_bg_03, .prod_container_bg_04, .prod_container_bg_05, .prod_container_bg_06, .prod_container_bg_07, .prod_container_bg_08, .prod_container_bg_09{
  width: 1256px;
  left: 0;
  right: 0;
  margin: auto;
  height: 960px !important;
  margin-top: 120px;
  background-image: url("../images/prod_bg.png");
}
.prod_container_bg_01 {
  margin-top: 85px !important;
}
.bg_move {
  position: absolute;
  background: url(../images/move_bg.png) center repeat-y;
  width: 100%;
  height: 100%;
  animation: mymove 2s linear infinite;
  pointer-events: none;
  z-index: 99;
}
@keyframes mymove {
  0%, 100% {
    margin-left: 0px;
  }
  50% {
    margin-top: 20px;
  }
}
/**飯店**/
.hotel_main {
  width: 1156px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  margin-top: 250px;
}
.hotel_product {
  position: relative;
  text-align: center;
  background: #fff;
  overflow: hidden;
  width: 223px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.hotel_img {
  width: 100%;
  height: 223px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all .5s linear;
  background-color: #fff;
}
.hotel_img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.hotel_detail {
  height: 120px;
}
.hotel_desc {
  overflow: hidden;
  margin: 7px 7px 0;
  border-radius: 30px;
  background: linear-gradient(to right, #9f2636 0%, #65171d 100%);
  padding: 0 15px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
.hotel_tit {
  overflow: hidden;
  padding: 4px 5px;
  height: 38px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.hotel_money {
  color: #ec6d4a;
  text-align: center;
  padding: 5px 0;
}
.hotel_money span.sign {
  font-size: 15px;
}
.hotel_money span.price {
  font-size: 32px;
}
/**tag wfe******************/
.tag_wfe {
  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;
}
.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_wfe:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: text-bottom;
}
/**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%;
}
/*float*/
.float_wrapper {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 999;
  display: none;
}
.float_main {
  width: 90px;
  background-image: linear-gradient(rgba(55, 0, 116, 0.9), rgba(49, 0, 105, 1));
  border-radius: 10px 0 0 10px;
  padding: 0 5px;
}
.go_top {
  display: block;
  cursor: pointer;
}
.float_main li {
  position: relative;
  color: #f6f567;
  text-align: center;
  font-size: 15px;
}
.float_main li.highlight1 {
  font-size: 20px;
  line-height: 20px;
  border-radius: 20px 0 0 0;
  padding-top: 20px;
  padding-left: 2px;
  color: #fff;
  font-weight: bold;
}
.float_main li.highlight1:after {
  background: #fea099;
}
.float_main li.highlight0 {
  padding-top: 3px;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
}
.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.highlight2 a {
  color: #f6f567;
}
.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: #f6f567;
}
.float_main li a:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: #f6f567;
  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;
}
.M_menu_wrap {
  display: none;
}
@media screen and (max-width:768px) {
  body {
    width: 100vw;
    min-width: inherit;
    background-color: #421483;
  }
  * {
    box-sizing: border-box;
  }
  .gotop {
    background: url(//www.payeasy.com.tw/travel/event/img/icon_top.png) no-repeat;
    height: 36px;
    position: fixed;
    right: 5px;
    width: 36px;
    bottom: 5px;
    z-index: 900;
    display: none;
  }
  .gotop a {
    display: block;
    width: 48px;
    height: 36px;
  }
  .header {
    width: 100vw
  }
  .display_pc {
    display: none;
  }
  .display_m {
    display: block
  }
  .m_mode {
    display: block;
  }
  .pc_mode {
    display: none;
  }

  /**kv**/
  .kv_bg {
    background: url("../images/kv_bg_m.png") no-repeat center top, url("../images/main_bg_m.jpg") center top #421483;
    background-size: 100vw, 100vw;
  }
  .kv {
    width: 100vw;
    height: 98vw;
  }
  /*pord_m*/
  .prod_wrapper {
    background-size: 100vw;
    padding: 0;
    margin-bottom: 60px;
    background: url(../images/main_bg_m.jpg) center top;
  }
  .ProductList {
    width: 100vw;
    right: 0;
  }
  .ProductList .item {
    width: 49vw;
	margin: 0 .5vw;
	margin-bottom: 10px;
  }
  .ProductList .ProductImg {
    width: 46vw !important;
    height: 49vw !important;
  }
  .item .ProducPrice span, .item .Event_Condition i span {
    font-size: 24px;
    font-weight: bold;
  }
  .item .ProducPrice i em span {
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  .item .ProductName {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .ProductList .ProductDesc {
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    margin: 0 7px;
  }
  
	
/*產品線間格_m*/
.ProductList .item_0, .ProductList .item_1 {
    margin-top: 18vw !important;
 }
	
.ProductList .item:nth-child(8n+1), .ProductList .item:nth-child(8n+2){
    margin-top: 22vw !important;
}
	
.ProductList .item:nth-child(8n+3), .ProductList .item:nth-child(8n+4){
	margin-top: 0vw !important;
}	
	
	
  .ProductList .item > a {
    overflow: hidden;
  }
  .ProductList .item > a:hover .ProductImg img {
    transform: scale(1);
    filter: brightness(100%);
  }
  .ProductList .item .sub_tit {
	width: 100vw;
    left: 0!important;
    top: -17vw !important;
    z-index: 100;
  }
  .ProductList .item_10 .sub_tit {
    display: block;
  }
  .ProductList .item .sub_tit img {
    width: 100vw !important;
  }

  /**.tit {  display: none;  margin: auto;}**/
  /**hotel_title**/
  .hotel_title {
    top: -17vw !important;
    left: 0px !important;
    width: 100vw;
  }
  .hotel_title img {
    width: 100%;
  }
  .hotel_main {
    width: 100vw; /**overflow: hidden;**/ padding-bottom: 20px !important;
    margin-top: 25vw !important;
  }
  .hotel_product {
    margin-top: 5px;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    width: 49vw;
    margin-bottom: 0;
    padding-top: 1vw;
  }
  .hotel_img {
    width: 46vw !important;
    height: 46vw !important;
    margin: 0 auto;
  }
  .hotel_img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .hotel_detail {
    height: 98px;
  }
  .hotel_desc {
    margin: 5px 5px 0;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
  }
  .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;
  }
  /**/
  .tag_wfe {
    top: -3px;
  }
  .float_wrapper {
    display: none;
  }
  /**best**/
  .best {
    display: none;
  }
  /**best_M**/
  .best_M {
    display: block;
  }
  .best_M ul li {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .best_M ul li img {
    width: 100%;
  }
  /*M版按鈕&分會場*/
  .M_menu_wrap {
    display: block;
    position: absolute;
  }
  .M_menu_block {
    position: fixed;
    bottom: 0; /**background: rgba(0,0,0,1)**/ ;
    width: 100%;
    z-index: 999;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));
  }
  .M_menu_block ul li {
    width: 20vw;
    box-sizing: border-box;
    text-align: center;
    float: left;
    height: 50px;
    cursor: pointer;
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #222;
  }
  .M_menu_block ul li.best {
    width: 25vw;
  }
  /**.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: 14px;
    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: 999;
  }
  .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, .8);
    top: 0;
    z-index: 998;
  }
}
@media screen and (max-width:320px) {
  .item .ProducPrice i em span {
    font-size: 11px;
  }
  .item .ProducPrice .price_txt {
    font-size: 13px;
  }
  .tag_wfe {
    width: 16px;
    height: 16px;
  }
  .display_pc {
    display: none;
  }
}