@charset "UTF-8";
/* line 1, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
/* line 22, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;.content_campaign .mainArea

}

/* line 26, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 29, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 35, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 40, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****
*
*變數(顏色/字體大小)
*
****/
/*灰階*/
/*彩色*/
/*字體大小*/
/*其他*/
/* line 38, ../sass/_variable.scss */
.red {
  color: #bf0000;
}

/* line 39, ../sass/_variable.scss */
.green {
  color: #0ea146;
}

/****
*
*tag
*
****/
/* line 47, ../sass/_variable.scss */
li.tag_1 {
  color: #bf0000;
  border: 1px solid #bf0000;
}

/* 破千/熱銷 */
/* line 48, ../sass/_variable.scss */
li.tag_2 {
  color: #bf0000;
  border: 1px solid #bf0000;
}

/* 破萬/熱銷 */
/* line 49, ../sass/_variable.scss */
li.tag_3 {
  color: #ff8d4e;
  border: 1px solid #ff8d4e;
}

/* 即買即用 */
/* line 50, ../sass/_variable.scss */
li.tag_4 {
  color: #bf0000;
  border: 1px solid #31312c;
}

/* 24/72 */
/* line 51, ../sass/_variable.scss */
li.tag_5 {
  color: #bf0000;
  border: 1px solid #31312c;
}

/* line 52, ../sass/_variable.scss */
li.tag_6 {
  color: #00a0d3;
  border: 1px solid #00a0d3;
}

/* line 53, ../sass/_variable.scss */
li.tag_11 {
  color: #fff;
  border: 1px solid #ff6600;
  background: #ff6600;
}

/*現金券*/
/* line 54, ../sass/_variable.scss */
li.tag_12 {
  color: #fff;
  background-color: #08c;
  border: 1px solid #08c;
}

/*超商取貨*/
/****
*
*tag
*
****/
/*主按鈕:紅底白字*/
/* line 63, ../sass/_variable.scss */
a.btn_color {
  display: block;
  background: #bf0000;
  color: white;
  border-radius: 8px;
  margin: 0 1% 0 0;
  text-align: center;
}

/*線按鈕:紅線框紅字*/
/* line 72, ../sass/_variable.scss */
a.btn_line {
  display: block;
  background: white;
  color: #bf0000;
  border-radius: 8px;
  margin: 0 1% 0 0;
  text-align: center;
  box-shadow: 0 0 0 1px #bf0000 inset;
}

/*不能按按鈕:灰底白字*/
/* line 82, ../sass/_variable.scss */
a.btn_dontclick {
  background: #999;
  color: white;
}

/*按鈕高度:一般高*/
/* line 87, ../sass/_variable.scss */
a.btn_normal {
  height: 50px;
  /**高度致中*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/*HTML直接上色*/
/* line 97, ../sass/_variable.scss */
.color_red {
  color: #bf0000;
}

/* line 100, ../sass/_variable.scss */
.color_orange {
  color: #f60;
}

/* line 103, ../sass/_variable.scss */
.color_black {
  color: #31312C;
}

/* line 106, ../sass/_variable.scss */
.color_white {
  color: white;
}

/* line 109, ../sass/_variable.scss */
.color_green {
  color: #0ea146;
}

/* line 112, ../sass/_variable.scss */
.color_blue {
  color: #007aff;
}

/*屏蔽点击元素出现底色*/
/* line 4, ../sass/_layout.scss */
/* a {
  text-decoration: none;
} */

/* line 5, ../sass/_layout.scss */
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 8, ../sass/_layout.scss */
body {
  background: #f0efed;
  font-family: Arial, "微軟正黑體", "Microsoft Jhenghei", sans-serif;
  background: #f0efed;
  width: 100%;
  position: relative;
}

/***
*
*header_wrapper 跟屁蟲/正常選單共用
*
***/
/* line 25, ../sass/_layout.scss */
.header_wrap {
  background: #fff;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
/* line 30, ../sass/_layout.scss */
.header_wrap .header {
  border-bottom: 1px solid #ddd;
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0 10px;
  font-size: 100%;
}
/* line 36, ../sass/_layout.scss */
.header_wrap .header .header_logo {
  margin: 0 auto;
  width: 90px;
  height: 48px;
}
/* line 40, ../sass/_layout.scss */
.header_wrap .header .header_logo img {
  width: 100%;
}
/* line 45, ../sass/_layout.scss */
.header_wrap .header .header_left a {
  float: left;
  display: block;
  width: 44px;
  height: 48px;
  text-align: center;
}
/* line 52, ../sass/_layout.scss */
.header_wrap .header .header_left span {
  line-height: 1;
  color: #999;
  font-size: 80%;
}
/* line 57, ../sass/_layout.scss */
.header_wrap .header .header_left i {
  width: 38px;
  margin: 12px 0 0 0;
  margin-bottom: 7px;
}
/* line 64, ../sass/_layout.scss */
.header_wrap .header .slider_btn {
  float: right;
}
/* line 69, ../sass/_layout.scss */
.header_wrap .header:after {
  content: '';
  display: block;
  clear: both;
}
/* line 75, ../sass/_layout.scss */
.header_wrap .nav {
  display: block;
  clear: both;
  font-size: 100%;
}
/* line 79, ../sass/_layout.scss */
.header_wrap .nav li {
  float: left;
  width: 20%;
  height: 85px;
  text-align: center;
}
/* line 86, ../sass/_layout.scss */
.header_wrap .nav li a {
  height: 85px;
  display: block;
  background: #fff;
  color: #666;
  position: relative;
}
/* line 93, ../sass/_layout.scss */
.header_wrap .nav li img {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0px auto;
  padding-top: 10px;
}
/* line 101, ../sass/_layout.scss */
.header_wrap .nav li span {
  text-align: center;
  line-height: 1.3;
  font-size: 80%;
}
/* line 106, ../sass/_layout.scss */
.header_wrap .nav li span.tag_channel {
  line-height: 12px;
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 12px;
  color: white;
  background: #bf0000;
  /*border-radius: 20px;*/
  padding: 0;
  padding: 2px 4px 2px 4px;
  /*border:1px solid #fff;*/
  box-shadow: 0px 1px 1px #650000;
  /**/
}
/* line 120, ../sass/_layout.scss */
.header_wrap .nav li .on {
  background: #ddd;
  padding: 0px 5px;
  border-radius: 20px;
  color: #666;
  color: #666;
}
/* line 128, ../sass/_layout.scss */
.header_wrap .nav:after {
  content: '';
  display: block;
  clear: both;
}

/* 頂端列，小紅點 */
/* line 136, ../sass/_layout.scss */
.cart_small_reddot {
  height: 20px;
  width: 20px;
  background: #bf0000;
  position: absolute;
  /* top: 5px; */
  margin-top: -40px;
  right: 5px;
  border-radius: 20px;
  color: white;
  font-size: 60%;
  line-height: 20px;
}

/* line 149, ../sass/_layout.scss */
.cart_add_success {
  width: 32vmin;
  height: 32vmin;
  position: fixed;
  z-index: 150;
  left: 50vw;
  top: 50vh;
  margin: -16vmin 0 0 -16vmin;
  display: none;
}

/* Menu展開鍵被按時，顏色變深做feedback */
/* line 160, ../sass/_layout.scss */
.header_wrap .header .header_left .slider_btn:hover span {
  color: #333;
}

/* line 164, ../sass/_layout.scss */
.header_wrap .header .header_left a.header_left_shoppingCart, .header_wrap .header .header_left a.header_left_shoppingCart + a.header_left_search {
  float: right;
}

/***
*
*header_wrapper_slider 跟屁蟲選單
*
***/
/* line 173, ../sass/_layout.scss */
.header_wrap_slider {
  position: fixed;
  z-index: 50;
  top: 0px;
  opacity: 0.95;
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  filter: alpha(opacity=95);
  box-shadow: 0px 0px 9px 0 #999;
  border-bottom: 1px solid #999;
}


/***
*
*market_wrap
*
***/
/* line 190, ../sass/_layout.scss */
.market_wrap {
  margin: 0 0 10px 0;
  height: 30px;
  overflow: hidden;
  position: relative;
}
/* line 195, ../sass/_layout.scss */
.market_wrap .fa-bullhorn {
  float: left;
  margin: 8px 5px 0 10px;
  padding-right: 5px;
  font-size: 80%;
  border-right: 1px solid #ddd;
  line-height: 30px;
}
/* line 205, ../sass/_layout.scss */
.market_wrap ul {
  margin-left: 10px;
  height: 30px;
  width: 80%;
  position: absolute;
}
/* line 211, ../sass/_layout.scss */
.market_wrap ul li {
  float: left;
  width: 100%;
  height: 30px;
  overflow: hidden;
}
/* line 216, ../sass/_layout.scss */
.market_wrap ul li a {
  display: block;
  line-height: 30px;
  overflow: hidden;
  font-size: 100%;
  color: #F11B75;
  font-weight: bold;
  text-align: center;
  /*padding:0px 5px 0px 3px;*/
  letter-spacing: -1px;
  width: 48%;
  height: 30px;
  float: left;
}
/* line 232, ../sass/_layout.scss */
.market_wrap .btn_more {
  float: right;
  width: 16%;
}
/* line 235, ../sass/_layout.scss */
.market_wrap .btn_more a {
  display: block;
  line-height: 30px;
  font-size: 80%;
  text-align: center;
  background: #F11B75;
  color: white;
  margin: 0px 10px 0 0;
  border-radius: 5px;
}

/* line 248, ../sass/_layout.scss */
.market_wrap:after {
  content: '';
  display: block;
  clear: both;
}

/***
*
*banner 
*
***/
/* line 259, ../sass/_layout.scss */
.banner {
  clear: both;
  margin: 0px 0 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 265, ../sass/_layout.scss */
.banner img {
  width: 100%;
  width: 310px;
  margin: 0 auto;
}

/* line 271, ../sass/_layout.scss */
.banner:after {
  content: '';
  display: block;
  clear: both;
}

/* line 276, ../sass/_layout.scss */
.swiper-container {
  width: 310px;
  height: 120px;
}

/***
*
*footer
*
***/
/* line 288, ../sass/_layout.scss */
.footer_wrap {
  background: #31312C;
  width: 100%;
  /*margin: 10px 0 0px 0;*/
  text-align: center;
  padding: 10px 0 10px 0;
  color: #ddd;
  font-size: 80%;
  line-height: 1.5;
}
/* line 297, ../sass/_layout.scss */
.footer_wrap .footer_logo {
  display: block;
  margin: 10px auto 10px auto;
  width: 90px;
}
/* line 299, ../sass/_layout.scss */
.footer_wrap .footer_logo img {
  width: 100%;
}
/* line 303, ../sass/_layout.scss */
.footer_wrap ul a {
  display: block;
  color: #ddd;
  margin: 20px auto 20px auto;
}

/* 以下放置做購物車時產出的可複用元件 */
/* line 311, ../sass/_layout.scss */
.hint {
  color: #bf0000;
}

/* line 314, ../sass/_layout.scss */
.btn.hint {
  color: #bf0000;
}

/* line 317, ../sass/_layout.scss */
.text-center {
  text-align: center;
}

/* line 320, ../sass/_layout.scss */
.clearfix {
  overflow: auto;
}

/* line 323, ../sass/_layout.scss */
.table-row {
  display: table-row;
}

/* line 326, ../sass/_layout.scss */
.table-cell {
  display: table-cell;
}

/* line 329, ../sass/_layout.scss */
.note {
  padding: 10px;
  font-size: 80%;
  color: #666;
  line-height: 1.5em;
}

/*可自裁過長部分之圖片結構*/
/* line 338, ../sass/_layout.scss */
.img_crop_wrapper {
  width: 75px;
}

/* line 341, ../sass/_layout.scss */
.img_crop {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

/* line 347, ../sass/_layout.scss */
.img_crop img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}

/* 部分頁面置底按鈕用的空間 */
/* line 360, ../sass/_layout.scss */
.padding_for_fixed_btn {
  height: 60px;
  width: 100%;
}

/* line 364, ../sass/_layout.scss */
.line_solid {
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 1px;
}

/* line 369, ../sass/_layout.scss */
.half_btn {
  width: 50%;
  float: left;
}

/* line 373, ../sass/_layout.scss */
.half_btn a {
  margin-right: 4px;
  font-size: 14px;
}

/* line 377, ../sass/_layout.scss */
.half_btn + .half_btn a {
  margin-right: 0;
  margin-left: 4px;
}

/* line 382, ../sass/_layout.scss */
.btn-flat {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

/* line 391, ../sass/_layout.scss */
.btn-flat.btn-default {
  border: 1px solid #bf0000;
  background: white;
  color: #bf0000;
}

/* line 396, ../sass/_layout.scss */
.btn-flat.btn-primary {
  background: #bf0000;
  color: white;
  border: 1px solid #bf0000;
}

/* 取消ios/android預設的checkbox樣式，改用新的設計-灰框白底紅勾 */
/* line 403, ../sass/_layout.scss */
input[type='checkbox'] {
  height: 20px;
  padding: 7px 7px 7px 12px;
  background: white;
  border: 1px solid #ddd;
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 416, ../sass/_layout.scss */
input[type=checkbox]:checked:after {
  margin-top: -5px;
  margin-left: -6px;
  box-sizing: border-box;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #bf0000;
  border-top: 0;
  border-left: 0;
  position: absolute;
  content: '';
}

/* line 431, ../sass/_layout.scss */
input, label {
  vertical-align: middle;
}

/* line 432, ../sass/_layout.scss */
input + label {
  margin-left: 5px;
}

/*大顆radio button樣式(須follow相對應html結構)*/
/* line 435, ../sass/_layout.scss */
input[type="radio"].round_check {
  display: none;
}

/* line 438, ../sass/_layout.scss */
input[type="radio"].round_check + .radio-icon {
  height: 30px;
  width: 30px;
  display: block;
  background: white;
  border: 1px solid #999;
  content: '';
  border-radius: 50%;
  margin-right: 10px;
}

/* line 448, ../sass/_layout.scss */
input[type="radio"]:checked.round_check + .radio-icon {
  background: #0ea146;
  border-color: #0ea146;
}

/* line 452, ../sass/_layout.scss */
input[type="radio"]:checked.round_check + .radio-icon:after {
  margin-top: 2px;
  margin-left: 10px;
  box-sizing: border-box;
  width: 10px;
  height: 20px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-top: 0;
  border-left: 0;
  position: absolute;
  content: '';
}

/***
*
*maincontent 主要內容(檔次列表)
*
***/
/* line 7, ../sass/_index.scss */
.maincontent {
  clear: both;
  margin: 0px 0 0px 0;
}
/* line 10, ../sass/_index.scss */
.maincontent p.maincontent_note {
  margin: 10px 10px 10px 10px;
}
/* line 11, ../sass/_index.scss */
.maincontent .dealcard a {
  display: block;
  background: #fff;
  /*background: red;*/
  padding: 10px 10px;
  font: 16px "Arial", "微軟正黑體", sans-serif;
  letter-spacing: normal;
  color: #999;
  line-height: 18px;
  border-bottom: 1px solid #ccc;
}
/* line 21, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left {
  width: 130px;
  height: 130px;
  margin-right: 10px;
  position: relative;
  float: left;
}
/* line 27, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap {
  position: absolute;
  top: 5px;
  left: -20px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}
/* line 34, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap .tag_7_behind {
  margin-top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  width: 90px;
  position: relative;
  z-index: 2;
}
/* line 43, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap .tag_7_behind .tag_7 {
  text-align: center;
  padding: 3px 0;
  position: relative;
  min-height: 14px;
  line-height: 14px;
}
/* line 50, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap .tag_7_behind :before {
  -webkit-transform: translateX(-15%) skewX(-45deg);
  -moz-transform: translateX(-15%) skewX(-45deg);
  -ms-transform: translateX(-15%) skewX(-45deg);
  -o-transform: translateX(-15%) skewX(-45deg);
  background: #f23082;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 55%;
  z-index: -1;
  top: 0px;
  left: 14px;
}
/* line 65, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap .tag_7_behind :after {
  -webkit-transform: translateX(15%) skewX(45deg);
  -moz-transform: translateX(15%) skewX(45deg);
  -ms-transform: translateX(15%) skewX(45deg);
  -o-transform: translateX(15%) skewX(45deg);
  background: #f23082;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 55%;
  z-index: -1;
  top: 0px;
  right: 15px;
}
/* line 83, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap ::before {
  -webkit-transform: skewY(-45deg) translate(50%, 15px);
  -webkit-transform-origin: 100% center;
  -moz-transform: skewY(-45deg) translate(50%, 15px);
  -moz-transform-origin: 100% center;
  -ms-transform: skewY(-45deg) translate(50%, 15px);
  -ms-transform-origin: 100% center;
  -o-transform: skewY(-45deg) translate(50%, 15px);
  -o-transform-origin: 100% center;
  background: #470521;
  top: -4px;
  left: -14px;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 20px;
  z-index: -2;
}
/* line 102, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .tag_7_wrap ::after {
  -webkit-transform: skewY(45deg) translate(0%, -100%);
  -webkit-transform-origin: 0;
  -moz-transform: skewY(45deg) translate(0%, -100%);
  -moz-transform-origin: 0;
  -ms-transform: skewY(45deg) translate(0%, -100%);
  -ms-transform-origin: 0;
  -o-transform: skewY(45deg) translate(0%, -100%);
  -o-transform-origin: 0;
  background: #2a0012;
  top: 5px;
  right: -4px;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  width: 20px;
  z-index: -2;
}
/* line 124, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .left_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: relative;
  background: url(http://www.17life.com/Images/17P/17topbn/17_loading_130x130.jpg);
}
/* line 131, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .left_img img {
  position: absolute;
  z-index: 0;
  height: 100%;
}
/* line 136, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .left_img img.soldout_img {
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
/* line 137, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .left_img .deal_pic {
  margin-left: -40%;
}
/* line 140, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .left_img .deal_apppic {
  margin-left: 0px;
}
/* line 143, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_left .left_img .activeLogo_img {
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 5;
  margin-left: -40%;
}
/* line 152, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right {
  background: #fff;
}
/* line 154, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_title {
  margin-bottom: 11px;
  height: 46px;
  overflow: hidden;
}
/* line 158, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_title .title_location {
  display: inline-block;
  font-size: 14px;
  margin-top: 0px;
  padding: 2px 4px;
  border-radius: 15px;
  background: #999;
  color: #fff;
}
/* line 159, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_title .title_brand {
  font-size: 16px;
  line-height: 24px;
  padding-top: 2px;
  font-weight: bold;
  color: #333;
}
/* line 160, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_title .title_name {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #666;
}
/* line 162, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_price {
  margin-bottom: 5px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #666;
}
/* line 168, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_price .price_dealprice {
  font-size: 24px;
  color: #bf0000;
  margin: 0 5px 0 0;
}
/* line 171, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_price .price_dealprice .smalltext {
  font-size: 16px;
  margin: 0;
  padding: 0;
  letter-spacing: -5px;
}
/* line 173, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_price .price_oriprice {
  text-decoration: line-through;
}
/* line 175, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_info {
  font-size: 12px;
  height: 24px;
  overflow: hidden;
}
/* line 179, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_info .info_buyer {
  line-height: 24px;
  float: left;
  margin-right: 3px;
}
/* line 184, ../sass/_index.scss */
.maincontent .dealcard a .dealcard_right .dealcard_info ul li {
  float: right;
  padding: 2px;
  margin: 0 5px 0 0px;
}
/* line 189, ../sass/_index.scss */
.maincontent .dealcard a:after {
  content: '';
  display: block;
  clear: both;
}
/* line 194, ../sass/_index.scss */
.maincontent .dealcard .sticker {
  position: relative;
  background: pink;
}
/* line 197, ../sass/_index.scss */
.maincontent .dealcard .sticker img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75px;
  height: 75px;
  z-index: 30;
}

/****
*
*搜尋頁
*
****/
/* line 8, ../sass/_search.scss */
.content_search .header_wrapper_slider {
  display: none;
}
/* line 9, ../sass/_search.scss */
.content_search .banner {
  display: none;
}
/* line 10, ../sass/_search.scss */
.content_search .menu_wrap {
  display: none;
}
/* line 12, ../sass/_search.scss */
.content_search .search_box_wrap {
  padding: 0 10px 0 10px;
}
/* line 14, ../sass/_search.scss */
.content_search .search_box_wrap .search_bar {
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
  float: left;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
/* line 22, ../sass/_search.scss */
.content_search .search_box_wrap .search_bar input.search_bar_input {
  border: none;
  outline: none;
  height: 32px;
  width: 100%;
  padding-left: 10px;
  font-size: 100%;
  line-height: 32px;
}
/* line 23, ../sass/_search.scss */
.content_search .search_box_wrap .search_bar input.search_btn {
  float: right;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  background: url(http://www.17life.com/Images/17P/17topbn/search_button_50x50.png);
}
/* line 24, ../sass/_search.scss */
.content_search .search_box_wrap .search_bar i.fa-spin {
  position: absolute;
  top: 2px;
  right: 30px;
  line-height: 34px;
  width: 52px;
  height: 34px;
  margin-right: 5px;
  cursor: pointer;
  color: #007aff;
}
/* line 25, ../sass/_search.scss */
.content_search .search_box_wrap .search_bar i.fa-search {
  position: absolute;
  top: 2px;
  right: 0;
  line-height: 34px;
  width: 52px;
  height: 34px;
  margin-right: 5px;
  cursor: pointer;
}
/* line 28, ../sass/_search.scss */
.content_search .search_box_wrap:after {
  content: '';
  display: block;
  clear: both;
}
/* line 34, ../sass/_search.scss */
.content_search .search_hot_wrap {
  margin: 10px auto;
}
/* line 36, ../sass/_search.scss */
.content_search .search_hot_wrap h3 {
  text-align: center;
  font-size: 100%;
  margin: 20px 0 10px 0;
}
/* line 37, ../sass/_search.scss */
.content_search .search_hot_wrap ul li a {
  display: block;
  text-align: center;
  font-size: 100%;
  margin-bottom: 1px;
  color: #007aff;
  height: 40px;
  line-height: 40px;
}
/* line 40, ../sass/_search.scss */
.content_search .search_history_wrap {
  background: #fff;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  /*li>i:hover{ background: yellow;}*/
}
/* line 44, ../sass/_search.scss */
.content_search .search_history_wrap ul li {
  position: relative;
}
/* line 47, ../sass/_search.scss */
.content_search .search_history_wrap ul li a {
  display: block;
  color: #666;
  border-bottom: 1px solid #ddd;
  height: 44px;
  width: 100%;
  line-height: 44px;
}
/* line 54, ../sass/_search.scss */
.content_search .search_history_wrap ul li i {
  margin-left: 10px;
}
/* line 57, ../sass/_search.scss */
.content_search .search_history_wrap li > i {
  position: absolute;
  right: 15px;
  top: 5px;
  height: 30px;
  width: 30px;
  line-height: 40px;
  color: #666;
}
/* line 67, ../sass/_search.scss */
.content_search .search_history_wrap i.fa-arrow-up {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari */
  transform: rotate(-45deg);
}
/* line 74, ../sass/_search.scss */
.content_search .search_auto_wrap {
  background: #fff;
  border-top: 1px solid #ddd;
  margin: 10px auto;
}
/* line 78, ../sass/_search.scss */
.content_search .search_auto_wrap ul li {
  position: relative;
}
/* line 81, ../sass/_search.scss */
.content_search .search_auto_wrap ul li a {
  display: block;
  color: #666;
  border-bottom: 1px solid #ddd;
  height: 44px;
  width: 100%;
  line-height: 44px;
}
/* line 88, ../sass/_search.scss */
.content_search .search_auto_wrap ul li span {
  margin-left: 10px;
}
/* line 89, ../sass/_search.scss */
.content_search .search_auto_wrap li i {
  float: right;
  margin-right: 10px;
  line-height: 44px;
  color: #666;
}

/****
*
*搜尋結果頁
*
****/
/* line 104, ../sass/_search.scss */
.search_result_wrap {
  width: 100%;
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 109, ../sass/_search.scss */
.search_result_wrap .result_box {
  margin: 10px;
  padding: 5px;
  background: white;
  border: 1px solid #ddd;
  color: #999;
}
/* line 115, ../sass/_search.scss */
.search_result_wrap .result_box i {
  color: #0ea146;
}
/* line 117, ../sass/_search.scss */
.search_result_wrap .result_none {
  margin: 10px;
  padding: 5px;
  color: #999;
  background: white;
  border: 1px solid #ddd;
}
/* line 123, ../sass/_search.scss */
.search_result_wrap .result_none i {
  color: #bf0000;
}

/* 搜尋結果頁需篩選 201609 by stanley */
/* line 128, ../sass/_search.scss */
.result_box {
  position: relative;
  line-height: 2.2;
}

/* line 132, ../sass/_search.scss */
.result_filter {
  position: static;
  margin: 5px 30%;
}

/* line 136, ../sass/_search.scss */
.select_1 {
  float: none;
  height: 29px;
  border: 1px solid #c70000;
  background: url(../images/icon_select_down.png) right no-repeat;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

/* line 145, ../sass/_search.scss */
.select_1 select {
  width: 100%;
  height: 29px;
  padding: 0 30px 0 10px;
  background: transparent;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  border: none;
  outline: none;
  font-size: 14px;
  color: #666;
}

/****
*
*會員頁
*
****/
/* line 8, ../sass/_member.scss */
.content_member .member_info_wrap {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #fff;
}
/* line 13, ../sass/_member.scss */
.content_member .member_info_wrap .member_bg {
  background: url(../images/nice_snow.jpg);
  width: 120%;
  min-height: 180px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 0;
}
/* line 14, ../sass/_member.scss */
.content_member .member_info_wrap .member_bg img {
  max-width: 140%;
  min-height: 180px;
  overflow: hidden;
}
/* line 28, ../sass/_member.scss */
.content_member .member_info_wrap .blur {
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* line 34, ../sass/_member.scss */
.content_member .member_info_wrap .member_img {
  position: relative;
  background: pink;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  margin-top: 20px;
  border-radius: 40px;
  background: url(../images/login_no_profile.jpg);
}
/* line 43, ../sass/_member.scss */
.content_member .member_info_wrap .member_img img {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #ddd;
  border: none;
}
/* line 50, ../sass/_member.scss */
.content_member .member_info_wrap .member_info {
  position: relative;
  color: #fff;
  display: block;
  margin: 20px auto;
  text-align: center;
  margin: 20px auto;
  z-index: 3;
}
/* line 58, ../sass/_member.scss */
.content_member .member_info_wrap .member_info ul {
  display: inline-block;
}
/* line 59, ../sass/_member.scss */
.content_member .member_info_wrap .member_info i {
  float: right;
  margin-left: 0px;
  position: absolute;
  /* left: 65%;  */
  top: 12px;
}
/* line 60, ../sass/_member.scss */
.content_member .member_info_wrap .member_info .user_name {
  font-size: 150%;
  margin-bottom: 3px;
}
/* line 61, ../sass/_member.scss */
.content_member .member_info_wrap .member_info .user_mail {
  font-size: 80%;
}
/* line 65, ../sass/_member.scss */
.content_member ul.member_bonus {
  height: 65px;
  border-bottom: 1px solid #ddd;
  background: white;
}
/* line 70, ../sass/_member.scss */
.content_member ul.member_bonus li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 33%;
  height: 65px;
  float: left;
  border-left: 1px solid #ddd;
  text-align: center;
}
/* line 79, ../sass/_member.scss */
.content_member ul.member_bonus li .bonus_num {
  font-size: 150%;
  color: #666;
  margin: 10px 0 8px 0;
}
/* line 80, ../sass/_member.scss */
.content_member ul.member_bonus li span {
  color: #999;
  font-size: 100%;
}
/* line 81, ../sass/_member.scss */
.content_member ul.member_bonus li span.unit {
  font-size: 60%;
}
/* line 82, ../sass/_member.scss */
.content_member ul.member_bonus li span.red {
  color: #bf0000;
}
/* line 84, ../sass/_member.scss */
.content_member ul.member_bonus li:first-child {
  width: 34%;
  border-left: none;
}
/* line 88, ../sass/_member.scss */
.content_member .member_list_wrap {
  background: white;
  border-top: 1px solid #ddd;
  margin: 10px 0 10px 0;
}
/* line 93, ../sass/_member.scss */
.content_member .member_list_wrap li a {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #999;
}
/* line 100, ../sass/_member.scss */
.content_member .member_list_wrap li i:first-child {
  float: left;
  height: 48px;
  font-size: 100%;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 48px;
}
/* line 101, ../sass/_member.scss */
.content_member .member_list_wrap li i.icon_right {
  position: absolute;
  right: 10px;
  height: 48px;
  line-height: 48px;
}
/* line 102, ../sass/_member.scss */
.content_member .member_list_wrap li .mian_title {
  font-size: 100%;
  color: #333;
  padding-top: 10px;
  margin-bottom: 2px;
}
/* line 103, ../sass/_member.scss */
.content_member .member_list_wrap li .sub_title {
  font-size: 80%;
}
/* line 106, ../sass/_member.scss */
.content_member .member_list_wrap li:last-child .mian_title {
  padding-top: 16px;
}
/* line 107, ../sass/_member.scss */
.content_member .member_list_wrap li:last-child .icon_right {
  display: none;
}

/***
*
*app下載banner
*
***/
/*full bn*/
/* line 8, ../sass/_appbn.scss */
.appbn_full {
  width: 100%;
  position: absolute;
  z-index: 100;
  background: url(../images/appbn_bg_b.jpg);
  background-size: 100% auto;
}

/* line 16, ../sass/_appbn.scss */
.appbn_full .btn_close {
  position: absolute;
  right: 0;
  z-index: 200;
  width: 60px;
  height: 20px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

/* line 27, ../sass/_appbn.scss */
.appbn_full .btn_close a {
  display: block;
}

/* line 30, ../sass/_appbn.scss */
.appbn_full_text {
  width: 100%;
  margin-top: 5%;
}

/* line 34, ../sass/_appbn.scss */
.appbn_full_text img {
  width: 100%;
}

/*top bn*/
/* line 40, ../sass/_appbn.scss */
.appbn_top {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #c21e65;
  color: #fff;
  overflow: hidden;
}

/* line 48, ../sass/_appbn.scss */
.appbn_top .btn_close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

/* line 54, ../sass/_appbn.scss */
.appbn_top .appbn_top_content {
  position: relative;
  z-index: 20;
  height: 80px;
}

/* line 59, ../sass/_appbn.scss */
.appbn_top .appbn_top_content .btn_appbn_link {
  width: 100%;
  height: 80px;
  display: block;
}

/* line 64, ../sass/_appbn.scss */
.appbn_top .appbn_top_content .appbn_icon {
  width: 52px;
  height: 52px;
  color: #bf0000;
  text-align: center;
  position: absolute;
  left: 50px;
  top: 14px;
}

/* line 73, ../sass/_appbn.scss */
.appbn_top .appbn_top_content .appbn_icon img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 2px 2px 0px #5f0431;
}

/* line 78, ../sass/_appbn.scss */
.appbn_top .appbn_top_content .appbn_text {
  position: absolute;
  top: 24px;
  left: 110px;
  line-height: 1.3;
  color: #fff;
  font-size: 80%;
  font-weight: lighter;
}

/* line 87, ../sass/_appbn.scss */
.appbn_top .appbn_top_content .btn_dowmload {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 14%;
  width: 54px;
  height: 34px;
  float: right;
}

/* line 96, ../sass/_appbn.scss */
.appbn_top .appbn_top_content .btn_dowmload {
  display: block;
  line-height: 34px;
  font-size: 80%;
  text-align: center;
  color: #fff;
  margin: 0 0px 0 0;
  background: gray;
  background: url(../images/appbn_btn_download.png);
}

/* line 106, ../sass/_appbn.scss */
.appbn_top .appbn_top_bg {
  position: absolute;
  top: 0;
  height: 80px;
  width: 100%;
}

/* line 112, ../sass/_appbn.scss */
.appbn_top .appbn_top_bg a {
  z-index: 20;
  /**/
}

/* line 115, ../sass/_appbn.scss */
.appbn_top .appbn_top_bg img {
  width: 100%;
}

/*滿版appbn下載頁 裝置橫躺*/
@media only screen and (min-width: 480px) and (orientation: landscape) {
  /* line 123, ../sass/_appbn.scss */
  .appbn_full {
    background: url(../images/appbn_bg_land.jpg);
    background-size: 100% auto;
  }

  /* line 127, ../sass/_appbn.scss */
  .appbn_full_text {
    width: 50%;
    margin-top: 10%;
    margin-left: 10%;
  }

  /* line 132, ../sass/_appbn.scss */
  .appbn_full_text img {
    width: 100%;
  }
}
/****
*
*策展廠商館
*
****/
/* line 7, ../sass/_store.scss */
.content_store {
  /*coupon樣式*/
}
/* line 8, ../sass/_store.scss */
.content_store ul.store_nav {
  height: 44px;
  -webkit-flex-direction: row;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
/* line 23, ../sass/_store.scss */
.content_store ul.store_nav li {
  float: left;
  margin-right: 10px;
  flex: none;
}
/* line 27, ../sass/_store.scss */
.content_store ul.store_nav li a {
  display: block;
  color: #666;
  line-height: 42px;
  padding: 0px 15px;
}
/* line 33, ../sass/_store.scss */
.content_store ul.store_nav li a.on {
  color: #ed1c3a;
  border-bottom: 2px solid #ed1c3a;
}
/* line 39, ../sass/_store.scss */
.content_store .store_bn {
  position: relative;
  margin-bottom: 10px;
}
/* line 42, ../sass/_store.scss */
.content_store .store_bn ul {
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* line 47, ../sass/_store.scss */
.content_store .store_bn ul li {
  width: 44px;
  height: 44px;
  float: left;
  margin-left: 10px;
}
/* line 52, ../sass/_store.scss */
.content_store .store_bn ul li a {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  background: #31312C;
  box-shadow: 1px 0px 3px #333;
  opacity: 0.9;
  border-radius: 30px;
  position: absolute;
}
/* line 61, ../sass/_store.scss */
.content_store .store_bn ul li a i {
  line-height: 44px;
  color: white;
}
/* line 67, ../sass/_store.scss */
.content_store .store_bn ul li a.coupon_share_on {
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
/* line 72, ../sass/_store.scss */
.content_store .store_bn ul li a.coupon_share_fb {
  bottom: 10px;
  right: 10px;
  border: 1px solid #2E62AD;
  border-radius: 30px;
  background-color: white;
}
/* line 79, ../sass/_store.scss */
.content_store .store_bn ul li a.coupon_share_line {
  bottom: 10px;
  right: 10px;
  border: 1px solid #5AC247;
  border-radius: 30px;
  background-color: white;
}
/* line 89, ../sass/_store.scss */
.content_store .store_bn img {
  width: 100%;
  height: auto;
}
/* line 95, ../sass/_store.scss */
.content_store .coupon_wrap {
  background: white;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* line 102, ../sass/_store.scss */
.content_store .coupon_wrap ul {
  width: 320px;
  /* min-height: 190px; */
  margin: 0 auto;
}
/* line 108, ../sass/_store.scss */
.content_store .coupon_wrap ul li {
  float: left;
  width: 144px;
  height: 84px;
  margin: 0px 0px 10px 10px;
  position: relative;
}
/* line 114, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_soldout {
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 64px;
  color: white;
  width: 144px;
  height: 64px;
  z-index: 30;
}
/* line 125, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_bg {
  position: relative;
}
/* line 127, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_bg img {
  position: absolute;
  z-index: 5;
  width: 100%;
}
/* line 132, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_bg .coupon_p {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 10px;
  width: 80px;
  height: 90px;
  overflow: hidden;
  text-align: center;
}
/* line 141, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_bg .coupon_p p {
  text-align: center;
}
/* line 145, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_bg p.coupon_h1 {
  font-size: 150%;
  line-height: 1.5;
  color: #333;
}
/* line 150, ../sass/_store.scss */
.content_store .coupon_wrap ul li .coupon_bg p.coupon_h2 {
  font-size: 80%;
  color: #999;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
}
/* line 159, ../sass/_store.scss */
.content_store .coupon_wrap ul li p.coupon_h3 {
  /*position: absolute;
  z-index: 10;
  top: 65px;*/
  /*left: 40px;*/
  color: #666;
  font-size: 80%;
  text-align: center;
  margin-top: 70px;
  /**/
}
/* line 171, ../sass/_store.scss */
.content_store .banner {
  padding-bottom: 25px;
}
/* line 173, ../sass/_store.scss */
.content_store .banner .swiper-container {
  height: auto;
  position: relative;
}
/* line 176, ../sass/_store.scss */
.content_store .banner .swiper-container .store_hover_place {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
/* line 185, ../sass/_store.scss */
.content_store .banner .swiper-container .store_hover_place p {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 192, ../sass/_store.scss */
.content_store .banner .swiper-container .swiper-pagination {
  margin-bottom: -25px;
}
/* line 197, ../sass/_store.scss */
.content_store ul.store_filter {
  clear: both;
  padding: 0 10px 0 10px;
  -webkit-flex-direction: row;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 1;
  margin: 5px 0 10px 0;
}
/* line 214, ../sass/_store.scss */
.content_store ul.store_filter li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  flex: none;
  /*重要*/
}
/* line 219, ../sass/_store.scss */
.content_store ul.store_filter li a {
  display: block;
  background: #f0efed;
  color: #666;
  padding: 10px;
  color: #666;
  border: 1px solid;
  border-color: #999;
}
/* line 228, ../sass/_store.scss */
.content_store ul.store_filter li a:focus, .content_store ul.store_filter li a:visited {
  display: block;
  padding: 10px;
  color: #666;
  border: 1px solid;
  border-color: #999;
  outline: 0;
}
/* line 236, ../sass/_store.scss */
.content_store ul.store_filter li a:hover, .content_store ul.store_filter li a:active {
  background: #f0efed;
  color: #666;
  border: 1px solid;
  border-color: #999;
}
/* line 244, ../sass/_store.scss */
.content_store ul.store_filter li.ui-tabs-active a {
  background: #ed1c3a;
  color: white;
  border: 1px solid;
  border-color: #ed1c3a;
}
/* line 252, ../sass/_store.scss */
.content_store .coupon_notice {
  margin: 20px 10px 10px 10px;
}
/* line 254, ../sass/_store.scss */
.content_store .coupon_notice p.title {
  color: #333;
  padding: 0 0 5px 0;
}
/* line 258, ../sass/_store.scss */
.content_store .coupon_notice .coupon_notice_edit {
  border: 1px solid #ddd;
}

/****
*
*策展列表頁
*
****/
/* line 7, ../sass/_exhibition_list.scss */
body {
  /*background-image:url(http://www.17life.com/images/17P/active/20161212_exhibition/exhibitionCh_mainBn_m.jpg);
  background-size: contain;
  background-repeat: no-repeat;*/
}

/* line 12, ../sass/_exhibition_list.scss */
.clearfix {
  overflow: hidden;
}

/* line 17, ../sass/_exhibition_list.scss */
.content_exhibition_list .bottom_wrap {
  position: fixed;
  /*bottom: 0;*/
  top: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 50;
}
/* line 25, ../sass/_exhibition_list.scss */
.content_exhibition_list .bottom_wrap ul li {
  float: left;
  width: 25%;
  max-width: 100px;
  min-height: 35px;
  text-align: center;
  line-height: 1.7;
  font-size: 80%;
}
/* line 33, ../sass/_exhibition_list.scss */
.content_exhibition_list .bottom_wrap ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0 10px 0;
}
/* line 39, ../sass/_exhibition_list.scss */
.content_exhibition_list .bottom_wrap ul li a.on {
  color: white;
  background: #F11B75;
}
/* line 45, ../sass/_exhibition_list.scss */
.content_exhibition_list .bottom_wrap ul li.current a {
  color: white;
  background: #F11B75;
}
/* line 52, ../sass/_exhibition_list.scss */
.content_exhibition_list .main_bn {
  position: relative;
  margin-top: -10px;
}
/* line 55, ../sass/_exhibition_list.scss */
.content_exhibition_list .main_bn img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 61, ../sass/_exhibition_list.scss */
.content_exhibition_list .bn_today_wrap {
  padding: 10px 0 10px 0;
  margin-top: -50px;
}
/* line 64, ../sass/_exhibition_list.scss */
.content_exhibition_list .bn_today_wrap .horizontal_line {
  text-align: center;
  margin: 5px 0 5px 0;
  font-size: 100%;
  background: url(http://www.17life.com/images/17P/active/exhibitionCh/exhibitionCh_titleBg_m.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 73, ../sass/_exhibition_list.scss */
.content_exhibition_list .bn_today_wrap .banner img {
  width: 300px;
}
/* line 76, ../sass/_exhibition_list.scss */
.content_exhibition_list .bn_today_wrap .banner .swiper-container {
  height: auto;
  width: 300px;
}
/* line 83, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list {
  margin-top: -80px;
}
/* line 86, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list ul li {
  width: 94%;
  padding: 0 3% 4% 3%;
}
/* line 89, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list ul li a {
  display: block;
  /**/
}
/* line 91, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list ul li a img {
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 3px #ccc;
}
/* line 96, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list ul li a img {
  /*background:url(http://www.17life.com/images/17P/active/20161111_exhibition/wait.gif) no-repeat 50% 50%;*/
  background: url(http://www.17life.com/Themes/PCweb/images/ppon-M1_pic.jpg) no-repeat 50% 50%;
  /*background-size: 20px 20px;*/
  min-height: 150px;
}
/* line 103, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list ul li .item_block {
  position: absolute;
  z-index: 10;
  width: 95%;
}
/* line 107, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list ul li .item_block img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/* line 115, ../sass/_exhibition_list.scss */
.content_exhibition_list .banner_list p.horizontal_line {
  text-align: center;
  line-height: 1.4;
  font-size: 150%;
  color: #333;
  /*color: #F32C83;*/
  margin: 30px 0 10px 0;
  background: url(http://www.17life.com/images/17P/active/exhibitionCh/exhibitionCh_titleBg_m.png);
  background-repeat: no-repeat;
  background-position: center;
}

/****
*
*策展說明頁
*
****/
/* line 7, ../sass/_notice.scss */
.go_exhibition {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 50;
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 150%;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #ccc;
}
/* line 18, ../sass/_notice.scss */
.go_exhibition a {
  color: white;
  background: #bf0000;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0 1px 3px #666;
}

/* line 27, ../sass/_notice.scss */
.content_notice .notice_bn {
  margin-bottom: 10px;
}
/* line 29, ../sass/_notice.scss */
.content_notice .notice_bn img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 35, ../sass/_notice.scss */
.content_notice .coupon_notice {
  background: white;
  padding: 10px;
}
/* line 38, ../sass/_notice.scss */
.content_notice .coupon_notice h3 {
  font-size: 100%;
  margin-bottom: 10px;
  line-height: 1.8;
  background: #F11B75;
  color: white;
  padding-left: 10px;
  text-align: center;
}
/* line 47, ../sass/_notice.scss */
.content_notice .coupon_notice h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  color: #333;
}
/* line 52, ../sass/_notice.scss */
.content_notice .coupon_notice p {
  color: #666;
  font-size: 100%;
  line-height: 1.4;
  padding: 10px;
}
/* line 58, ../sass/_notice.scss */
.content_notice .coupon_notice span.blue {
  color: #007aff;
}
/* line 61, ../sass/_notice.scss */
.content_notice .coupon_notice span.green {
  color: #0ea146;
}
/* line 64, ../sass/_notice.scss */
.content_notice .coupon_notice span.green_strong {
  color: #0ea146;
  font-weight: bold;
}
/* line 68, ../sass/_notice.scss */
.content_notice .coupon_notice span.pink {
  color: #F11B75;
}
/* line 71, ../sass/_notice.scss */
.content_notice .coupon_notice span.strong {
  color: #333;
}
/* line 74, ../sass/_notice.scss */
.content_notice .coupon_notice table, .content_notice .coupon_notice th, .content_notice .coupon_notice td {
  border: 1px solid #ccc;
}
/* line 77, ../sass/_notice.scss */
.content_notice .coupon_notice table {
  /*float: left;*/
  margin-right: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 83, ../sass/_notice.scss */
.content_notice .coupon_notice td {
  padding: 5px 15px;
}
/* line 86, ../sass/_notice.scss */
.content_notice .coupon_notice table.time_table td {
  padding: 5px;
}
/* line 89, ../sass/_notice.scss */
.content_notice .coupon_notice a {
  text-decoration: underline;
  color: #007aff;
}
/* line 93, ../sass/_notice.scss */
.content_notice .coupon_notice ul {
  padding-left: 20px;
}
/* line 95, ../sass/_notice.scss */
.content_notice .coupon_notice ul li {
  list-style: decimal;
  color: #666;
  line-height: 1.4;
}
/* line 99, ../sass/_notice.scss */
.content_notice .coupon_notice ul li li {
  list-style: lower-alpha;
}
/* line 105, ../sass/_notice.scss */
.content_notice .coupon_notice ul.square_ul li {
  list-style: square;
  line-height: 1.6;
}
/* line 110, ../sass/_notice.scss */
.content_notice .coupon_notice .coupon_notice_block {
  width: 100%;
  /*float: left;*/
  margin-bottom: 20px;
}
/* line 114, ../sass/_notice.scss */
.content_notice .coupon_notice .coupon_notice_block img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 3, ../sass/_exhibition_active_list.scss */
.header_wrapper_fixed {
  /*position: relative;*/
}
/* line 5, ../sass/_exhibition_active_list.scss */
.header_wrapper_fixed .top_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
/* line 12, ../sass/_exhibition_active_list.scss */
.header_wrapper_fixed .top_wrap ul li {
  overflow: hidden;
  float: left;
  width: 25%;
  max-width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 80%;
}
/* line 21, ../sass/_exhibition_active_list.scss */
.header_wrapper_fixed .top_wrap ul li a {
  display: block;
  text-decoration: none;
}

/****
*
*策展列表頁
*
****/
/* line 34, ../sass/_exhibition_active_list.scss */
.clearfix {
  overflow: hidden;
}

/* line 42, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn {
  position: relative;
}
/* line 44, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul {
  z-index: 10;
}
/* line 46, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul li {
  margin-left: 10px;
}
/* line 48, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul li a {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  background: #31312C;
  box-shadow: 1px 0px 3px #333;
  opacity: 0.9;
  border-radius: 30px;
  position: absolute;
}
/* line 57, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul li a i {
  line-height: 44px;
  color: white;
}
/* line 63, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul li a.coupon_share_on {
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
/* line 68, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul li a.coupon_share_fb {
  bottom: 10px;
  right: 10px;
  border: 1px solid #2E62AD;
  border-radius: 30px;
  background-color: white;
}
/* line 75, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn ul li a.coupon_share_line {
  bottom: 10px;
  right: 10px;
  border: 1px solid #5AC247;
  border-radius: 30px;
  background-color: white;
}
/* line 84, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .main_bn img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 90, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .bn_today_wrap {
  padding: 10px 0 10px 0;
}
/* line 92, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .bn_today_wrap .horizontal_line {
  text-align: center;
  margin: 5px 0 0px 0;
  font-size: 100%;
}
/* line 98, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .bn_today_wrap .banner img {
  width: 300px;
}
/* line 101, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .bn_today_wrap .banner .swiper-container {
  height: auto;
  width: 300px;
}
/* line 105, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .bn_today_wrap .banner .swiper-container a img {
  border-radius: 5px;
}
/* line 115, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list ul li {
  width: 95%;
  padding: 0 2.5% 4% 2.5%;
}
/* line 118, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list ul li .item_block {
  position: absolute;
  z-index: 10;
  width: 95%;
}
/* line 122, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list ul li .item_block img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/* line 128, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list ul li a {
  display: block;
}
/* line 130, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list ul li a img {
  width: 100%;
  height: auto;
  drop-shadow: 0px 1px 3px #ccc;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
}
/* line 138, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list ul li a img {
  min-height: 130px;
}
/* line 144, ../sass/_exhibition_active_list.scss */
.content_exhibition_active_list .banner_list p.horizontal_line {
  text-align: center;
  font-size: 100%;
  margin: 10px 0 0px 0;
}

/****
*
*客服 選單頁
*
****/
/* line 7, ../sass/_service_menu.scss */
.content_service_menu {
  /*常見問題&其他服務*/
  /*選單列表*/
}
/* line 10, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 50px;
}
/* line 15, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li a {
  display: block;
  color: #333;
}
/* line 19, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li a:visited {
  outline: 0;
}
/* line 20, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li a:focus {
  outline: 0;
}
/* line 22, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li.ui-tabs-active {
  border-bottom: 3px solid #bf0000;
}
/* line 24, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li.ui-tabs-active a.ui-tabs-anchor {
  color: #bf0000;
}
/* line 27, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li.ui-tabs-active a:visited {
  outline: 0;
}
/* line 28, ../sass/_service_menu.scss */
.content_service_menu ul.service_menu li.ui-tabs-active a:focus {
  outline: 0;
}
/* line 32, ../sass/_service_menu.scss */
.content_service_menu .maincontent {
  min-height: 400px;
}
/* line 36, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs ul li {
  line-height: 48px;
  background: white;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
}
/* line 41, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs ul li a {
  display: block;
  color: #333;
}
/* line 44, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs ul li a i {
  float: right;
  line-height: 48px;
  color: #999;
}
/* line 52, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs .ad_link {
  margin: 0 auto;
  width: 100%;
  clear: both;
}
/* line 56, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs .ad_link div {
  width: 50%;
  float: left;
}
/* line 57, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs .ad_link div a {
  color: #666;
}
/* line 60, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs .ad_link div p {
  padding: 0px 10px 10px 10px;
  font-size: 80%;
  line-height: 1.4;
}
/* line 65, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs .ad_link div p.service_title {
  /*padding: 10px 0 0 5px;*/
  padding: 2px 2px 2px 4px;
  margin: 20px 0 0 10px;
  border-left: 4px solid #999;
  line-height: 1.4;
  font-size: 100%;
}
/* line 73, ../sass/_service_menu.scss */
.content_service_menu .maincontent .tabs .ad_link div img {
  width: 90%;
  max-width: 200px;
  padding: 10px;
}

/*分享跳窗*/
/* line 2, ../sass/_detail.scss */
.share_wrap {
  background: white;
  width: 88%;
  padding: 10px;
  position: relative;
}
/* line 7, ../sass/_detail.scss */
.share_wrap .b-close {
  position: absolute;
  right: -5px;
  top: -30px;
  background: white;
  border-radius: 50px;
  box-shadow: 0px 0px 3px #999;
}
/* line 14, ../sass/_detail.scss */
.share_wrap .b-close i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
/* line 21, ../sass/_detail.scss */
.share_wrap .share_main {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}
/* line 25, ../sass/_detail.scss */
.share_wrap .share_main h5 {
  font-size: 150%;
  color: #666;
  text-align: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #666;
  margin: 0 0 10px 0;
}
/* line 33, ../sass/_detail.scss */
.share_wrap .share_main ul {
  width: 100%;
  margin: 20px 0 20px 0;
}
/* line 37, ../sass/_detail.scss */
.share_wrap .share_main ul li a {
  width: 24%;
  display: block;
  float: left;
  margin-right: 1%;
  font-size: 80%;
  line-height: 1.4;
  color: #666;
  text-align: center;
  text-decoration: none;
}
/* line 47, ../sass/_detail.scss */
.share_wrap .share_main ul li a img {
  width: 100%;
}
/* line 53, ../sass/_detail.scss */
.share_wrap .share_main p.text_normal {
  font-size: 100%;
  color: #666;
  line-height: 1.4;
  text-align: center;
}
/* line 59, ../sass/_detail.scss */
.share_wrap .share_main p.note {
  font-size: 80%;
  color: #666;
  line-height: 1.4;
  text-align: left;
}
/* line 65, ../sass/_detail.scss */
.share_wrap .share_main a {
  font-size: 80%;
  color: #007aff;
  text-align: right;
  display: block;
  text-decoration: underline;
  margin: 10px 0 10px;
}
/* line 77, ../sass/_detail.scss */
.share_wrap .share_gotologin ul li a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 100%;
}
/* line 83, ../sass/_detail.scss */
.share_wrap .share_gotologin ul li a.btn_color {
  color: white;
}
/* line 86, ../sass/_detail.scss */
.share_wrap .share_gotologin ul li a.btn_line {
  color: #bf0000;
}

/****
*
*商品頁
*
****/
/* line 100, ../sass/_detail.scss */
.content_detail {
  /*行銷bn*/
  /*售完推薦*/
  /*商品基本資訊*/
  /*detail_specialNews*/
  /*行銷bn*/
  /*商品內容*/
  /*購買按鈕*/
}
/* line 102, ../sass/_detail.scss */
.content_detail .detail_bnTop {
  width: 96%;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
/* line 106, ../sass/_detail.scss */
.content_detail .detail_bnTop img {
  width: 100%;
}
/* line 112, ../sass/_detail.scss */
.content_detail .soldout_wrap {
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
/* line 117, ../sass/_detail.scss */
.content_detail .soldout_wrap p.soldout_text {
  font-size: 80%;
  color: #999;
  padding: 10px 0 10px 10px;
}
/* line 122, ../sass/_detail.scss */
.content_detail .soldout_wrap ul.soldout_tab {
  background: white;
}
/* line 125, ../sass/_detail.scss */
.content_detail .soldout_wrap ul.soldout_tab li a {
  float: left;
  width: 50%;
  margin: 0 0px 10px 0;
  line-height: 44px;
  text-align: center;
  color: #666;
  background: #f0efed;
}
/* line 134, ../sass/_detail.scss */
.content_detail .soldout_wrap ul.soldout_tab li a.active {
  color: #bf0000;
  background: white;
}
/* line 140, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul {
  overflow-x: scroll;
  white-space: nowrap;
  background: white;
  padding-left: 10px;
}
/* line 145, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li {
  display: inline-block;
  white-space: normal;
}
/* line 148, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a {
  width: 150px;
  display: block;
  line-height: 1.4;
  margin: 0 10px 0 0;
}
/* line 153, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 159, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a .soldout_title {
  width: 150px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
  color: #666;
  font-size: 80%;
}
/* line 167, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a .soldout_price {
  height: 24px;
  margin-bottom: 5px;
  text-align: left;
}
/* line 171, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a .soldout_price span {
  color: #999;
  font-size: 80%;
}
/* line 174, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a .soldout_price span span {
  padding-left: 2px;
}
/* line 178, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a .soldout_price span.price_oriprice {
  text-decoration: line-through;
}
/* line 181, ../sass/_detail.scss */
.content_detail .soldout_wrap .soldout_item ul li a .soldout_price span.price_dealprice {
  float: right;
  font-size: 100%;
  color: #bf0000;
}
/* line 193, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap {
  background: white;
  padding: 0 0 10px 0;
}
/* line 196, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_img {
  position: relative;
  margin-bottom: 10px;
}
/* line 199, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_img img {
  width: 100%;
}
/* line 202, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_img p {
  font-size: 80%;
  color: white;
}
/* line 206, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_img .baseInfo_img_pLfet {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 30;
}
/* line 212, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_img .baseInfo_img_pRight {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 30;
}
/* line 218, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_img .baseInfo_img_shadowBottom {
  background: url(../images/item_img_shadow_bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 128px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
/* line 228, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap h3 {
  font-size: 150%;
  color: #333;
  padding: 0 10px 10px 10px;
}
/* line 233, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap p.description {
  padding: 0 10px 10px 10px;
  color: #999;
  font-size: 80%;
  line-height: 1.4;
}
/* line 239, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price {
  padding: 0 10px 10px 10px;
  color: #999;
}
/* line 242, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price span {
  font-size: 100%;
}
/* line 245, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price span.discount {
  color: #333;
}
/* line 248, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price span.dealPrice {
  font-size: 150%;
  color: #bf0000;
}
/* line 252, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price span.oriPrice {
  color: #999;
  text-decoration: line-through;
}
/* line 256, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price .rating {
  float: right;
  padding-top: 5px;
}
/* line 259, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price .rating span.rating_count {
  color: #f60;
}
/* line 262, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_price .rating .fa {
  margin: 0;
}
/* line 267, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_tag {
  padding: 0 10px 0px 10px;
  color: #999;
}
/* line 270, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_tag span {
  font-size: 80%;
  line-height: 22px;
}
/* line 274, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_tag ul.info_tag {
  float: right;
}
/* line 276, ../sass/_detail.scss */
.content_detail .detail_baseInfo_wrap .baseInfo_tag ul.info_tag li {
  float: right;
  font-size: 80%;
  padding: 4px 4px;
  margin: 0 0px 0 5px;
}
/* line 287, ../sass/_detail.scss */
.content_detail .detail_specialNews {
  padding: 0px 0 0px 0;
}
/* line 289, ../sass/_detail.scss */
.content_detail .detail_specialNews p {
  width: 96%;
  margin: 0 auto;
  padding: 2%;
  background: #ddd;
  font-size: 80%;
  line-height: 1.4;
  color: #666;
}
/* line 301, ../sass/_detail.scss */
.content_detail .detail_bnMiddle {
  padding: 10px 0 10px 0;
}
/* line 303, ../sass/_detail.scss */
.content_detail .detail_bnMiddle img {
  width: 96%;
  padding: 0 2% 2% 2%;
}
/* line 310, ../sass/_detail.scss */
.content_detail .detail_main_wrap {
  background: white;
}
/* line 312, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainNav {
  width: 100%;
}
/* line 314, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainNav ul {
  border-bottom: 2px solid #31312C;
  clear: both;
}
/* line 318, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainNav ul li a {
  display: block;
  width: 33.3%;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 80%;
  color: #666;
  background: white;
}
/* line 328, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainNav ul li a.active {
  width: 33.3%;
  background: #31312C;
  color: white;
}
/* line 335, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainNav ul li:nth-child(2) a {
  box-shadow: inset 1px 0px 0px #ddd;
}
/* line 340, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainNav ul li:nth-child(3) a {
  box-shadow: inset 1px 0px 0px #ddd;
}
/* line 346, ../sass/_detail.scss */
.content_detail .detail_main_wrap .fixedNav {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
/* line 353, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro {
  background: #f0efed;
}
/* line 355, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .tab_content {
  padding: 10px;
  margin-bottom: 20px;
  background: white;
}
/* line 360, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem {
  margin: 0px 0 10px 0;
  padding: 10px 0 20px 0;
  border-bottom: 1px dashed #ddd;
  width: 100%;
}
/* line 365, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem h5 {
  font-size: 150%;
  color: #999;
  line-height: 1.3;
  border-left: 4px solid #999;
  padding-left: 4px;
  margin: 10px 0;
}
/* line 373, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem p {
  font-size: 80%;
  color: #333;
  line-height: 1.8;
}
/* line 378, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem iframe {
  max-width: 100%;
  /*解影片把寬度撐開問題*/
}
/* line 381, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem img {
  width: 100%;
}
/* line 384, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .sticker {
  position: relative;
}
/* line 386, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .sticker img.sticker_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 86px;
  height: 86px;
}
/* line 397, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem ul.hottag li a {
  float: left;
  background: #08c;
  color: white;
  font-size: 80%;
  margin: 5px 5px 5px 0;
  padding: 10px 10px;
  border-radius: 5px;
}
/* line 408, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem #AddressTitle {
  font-size: 100%;
  color: #bf0000;
  line-height: 1.8;
}
/* line 413, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem #Addressinner {
  font-size: 80%;
  color: #333;
  line-height: 1.8;
  padding: 0 0 10px 10px;
}
/* line 419, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem #Addressinner ul li {
  list-style: disc;
  list-style-position: inside;
}
/* line 422, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem #Addressinner ul li a.btn_map {
  display: inline-block;
  padding: 0px 10px;
  margin-left: 5px;
  font-size: 80%;
}
/* line 431, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .overHeight {
  position: relative;
  height: 400px;
  overflow: hidden;
}
/* line 435, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .overHeight .overHeight_sliderBtn {
  background: rgba(255, 255, 255, 0.85);
  height: 44px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 20px 0 20px 0;
}
/* line 442, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .overHeight .overHeight_sliderBtn a {
  width: 90%;
  margin: 0 auto;
}
/* line 448, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .overHeight_SlideDown {
  transition: 1s;
  height: auto;
  padding-bottom: 80px;
}
/* line 452, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .dealItem .overHeight_SlideDown .overHeight_sliderBtn {
  bottom: 0px;
}
/* line 457, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .explain {
  font-size: 100%;
  line-height: 1.4;
}
/* line 460, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .explain .explain_label_wrap {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 80%;
}
/* line 464, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .explain .explain_label_wrap span.explain_label {
  border: 1px solid #bf0000;
  font-size: 80%;
  padding: 5px;
  color: #bf0000;
}
/* line 472, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related {
  padding-right: 0;
}
/* line 474, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy {
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 478, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul {
  overflow-x: scroll;
  white-space: nowrap;
}
/* line 481, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li {
  display: inline-block;
  white-space: normal;
}
/* line 484, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a {
  width: 150px;
  display: block;
  line-height: 1.4;
  margin: 0 10px 0 0;
}
/* line 489, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 5px;
}
/* line 495, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a .soldout_title {
  width: 150px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
  color: #666;
  font-size: 80%;
}
/* line 503, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a .soldout_price {
  height: 24px;
  margin-bottom: 5px;
  text-align: left;
}
/* line 507, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a .soldout_price span {
  color: #999;
  font-size: 80%;
}
/* line 510, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a .soldout_price span span {
  padding-left: 2px;
}
/* line 514, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a .soldout_price span.price_oriprice {
  text-decoration: line-through;
}
/* line 517, ../sass/_detail.scss */
.content_detail .detail_main_wrap .detail_mainIntro .related .alsoBuy ul li a .soldout_price span.price_dealprice {
  float: right;
  font-size: 100%;
  color: #bf0000;
}
/* line 532, ../sass/_detail.scss */
.content_detail .buyAction_wrap {
  background: #f0efed;
  padding: 10px 0 10px 0;
}
/* line 535, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul {
  width: 100%;
}
/* line 538, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li a {
  float: left;
  text-align: center;
  display: block;
  height: 50px;
  /*垂直置中*/
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 551, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.fav a {
  width: 13%;
}
/* line 553, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.fav a i {
  font-size: 150%;
  color: #666;
  text-align: center;
  width: 100%;
  padding-bottom: 4px;
}
/* line 560, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.fav a i.active {
  color: #bf0000;
}
/* line 564, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.fav a p span {
  width: 100%;
  font-size: 60%;
  color: #666;
  text-align: center;
}
/* line 576, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.buy_app a {
  width: 36%;
}
/* line 578, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.buy_app a .text_small {
  display: block;
  width: 100%;
  font-size: 80%;
  color: #666;
  text-align: center;
  margin-bottom: 2px;
}
/* line 586, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.buy_app a .text_main {
  display: block;
  width: 100%;
  font-size: 100%;
  color: #bf0000;
  text-align: center;
}
/* line 597, ../sass/_detail.scss */
.content_detail .buyAction_wrap ul li.buy_now a {
  width: 47%;
}
/* line 603, ../sass/_detail.scss */
.content_detail .fixedBuyAction {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -2px 3px 0px rgba(102, 102, 102, 0.25), inset 0 1px 2px white;
}

/*方案選擇*/
/* line 3, ../sass/_detail_deallist.scss */
.dealList li {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 2px 3px #eee;
  padding: 10px;
  margin-bottom: 10px;
  background: white;
}
/* line 10, ../sass/_detail_deallist.scss */
.dealList li a {
  width: 100%;
}
/* line 12, ../sass/_detail_deallist.scss */
.dealList li a .listMain {
  /*垂直置中*/
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 17, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_info {
  width: 66%;
  float: left;
}
/* line 20, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_info h4 {
  font-size: 100%;
  color: #333;
  line-height: 1.6;
  margin-bottom: 4px;
}
/* line 25, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_info h4 span {
  border: 1px solid #08c;
  border-radius: 20px;
  font-size: 80%;
  padding: 2px 4px;
  color: #08c;
}
/* line 33, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_info span {
  font-size: 100%;
  color: #999;
}
/* line 36, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_info span .oriPrice {
  text-decoration: line-through;
}
/* line 41, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_price {
  width: 30%;
  float: left;
  text-align: center;
}
/* line 45, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_price .dealPrice {
  font-size: 150%;
  color: #333;
}
/* line 49, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_price .averagePrice {
  font-size: 80%;
  color: #f60;
  margin-top: 5px;
}
/* line 55, ../sass/_detail_deallist.scss */
.dealList li a .listMain .list_arrow {
  width: 4%;
  float: right;
  font-size: 150%;
  text-align: center;
  color: #007aff;
}
/* line 63, ../sass/_detail_deallist.scss */
.dealList li a .listNote {
  border-top: 1px solid #ddd;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  color: #999;
  font-size: 100%;
  line-height: 1.5;
}
/* line 73, ../sass/_detail_deallist.scss */
.dealList li.soldout {
  background: #eee;
}
/* line 77, ../sass/_detail_deallist.scss */
.dealList li.soldout a .list_info h4 {
  color: #999;
}
/* line 83, ../sass/_detail_deallist.scss */
.dealList li.soldout a .listMain .list_price .dealPrice {
  color: #999;
}
/* line 87, ../sass/_detail_deallist.scss */
.dealList li.soldout a .listMain .list_arrow {
  color: #eee;
}

/****
*
*獨立方案選擇頁
*
****/
/* line 101, ../sass/_detail_deallist.scss */
.content_detailList .scpoeItem {
  background: white;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 105, ../sass/_detail_deallist.scss */
.content_detailList .scpoeItem .scpoeItem_img {
  width: 120px;
}
/* line 107, ../sass/_detail_deallist.scss */
.content_detailList .scpoeItem .scpoeItem_img img {
  width: 100%;
  float: left;
  margin-right: 10px;
}
/* line 113, ../sass/_detail_deallist.scss */
.content_detailList .scpoeItem h3 {
  font-size: 100%;
  margin-bottom: 10px;
}
/* line 117, ../sass/_detail_deallist.scss */
.content_detailList .scpoeItem p.scpoeItem_description {
  font-size: 80%;
  color: #999;
  line-height: 1.2;
}
/* line 123, ../sass/_detail_deallist.scss */
.content_detailList .dealList {
  padding: 10px;
}
/* line 125, ../sass/_detail_deallist.scss */
.content_detailList .dealList p {
  font-size: 100%;
  color: #999;
  margin-bottom: 10px;
  text-align: center;
}
/* line 131, ../sass/_detail_deallist.scss */
.content_detailList .dealList li {
  box-shadow: 0px 2px 3px #ddd;
}
/* line 135, ../sass/_detail_deallist.scss */
.content_detailList .btn_back_wrap {
  margin-bottom: 20px;
}
/* line 139, ../sass/_detail_deallist.scss */
.content_detailList .btn_back_wrap ul li a {
  width: 40%;
  margin: 0 auto;
}

/* line 4, ../sass/_campaign.scss */
.content_campaign .header_wrapper_fixed .top_wrap {
  background: rgba(255, 255, 255, 0.9);
}
/* line 7, ../sass/_campaign.scss */
.content_campaign .header_wrapper_fixed .top_wrap ul li {
  width: 33.3%;
  max-width: none;
}
/* line 16, ../sass/_campaign.scss */
.content_campaign .channel_box {
  position: relative;
  background: #590c04;
  height: 46px;
}
/* line 21, ../sass/_campaign.scss */
.content_campaign .channel_box .logoImg a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  /*drop-shadow:0 0  2px #ccc;*/
}
/* line 27, ../sass/_campaign.scss */
.content_campaign .channel_box .logoImg a img {
  padding: 10px;
  width: 54px;
  /*border-radius:0 0 50px 50px;
  background-color: rgba(255,255,255,0.8); */
}
/* line 36, ../sass/_campaign.scss */
.content_campaign .channel_box ul {
  float: right;
}
/* line 38, ../sass/_campaign.scss */
.content_campaign .channel_box ul li {
  float: left;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
}
/* line 43, ../sass/_campaign.scss */
.content_campaign .channel_box ul li a {
  display: block;
  padding: 0 10px;
  color: #fff;
}
/* line 49, ../sass/_campaign.scss */
.content_campaign .channel_box ul li a.go_campaign {
  color: #f9eba2;
}
/* line 52, ../sass/_campaign.scss */
.content_campaign .channel_box ul li a.go_notice {
  color:#ffffff;
}
/* line 58, ../sass/_campaign.scss */
.content_campaign .main_kv {
  position: relative;
}
/* line 62, ../sass/_campaign.scss */
.content_campaign .main_kv .shareArea li a {
  display: block;
  background: #31312C;
  box-shadow: 1px 0px 3px #333;
  border-radius: 30px;
  opacity: 0.9;
  width: 44px;
  height: 44px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: 10px;
}
/* line 74, ../sass/_campaign.scss */
.content_campaign .main_kv .shareArea li a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 79, ../sass/_campaign.scss */
.content_campaign .main_kv .shareArea li a i {
  line-height: 44px;
  color: white;
}
/* line 86, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea {
  position: relative;
  height: 40px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 93, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea .time_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 40px;
  background: url(https://www.17life.com/images/17P/active/20171101/time_01.png);
  background-position: left top;
  background-size: auto 40px;
}
/* line 103, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea .time_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 40px;
  background: url(https://www.17life.com/images/17P/active/20171101/time_04.png);
  background-position: left top;
  background-size: auto 40px;
}
/* line 113, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea .time_middle {
  background: url(https://www.17life.com/images/17P/active/20171101/time_02.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: auto 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 30px;
}
/* line 122, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea .time_middle p {
  display: inline-block;
  font-size: 100%;
}
/* line 126, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea .time_middle .timeFont {
  display: inline-block;
  font-size: 20px;
}
/* line 130, ../sass/_campaign.scss */
.content_campaign .main_kv .timeArea .time_middle span {
  font-size: 80%;
}
/* line 136, ../sass/_campaign.scss */
.content_campaign .main_kv .kvArea img {
  width: 100%;
}
/* line 141, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap {
  margin-bottom: 15px;
}
/* line 143, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-container-horizontal > .swiper-pagination {
  bottom: 5px;
}
/* line 146, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-button-prev {
  drop-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
/* line 151, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-button-next {
  drop-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
/* line 156, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide {
  width: 310px;
  height: 120px;
  overflow: hidden;
  background: white;
}
/* line 162, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_left {
  width: 100px;
  height: 100px;
  padding: 10px;
  float: left;
}
/* line 167, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_left img {
  width: 100%;
}
/* line 171, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_right {
  padding: 10px 10px 10px 0;
  width: 180px;
  overflow: hidden;
  margin-right: 0;
}
/* line 176, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_right h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.3;
  height: 29px;
  overflow: hidden;
}
/* line 184, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_right h5 {
  font-size: 14px;
  color: #f60;
  height: 42px;
  line-height: 1.2;
  overflow: hidden;
}
/* line 191, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_right p {
  color: #666;
  margin-bottom: 10px;
}
/* line 194, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_right p .p_small {
  font-size: 14px;
}
/* line 197, ../sass/_campaign.scss */
.content_campaign .bn_today_wrap .swiper-slide a .dealcard_right p .price_dealprice {
  color: #bf0000;
  font-size: 24px;
}
/* line 207, ../sass/_campaign.scss */
.content_campaign .eventArea {
  width: 96%;
  margin: 2% 2% 2% 2%;
}
/* line 211, ../sass/_campaign.scss */
.content_campaign .eventArea ul li {
  width: 50%;
  float: left;
}
/* line 214, ../sass/_campaign.scss */
.content_campaign .eventArea ul li a {
  display: block;
}
/* line 216, ../sass/_campaign.scss */
.content_campaign .eventArea ul li a img {
  width: 100%;
}
/* line 224, ../sass/_campaign.scss */
.content_campaign .listArea {
  width: 96%;
  margin: 2%;
}
/* line 229, ../sass/_campaign.scss */
.content_campaign .listArea ul li a {
  margin-bottom: 1%;
  display: block;
}
/* line 232, ../sass/_campaign.scss */
.content_campaign .listArea ul li a img {
  width: 100%;
}
/* line 239, ../sass/_campaign.scss */
.content_campaign .mainArea {
 /* margin-bottom: 30px;
  margin-top: 30px;*/
}
/* line 241, ../sass/_campaign.scss */
.content_campaign .mainArea .title {
  width: 100%;
  background: #40200d;
}
/* line 243, ../sass/_campaign.scss */
.content_campaign .mainArea .title img {
  width: 100%;
  /*margin-top: 5px;
  background: #40200d;*/
}
/* line 247, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem {
  width: 100%;
  padding-top: 10px;
}
/* line 249, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li {
  float: left;
  width: 47%;
  padding-left: 2%;
  padding-bottom: 2%;
}
/* line 254, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a {
  background: white;
  display: block;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  color: #999;
}
/* line 259, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a img {
  width: 100%;
}
/* line 262, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a .textArea {
  padding: 4px;
  line-height: 1.3;
  min-height: 150px;
}
/* line 265, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a .textArea h3 {
  font-size: 100%;
  color: #666;
  margin: 4px 0 4px 0;
  height: 100px;
  overflow: hidden;
  text-align: center;
  line-height: 1.8;
}
/* line 272, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a .textArea p {
  line-height: 30px;
  letter-spacing: -0.5px;
}
/* line 276, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a .textArea .p_small {
  font-size: 80%;
}
/* line 279, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a .textArea .float_right {
  float: right;
}
/* line 282, ../sass/_campaign.scss */
.content_campaign .mainArea ul.singleItem li a .textArea .price_dealprice {
  font-size: 18pt;
  color: #bf0000;
}
/* line 290, ../sass/_campaign.scss */
.content_campaign .mainArea ul.groupItem {
  width: 96%;
  padding: 0 2% 2% 2%;
}
/* line 294, ../sass/_campaign.scss */
.content_campaign .mainArea ul.groupItem li a {
  display: block;
  margin-bottom: 2%;
  drop-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
/* line 300, ../sass/_campaign.scss */
.content_campaign .mainArea ul.groupItem li a img {
  width: 100%;
}

/*商品頁與購物面版*/
/*@import "_item.scss";*/
/*購物車結帳頁面*/
/*@import "_shopping_cart_checkout.scss";*/
/*會員中心-購物車訂單明細*/
/*@import "_member_order_list.scss";*/
/***
*
*GIGI M版分類
*
***/
/*圖標字體化*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 38, ../sass/style.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 51, ../sass/style.scss */
.icon-user:before {
  content: "\f007";
}

/* line 55, ../sass/style.scss */
.icon-clock-o:before {
  content: "\e605";
}

/* line 59, ../sass/style.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 63, ../sass/style.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 67, ../sass/style.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 71, ../sass/style.scss */
.icon-arrow-down:before {
  content: "\e601";
}

/* line 75, ../sass/style.scss */
.icon-arrow-up:before {
  content: "\e602";
}

/* line 79, ../sass/style.scss */
.icon-smile-o:before {
  content: "\f118";
}

/* line 83, ../sass/style.scss */
.icon-smile-o-2:before {
  content: "\f118";
  color: #bf0000;
  font-size: 16px;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 91, ../sass/style.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* M版分類外框範圍 */
/* line 96, ../sass/style.scss */
.menu_wrap {
  /*background:pink;*/
  width: 100%;
  overflow: hidden;
}

/* line 102, ../sass/style.scss */
.meun_wrap:after {
  content: '';
  display: block;
  clear: both;
}

/* 首頁M版分類-by-gigi */
/* line 109, ../sass/style.scss */
.m-classify {
  width: 100%;
  height: 40px;
  float: none;
  display: block;
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px;
  margin-top: 5px;
  margin-bottom: 0px;
  /*20150424 塞選調整至bn下方 修改下方間距*/
}

/* line 123, ../sass/style.scss */
.m-classify li {
  float: left;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 131, ../sass/style.scss */
.col-1-4 li {
  width: 28%;
  height: 40px;
  overflow: hidden;
  /* display: none; */
}

/* line 138, ../sass/style.scss */
/* .col-1-4 li.arrow-down.city {
    width: 100%; 
    display:block;
} */

/* line 143, ../sass/style.scss */
.col-1-3 li, .col-1-2 li {
  width: 42%;
}

/* line 147, ../sass/style.scss */
.col-1-3 li:first-child, .col-1-2 li:nth-child(2) {
  display: none;
}

/* line 151, ../sass/style.scss */
.col-1-4 li:last-child, .col-1-3 li:last-child, .col-1-2 li:last-child {
  width: 16%;
  border-right: none;
}

/* line 156, ../sass/style.scss */
.m-classify a {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #888;
  display: block;
}

/* line 165, ../sass/style.scss */
.m-classify li a:hover {
  text-decoration: none;
}

/* line 169, ../sass/style.scss */
.arrow-down .icon-chevron:before {
  content: "\f078";
}

/* line 173, ../sass/style.scss */
.arrow-on .icon-chevron:before {
  content: "\f077";
}

/* line 177, ../sass/style.scss */
.arrow-down span, .arrow-on span {
  padding-left: 0.3em;
}

/* line 181, ../sass/style.scss */
.filter span {
  font-size: 24px;
  line-height: 40px;
}

/* line 186, ../sass/style.scss */
.arrow-on a, .filter-on a {
  color: #BF0000;
  background: #fff;
}

/* line 191, ../sass/style.scss */
.arrow-on .icon-chevron-up {
  color: #BF0000;
}

/* line 195, ../sass/style.scss */
.DealPriceInfo .buycounter .icon-user, .lineview-counter .icon-user {
  color: #666;
  font-size: 12px;
  padding-right: 3px;
}

/* line 201, ../sass/style.scss */
.icon-clock-o {
  float: left;
  margin: 8px 0 0 0;
  color: #666;
  font-size: 12px;
}

/* line 208, ../sass/style.scss */
.mbe-switch {
  width: 100%;
  float: left;
}

/* line 213, ../sass/style.scss */
.NaviCityW {
  width: 100%;
  /**/
  margin-top: 0;
  display: none;
  /**/
  border: none;
  border-radius: 0;
  background: #eeeded;
  /*visibility: hidden ;*/
}

/* line 225, ../sass/style.scss */
.NaviCityMP, #ulSort, #ulFilter, .NaviCityML {
  width: 100%;
  /**/
  margin: 0 auto;
  border: none;
  background: #f5f5f5;
  display: none;
  /**/
  /*visibility: hidden ;*/
}

/* line 236, ../sass/style.scss */
ul.sub-classify {
  display: none;
}

/* line 240, ../sass/style.scss */
.NaviCitySelectArea, .NaviCitySelectSort, .NaviCitySelectArea {
  display: none;
}

/* line 244, ../sass/style.scss */
.NaviCityArea {
  width: 100%;
  padding: 0;
  border: none;
  text-align: center;
}

/* line 251, ../sass/style.scss */
.NaviCityArea li, .NaviCitySequence li, .NaviCitySort li {
  width: 100%;
  margin: 0;
  float: none;
  text-align: left;
}

/* line 258, ../sass/style.scss */
.NaviCityArea a, .NaviCitySequence a, .NaviCitySortRank a, .NaviCitySortRank li > a {
  color: #333;
  line-height: 20px;
  width: 100%;
  margin: 0;
  padding: 12px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-radius: 0;
  font-size: 14px;
  font-family: Arial, "微軟正黑體", "Microsoft Jhenghei",  sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 275, ../sass/style.scss */
.NaviCityArea a:hover, .NaviCitySequence a:hover, .NaviCitySort a:hover {
  width: 100%;
  background: #f8f8f8;
  color: inherit;
  border-radius: 0;
  text-decoration: none;
}

/* line 283, ../sass/style.scss */
.NaviCityArea a.on, .NaviCityArea a.on:hover, .NaviCitySequence a.on, .NaviCitySequence a.on:hover, .NaviCitySort li.on a, .NaviCitySort li.on:hover a {
  color: #BF0000;
  background: #fff;
}

/* line 288, ../sass/style.scss */
.NaviCitySort a:hover .WordsGray, .on a:hover .WordsGray, .NaviCitySort li.on .WordsGray {
  color: #ccc;
}

/* line 292, ../sass/style.scss */
.NaviCitySort, .NaviCitySortRank, .NaviCitySequence {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/* line 300, ../sass/style.scss */
#ulSort, #ulFilter {
  width: 100%;
  float: left;
}

/* line 305, ../sass/style.scss */
#ulFilter li {
  border-bottom: 1px solid #e5e5e5;
}

/* line 309, ../sass/style.scss */
#ulFilter li.m-filter-btn {
  display: block;
  padding: 10px 0;
  border-bottom: none;
}

/* line 315, ../sass/style.scss */
.ncs-filter {
  margin: 1px 10px;
  position: relative;
}

/* line 320, ../sass/style.scss */
input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 331, ../sass/style.scss */
input[type=checkbox].css-checkbox + label.css-label {
  width: 100%;
  padding-left: 20px;
  /**/
  height: 44px;
  display: inline-block;
  line-height: 44px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 345, ../sass/style.scss */
.ncs-filter input[type=checkbox]:checked + label span:first-child {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 351, ../sass/style.scss */
.ncs-filter input[type=checkbox] + label span:first-child {
  opacity: 0;
  margin-top: 3px;
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 12px;
  left: 0;
  border: 3px solid #BF0000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 370, ../sass/style.scss */
.sliding-menu {
  position: relative;
}

/* line 374, ../sass/style.scss */
.sliding-menu ul {
  float: left;
  margin: 0;
}

/* line 379, ../sass/style.scss */
.NaviCitySortRank ul > li.sub-arrow > a:before, .NaviCitySortRank ul > li.sub-arrow > a:after,
.NaviCitySortRank ul > li.sub-arrow.on > a:before {
  border: none;
  position: inherit;
  top: 0;
}

/* line 386, ../sass/style.scss */
.sliding-menu a.nav:before, .NaviCitySortRank ul > li.sub-arrow > a:before {
  content: '\3009';
  float: right;
  margin-left: 1em;
}

/* line 392, ../sass/style.scss */
.sliding-menu a.back:before {
  content: '\3008';
  float: left;
  margin-right: 1em;
}

/* line 398, ../sass/style.scss */
.sliding-menu a.back {
  background: #999;
  color: #FFF;
}

/* line 403, ../sass/style.scss */
.dts-label {
  text-shadow: none;
}

/*btn*/
/* line 408, ../sass/style.scss */
.btn, .nobtn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-family: Arial, "微軟正黑體", "Microsoft Jhenghei",  sans-serif;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(btn_bk_ie.png);
  background-color: #d7d7c7;
  background-image: -moz-linear-gradient(top, #ffffff, #d7d7c7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#d7d7c7));
  background-image: -webkit-linear-gradient(top, #ffffff, #d7d7c7);
  background-image: -o-linear-gradient(top, #ffffff, #d7d7c7);
  background-image: linear-gradient(to bottom, #ffffff, #d7d7c7);
  background-repeat: repeat-x;
  border: 1px solid #333;
  *border: 0;
  border-color: #333;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd7d7c7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 445, ../sass/style.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: url(btn_bk_pri_ie.png);
  background-color: #9f0000;
  background-image: -moz-linear-gradient(top, #df0000, #9f0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df0000), to(#9f0000));
  background-image: -webkit-linear-gradient(top, #df0000, #9f0000);
  background-image: -o-linear-gradient(top, #df0000, #9f0000);
  background-image: linear-gradient(to bottom, #df0000, #9f0000);
  background-repeat: repeat-x;
  border-color: #9f0000;
  border-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f#df0000', endColorstr='#ff9f0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 462, ../sass/style.scss */
.rdl-Btn-box {
  width: 100%;
}

/* line 466, ../sass/style.scss */
.btn_close a {
  display: block;
  width: 44px;
  padding-top: 30px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}

/* 評價(5星) 20160607 by getter */
/* line 478, ../sass/style.scss */
.rating {
  height: 20px;
}

/* line 481, ../sass/style.scss */
.rating .fa {
  color: #F60;
  font-size: 14px;
  margin-right: -4px;
}

/* line 486, ../sass/style.scss */
.rating .rating_count {
  color: #999;
  font-size: 12px;
  margin-left: 2px;
}

/* line 493, ../sass/style.scss */
.rating.insufficient .rating_count {
  margin-left: 0;
}

/***
*
*top與側懶列表捷徑 按鈕
*
***/
/* line 503, ../sass/style.scss */
.HKL_Button_back_to_top_command {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 11;
  bottom: 25px;
  right: 10px;
  cursor: pointer;
  display: none;
  border: none;
  background: url(../../PCweb/images/ppopBottomTOP-up.png) no-repeat scroll;
  background: url(../../PCweb/images/ppopBottomTOP-ie.png) no-repeat scroll;
  background-size: contain;
}

/* line 517, ../sass/style.scss */
.HKL_Button_to_event_page {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 75;
  bottom: 78px;
  right: 10px;
  cursor: pointer;
  display: none;
  border: none;
}

/* line 528, ../sass/style.scss */
.btnToExhibitionList {
  bottom: 85px;
  background: url(http://www.17life.com/images/17P/active/20161111_exhibition/coupon.gif) no-repeat scroll;
  background-size: contain;
}

/***
*
*蓋板活動
*
***/
/* line 539, ../sass/style.scss */
#bg_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 80;
  background-color: black;
  opacity: 0;
  display: none;
}

/* line 548, ../sass/style.scss */
#ad_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 80;
  display: none;
}

@media screen and (min-width: 451px) {
  /* line 556, ../sass/style.scss */
  .HKL_1111_ad {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 80;
    display: inline;
  }

  /* line 565, ../sass/style.scss */
  #adClose {
    position: relative;
    z-index: 81;
    opacity: 0.6;
    cursor: pointer;
    display: none;
    width: 25px;
    left: 63%;
  }
}
@media screen and (max-width: 450px) {
  /* line 576, ../sass/style.scss */
  .HKL_1111_ad {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 80;
    display: none;
  }

  /* line 585, ../sass/style.scss */
  #adClose {
    position: relative;
    top: 7%;
    z-index: 81;
    opacity: 0.6;
    cursor: pointer;
    display: none;
    width: 25px;
    left: 88%;
  }
}
/*# sourceMappingURL=style.css.map */


/* 分享區域的強制修正        By JJLee */
/* 目標為修正無法正常顯示的問題，
方式是將 #share_btn 以及 .shareArea 做絕對位置的再定義，
另外以safari修正碼（後處理）來將錯誤修正 */

#share_btn{
  position: absolute;
  bottom: -80%;
  right: 20px;
}
#share_btn .coupon_share_on{
  position: relative;
  top: -38px;
  left: 0;
}

