body {
  min-width: 1200px;
  color: #333;
  background: url("../images/bg_all.jpg") fixed;
  font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "儷黑 Pro", "新細明體", "sans-serif";
}
a {
  display: block;
  text-decoration: none;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.header, .footer {
  text-align: center;
  background: #fff;
}
.hd_pc {
  width: 1200px;
}
.hd_m {
  display: none;
}
.pc_mode {
  display: block
}
.m_mode {
  display: none
}
.main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.gotop {
  display: none;
}
/**kv**/
.kv_wrapper {
  background: url("../images/bg_kv.jpg") no-repeat center top;
}
.kv_container {
  position: relative;
  margin: auto;
  width: 1200px;
  height: 468px;
}
.logo {
  position: absolute;
  left: 30px;
}
.kv_title {
  width: max-content;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 10px;
}
.kv_tip1 {
  width: max-content;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 280px;
}
.kv_tip2 {
  width: max-content;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 345px;
}
.kv_subtitle {
  width: max-content;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 25px;
}
/**swing擺動動畫**/
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.kv_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
/**editor**/
.editor_wrapper {
  background: url('../images/bg_content.jpg') repeat-y top center;
}
.editor_container {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
.editor_item {
  width: 1156px;
  margin: 15px auto;
  background: url('../images/bg_editorItem.png') no-repeat center 80px;
  padding-bottom: 40px;
  position: relative;
}
.editor_item a {
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.editor_item .pic {}
.editor_item .detail {
  padding-top: 180px
}
.editor_item:nth-child(odd) a {
  flex-direction: row-reverse
}
.say {
  position: absolute;
  pointer-events: none;
}
.editor_item:nth-child(odd) .say {
  top: 0px;
  left: 40px;
}
.editor_item:nth-child(even) .say {
  right: 40px;
  top: 0;
}
.cha {
  position: absolute;
  pointer-events: none;
}
.editor_item:nth-child(odd) .cha {
  top: 20px;
  left: 470px;
}
.editor_item:nth-child(even) .cha {
  right: 0;
  bottom: 0;
}
/**promotion**/
.promotion_wrapper {
  background: url('../images/bg_prod.jpg') repeat-y top center;
}
.banner_wrapper {
  background: url('../images/img_title2.png') no-repeat top center;
  padding-top: 160px;
  padding-bottom: 40px;
}
.banner_container {
  width: 1200px;
  margin: 0 auto;
  background-color: #f8bf49;
  text-align: center;
  padding: 40px 0;
}
.banner_container a {
  display: inline-block;
}
.banner_container a + a {
  margin-top: 20px;
}
@media(hover:hover) {
  .banner_container a:hover {
    filter: brightness(1.1);
  }
}
/***prod***/
.prod_wrapper {
  padding-top: 70px;
  padding-bottom: 30px;
}
.prod_container {
  overflow: hidden;
  background: url('../images/bg_prodList.png') no-repeat top center;
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  margin-top: 170px;
  width: 1140px;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 360px;
  text-align: center;
}
.ProductList .item > a {
  position: relative;
  display: block;
  background: #fff;
  -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;
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 360px;
  height: 360px;
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.ProductList .item > a:hover, .ProductList .item > a:focus, .ProductList .item > a:active {
  transform: translateY(-5px)
}
.ProductList .ProductDesc {
  overflow: hidden;
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  background: #068f8f;
  width: 90%;
  margin: 2px auto;
  border-radius: 50px;
}
.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 38px;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 7px 10px 0 10px;
  height: 45px;
  color: crimson;
  /*  background: url("../images/buy_bg.png") right center no-repeat #000;
  background-size: cover;*/
  position: relative;
  margin-top: 3px;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  font-weight: 100;
  font-size: 13px;
}
.item .ProducPrice span, .item .Event_Condition i span {
  margin: 0 2px 0 2px;
  font-weight: 500;
  font-size: 33px;
  line-height: 37px;
  font-weight: bold;
}
.item .ProducPrice i em {
  color: #747474;
  text-decoration: line-through;
  font-style: normal;
}
.item .ProducPrice .price_txt {
  color: crimson;
  font-size: 15px;
  line-height: 26px;
}
/**title***/
.tit {
  display: none;
  margin: auto;
}
/**/
/**tag wfe******************/
.tag_wfe {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left;
  background-size: cover;
}
.tag_wfe.checked {
  background-position: right;
}
.tag_wfe .brief {
  position: absolute;
  top: -5px;
  left: 25px;
  z-index: 10;
  display: none;
  width: 64px;
  background: #E36E1A;
  color: #f6f6f6 !important;
  text-align: center;
  font-size: 12px !important;
  line-height: 16px !important;
}
.tag_wfe:hover .brief {
  display: block;
}
.tag_wfe.checked:hover .brief {
  display: none;
}
.tag_wfe .brief:after {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-color: transparent #E36E1A transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: '';
  font-size: 0;
  line-height: 0;
}
.tag_wfe:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: text-bottom;
}
.gotop {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  position: fixed;
  left: calc(50% + 620px);
  width: 60px;
  border-radius: 30px;
  bottom: 250px;
  z-index: 900;
  display: none;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
  * {
    box-sizing: border-box;
  }
  .header {
    width: 100vw;
  }
  .footer, .drift {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .pc_mode {
    display: none
  }
  .m_mode {
    display: block
  }
  .gotop {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    left: auto;
    right: 10px;
    width: 40px;
    bottom: 80px;
    display: none;
  }
  .main {}
  .kv_wrapper {
    background-size: 190vw;
  }
  .kv_container {
    width: 100vw;
    height: 45vw;
  }
  .kv_container img {
    width: 100%;
  }
  .logo {
    display: none
  }
  .kv_title {
    width: 45vw;
  }
  .kv_tip1 {
    width: 30vw;
    top: 26vw;
  }
  .kv_tip2 {
    width: 30vw;
    top: 33vw;
  }
  .kv_subtitle {
    width: 60vw;
    bottom: 2vw;
  }
  /**editor**/
  .editor_container {
    width: 100vw;
  }
  .editor_item {
    width: 98vw;
    background-image: url('../images/bg_editorItem_m.png');
    background-size: 95vw;
    padding-bottom: 16vw;
    background-position: center 17vw;
  }
  .editor_item a {
    flex-flow: column;
    align-items: center;
  }
  .editor_item:nth-child(odd) a {
    flex-direction: column;
  }
  .editor_item .pic img {
    width: 86vw;
  }
  .editor_item .detail img {
    width: 81vw;
  }
  .editor_item .pic {
    padding-top: 22vw;
  }
  .editor_item .detail {
    padding-top: 3vw;
  }
  .editor_item:nth-child(odd) .say {
    left: 0
  }
  .editor_item:nth-child(even) .say {
    right: 0
  }
  .editor_item .say img {
    width: 70vw;
  }
  .editor_item .cha {}
  .editor_item:nth-child(even) .cha {
    right: inherit;
    top: 2vw;
    left: 2vw;
    bottom: inherit;
  }
  .editor_item:nth-child(odd) .cha {
    right: 0;
    left: inherit;
    bottom: 2vw;
    top: inherit;
  }
  .editor_item .cha img {
    width: 20vw;
  }
  .banner_wrapper {
    background-size: 100vw;
    padding-top: 16.5vw;
  }
  .banner_container {
    width: 100vw;
    padding: 20px 0;
  }
  .banner_container a, .banner_container a img {
    width: 96%;
  }
  /**product*/
  .prod_wrapper {
    padding-bottom: 30px;
    padding-top: 10vw;
  }
  .prod_container {
    background-size: 120vw;
  }
  .ProductList {
    width: 100vw;
    margin-top: 13vw;
  }
  .ProductList .item {
    margin-top: 5px !important;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    width: 49vw;
    margin-bottom: 0;
  }
  .ProductList .ProductImg {
    width: 49vw !important;
    height: 49vw !important;
  }
  .item .ProducPrice span, .item .Event_Condition i span {
    font-size: 25px;
    font-weight: bold;
  }
  .item .ProducPrice span, .item .Event_Condition i span {
    line-height: 25px;
  }
  .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: 14px;
    width: 95%;
    overflow: hidden;
  }
  .ProductList .item_ .ProducPrice {
    height: 40px;
  }
  /**/
  .tag_wfe {
    top: auto;
  }
}
@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;
  }
}