body {
  font-family: "Century Gothic", Arial, 'Microsoft JhengHei', "sans-serif";
  color: #000;
  min-width: 1050px;
  background-color: #d9edce;
}
a {
  text-decoration: none;
  color: #06f;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.header, .footer {
  background-color: #fff;
}
.hd_m, footer {
  display: none;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}
/*天*/
.header_wrapper {
  width: 100%;
  border-bottom: 3px solid #d5ab45;
}
.header_container {
  width: 810px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header_logo_privilege-project {
  margin: auto;
  border-right: 1px solid #b28850;
  margin-right: 30px;
  padding-right: 30px;
  flex: auto;
}
.header_logo {
  display: flex;
  align-items: center;
}
.pez, .icon-x, .business {
  padding: 0 10px;
}
.kv_wrapper {
  background: url("../images/kv_bg.jpg") no-repeat center top;
  width: 100%;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.kv {
  width: 1050px;
  margin: auto;
  position: relative;
  padding-top: 10px;
}
.kv_slogan {
  text-align: center;
}
.kv_slogan img + img {
  margin-left: 10px;
}
/*nature*/
.nature_wrapper {}
.nature_main {
  width: 900px;
  margin: auto;
  display: flex;
}
.nature1, .nature2, .nature3 {
  flex: 1;
  padding: 0 5px;
  text-align: center;
}
/*.nature_main img {
  width: 100%;
  object-fit: contain;
}*/
.nature_main p {
  font-size: 16px;
  line-height: 1.2rem;
  color: #3e4552;
  padding: 0 30px;
  font-weight: 600;
}
.nature_main span {
  display: block;
}
.nature_main b {
  color: yellow;
  font-size: 1.1em;
}
/*bn*/
.bn_wrapper {
  margin: 20px 0;
}
.bn_container {
  width: 1200px;
  height: 180px;
  margin: 0 auto;
  background: url("../images/bn_block.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bn_container > div > a {
  display: block;
  text-align: center;
  transition: .2s all ease-in-out;
  cursor: pointer;
}
.bn_container > div > a:hover {
  transform: scale(0.95)
}
.bn_container > div {
  flex: 1;
  width: 33.3%;
}
.bn_bank {
  position: relative;
  background: url("../images/bn_bank.png") no-repeat center;
  height: 100%;
}
.bn_bank .swiper {
  width: 303px;
  position: relative;
  top: 66px;
}
.bn_bank .swiper-pagination {
  bottom: 18px;
}
/*注意事項*/
.notice_wrapper {
  width: 1200px;
  margin: 20px auto;
}
.notice_container {
  background-color: #23966a;
  border-radius: 30px;
  margin-top: -60px;
  margin-bottom: 20px;
}
.notice_wrapper h2 {
  margin: 0 auto;
  width: 80%;
  height: 114px;
  font-weight: 800;
  background: url('../images/bg_prod_title.png') no-repeat center;
	background-size:contain;
	font-size: 45px;
  line-height: 1rem;
  color: #eaedce;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.notice_content {
  padding: 80px 50px 30px;
  font-size: 18px;
  line-height: 26px;
  color: #eaedce;
}
.notice_content ol li {
  margin: 0 0 5px 50px;
  list-style-type: decimal;
}
.notice_content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
}
.notice_wrapper .btn {
  width: 180px;
  margin: 20px auto;
  font-size: 1.6em;
  padding: 15px 0;
  background-color: #23966a;
  color: #fff;
  font-weight: 800;
  display: block;
  text-align: center;
  border-radius: 20px;
}
/**float**/
.float_wrapper {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 250;
  display: none;
}
.float_main {
  width: 100px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.go_top {
  display: block;
  cursor: pointer;
}
.group_leftmenu {
  margin: auto;
  border: 10px solid #0d9c6d;
  border-radius: 30px 0 0 30px;
}
.group_leftmenu:after {
  content: '';
  display: table;
  clear: both;
}
.group_leftmenu li {
  position: relative;
  padding: 10px 0 10px;
  text-align: center;
  font-size: 17px;
}
.group_leftmenu li {
  background: #0d9c6d;
}
.group_leftmenu li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.group_leftmenu li.highlight0 {
  font-size: 29px;
  line-height: 32px;
  padding-left: 2px;
  color: yellow;
  font-weight: bold;
}
.group_leftmenu li.highlight1 {
  padding-left: 2px;
  border-bottom: 1px dotted #fff;
  letter-spacing: -1px;
}
.group_leftmenu li.highlight2 {
  font-size: 22px;
  padding: 12px 0 0 2px;
}
.group_leftmenu li a:hover, .group_leftmenu li a:focus, .group_leftmenu li a:active {
  color: yellow;
}
.group_leftmenu li: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;
}
.group_leftmenu li:hover:after, .type_leftmenu li:focus:after, .type_leftmenu li:active:after {
  right: 0%;
  left: 0%;
}
.triangle-up {
  margin: auto;
  height: 7px;
  width: 7px;
  border-width: 2px 0 0 2px;
  border-color: #fff;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.group_leftmenu li.highlight2:after {
  background: #0d9c6d;
}
img.float_hd {
  position: absolute;
  top: -54px;
  left: 18px;
}
/***prod***/
.prod_wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
  background: url("../images/main_bg.png") top center #d7edce;
}
.prod_container {
  position: relative;
  z-index: 100;
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 1120px;
  overflow: hidden
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  width: 264px;
  margin-left: 1.1%;
  margin-right: 0;
  margin-bottom: 15px;
  text-align: center;
}
.ProductList .item > a {
  position: relative;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  border: 1px solid #fff;
  border-radius: 16px;
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 250px;
  height: 270px;
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.ProductList .ProductDesc {
  background-color: #a0b576;
}
@media (hover:hover) {
  .ProductList .item > a:hover {
    transform: translateY(-5px);
    border-color: #a0b576;
  }
}
.ProductList .ProductDesc {
  overflow: hidden;
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  margin: 0 4px;
  border-radius: 20px;
}
.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: 3px 2px 7px 2px;
  height: 35px;
  color: #d52027;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 40px;
  line-height: 30px;
}
.item .ProducPrice i em {
  color: #747474;
  text-decoration: line-through;
  font-style: normal;
}
.item .ProducPrice .price_txt {
  color: #d52027;
  font-size: 15px;
  line-height: 26px;
}
/**title***/
.tit {
  display: none;
  margin: auto;
}
.ProductList .item .sub_tit {
  display: none;
  position: absolute;
  z-index: 100;
  width: 1100px;
  height: 114px;
  font-weight: 800;
  background: url('../images/bg_prod_title.png') no-repeat center;
}
.ProductList .item:nth-child(8n+1) .sub_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.title_txt {
  font-size: 45px;
  line-height: 1rem;
  color: #eaedce;
  padding: 0 20px;
}
.ProductList .sub_tit a span {
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background: #e6647c;
  border-radius: 30px;
  padding: 5px 20px;
  vertical-align: middle;
  display: inline-block;
}
/**產品線區*4區**/
.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: 220px;
}
.ProductList .item_0, .ProductList .item_1, .ProductList .item_2, .ProductList .item_3 {
  margin-top: 110px !important;
}
/**產品背景**/
.prod_bg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.prod_bg_block {
  width: 1200px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 998px;
  background-image: url("../images/prod_bg.png");
}
.prod_bg_block + .prod_bg_block {
  margin-top: 50px;
}
/**tag wfe**/
.tag_wfe {
  position: relative;
  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;
}
@media screen and (max-width:992px) {
  body {
    width: 100vw;
    min-width: inherit;
    font-size: 14px;
  }
  * {
    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: 60px;
    z-index: 900;
    display: none;
  }
  .gotop a {
    display: block;
    width: 48px;
    height: 36px;
  }
  .header, .footer {
    width: 100vw;
  }
  .footer, .hd_pc {
    display: none;
  }
  .hd_m, footer {
    display: block;
  }
  .display_pc {
    display: none;
  }
  .display_m {
    display: block;
  }
  .kv_wrapper {
    background: url("../images/kv_bg_m.jpg") no-repeat center bottom #fffbef;
    background-size: 100%;
  }
  .kv {
    width: 100vw;
  }
  .kv_slogan img {
    width: 45vw;
  }
  /*nature*/
  .nature_wrapper {
    padding: 20px 0;
  }
  .nature_main {
    width: 100%;
  }
  .nature_main img {
    width: 90%;
  }
  .nature_main p {
    padding: 10px 10px 0;
    font-size: 16px;
  }
  .nature_wrapper {
    padding-bottom: 80px;
  }
  /**bn**/
  .bn_wrapper {
    margin-bottom: 0;
  }
  .bn_container {
    width: 100%;
    height: 15vw;
    background-size: contain;
  }
  .bn_bike img, .bn_shampoo img {
    width: 90%;
  }
  .bn_bank {
    background-size: 90%;
    background-position: center 1vw;
  }
  .bn_bank .swiper {
    width: 84%;
    top: 5.5vw;
  }
  .bn_bank .swiper-pagination {
    display: none
  }
  .bn_bank .swiper img {
    width: 100%
  }
  /*注意事項*/
  .notice_wrapper{
    width: 96%;
  }
  .notice_container h2 {
    font-size: 22px;
    padding: 5px 0;
  }
 
  .notice_content ol li {
    margin: 0 10px 5px 30px;
  }
  .notice_content p {
    line-height: 33px;
  }
  .M_menu_wrap {
    position: fixed;
    bottom: 0;
    z-index: 200;
  }
  .M_menu_block {
    width: 100vw;
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .M_menu_block ul {
    width: 100vw;
    height: 60px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .M_menu_block li {
    flex: 1;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-right: 1px solid #666;
    border-left: 1px solid #222;
    padding: 7px 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .M_menu_block li:last-child {
    border: none;
  }
  .M_menu_block li a {
    color: #fff;
  }
  .prod_wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .ProductList {
    width: 100vw;
    padding-top: 0;
  }
  .ProductList .item {
    margin-top: 5px !important;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    width: 49vw;
    margin-bottom: 0;
    padding-bottom: 2%;
  }
  .ProductList .item > a {
    padding-bottom: 2%;
  }
  .ProductList .ProductImg {
    width: 46vw !important;
    height: 49vw !important;
  }
  .item .ProducPrice span, .item .Event_Condition i span {
    font-size: 18px;
    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;
  }
  .ProductList .item .sub_tit {
    width: 100vw;
    height: 15vw;
    left: -0.5vw;
    background-size: contain;
  }
  .ProductList .item .sub_tit img {
    width: 100%;
  }
  .ProductList .item:nth-child(8n+1), .ProductList .item:nth-child(8n+2) {
    margin-top: 20vw !important;
  }
  .ProductList .item .sub_tit a {
    padding: 20px 0 0;
    font-size: 36px;
  }
  .ProductList .sub_tit a span {
    font-size: 20px;
    float: right;
    margin-right: 10px;
  }
  .title_txt {
    margin-left: 10px;
  }
  .prod_bg_wrapper {
    display: none
  }
}
@media screen and (max-width:768px) {
  .header_container img {
    width: 100%;
  }
  .header_container {
    width: 80vw;
    height: auto;
    flex-direction: column;
  }
  .header_logo {
    padding-bottom: 6px;
  }
  .notice_wrapper {
    padding-top: 10px;
  }
  .notice_container {
    width: 98%;
  }
  .notice_container h2 {
    font-size: 22px;
    padding: 5px 0;
  }
  .notice_content {
    font-size: 14px;
    line-height: 20px;
  }
  .notice_content ol li {
    margin: 0 10px 5px 30px;
  }
  .notice_content p {
    padding-left: 10px;
  }
}
@media screen and (max-width:576px) {
  .nature_wrapper {
    padding: 30px 0 60px;
  }
  .nature_main {
    width: 96vw;
    margin: auto;
    flex-wrap: wrap;
  }
  .nature1, .nature2, .nature3 {
    padding: 0;
    flex: initial;
    display: flex;
    align-items: center;
  }
  .nature2 {
    flex-direction: row-reverse;
  }
  .nature_main img {
    width: 30%
  }
  .nature_main p {
    font-size: 14px;
    line-height: 1.2rem;
    padding: 5px 5px 0;
    text-align: left;
  }
  .nature_main span {
    display: initial;
  }
  /****/
  .bn_container {
    flex-wrap: wrap;
    height: inherit;
    padding: 2vw;
    background-image: url("../images/bn_block_m.png");
  }
  .bn_container > div {
    flex: initial;
    width: 50%;
    height: 21vw;
  }
  .bn_bank {
    order: 3;
    width: 100% !important;
    background-position: 0 3vw;
    background-size: 50vw;
    height: 15vw !important;
  }
  .bn_bank .swiper {
    width: 40%;
    left: 19vw;
    top: 3vw;
  }
  .title_txt {
    font-size: 24px;
  }
	.notice_wrapper h2 {
		width: 90%;
		height: 15vw;
		font-size: 32px;
	}
	.notice_container{
		margin-top: -52px;
	}
	.notice_content{
		padding: 40px 20px;

	}
}
@media screen and (max-width:320px) {
  .nature_main p {
    font-size: 15px;
    line-height: 20px;
  }
  .marketing {
    font-size: 14px;
    line-height: 15px;
    padding: 5px 10px;
    width: 52vw;
  }
  .item .ProducPrice i em span {
    font-size: 11px;
  }
  .item .ProducPrice .price_txt {
    font-size: 13px;
  }
  .tag_wfe {
    width: 16px;
    height: 16px;
  }
}