body {
  min-width: 1200px;
  color: #333;
  background-color: #a072df;
  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
}
.M_menu_wrap {
  display: none;
}
.main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.bg_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}
.bg_kv {
  background: url(../images/bg_kv.png) no-repeat top center;
  height: 100%;
}
.bg_gradient {
  position: absolute;
  background: url(../images/bg_gradient.png) repeat-y top center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_prodList.jpg") no-repeat center;
  position: fixed;
  z-index: -3;
  display: none;
}
.gotop {
  display: none;
}
/**kv**/
.kv_wrapper {
  position: relative;
}
.kv {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 1200px;
  height: 590px;
}
.kv_slogan1 {
  position: absolute;
  width: 723px;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
}
.kv_slogan2 {
  position: absolute;
  width: 567px;
  margin: auto;
  top: 400px;
  left: 0;
  right: 0;
}
.kv_prod1 {
  position: absolute;
  bottom: 0;
  right: 0
}
.kv_fly {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url("../images/kv_flyitem.png") no-repeat top center;
}
.kv_logo {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
/**banner**/
.banner_container:after {
  content: '';
  clear: both;
  display: table
}
.banner_container {
  width: 1200px;
  margin: 20px auto;
}
.banner_container li {
  float: left;
  transition: .2s ease-in-out;
  width: 50%;
  text-align: center;
}
.banner_container li:hover {
  transform: translate(0, -10px);
  filter: brightness(120%);
}
.banner_container li a {
  display: inline-block;
}
/***prod***/
.prod_wrapper {
  position: relative;
  padding-bottom: 50px;
}
.prod_container {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 1200px;
  overflow: hidden
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 280px;
  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: 280px;
  height: 280px;
}
.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: #c10600;
  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;
}
.ProductList .item .sub_tit {
  display: none;
  position: absolute;
  z-index: 100;
  width: 1200px;
  height: 140px;
  background: url("../images/title_bg.png") left 83px no-repeat;
}
.ProductList .item_0 .sub_tit, .ProductList .item_20 .sub_tit, .ProductList .item_40 .sub_tit, .ProductList .item_60 .sub_tit {
  display: block
}
.ProductList .item .sub_tit a {
  display: inline-block;
}
.ProductList .item:nth-child(20n+1), .ProductList .item:nth-child(20n+2), .ProductList .item:nth-child(20n+3), .ProductList .item:nth-child(20n+4) {
  margin-top: 160px;
}
/**/
.prod_wrapper_bg {
  position: absolute;
  top: 0;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.prod_bg_item {
  height: 2207px;
  margin-top: 133px;
  background: rgb(241, 47, 47); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(241, 47, 47, 1) 0%, rgba(188, 49, 49, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(241, 47, 47, 1) 0%, rgba(188, 49, 49, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(241, 47, 47, 1) 0%, rgba(188, 49, 49, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f12f2f', endColorstr='#bc3131', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.prod_bg_03 {
  height: 899px;
}
/**float**/
.floatRight_wrapper {
  position: fixed;
  display: none;
  top: 50px;
  right: 0;
  z-index: 250;
  border-radius: 15px 0 0 15px;
  background: rgba(241, 47, 47, 0.8); /* Old browsers */
}
.go_top {
  display: block;
  cursor: pointer;
}
.group_rightmenu {
  margin: 10px auto 0;
  width: 105px;
}
.group_rightmenu:after {
  content: '';
  display: table;
  clear: both;
}
.group_rightmenu li {
  position: relative;
  padding: 10px 0 10px;
  text-align: center;
  font-size: 16px;
}
.group_rightmenu li.highlight0 {
  border-radius: 20px 0 0 0;
  padding-top: 20px;
  padding-left: 2px;
  color: yellow;
  font-weight: bold;
}
.group_rightmenu li.highlight1 {
  padding-left: 2px;
}
.group_rightmenu li.highlight2 {
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 2px;
}
.group_rightmenu li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-left: 20px;
}
.group_rightmenu i {
  width: 20px;
  height: 20px;
  color: #fff043;
  position: absolute;
  top: 20%;
  left: -10px;
  display: none;
}
.group_rightmenu i:before {
  display: inline;
  content: '\027BC';
  font-size: 20px;
}
.group_rightmenu .on i {
  display: block;
}
.group_rightmenu .on a {
  color: yellow;
}
.group_rightmenu li a:hover, .group_rightmenu li a:focus, .group_rightmenu li a:active {
  color: yellow;
}
.group_rightmenu li a:after {
  position: absolute;
  right: 51%;
  bottom: -8px;
  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_rightmenu li a:hover:after {
  right: 10%;
  left: 10%;
}
.group_rightmenu li.catagory {
  width: 50%;
  float: left
}
/*floatLeft*/
.floatLeft_wrapper {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 250;
  display: none;
  background: url("../images/bg_leftMenu.png") no-repeat;
  width: 150px;
  height: 410px;
}
.floatLeft_container {
  width: 98px;
  margin: 120px auto;
}
.floatLeft_container li {
  width: 49.5%;
  float: left;
  text-align: center;
}
.floatLeft_container li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}
.floatLeft_container li:nth-child(Odd) {
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 0 1px 1px 0;
}
.floatLeft_container li:nth-child(even) {
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 0 0 1px 0;
}
.floatLeft_container li a:hover {
  color: yellow;
}
.floatLeft_container li.wfeLogin {
  width: 100%;
  margin-top: 25px;
  border: none
}
/*commonVipMember*/
.eventPage_bn_vipMember_wrapper {
  position: relative;
}
.eventPage_fixTopLeft_vipMember {
  position: fixed;
  left: 50%;
  z-index: 999;
}
.eventPage_fixTopLeft_vipMember a {
  position: absolute;
  top: 100px;
  right: 600px;
  display: inline-block;
  width: 80px;
}
/**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;
}
/**rule**/
.rule .prod_wrapper {
  margin-top: 0;
}
.rule_wrapper {
  margin: 20px auto;
  padding: 20px;
  width: 1180px;
  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: #777;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.rule_wrapper h2.rewards {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background: #ee2d2a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.rule_wrapper h2.survey {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background: #ff7600;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.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 strong {
  color: royalblue
}
.rule a {
  display: inline-block;
}
a.btn_back {
  display: block;
  margin: auto;
  padding: 10px 20px;
  width: 200px;
  border-radius: 20px;
  background: #9C27B0;
  border-bottom: 5px #43004e solid;
  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;
}
a.btn_survey {
  margin: auto;
  padding: 5px 10px;
  width: 135px;
  border-radius: 10px;
  background: #9C27B0;
  border-bottom: 5px #43004e solid;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  transition: linear .2s;
}
a.btn_survey:hover, a.btn_survey:focus, a.btn_survey:active {
  background-color: tomato;
}
.terms_prize_list th, .terms_prize_list td {
  border: 2px solid #66cda3;
  text-align: center;
}
.terms_prize_list th {
  background: #66cda3;
  color: #fff;
}
.terms_prize_list_date {
  color: #66cda3;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
  * {
    box-sizing: border-box;
  }
  #doyoo_panel {
    display: none !important;
  }
  .header {
    width: 100vw;
  }
  .footer, .drift {
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .pc_mode {
    display: none
  }
  .m_mode {
    display: block
  }
  .main {
    padding-bottom: 65px;
  }
  .gotop {
    background: url(//www.payeasy.com.tw/pbenefit/in_other/pmedm/106/autumn/images/icon_top.png) no-repeat;
    height: 36px;
    position: fixed;
    right: 10px;
    width: 36px;
    bottom: 82px;
    z-index: 900;
    display: none;
  }
  .gotop a {
    display: block;
    width: 48px;
    height: 36px;
  }
  .kv_wrapper {
    background-size: 110vw;
  }
  .kv {
    width: 100vw;
    height: 68vw;
  }
  .kv img {
    width: 100%;
  }
  .kv_logo {
    display: none
  }
  .kv_slogan1 {
    width: 90vw;
    margin: 0 auto;
    top: 2vw;
    left: 0;
    right: 0;
  }
  .kv_slogan2 {
    width: 80vw;
    top: 50vw;
  }
  .kv_prod1 {
    display: none
  }
  .kv_fly {
    background-size: 160vw;
  }
  .banner_container {
    width: 100vw;
  }
  .banner_container li, .banner_container li img {
    width: 100%;
  }
  .bg_kv {
    background-size: 200vw;
  }
  .bg_gradient {
    background-size: 80vw;
  }
  .bg_fly {
    display: none;
  }
  /**product*/
  .prod_wrapper {
    padding-bottom: 30px;
    background-size: 100%;
  }
  .prod_container {}
  .ProductList {
    width: 100vw;
  }
  .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%
  }
  .ProductList .item .sub_tit {
    top: -15vw !important;
    width: 100vw;
    height: 15vw;
    overflow: hidden;
    background-size: contain;
    background-position: left 11vw;
  }
  .ProductList .item .sub_tit img {
    width: 100vw;
    margin: auto;
  }
  .ProductList .item:nth-child(20n+1), .ProductList .item:nth-child(20n+2) {
    margin-top: 20vw !important;
  }
  .ProductList .item_ .ProducPrice {
    height: 40px;
  }
  .prod_wrapper_bg {
    width: 100vw;
  }
  .prod_bg_item {
    height: calc(491vw + 1330px);
    margin-top: 18vw;
  }
  .prod_bg_03 {
    height: calc(197vw + 532px);
  }
  .floatRight_wrapper, .floatLeft_wrapper {
    display: none;
    left: 100%;
  }
  .eventPage_bn_vipMember_wrapper {
    display: none;
  }
  /**/
  .M_menu_wrap {
    position: fixed;
    bottom: 0;
    z-index: 200;
    display: block;
    font-size: 15px;
  }
  /**/
  .M_menu_block {
    width: 100vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));
    box-shadow: 0px -1px 1px #333;
  }
  .M_menu_block:after {
    clear: both;
    display: table;
    content: '';
  }
  .M_menu_block ul {
    overflow: hidden;
  }
  .M_menu_block li {
    float: left;
    padding-top: 7px;
    width: 25vw;
    height: 55px;
    border-top: 1px solid #999;
    border-right: 1px solid #666;
    border-left: 1px solid #222;
    text-align: center;
  }
  .M_menu_block li.col-4 {
    width: 25vw;
  }
  .M_menu_block li a {
    color: #fff;
    display: inline-block;
    line-height: 19px;
  }
  .M_menu_block ul li.best {
    width: 100vw;
  }
  .M_menu_block ul li.best a {
    color: yellow;
  }
  .M_menu_block ul li:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
  }
  .m_but {
    background-color: #910002;
  }
  .bk_mask {
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
  }
  /**/
  .tag_wfe {
    top: auto;
  }
  /**/
  .rule_wrapper {
    padding: 10px;
      margin-bottom: 50px;
    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:320px) {
  .item .ProducPrice i em span {
    font-size: 11px;
  }
  .item .ProducPrice .price_txt {
    font-size: 13px;
  }
  .tag_wfe {
    width: 16px;
    height: 16px;
  }
}