@charset "UTF-8";
/* ================================================
- Basic
================================================ */
body {color: #333; font: 13px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif"; background-color: transparent;}
* {box-sizing: border-box;}
a {display: block; text-decoration: none; color: inherit;}
:focus {outline: none;}
i {font-style: normal;}
.hide {display: none !important;}
.display_pc {display: block;}
.display_m {display: none;}
.tag_wfe {display: none;}

/* ================================================
- 商品區塊
================================================ */
/** title **/
.tit {
  display: none;
  margin: auto;
}
.group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.group .tit {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
.group .tit a {
  display: flex;
  width: 100%;
  height: 115px;
  background: url("../images/title.png") no-repeat center right transparent;
  font-size: 60px;
  color: #ffff00;
  font-weight: 600;
  align-items: center
}
/*.group_3m .tit span {background-color: #c8001c;}
.group_tefal .tit span {background-color: #c8001c;}*/

/** 商品區塊 **/
.group {
  box-sizing: border-box;
  max-width: 1175px;
  width: 98%;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.tab-content {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  width: 100%;
}

/** 商品 **/
.pro_temp {display: none;}

.ProductList {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  padding: 20px 20px 20px;
  overflow: hidden;
}

.group_hot .ProductList {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    padding: 0px 40px 50px;
    overflow: hidden;
}

.group_hot .tit{
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.ProductList::before {
  content: ' ';
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -2;
}


.group_hot .ProductList::before {
    top: 93px;
    bottom: 0;
    background: url(../images/stage.png) no-repeat top center;
    background-size: 100%;
}

.group_3m .ProductList::before {
  background-color: #a7c478;
}
.group_tefal .ProductList::before {
  background-color: #a7c478;
}
.ProductList .item {
  font-size: 16px;
  border-radius: 10px;
}
.ProductList .item > a {
  border-radius: 10px;
  position: relative;
}
.ProductList .ProductImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.ProductImg .tab {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background-color: #e04d34;
  padding: 10px 20px;
  border-radius: 0 0 10px 10px;
  box-shadow: rgb(0 0 0 / 35%) 2px 2px 3px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 4;
}
.ProductList .ProductDesc {
  /* background: linear-gradient(90deg, #e04d34 0%, #e04d34 0%, #ffb02c 100%); */
  background: linear-gradient(90deg, #66b4f1 0%, #0089c7 100%);
}
.item {
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  /*min-width: 260px;*/ /* 4品一行 */ /* margin-right: 10px; margin-left: 10px; */
  padding-left: 0.5em;
  padding-right: .5em;
  /* margin-right: auto; margin-left: auto; */
  margin-bottom: 1em;
  position: relative;
  z-index: 4;
}
.item > a {
  display: block;
  background: #fff;
  /* padding-top: 5px; */
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  overflow: hidden;
}
.item > a:hover, .item > a:focus, .item > a:active {
  transform: translateY(-5px)
}
.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, #66b4f1 0%, #0089c7 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 {position: relative; padding: 5px; height: 50px; color: #e93130; line-height: 1.2em; margin-top: 3px;}
.item .ProducPrice label {cursor: pointer;}
.item .ProducPrice i em span {font-size: 13px; font-weight: normal;}
.item .ProducPrice i {display: flex; flex-direction: column-reverse;}
.item .ProducPrice span, .item .Event_Condition i span {margin: 0 2px; font-weight: bold; font-size: 30px;}
.item .ProducPrice i em {color: #747474; font-style: normal; font-size: 13px;}

.loading_container {
    background: url("//www.payeasy.com.tw/privilege/Pmarket/images/loading-white.gif") no-repeat center;
    background-color: #282828;
    background-size: 120px;
    border-radius: 20px;
    position: absolute;
    top: 70px; bottom: 0;
    left: 5px; right: 5px;
    z-index: 99;}

/* ================================================
- 頁籤效果
================================================ */
.tab-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tab-wrapper > input {
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.tab-wrapper > input + label {
  color: white;
  font-size: 1.5em;
	line-height: 1.4;
  flex: 1;
  text-align: center;
  border: none;
  position: relative;
  z-index: 6;
  cursor: pointer;
  height: 110px;
  display: flex;
   align-items: center;
   justify-content: center;
}
.tab-wrapper > input + label:after {
  content: '';
  position: absolute;
  left: .6em;
  right: .6em;
  bottom: 0;
  top: 1em;
  transition: all 0.1s ease;
  z-index: -1;
	border-radius: 20px 20px 0 0;
}
.group_3m .tab-wrapper > input + label:after {background-color: #668d28;}
.group_tefal .tab-wrapper > input + label:after {background-color: #668d28;}
.tab-wrapper > input + label:hover:after, .tab-wrapper > input:checked + label:after {top: 0;}
.group_3m .tab-wrapper > input + label:hover:after, .group_3m .tab-wrapper > input:checked + label:after {background-color: #a7c478;}
.group_tefal .tab-wrapper > input + label:hover:after, .group_tefal .tab-wrapper > input:checked + label:after {background-color: #a7c478;}
.tab-wrapper > input + label p{
	margin-top: 10px;
}
.tab-content-wrap {
  margin: 0px auto;
  text-align: left;
  color: white;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  min-height: 770px;
}
.tab-content-wrap > .tab-content {
  opacity: 0;
	height: 0;
	pointer-events: none;
  box-sizing: border-box;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.3s;
}
#tab-1:checked ~ .tab-content-wrap #group_1, #tab-2:checked ~ .tab-content-wrap #group_2, #tab-3:checked ~ .tab-content-wrap #group_3, #tab-4:checked ~ .tab-content-wrap #group_4, #tab-5:checked ~ .tab-content-wrap #group_5, #tab-6:checked ~ .tab-content-wrap #group_6, #tab-7:checked ~ .tab-content-wrap #group_7 {
  opacity: 1;
  display: flex;
  position: relative;
  visibility: visible;
pointer-events: auto;
height: auto;
}
@media (max-width: 1440px) {

}
@media (max-width: 768px) {

}

/* ================================================
- 至適應
================================================ */
@media screen and (max-width: 1440px) {
  .all_bg_move {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .group {
    width: 100%;
    max-width: initial;
  }
  .group:before {}
	
  .main_wrapper, .prod_wrapper {
    padding-top: 0;
  }
  .ProductList > .group:nth-child(1) {
  }
  .ProductList .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
  * {
    box-sizing: border-box;
  }
  .header {
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .footer, .drift {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .pc_mode {
    display: none
  }
  .m_mode {
    display: block
  }
  .display_m {
    display: block !important;
  }
  .display_pc {
    display: none !important;
  }
  .inline-block_m {
    display: inline-block !important;
  }
  .wrapper {
    padding-bottom: 70px;
  }

  .float-wrapper {}

  .main_wrapper, .prod_wrapper {}
  .main_wrapper .group:last-child, .prod_wrapper .group:last-child {
    padding-bottom: 0;
  }
  .prod_wrapper_bg {
    width: 100vw;
  }
  .ProductList {
    width: 100%;
	padding: 16px 5px 16px;
  }
   
  .group_hot .ProductList {
    width: 100%;
	padding: 16px 5px 16px;
  }
	
.group_hot .ProductList::before {
    top: 15vw;
    bottom: -10px;
    background: #ffec5f;
    background-size: 100%;
	border-top: 7px solid #eed000;
}
   

  .group .tit {
    width: 80vw;
    height: initial;
  }
  .group .tit img {
    width: 100%;
  }
	
.group_3m .tit span {
    background-color: #a7c478; padding-right: 10px;
}
.group_tefal .tit span {
    background-color: #a7c478; padding-right: 10px;
}

  .ProductList .item {}
  .ProductList .item, .item {
    box-sizing: border-box;
    width: 25% !important;
    min-width: initial;
    padding-left: 0.3em;
    padding-right: 0.3em;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .item > a {
    padding-top: 0;
  }
  .item .ProductImg {
    max-width: 24vw;
    max-height: 24vw;
    margin: 10px auto;
  }

  .item .ProducLimited {
    padding: 7px 0;
  }

  /**/ 
    .tab-wrapper{margin-top: 10px;}
	.tab-wrapper > input + label {
		font-size: 1.2em;
		height: 90px;
		padding: 0 0.8em;
	}
	.tab-wrapper > input + label:after{top:0.5em; left: 0.2em; right: 0.2em; border-radius: 10px 10px 0 0;}

}

@media screen and (max-width: 768px) {
  .ProductList .item, .item {
    width: 50% !important;
  }	
  .item .ProductImg {
    max-width: 49vw;
    max-height: 49vw;
  }
  .group .tit {
    width: 90vw;
  }
  .group_hot .ProductList {
	padding: 0 5px 16px;
  }
}

@media screen and (max-width: 560px) {
	.tab-wrapper > input + label {
		font-size: 1em;
		height: 60px;
	}
	.group .tit a{
		height: 50px;
		font-size: 26px;
		background: url("../images/title_m.png") no-repeat center right transparent;
		background-size: 80%;
	}

}
@media screen and (max-width: 375px) {
  .group_tit {
    font-size: 25px;
  }
  .item .ProducPrice .prePrice span, .item .ProducLimited .prePrice span {
    font-size: 1.26em
  }
  .group-limited .item > a {
    min-height: 200px;
  }
}
@media screen and (max-width: 320px) {
  .tab-content, .group-list {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .ProductList .item, .item {
    padding-left: 0.2em;
    padding-right: 0.2em;
  }

  .item .ProducPrice .prePrice, .item .ProducLimited .prePrice {
    font-size: 12px;
  }

}