body {
  min-width: 1200px;
  color: #333;
  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 {
  margin: auto;
  width: 1200px;
}
.hd_pc {
  width: 1200px;
}
.hd_m {
  display: none;
}
.pc_mode {
  display: block
}
.m_mode {
  display: none
}
.M_menu_wrap {
  display: none;
}
.main {
  background-color: #000;
}
.gotop {
  display: none;
}
/**kv**/
.kv_wrapper {
  position: relative;
  background: url(../images/bg_kv.png) no-repeat top center;
}
.kv {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 1200px;
  height: 505px;
}
.kv_slogan1 {
  position: absolute;
  top: 20px;
  left: 20px;
}
.kv_slogan1_m {
  display: none;
}
.kv_logo {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
.kv_prod1 {
  position: absolute;
  top: 50px;
  right: 50px;
  transition: all .2s ease-in-out;
}
.kv_prod1:hover {
  filter: brightness(150%);
}
/**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%);
}
/***prod***/
.prod_wrapper {
  position: relative;
  padding-bottom: 50px;
  background: url(../images/bg_hotProd.png) no-repeat center 50px, url("../images/bg_prodList.jpg") repeat-y center 0;
}
.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: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  width: 230px;
  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 .item_0, .ProductList .item_1, .ProductList .item_2, .ProductList .item_3, .ProductList .item_4, .ProductList .item_5, .ProductList .item_6, .ProductList .item_7, .ProductList .item_8, .ProductList .item_9, .ProductList .item_10, .ProductList .item_11 {
  width: 290px;
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 230px;
  height: 230px;
}
.ProductList .item_0 .ProductImg, .ProductList .item_1 .ProductImg, .ProductList .item_2 .ProductImg, .ProductList .item_3 .ProductImg, .ProductList .item_4 .ProductImg, .ProductList .item_5 .ProductImg, .ProductList .item_6 .ProductImg, .ProductList .item_7 .ProductImg, .ProductList .item_8 .ProductImg, .ProductList .item_9 .ProductImg, .ProductList .item_10 .ProductImg, .ProductList .item_11 .ProductImg {
  width: 290px;
  height: 290px;
}
.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;
  background: #f55519;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
.item_0 .ProductDesc, .item_1 .ProductDesc, .item_2 .ProductDesc, .item_3 .ProductDesc, .item_4 .ProductDesc, .item_5 .ProductDesc, .item_6 .ProductDesc, .item_7 .ProductDesc, .item_8 .ProductDesc, .item_9 .ProductDesc, .item_10 .ProductDesc, .item_11 .ProductDesc {
  background: #c10600;
  width: 80%;
  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: 3px 2px 7px 2px;
  height: 35px;
  color: #F00;
}
.item_0 .ProducPrice, .item_1 .ProducPrice, .item_2 .ProducPrice, .item_3 .ProducPrice, .item_4 .ProducPrice, .item_5 .ProducPrice, .item_6 .ProducPrice, .item_7 .ProducPrice, .item_8 .ProducPrice, .item_9 .ProducPrice, .item_10 .ProducPrice, .item_11 .ProducPrice {
  padding: 7px 10px 0 10px;
  height: 45px;
  color: #fff;
  background: url("../images/buy_bg.png") right center no-repeat #000;
  background-size: cover;
  position: relative;
  text-align: left;
  margin-top: 3px;
}
.item_0 .Event_Condition, .item_1 .Event_Condition, .item_2 .Event_Condition, .item_3 .Event_Condition,
.item_4 .Event_Condition, .item_5 .Event_Condition, .item_6 .Event_Condition, .item_7 .Event_Condition,
.item_8 .Event_Condition, .item_9 .Event_Condition, .item_10 .Event_Condition, .item_11 .Event_Condition {
  padding: 7px 10px 0 10px;
  height: 45px;
  color: #fff;
  background: url("../images/buy_bg.png") right center no-repeat #000;
  background-size: cover;
  position: relative;
  text-align: left;
  margin-top: 3px;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  color: #747474;
  font-weight: 100;
  font-size: 13px;
}
.item_0 .ProducPrice i em span, .item_1 .ProducPrice i em span, .item_2 .ProducPrice i em span, .item_3 .ProducPrice i em span,
.item_4 .ProducPrice i em span, .item_5 .ProducPrice i em span, .item_6 .ProducPrice i em span, .item_7 .ProducPrice i em span, 
.item_8 .ProducPrice i em span, .item_9 .ProducPrice i em span, .item_10 .ProducPrice i em span, .item_11 .ProducPrice i em span
.item_0 .ProducPrice em, .item_1 .ProducPrice em, .item_2 .ProducPrice em, .item_3 .ProducPrice em,
.item_4 .ProducPrice em, .item_5 .ProducPrice em, .item_6 .ProducPrice em, .item_7 .ProducPrice em, 
.item_8 .ProducPrice em,.item_9 .ProducPrice em .item_10 .ProducPrice em, .item_11 .ProducPrice em,
.item_0 .ProducPrice .price_txt,.item_1 .ProducPrice .price_txt,.item_2 .ProducPrice .price_txt,.item_3 .ProducPrice .price_txt,
.item_4 .ProducPrice .price_txt,.item_5 .ProducPrice .price_txt,.item_6 .ProducPrice .price_txt,.item_7 .ProducPrice .price_txt,
.item_8 .ProducPrice .price_txt,.item_9 .ProducPrice .price_txt,.item_10 .ProducPrice .price_txt,.item_11 .ProducPrice .price_txt{
  color: #ccc !important;
}
.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: #F00;
  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;
}
.ProductList .item_0 .sub_tit, .ProductList .item_12 .sub_tit, .ProductList .item_22 .sub_tit, .ProductList .item_32 .sub_tit, .ProductList .item_42 .sub_tit, .ProductList .item_52 .sub_tit {
  display: block
}
.ProductList .item .sub_tit a {
  display: inline-block;
}
.ProductList .item:nth-child(10n+13), .ProductList .item:nth-child(10n+14), .ProductList .item:nth-child(10n+15), .ProductList .item:nth-child(10n+16), .ProductList .item:nth-child(10n+17) {
  margin-top: 150px;
}
.ProductList .item_0, .ProductList .item_1, .ProductList .item_2, .ProductList .item_3 {
  margin-top: 180px !important;
}
.ProductList .item_4, .ProductList .item_5, .ProductList .item_6, .ProductList .item_7, .ProductList .item_8, .ProductList .item_9, .ProductList .item_10, .ProductList .item_11 {
  margin-top: 10px !important;
}
/**float**/
.float_wrapper {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 250;
  display: none;
  border-radius: 20px 0 0 20px;
  background: -moz-linear-gradient(-45deg, rgba(149, 149, 149, 1) 0%, rgba(13, 13, 13, 1) 46%, rgba(1, 1, 1, 1) 50%, rgba(10, 10, 10, 1) 53%, rgba(78, 78, 78, 1) 76%, rgba(56, 56, 56, 1) 87%, rgba(27, 27, 27, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(149, 149, 149, 1) 0%, rgba(13, 13, 13, 1) 46%, rgba(1, 1, 1, 1) 50%, rgba(10, 10, 10, 1) 53%, rgba(78, 78, 78, 1) 76%, rgba(56, 56, 56, 1) 87%, rgba(27, 27, 27, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(149, 149, 149, 1) 0%, rgba(13, 13, 13, 1) 46%, rgba(1, 1, 1, 1) 50%, rgba(10, 10, 10, 1) 53%, rgba(78, 78, 78, 1) 76%, rgba(56, 56, 56, 1) 87%, rgba(27, 27, 27, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.go_top {
  display: block;
  cursor: pointer;
}
.group_leftmenu {
  margin: auto;
  width: 95px;
}
.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.highlight0 {
  font-size: 24px;
  line-height: 26px;
  border-radius: 20px 0 0 0;
  padding-top: 20px;
  padding-left: 2px;
  color: yellow;
  font-weight: bold;
}
.group_leftmenu li.highlight1 {
  padding-left: 2px;
}
.group_leftmenu li.highlight3 {
  padding-left: 2px;
}
.group_leftmenu li.highlight2 {
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 2px;
}
.group_leftmenu li.highlight4 {
  background-color: #F44336;
}
.group_leftmenu li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}
.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: 10%;
  left: 10%;
}
.group_leftmenu li.catagory {
  width: 50%;
  float: left
}
.group_leftmenu li.highlight0:after {
  background: #3e919e;
}
/*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: url("../images/bg_kv_m.png") no-repeat center;
    background-size: 110vw;
  }
  .kv {
    width: 100vw;
    height: 95vw;
  }
  .kv img {
    width: 100%;
  }
  .kv_logo {
    display: none
  }
  .kv_slogan1 {
    width: 68vw;
    margin: 0 auto;
    top: 2vw;
    left: 0;
    right: 0;
  }
  .kv_prod1 {
    width: 60vw;
    margin: 0 auto;
    top: 38vw;
    left: 0;
    right: 0;
  }
  .banner_container {
    width: 100vw;
  }
  .banner_container li, .banner_container li img {
    width: 100%;
  }
  /**product*/
  .prod_wrapper {
    padding-bottom: 60px;
    background-size: 100%;
  }
  .prod_container {
    background: url("../images/bg2_m.jpg") top center no-repeat;
    background-size: 100vw;
  }
  .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;
  }
  .item_0 .ProductDesc, .item_1 .ProductDesc, .item_2 .ProductDesc, .item_3 .ProductDesc, .item_4 .ProductDesc, .item_5 .ProductDesc, .item_6 .ProductDesc, .item_7 .ProductDesc, .item_8 .ProductDesc, .item_9 .ProductDesc, .item_10 .ProductDesc, .item_11 .ProductDesc {
    width: 95%
  }
  .ProductList .item .sub_tit {
    top: -20vw !important;
    width: 100vw;
    height: 20vw;
    overflow: hidden;
  }
  .ProductList .item .sub_tit img {
    width: 170%;
    margin-left: -29vw;
  }
  .ProductList .item_0 .sub_tit img {
    width: 100%;
    margin-left: 0;
  }
  .ProductList .item_0, .ProductList .item_1 {
    margin-top: calc(25.3vw + 5px) !important;
  }
  .ProductList .item:nth-child(10n+13), .ProductList .item:nth-child(10n+14) {
    margin-top: calc(20vw + 5px) !important;
  }
  .item_0 .ProducPrice, .item_1 .ProducPrice, .item_2 .ProducPrice, .item_3 .ProducPrice, .item_4 .ProducPrice, .item_5 .ProducPrice, .item_6 .ProducPrice, .item_7 .ProducPrice, .item_8 .ProducPrice, .item_9 .ProducPrice {
    height: 40px;
  }
  .ProductList .item_0:before, .ProductList .item_1:before, .ProductList .item_2:before, .ProductList .item_3:before, .ProductList .item_4:before, .ProductList .item_5:before, .ProductList .item_6:before, .ProductList .item_7:before, .ProductList .item_8:before, .ProductList .item_9:before {
    width: 67px;
    height: 67px;
    font-size: 19px;
    line-height: 22px;
    padding-top: 11px;
  }
  .item_0 .ProducPrice, .item_1 .ProducPrice, .item_2 .ProducPrice, .item_3 .ProducPrice, .item_4 .ProducPrice, .item_5 .ProducPrice, .item_6 .ProducPrice, .item_7 .ProducPrice, .item_8 .ProducPrice, .item_9 .ProducPrice, .item_10 .ProducPrice, .item_11 .ProducPrice {
    background-color: firebrick;
  }
  .item_0 .Event_Condition, .item_1 .Event_Condition, .item_2 .Event_Condition, .item_3 .Event_Condition, .item_4 .Event_Condition, .item_5 .Event_Condition, .item_6 .Event_Condition, .item_7 .Event_Condition, .item_8 .Event_Condition, .item_9 .Event_Condition, .item_10 .Event_Condition, .item_11 .Event_Condition {
    background-color: firebrick;
  }
  .float_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: 33.3vw;
  }*/
  .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;
    width: 98vw;
    border-radius: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .rule_wrapper h2 {
    font-size: 16px;
  }
  .rule_wrapper a {
    word-wrap: break-word;
  }
  .terms_prize_list th {
    display: none;
  }
  .terms_prize_list td {
    display: block;
    text-align: left;
    border: none;
    border-bottom: 1px dotted #66cda3;
    margin: 3px 0;
  }

  .terms_prize_list_date {
    margin-top: 20px !important;
  }
  .terms_prize_list td:before {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    background-color: #66cda3;
    content: attr(data-label);
    margin: 3px 5px 3px 0;
    padding: 3px 0;
    font-weight: bold;
  }

}
@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;
  }
}