body {
  font: 13px/1.6em "Century Gothic", Arial, 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif";
  color: #333;
  background: url(../images/main_bg.png) no-repeat fixed bottom;
}
a {
  text-decoration: none;
  display: inline-block
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
*{
	box-sizing: border-box;
}
.header, .footer {
  width: 100%;
  background: #fff;
}
.hd_pc {
  width: 100%;
}
.hd_m {
  display: none;
}
.m_mode {
  display: none;
}
.pc_mode {}
.M_menu_wrap {
  display: none;
}
/**main_wrapper**/
.main_wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #000;
  overflow: hidden;
  padding-bottom: 30px;
	background: url(../images/kv_bg.png) no-repeat top center;
  position: relative;
}

/**kv_wrapper**/
.kv_wrapper {
  position: relative;
}
/**kv_container**/
.kv_container {
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1200px;
  height: 665px;
}
.kv_container img{
	width: 100%;
}
.kv_slogan1 {
  position: absolute;
  width: 20%;
  left: 12%;
  top: -4%;
  margin: auto;
  z-index: 6;
	transition: 0.2s linear;
}
@media (hover:hover){
	.kv_slogan1:hover{
  filter: brightness(150%);
}
}

.kv_slogan2 {
  position: absolute;
  left: 29.5%;
  top: 6%;
  z-index: 3;
}
.kv_slogan3 {
  position: absolute;
  left: -7.8%;
  top: 20%;
  z-index: 2;
}
.kv_slogan4 {
  position: absolute;
  right: -8%;
  top: 24%;
  z-index: 2;
}
.kv_slogan5 {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
	width: 54.5%;
}

/**分頁按鈕**/
.category_wrapper {
    margin-bottom: 100px;
}
.category_container {
  position: relative;
  max-width: 1140px;
  margin: auto;
  z-index: 500;
}
.category_item {
  display: flex;
	justify-content: space-between;
}
.category_item li {
}
.category_item li img {
  width: 100%;
}
.category_item li a {
  transition: .2s ease-in-out;
}
@media(hover:hover) {
  .category_item li a:hover {
    transform: scale(0.97);
    filter: brightness(120%);
  }
}
/**分頁按鈕_M**/
.but_M {
  display: none;
}
/*float*/
.float_wrapper {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 250;
  display: none;
}
.float_main {
  width: 120px;
  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: 25px;
  line-height: 28px;
  letter-spacing: -0.05em;
  border-radius: 20px 0 0 0;
  padding-top: 20px;
  padding-left: 2px;
  padding-bottom: 5px;
  color: #ffd6b0;
  font-weight: bold;
}
.float_main li.highlight1:after {
  background: yellow;
}
.float_main li.highlight0 {
  padding-top: 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #d63853;
}
.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: 3px 0 3px;
}
.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: #d63853;
}
/**product_wrapper**/
.product_wrapper {
  max-width: 1175px;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  border: 10px solid #fff;
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}

.product_wrapper .bn a img{
  transition: .3s all ease-in-out; 
}

@media(hover:hover) {
.product_wrapper .bn a img:hover {
    filter: brightness(1.1);
    transform: scale(.98);
  }
}

.product_wrapper.hot {
  background-image: url("../images/stage.png");
  max-width: 1303px;
  width: calc(100% - 20px);
  margin: 0 auto 0px;  
  border: 0px;
}

.product_wrapper.hot iframe{
    margin-top: -110px;
    margin-bottom: 110px;
}
.product_wrapper.threeM {
  background-image: url("../images/border_bg.png");
}
.product_wrapper.tefal {
  background-image: url("../images/border_bg.png");
}
.hot_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 1em;
}
.video_container {
  flex: 1;
  margin-right: .5em;
  margin-left: 0.5em;
}
.video_container img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  cursor: pointer;
  transition: 0.2s linear;
	border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
}
@media (hover:hover) {
  .video_container img:hover {
    filter: brightness(1.1);
  }
}
.hot_products_container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
/**video lightbox**/
.bk_mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9998;
}
.lightbox_video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  --width: 740px;
  width: var(--width);
  height: calc(var(--width)*.5625);
  right: 0;
  z-index: 99999;
  margin: auto;
  background-color: #fff;
  padding: 1.2em;
}
.lightbox_video iframe {
  --width: 700px;
  width: var(--width);
  height: calc(var(--width)*.5625);
}
.lightbox_video_close {
  position: absolute;
  right: -20px;
  top: -15px;
  background-color: #333;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lightbox_video_close:before, .lightbox_video_close:after {
  position: absolute;
  left: 18px;
  top: 4px;
  content: ' ';
  height: 30px;
  width: 5px;
  background-color: #fff;
}
.lightbox_video_close:before {
  transform: rotate(45deg);
}
.lightbox_video_close:after {
  transform: rotate(-45deg);
}
/**prod**/
.item {
  font-size: 16px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 50%;
  padding-left: 0.5em;
  padding-right: .5em;
  position: relative;
  z-index: 4;
}
.item > a {
  border-radius: 10px;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  transition-timing-function: ease-out;
  transition-duration: 0.1s;
  overflow: hidden;
}
.item > a:hover, .item > a:focus, .item > a:active {
  transform: translateY(-5px)
}
.item .ProductImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.item .ProductDesc {
  background: linear-gradient(90deg, #e04d34 0%, #ffb02c 100%);
}
.item .ProductImg {
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.item .ProductImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item .ProductDesc {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  background: linear-gradient(90deg, #5b4626 0%, #a7763c 50%, #5b4626 100%);
  width: 90%;
  height: 36px;
  padding: 0 5px;
  margin: 2px auto;
  border-radius: 50px;
  overflow: hidden;
}
.item .ProductName {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
  padding: 4px 5px;
  overflow: hidden;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 7px 10px 0 10px;
  color: #a10b14;
  position: relative;
  margin-top: 3px;
}
.item .ProducPrice, .item .Event_Condition {
  height: 45px;
}
.item .Event_Condition {
  white-space: nowrap;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i {
  display: inline-block;
  white-space: nowrap;
}
.item .ProducPrice i em span {
  font-size: 13px;
  font-weight: 100;
  margin: 0;
}
.item .ProducPrice span, .item .Event_Condition i span {
  font-size: 33px;
  line-height: 37px;
  font-weight: 500;
  font-weight: bold;
}
/*.item .ProducPrice span,*/ .item .Event_Condition i span {
  margin: 0 2px 0 2px;
}
.item .ProducPrice i em {
  color: #747474;
  font-size: 1.0em;
  line-height: 1.5em;
  font-style: normal;
  height: 1em;
  margin-right: 2px;
}
.item .ProducPrice i em span {
  font-size: 0.8em;
  line-height: 1em;
  text-decoration: line-through;
}
.item .ProducPrice .price_txt {
  color: crimson;
  font-size: 15px;
  line-height: 26px;
}
.item .ProducPrice .prePrice {
  font-size: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
  display: inline-block;
  /* margin-top: 0.8em; */
}
.item .ProducPrice .prePrice span {
  font-size: 1.66em;
}
/**/
.bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/float.png") repeat-y center;
  position: fixed;
}
/**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;
  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 .2s;
}
.tag_wrapper a:hover {
  background: rgba(255, 255, 255, 0.6);
}
/**coming**/
.coming_container{
	display: flex;
	height: 450px;
	align-items: center;
	flex-direction: column;
    justify-content: center;
}
.coming_container img{
	max-width: 100%;
}
/*countdown*/
.countdown_wrapper {
  background-color: #fff;
  border-radius: 60px;
  padding: .6rem 1.2rem;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, .2);
  max-width: 460px;
	width: 80%;
  margin: 30px auto 0;
	transition: all .3s ease-in-out;
}
.countdown {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.countdown .numbers {
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.countdown_unit {
  color: #fff;
  font-size: 2rem;
  min-width: 2.6rem;
	padding:0 .1em;
  height: 2.6rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333
}
#dday:after {
    content:
    '天';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem
}
#dhour:after {
    content:
    '時';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem
}
#dmin:after {
    content:
    '分';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem;
}
#dsec:after {
    content:
    '秒';
    flex-shrink: 0;
    width: 100%;
    font-size: .85rem;
}
#count2 {
  margin: 0 0.4rem;
}
/**/
/**rule**/
.rule .prod_wrapper {
	margin-top: 0;
}
.rule_wrapper {
	margin: auto;
	padding: 20px;
	width: 1010px;
	border-radius: 20px;
	background: #fff;
	font-size: 15px;
	line-height: 26px;
}
.rule_wrapper a {
	color: dodgerblue;
	text-decoration: underline;
}
.rule_wrapper h2 {
	display: inline-block;
	margin: 10px 0;
	padding: 5px 20px;
	border-radius: 20px;
	background: #a61606;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.rule_wrapper h3 {
	color: indianred;
	font-weight: bold;
	font-size: 18px;
}
.rule_wrapper li {
	margin-left: 25px;
	padding: 5px 0;
	list-style: decimal;
}
.rule table th {
	color: #fff;
}
.rule table td{
	padding: 3px;
}
.rule strong {
	color: crimson;
}
.rule b{
	display: inline-flex;
	align-content: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: black;
	color: #fff;
}
.rule a {
	display: inline-block;
}
a.btn_back {
	display: block;
	margin: auto;
	padding: 10px 20px;
	width: 200px;
	border-radius: 20px;
	background-color: darkred;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	transition: linear .2s;
}
a.btn_back:hover, a.btn_back:focus, a.btn_back:active {
	background-color: tomato;
}
/**/
@media screen and (max-width:1024px){
	.main_wrapper {
    background-size: 167vw;
  }
	.kv_container{
		height: 56vw;
	}
}
@media screen and (max-width:768px) {
  body {
    min-width: inherit;
    /**background-color: #ebe6e3;**/
    background: url(../images/main_bg.png) repeat center;
    background-size: 300vw;
  }
  * {
    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;
  }
   
.kv_slogan1{
	top: -2vw;
    left: 7vw;
    width: 20vw;
}
       
.kv_slogan2{
	top: 2.8vw;
    left: 26.8vw;
    width: 47vw;
}
    
.kv_slogan3{
	top: 17.5vw;
    left: 1vw;
    width: 44vw;
} 
    
.kv_slogan4{
	top: 20vw;
    right: 1vw;
    width: 48vw;
}
    
.product_wrapper.hot {
    background-image: none;
  background-color:brown;
    border-radius: 10px;
    margin-bottom: 40px;
}  
    
.product_wrapper.hot iframe{
    margin-top: -18vw;
    margin-bottom: 0px;
}
  
  /**分頁按鈕**/
  .category_wrapper {
      margin: 10px auto 50px;
  }
  .category_container {
    width: 100vw;
	  overflow: hidden;
  }
	.category_item{
		margin-left: 0px;
	}
	.category_item li a{
	}
  .category_item li img {
    width: 100%
  }
  .float_wrapper {
    display: none !important;
  }
  /**分頁按鈕_M**/
  .but_M {
    display: block;
    margin-top: 88vw;
    position: absolute;
  }
  .but_M_small {
    float: left;
    width: 33.3%;
    line-height: 0;
  }
  .but_M_small img {
    width: 100%;
  }
	/**product_wrapper**/
	.product_wrapper .bn{
		width: 100%;
	}
    
    
	.product_wrapper .bn img{
		width: 100%;
	}
  /**prod_m**/
  .product_wrapper {
      padding-top: 0px;
    }
        
  .ProductList {
    width: 100vw;
    right: 0;
    top: 10px;
  }
  .item .ProductImg {
    max-width: 49vw;
    max-height: 49vw;
    border: 0;
  }
  .item .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 .prePrice span, .item .Event_Condition i span {
    font-size: 24px;
  }
  .item .sub_tit {
    width: 100vw;
    height: 14vw;
    left: 0 !important;
    top: -20vw !important;
  }
  .item .sub_tit > div {
    width: 98vw;
    background-image: url('../images/title_m.png');
    background-size: 61vw;
    background-position: right 2vw;
    margin-top: 9vw;
    font-size: 34px;
    color: #32414c;
    text-shadow: 2px 2px 0 #fff;
  }
  .ProductList .item .sub_tit a {}

  /*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: 200;
  }
	.M_menu_block ul{
		display: flex;
	}
  .M_menu_block ul li {
	  flex: 1;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    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;
	  display: flex;
	  align-items: center;
  }

  .M_menu_block ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
  }
  .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, .8);
    top: 0;
    z-index: 100;
  }
	/**/
.rule_wrapper {
	padding: 10px;
	width: 98vw;
	border-radius: 15px;
	font-size: 14px;
	line-height: 24px;
}
.rule_wrapper h2 {
	font-size: 16px;
}
.rule_wrapper a {
	word-wrap: break-word;
}
}
@media screen and (max-width:480px){

}
	.countdown{
		font-size: 1.6em;
		flex-wrap: wrap;
	}
	#count2{
		width: 100%;
		margin-bottom: 10px;
	}
}