@charset "utf-8";
/*
TYPO.CSS - a better way to manage the typography of your Chinese-lang-base site.

Copyright (C) 2012 Sofish Lin http://sofish.de

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body, button, input, select, textarea {
  font: 0.875em "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

button, input {
  *width: auto;
  *overflow: visible;
  line-height: 22px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset, img {
  border: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  display: block;
}

blockquote {
  font-family: Optima, Georgia, STSong, serif;
  margin: 1em 0;
  color: #999;
  padding: 0.6em 1em;
  background: #f8f8f8;
  border-left: 0.4em solid #ddd;
}

blockquote blockquote {
  padding: 0 0 0 1em;
  margin-left: 2em;
}

acronym, abbr {
  border-bottom: 1px dotted;
  font-variant: normal;
}

abbr {
  cursor: help;
}

del {
  text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: text-top\9;
}

:root sub, :root sup {
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a:hover {
  text-decoration: underline;
}

ins, a {
  text-decoration: none;
}

u, .typo-u {
  text-decoration: underline;
}

mark {
  background: #fffdd1;
}

pre, code {
  font-family: "Courier New", Courier, monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
}

hr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
  *color: pink;
  *filter: chroma(color=pink);
  height: 10px;
  *margin: -7px 0 2px;
}

small, .typo-small,
figcaption {
  font-size: 0.9em;
  color: #888;
}

[draggable] {
  cursor: move;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.textwrap, .textwrap td, .textwrap th {
  word-wrap: break-word;
  word-break: break-all;
}

.textwrap-table {
  table-layout: fixed;
}

.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table,
.typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table {
  margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  *font-weight: 800;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #333;
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6,
.typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
  margin-bottom: 0.4em;
  line-height: 1.5;
}

.typo h1, .typo-h1 {
  font-size: 1.8em;
}

.typo h2, .typo-h2 {
  font-size: 1.6em;
}

.typo h3, .typo-h3 {
  font-size: 1.4em;
}

.typo h4, .typo-h4 {
  font-size: 1.2em;
}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
  font-size: 1em;
}

.typo ul, .typo-ul {
  margin-left: 1.3em;
  list-style: disc;
}

.typo ol, .typo-ol {
  list-style: decimal;
  margin-left: 1.9em;
}

.typo li ul, .typo li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2em;
}

.typo li ul, .typo-ul ul, .typo-ol ul {
  list-style: circle;
}

.typo table th, .typo table td, .typo-table th, .typo-table td .typo table caption {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  color: #666;
}

.typo table th, .typo-table th {
  background: #fbfbfb;
}

.typo table thead th, .typo-table thead th {
  background: #f1f1f1;
}

.typo table .caption {
  border-bottom: none;
}

.typo-input, .typo-textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

::-moz-selection {
  background: #0086ab;
  color: white;
}

::selection {
  background: #0086ab;
  color: white;
}

.typo-em, .typo em, legend, caption {
  font-weight: 700;
}

body, select, input, textarea {
  color: #333333;
}

body {
  font-size: 100%;
  background-color: #fff;
}

ul, ol, p, table {
  font-size: 16.5px;
  font-size: 1.03125rem;
  margin-bottom: 0.3125em;
  margin-top: 0;
}

li {
  margin-top: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Source Han Sans", "Noto Sans CJK", "微軟正黑體", "Microsoft JhengHei", serif;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.3125em;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #6a3906;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
a:visited {
  color: #3a1f03;
}
a:focus {
  color: #9a5309;
}
a:hover {
  color: #9a5309;
}
a:active {
  color: #6a4d06;
}

.text-important {
  color: red;
}

.grid {
  *zoom: 1;
  width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-origin: content;
  -moz-background-origin: content;
  -ms-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header, .goods-body, .hero-unit {
  overflow: hidden;
  *zoom: 1;
}

.l-block {
  display: block;
}

.l-pullLeft {
  float: left;
}

.l-pullRight {
  float: right;
}

.blockC {
  margin-right: auto;
  margin-left: auto;
}

.tC {
  text-align: center;
}

.header {
  background-color: #6BB0E1;
}

.logo {
  float: left;
  margin: 0;
  line-height: 0;
}

.site-nav {
  float: right;
  list-style-type: none;
}
.site-nav, .site-nav li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.site-nav li {
  position: relative;
  top: -40px;
}

.copyright {
  color: #6A3906;
  text-align: center;
  text-shadow: white 1px 0px 0, white 0px 1px 0, white -1px 0px 0, white 0px -1px 0;
}

.btn-more-sales {
  display: inline-block;
  background: url("../images/btn_more-sales.png") no-repeat transparent;
  background-position: 0 0;
  height: 43px;
  width: 177px;
  border: none;
}
.btn-more-sales:hover {
  background: url("../images/btn_more-sales_over.png") no-repeat transparent;
}

.btn-goods-signup-now {
  display: inline-block;
  background: url("../images/btn_signup-now.png") no-repeat transparent;
  background-position: 0 0;
  height: 43px;
  width: 177px;
  border: none;
}
.btn-goods-signup-now:hover {
  background: url("../images/btn_signup-now_over.png") no-repeat transparent;
}

.btn-goods-signup-next {
  display: inline-block;
  background: url("../images/btn_signup-next.png") no-repeat transparent;
  background-position: 0 0;
  height: 43px;
  width: 177px;
  border: none;
}
.btn-goods-signup-next:hover {
  background: url("../images/btn_signup-next_over.png") no-repeat transparent;
}

.goods-list {
  *zoom: 1;
  width: 925px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
.goods-list:after {
  content: "";
  display: table;
  clear: both;
}

.mod-goods-now, .mod-goods-next {
  width: 285px;
  float: left;
  margin-right: 15px;
  display: inline;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: #b0b0b0 3px 3px 10px;
  -moz-box-shadow: #b0b0b0 3px 3px 10px;
  box-shadow: #b0b0b0 3px 3px 10px;
  text-align: center;
}
.mod-goods-now:nth-child(3n), .mod-goods-next:nth-child(3n) {
  float: right;
  margin-right: 0;
  *margin-left: -15px;
  display: inline;
}

.goods-img {
  margin-bottom: 10px;
}

.goods-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #6A3906;
  line-height: 1.3;
  margin-bottom: 10px;
  height: 90px;
  overflow: hidden;
}

.goods-body {
  text-align: center;
}

.goods-start {
  float: left;
  width: 81px;
  height: 72px;
  margin-right: 5px;
}
.goods-start .start-date {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  top: 37px;
  text-align: center;
}
.goods-start .start-date a {
  color: white;
}
.goods-start .start-date a:visited {
  color: white;
}
.goods-start .start-date a:focus {
  color: white;
}
.goods-start .start-date a:hover {
  color: white;
}
.goods-start .start-date a:active {
  color: white;
}

.goods-price {
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}
.goods-price .original-price {
  color: #956134;
}
.goods-price .sales-price {
  color: #E73134;
}
.goods-price .sales-price strong {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}

.mod-goods-now {
  background-color: #fef2b8;
}
.mod-goods-now .goods-start {
  background-image: url("../images/start-date_bg.png");
}

.mod-goods-next {
  background-color: #E0EDB8;
}
.mod-goods-next .goods-price {
  margin: 0 50px;
}

.sales-info {
  *zoom: 1;
  width: 925px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  height: 182px;
  margin-bottom: 10px;
}
.sales-info:after {
  content: "";
  display: table;
  clear: both;
}

.info-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 10px;
}

.sales-info > .limit {
  width: 210px;
  float: left;
  margin-right: 15px;
  display: inline;
  height: 182px;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
}

.limit-date {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-top: 90px;
}

.sales-info > .info {
  width: 435px;
  float: left;
  margin-right: 15px;
  display: inline;
}

.sales-info > .counter {
  width: 210px;
  float: right;
  margin-right: 0;
  *margin-left: -15px;
  display: inline;
  height: 145px;
  margin-top: 10px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.counter > .counter-date {
  font-size: 80px;
  font-size: 5rem;
  line-height: 2.4;
  font-family: 'Helvetica Neue', Helvetica, Arial;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.weekly-sales-now, .weekly-sales-next {
  -webkit-box-shadow: #b0b0b0 5px 5px 0px;
  -moz-box-shadow: #b0b0b0 5px 5px 0px;
  box-shadow: #b0b0b0 5px 5px 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.weekly-sales-now {
  background-color: #ffe584;
}
.weekly-sales-now .sales-info {
  border-bottom: #fef2b8 7px solid;
}
.weekly-sales-now .info-text {
  color: #6A3906;
}
.weekly-sales-now .limit {
  background-image: url("../images/sales-info-limit_bg_now.png");
}
.weekly-sales-now .counter {
  background-image: url("../images/sales-info-counter_bg_now.png");
}

.weekly-sales-next {
  background-color: #B4DCCA;
}
.weekly-sales-next .sales-info {
  border-bottom: #9CD2BA 7px solid;
}
.weekly-sales-next .info-text {
  color: #3E3A39;
}
.weekly-sales-next .limit {
  background-image: url("../images/sales-info-limit_bg_next.png");
}
.weekly-sales-next .counter {
  background-image: url("../images/sales-info-counter_bg_next.png");
}

.hero-unit {
  height: 345px;
  background-image: url("../images/herounit_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.more-sales {
  width: 300px;
  float: left;
  margin-right: 20px;
  display: inline;
  height: 345px;
  background-image: url("../images/more-sales_bg.png");
  background-position: left;
  background-repeat: no-repeat;
}

.more-sales {
  position: relative;
}
.more-sales .btn-more-sales {
  position: absolute;
  bottom: 70px;
  left: 32px;
}

.container {
  background-image: url("../images/container-bg.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #fff;
}
