/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Lantinghei TC Extralight', 'Microsoft JhengHei', 'PMingLiU',
    'DFKai-sb';
  background-color: #f3f3f3;
  overflow-y: scroll;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b {
  font-weight: bolder;
}
.clear {
  clear: both;
}
/* END RESET CSS */

.wapper {
  margin: 0 auto;
  width: 986px;
  padding-top: 8px;
}
.wapper img {
  width: 100%;
  display: block;
}

.deal_wapper {
  margin: 0 auto;
  width: 986px;
  padding-top: 8px;
}

/* START header */
#header {
  min-width: 986px;
  background-color: #fff;
}
/* END header */
/* START user rating */
.user-rating {
  color: #c1c1c1;
  text-align: left;
  padding-left: 0.6em;
  white-space: nowrap;
  overflow: hidden;
}
#main_deal .user-rating {
  height: 19px;
  margin: 8px 30px 0px 0px;
  float: right;
}
.user-rating-deal {
  font-size: 14px;
  text-align: center;
  margin-top: 13px;
  display: inline;
  line-height: 42px;
}
.user-rating .gold {
  color: #f6ba00;
}
.user-rating .star-half {
  position: relative;
}
.user-rating .star-half > .fa-star-half {
  position: absolute;
  top: 0;
  left: 0;
}
.user-rating .fa-star,
.user-rating .fa-star-o {
  padding-top: 3px;
  letter-spacing: 0.2em;
}
.user-rating .fa-lg.fa-star,
.user-rating .fa-lg.fa-star-o,
.fa-lg.user-rating .fa-lg.fa-star-half-o {
  letter-spacing: 0.1em;
}
.user-rating .user-buy {
  font-size: 12px;
}
.user-rating .user-buy span,
.user-rating .users-buy span {
  color: inherit;
  margin: 0 1px;
  text-decoration: underline;
  cursor: help;
}
/* END user rating */

#chinese-new-year-bg .banner-bg {
  /* 	background-image: url(); */
}
.search-sort {
  color: gray;
  padding: 0 0.5em;
  text-decoration: none;
  border-right: 1px solid gray;
}
.search-sort:last-child {
  border-right: 0 none;
}
.rating-deals.deals {
  width: 984px;
  border-left: 5px solid #f66b0e;
  border-right: 7px solid #f66b0e;
  border-bottom: 7px solid #f66b0e;
}
.rating-deals .rating-deal-head {
  color: white;
  padding: 10px 0;
  background-color: #f66b0e;
}
.rating-deals .deal {
  border-bottom-color: #f66b0e;
}
.rating-deals.deals > a {
  margin-bottom: 0;
}
.rating-deals > a:first-of-type {
  margin-left: 0;
}
.rating-deals a:last-child {
  margin-right: 0;
}
.rating-deals > a:first-of-type .deal {
  border-left-color: #f66b0e;
}
.rating-deals a:last-child .deal {
  border-right-color: #f66b0e;
}
/* START main dual deal */
#main_deal {
  margin: 8px auto;
  width: 987px;
  /*background-color: #fff;*/
}
#main_deal * {
  box-sizing: border-box;
}
.dual-deal {
  width: 482px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  position: relative;
}
.dual-deal:first-child {
  margin-right: 17px;
}
.dual-deal img {
  width: 100%;
  height: 290px;
}
.dual-deal a {
  text-decoration: none;
}
.dual-deal .dpnew {
  display: block;
  position: absolute;
  right: -1px;
  top: 0px;
  width: auto !important;
  max-height: 18%;
}
.deal-details {
  position: relative;
}
.deal-details .tiny-font {
  font-size: 0.8em;
}
.deal-details > .detail-subject {
  color: black;
  font-size: 1.5em;
  padding: 0.5em;
}
.deal-details > .tags {
  position: absolute;
  top: 1em;
  right: 0.5em;
}
.deal-details > .tags .tag {
  font-size: 1em;
  padding: 0.2em 0.5em;
}
.deal-details > .detail-desc {
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.8em 0 0.8em 0.5em;
}
.deal-details .after-discount {
  display: inline-block;
  width: 190px;
  height: 55px;
  border-radius: 5px;
  color: black;
  margin: 0 10px 10px 10px;
  font-size: 16px;
  line-height: 55px;
  padding: 8px 4px 8px 8px;
}
.deal-details .after-discount .price {
  font-size: 28px;
  font-weight: bolder;
  vertical-align: baseline;
  line-height: 55px;
  font-family: Tahoma !important;
}
.deal-details .after-discount .price-up {
  font-size: 12px;
}
.deal-details .list-lowest {
  background-color: #faf1dc;
}
.deal-details .lowest-type {
  position: relative;
  font-size: 25px;
  margin-left: 25px;
  bottom: 8.5px;
}
.deal-details .coupon-space {
  display: inline-block;
  width: 190px;
  height: 55px;
  margin: 0 10px 10px 10px;
  line-height: 55px;
  padding: 8px 4px 8px 8px;
  opacity: 0;
}
.deal-details .detail-right {
  display: inline-block;
  float: right;
  margin-right: 7px;
}
.deal-details > .detail-bottom {
  color: white;
  padding: 0.4em;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f66b0e;
  position: relative;
}
.deal-details > .detail-bottom > .bottom-item {
  display: inline-block;
  vertical-align: middle;
}
.deal-details > .detail-bottom > .sold-info {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.deal-details .detail-counter {
  width: 180px;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  color: white;
  background-color: black;
  margin-left: 65px;
}
.deal-details .detail-counter .counter-secs {
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 16px;
}
.deal-details .detail-counter .counter-microsecs {
  display: inline-block;
  width: 10px;
}
.deal-details .sold-info {
  text-align: right;
  margin: 0 0.5em;
  padding-top: 4px;
}
.deal-details .sold-info .sold-count {
  padding: 0.2em;
  margin-top: 0.2em;
  font-size: 0.8em;
  background-color: #d73f12;
}
.deal-details .coupon {
  padding-left: 10px;
}
.deal-details .coupon .coupon-item {
  background-color: #f2f2f2;
  color: #d40008;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 2px;
}
.deal-details .sold-price {
  font-size: 24px;
}
.detail-bottom .buy-btn {
  width: 68px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  background: url(/images/buy_btn.png) scroll no-repeat center left transparent;
  position: absolute;
  top: 11px;
  right: 0;
}
.detail-bottom .large-font {
  font-size: 20px;
}
/* END main dual deal */

/* START deals */
.deals {
  margin: 0 auto;
  width: 1008px;
  overflow: hidden;
}
.dealholder,
.cross_deal {
  overflow: hidden;
  float: left;
  width: 310px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  height: 403px;
}
.cross_deal {
  height: 392px;
}
.deals a {
  text-decoration: none;
}
.deals > a,
.deals > div,
.dealholder {
  display: inline-block;
  float: left;
  margin: 7px 9px;
}

.dealholder a.deal_name {
  position: absolute;
  color: black;
  bottom: 117px;
  padding: 4px 12px;
  font-size: 1.3em;
}

.dealholder img {
  height: 403px;
  width: 312px;
}

.stock_info {
  float: right !important;
  text-align: right;
  padding: 4px 5px 4px 0px;
  width: 91px;
  font-size: 11px;
  color: #748b76;

  line-height: 13px;
}
.stock_info .buyButton {
  font-size: 15px;
  padding: 7px 10px;
  float: right;
}
.stock_info div {
  float: right;
}
.dark_theme_font {
  color: #2d9924;
}
.stock_left {
  height: 15px;
  width: 100%;
}

.font_15 {
  font-size: 15px;
}
/* END deals */

/* START new deal on desktop */
.deal {
  float: left;
  width: 310px;
  height: 473px;
  overflow: hidden;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  position: relative;
  white-space: nowrap;
}
.deal .deal-img {
  width: 100%;
  height: 310px;
}
.deal .deal-name {
  color: black;
  font-size: 1.3em;
  font-weight: 400;
  padding: 10px 10px 10px;
}
.deal .discount-tag {
  color: #dc0d39;
  font-size: 0.8em;
  border: 1px solid #ffc54a;
  background-color: #ffc54a;
  padding: 0.2em 0.5em;
  margin-left: 10px;
  vertical-align: top;
}
.deal .dpnew {
  display: block;
  position: absolute;
  right: -1px;
  top: 0px;
  max-height: 18%;
}
.deal .top-choice {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 7px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  text-align: center;
  background-color: yellow;
  color: black;
}
.deal .after-discount {
  display: inline-block;
  width: 178px;
  height: 39px;
  border-radius: 5px;
  color: black;
  margin-left: 10px;
  font-size: 16px;
  line-height: 55px;
  padding: 8px 4px 8px 8px;
}
.deal .after-discount .price-block {
  display: inline-block;
  width: 72%;
  text-align: right;
}
.deal .after-discount .price {
  font-size: 28px;
  font-weight: bolder;
  vertical-align: baseline;
  line-height: 40px;
}
.deal .after-discount .price-up {
  font-size: 12px;
}
.deal .list-lowest {
  display: inline-block;
  width: 178px;
  height: 39px;
  border-radius: 5px;
  color: black;
  margin-left: 10px;
  font-size: 16px;
  line-height: 55px;
  padding: 8px 4px 8px 8px;
  background-color: #faf1dc;
}
.deal .lowest-type {
  position: relative;
  font-size: 25px;
  margin-left: 25px;
  bottom: 8.5px;
}
.deal .user-rating {
  display: inline-block;
  font-size: 0.9em;
  padding-left: 2px;
}
.deal .user-rating .count {
  font-size: 12px;
  color: black;
}
.deal .user-rating .fa-lg {
  font-size: 1em;
  line-height: 0.5em;
}
.deal .user-rating .rating-star {
  letter-spacing: -5px;
}
.deal .user-rating .new-rating {
  margin: 0 1px 0 0;
  font-size: 12px;
}
.deal .coupon-space {
  display: inline-block;
  width: 178px;
  height: 39px;
  margin-left: 10px;
  line-height: 55px;
  padding: 8px 4px 8px 8px;
  opacity: 0;
  color: #fff;
  font-size: 16px;
}
.deal .user-rating .buy-info {
  float: right;
  margin: 0 7px 0 0;
}

.tag {
  color: #dc0d39;
  vertical-align: baseline;
  border: 1px solid #dc0d39;
  background-color: white;
  padding: 3px 6px;
  font-size: 12px;
  display: inline-block;
  margin: 2px 2px 0 0;
}

.tag:last-child {
  margin-right: 0;
}
.tag-1000 {
  color: #1155cc;
  border-color: #1155cc;
}
.tag-10000 {
  color: #ff0000;
  border-color: #ff0000;
}
.tag-default {
  color: #ff0000;
  border-color: #ff0000;
}
.tag-first {
  color: #e99300;
  border-color: #e99300;
}
.tag-cod {
  color: #008000;
  border-color: #008000;
}
.tag-fast {
  color: #f60010;
  border-color: #f60010;
}
.tag-last {
  color: #780099;
  border-color: #780099;
}
.tag-8hr {
  color: white;
  background-color: #cc00ff;
  border-color: #cc00ff;
}
.tag-free-shipping {
  color: #6b1dcd;
  border-color: #6b1dcd;
}
.tag-notag {
  color: #040bbd;
  border-color: #040bbd;
}
.deal .deal-info {
  color: white;
  height: 60px;
  margin-top: 0.6em;
  background-color: #f66b0e;
  position: relative;
}
.deal .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  font-style: normal;
  font-family: Tahoma !important;
  letter-spacing: 1px;
  margin-top: 5px;
}

.deal .price i {
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  font-family: 'Hiragino Sans GB', 'Microsoft Yahei', Arial;
}
.deal .price .up {
  font-size: 10px;
  margin-left: 0;
}
.deal .sold-block {
  font-size: 0.8em;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.deal .sold-block div {
  padding: 0.3em 0.4em;
}
.deal .sold-block .original-price {
  text-decoration: line-through;
}
.deal .sold-block .sold-number {
  background-color: #d73f12;
}
.deal .sold-block .coupon-item {
  background-color: #f2f2f2;
  color: #d40008;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  margin: 2px 2px 0 0;
}
.deal .buy-button {
  width: 68px;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  background: url(/images/buy_btn.png) scroll no-repeat center left transparent;
  transition: right 0.2s;
  position: absolute;
  top: 12px;
  right: -16px;
}
.deal:hover .buy-button {
  right: 0;
}
/* END new deal on desktop */

/* START single deal */

#deal_left {
  float: left;
  width: 743px;
}

#sidebar {
  width: 230px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 14px;
}

#deal_detail_info {
  width: 986px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.15);
}
#deal_detail_info .deal-top-desc {
  overflow: hidden;
}
#deal_detail_info .deal-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
#deal_detail_info .brand-logo {
  margin: 15px 0 15px 15px;
  vertical-align: middle;
  width: 140px;
}
#deal_detail_info .deal-title.is-brand {
  width: 825px;
}
#deal_detail_info .deal-title .dpnew {
  display: inline-block;
  line-height: 21px;
  font-size: 14px;
  padding: 3px 8px;
  vertical-align: top;
  margin: 10px 6px 10px 0px;
  letter-spacing: 1px;
  font-weight: 100;
}

#deal_detail_info h1 {
  color: #00075b;
  padding: 5px 17px 0px 17px;
  font-size: 24px;
  line-height: 49px;
  height: 49px;
}

#deal_detail_info h2 {
  color: #00a6dc;
  padding: 0px 17px 10px 17px;
  font-size: 18px;
  min-height: 35px;
  line-height: 1.4;
}

#deal_suggest_info {
  width: 744px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.15);
  margin-bottom: 10px;
  overflow: hidden;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
#deal_suggest_info .header {
  background: #1c1c1c;
  background: -moz-linear-gradient(
    top,
    #1c1c1c 0%,
    #3d3d3d 50%,
    #3f3f3f 51%,
    #727272 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #1c1c1c),
    color-stop(50%, #3d3d3d),
    color-stop(51%, #3f3f3f),
    color-stop(100%, #727272)
  );
  background: -webkit-linear-gradient(
    top,
    #1c1c1c 0%,
    #3d3d3d 50%,
    #3f3f3f 51%,
    #727272 100%
  );
  background: -o-linear-gradient(
    top,
    #1c1c1c 0%,
    #3d3d3d 50%,
    #3f3f3f 51%,
    #727272 100%
  );
  background: -ms-linear-gradient(
    top,
    #1c1c1c 0%,
    #3d3d3d 50%,
    #3f3f3f 51%,
    #727272 100%
  );
  background: linear-gradient(
    to bottom,
    #1c1c1c 0%,
    #3d3d3d 50%,
    #3f3f3f 51%,
    #727272 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#727272',GradientType=0 );
  height: 46px;
  line-height: 46px;
}
#deal_suggest_info .title {
  height: 20px;
  line-height: 20px;
  padding-left: 8px;
  color: #333;
  padding-top: 8px;
}
#deal_suggest_info .wrapper {
  padding: 4px;
}
#deal_suggest_info .side_deal {
  width: 230px;
  float: left;
  margin: 6px;
}
#deal_suggest_info .ladder {
  background-color: #e91515;
  top: 0;
  right: 0px;
  height: 17px;
  line-height: 1;
}
#deal_suggest_app_promote {
  max-width: 744px;
  /* 	border: 1px solid #b4b4b4; */
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.15);
  margin-bottom: 10px;
  overflow: hidden;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 30px;
}
#deal_suggest_app_promote .wording {
  list-style: none;
  margin: 12px 6px;
  padding: 0;
  float: left;
}
#deal_suggest_app_promote .wording li {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
}
#deal_suggest_app_promote a {
  text-decoration: none;
  display: block;
  margin: 0 6px;
  float: left;
}

#deal_price_area {
  border-top: 1px solid #b4b4b4;
}
#deal_price_area img {
  float: left;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
#deal_price_detail {
  width: 291px;
  float: right;
  color: #979797;
  text-align: center;
}
#deal_price_detail .deal_buy_btn {
  padding: 6px 0px;
  font-size: 32px;
  width: 180px;
}

#deal_price_detail #price {
  height: 50px;
  text-align: center;
  margin: 10px 0 14px -17px;
  padding-left: 17px;
  color: black;
  line-height: 50px;
  font-family: Tahoma;
  font-size: 36px;
  letter-spacing: -1px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

#deal_price_detail #price #dollar_sign {
  font-size: 22px;
  font-family: arial;
}
#deal_price_detail #price #up {
  font-size: 16px;
}
#deal_detail_info .tags {
  float: right;
  top: 10px;
  position: absolute;
  right: 47px;
}
#deal_detail_info .favitem {
  top: 6px;
  position: absolute;
  right: 8px;
  margin: 0px;
  cursor: pointer;
}
#deal_counter_title {
  margin-top: 10px;
  font-size: 18px;
  color: initial;
}
#deal_counter {
  text-align: center;
  /*color: #fff;*/
  margin: 10px 5px;
  font-size: 23px;
  /*background-image: url(/images/desktop/ui/clock_bg.png);*/
  line-height: 24px;
  /*background-repeat: no-repeat;*/
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}
#deal_counter small {
  font-size: 13px;
}
#deal_counter .timer {
  background: #000;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  padding: 5px;
  width: 40px;
  height: 24px;
}
.deal_discount {
  width: 100%;
}
.deal_discount td {
  width: 33.333333%;
  text-align: center;
}
.deal_discount_word {
  padding: 3px;
  font-size: 14px;
  text-align: left;
  /* 	margin: 10px 0px 7px 42px; */
}
.deal_discount_word .dollar_red {
  margin-left: 6px;
}
.dark_grey {
  color: #7d7d7d;
}
.dark_red {
  color: #910005;
}
.deal_sold_count {
  margin: 10px 0px 15px;
  text-align: center;
  font-size: 14px;
  display: inline;
}
.sold_count_num {
  font-size: 13px;
}
button {
  margin: 0px 4px;
}
button:focus {
  outline: none;
}
.social_buttons {
  padding-top: 10px;
}
.notice {
  background-color: #cbf2fa;
  margin-left: 11px;
  padding: 15px 15px 15px 0px;
  position: relative;
  width: 720px;
  box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.15);
}
.notice_label {
  text-align: center;
  background-color: #00c1f0;
  padding: 8px 10px 8px 22px;
  display: block;
  width: 110px;
  font-size: 18px;
  margin-left: -11px;
  color: #fff;
  z-index: 600;
}
.notice ul {
  padding: 12px 20px 0px 20px;
  list-style: square;
  margin-left: 20px;
  line-height: 25px;
}
.dark_font {
  color: #005970;
  line-height: 25px;
  font-size: 14px;
  margin-left: 16px;
}
.triangle {
  z-index: -1;
  border-top: 9px solid #0099ea;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 48px;
  left: 0px;
}
.site-feature {
  border: 0 !important;
}
.site-feature .features {
  font-size: 14px;
  color: white;
  padding: 12px 20px;
  margin: 10px 5px 10px 10px;
  background-color: #00a6dc;
  transform: skewX(-20deg);
}
.site-feature .features span {
  display: inline-block;
  transform: skewX(20deg);
}
.site-feature .features img {
  height: 2em;
  margin: -10px 0 -10px 0.5em;
  vertical-align: middle;
  transform: skewX(20deg);
}
#deal-nav .nav-content {
  width: 0;
  height: 0;
  opacity: 0;
  color: white;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  filter: alpha(opacity=0);
  font-size: 1.2em;
  box-sizing: border-box;
  transition: all 0.3s linear;
  background-color: rgba(255, 255, 255, 0.92);
  *background-color: white;
  background-color: white;
}
#deal-nav .main-content,
#deal-nav .detail-content {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em;
}
#deal-nav .detail-content {
  font-size: 0.8em;
  margin: 0.625em 0.625em 0 0;
  padding-left: 1em;
  border-left: 1px solid white;
}
#deal-nav .deal-name {
  font-size: 1em;
  letter-spacing: 2px;
  margin: 0 0 0.2em;
}
#deal-nav .user-rating {
  color: white;
  font-size: 0.9em;
  padding-left: 0;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: bottom;
}
#deal-nav .deal-count {
  font-size: 0.7em;
}
#deal-nav .discount-price {
  margin-top: 0.5em;
}
#deal-nav .dollar {
  margin: 0 0.1em;
  font-size: 1.5em;
  font-weight: bolder;
}
#deal-nav .dollar-color {
  color: #ffff00;
}
#deal-nav.fixed .nav-content {
  width: 744px;
  height: 60px;
  filter: alpha(opacity=100);
  opacity: 1;
  padding: 0 0.5em;
  position: fixed;
  bottom: 0;
  z-index: 600;
}
#deal-nav img {
  height: 70%;
  margin-top: 0.5em;
}
#deal-nav .deal_buy_btn {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
}
.relative {
  position: relative;
}
.top_gap {
  margin-top: 8px;
}
.normal_notice {
  display: inline-block;
  margin-top: 6px;
}
.normal_notice .ui-icon {
  max-height: 55px;
  margin: 0 5px;
  cursor: pointer;
}
.fb-ui-zone {
  width: 170px;
  position: relative;
  text-align: center;
  color: white;
}
.fb-ui-zone .fb-icon {
  max-height: 55px;
  margin: 0 5px;
}
.fb-ui-zone .fb-like {
  position: absolute;
  bottom: 5px;
  right: 18px;
}
.content_wapper {
  padding: 0px 15px 25px 15px;
}
.content_desc {
  padding-bottom: 5px;
}
.content {
  line-height: 24px;
}
.content,
.content_block {
  width: 743px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
  padding-top: 20px;
  box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.15);
  overflow: hidden;
  color: #333;
  margin-top: 5px;
}
.content_line {
  position: relative;
  margin-bottom: 25px;
  height: 12px;
  border-bottom: 2px solid #b4b4b4;
}
.content_line label {
  line-height: 34px;
  padding: 0px 10px;
  position: absolute;
  bottom: -15px;
  left: -1px;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 18px;
}
.center_label {
  text-align: center;
}
.center_label label {
  font-weight: bold;
  font-size: 56px;
  color: red;
  line-height: 84px;
}
.content_wrapper.faq-comment {
  margin: 1em;
  font-size: 0.9em;
  overflow: hidden;
}
.content_wrapper.faq-comment i {
  font-size: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.content_wrapper.faq-comment li {
  padding-bottom: 0.5em;
}
.content_wrapper.faq-comment li:nth-child(odd) {
  color: rgb(234, 104, 100);
}
.content_wrapper.faq-comment li:nth-child(even) i {
  padding-left: 0.2em;
  color: #f6ba00;
}
.content_wrapper.faq-comment .question {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  font-weight: bolder;
  font-size: 1.2em;
}
.content_wrapper.faq-comment .anwser {
  width: 90%;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}
.content_wrapper.deal-tags {
  margin: 0 0 0.5em 0.5em;
}
.content_wrapper .deal-tag {
  font-size: 0.5em;
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  background-color: #f0f0f0;
  text-decoration: none;
}
.footer_banner {
  margin-top: 8px;
  text-align: center;
  position: relative;
}
.footer_banner a {
  position: absolute;
  width: 210px;
  height: 40px;
  display: block;
  bottom: 12px;
  left: 380px;
}
#footer ul {
  line-height: 30px;
  /*text-decoration: underline;*/
  float: left;
  width: 10%;
  padding-left: 7%;
}

#footer li:hover {
  cursor: pointer;
}
#footer p {
  font-size: 15px;
  padding: 15px 0px;
}
#gomaji-footer ul {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
#gomaji-footer li {
  display: inline-block;
  padding: 0 25px;
}
.deal_footer_banner {
  margin-top: 8px;
  position: relative;
  width: 743px;
}
.deal_footer_banner img {
  border-radius: 6px;
  border: 1px solid #b4b4b4;
}
.deal_footer_banner a {
  position: absolute;
  width: 231px;
  height: 40px;
  display: block;
  bottom: 28px;
  left: 258px;
}
#deal_detail_info .tags .tag {
  font-size: 19px;
  padding: 3px 6px;
}
.side_deal {
  overflow: hidden;
  border: 1px solid #b4b4b4;
  /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
  margin-bottom: 8px;
  position: relative;
}
.position_relative {
  position: relative;
}
.ladder {
  background-color: #d50000;
  color: #fff;
  padding: 7px 11px;
  font-size: 17px;
  position: absolute;
  bottom: 0;
}
.side_deal_head {
  text-align: center;
  font-size: 17px;
  padding: 6px;
  background-color: #8a8a8a;
  color: #fff;
  /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
  margin-bottom: 8px;
}
.side_deal_price_bar {
  padding: 4px;
  height: 26px;
}
.side_deal_price_bar .deal_price em {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 400;
}
.side_deal_price_bar .stock_info {
  padding: 0;
  margin: 0;
  float: left !important;
  text-align: left;
  width: 105px;
}
.dollar_red {
  color: #ed000e;
}
.discount_table {
  width: 100%;
  background-color: #a1f8ff;
  text-align: center;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
#header {
  position: relative;
  z-index: 10;
}
#header_wapper {
  margin: 0 auto;
  width: 986px;
  padding: 8px 0;
  position: relative;
}

#header_left {
  float: left;
  width: 155px;
  padding-right: 5px;
}
#header_left img {
  height: 67px;
}

#header-right {
  float: left;
  width: 760px;
}
#header-right * {
  box-sizing: border-box;
}
#header-right > .banner {
  float: right;
  margin: 2px 0 0 8px;
  width: 200px;
  height: 68px;
  overflow: hidden;
  position: relative;
}
#header-right > .banner > .banner-item {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
#header-right > .banner > .banner-item.active {
  opacity: 1;
  z-index: 10;
}
#header-right > .banner img {
  width: 100%;
  height: 100%;
}
#header-right .search {
  color: #4e4d4c;
  display: inline-block;
  position: relative;
  z-index: 2;
}

#header-right .search > .query {
  width: 450px;
  margin: 1em 1em 1em 0;
  padding: 6px 10px;
  border-radius: 0;
  border-color: #999;
}
#header-right .search > .search-btn {
  width: 54px;
  height: 29px;
  color: #222;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, sans-serif;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
}
#header-right .search > .search-btn:hover {
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
}
#header-right .search > .query-record {
  width: 500px;
  position: absolute;
  top: 41px;
  left: 0;
}
#header-right .search > .query-record li {
  color: #999;
  padding: 6px;
  cursor: pointer;
  text-align: left;
  border: 1px solid #999;
  border-top: 0;
  background-color: white;
}
#header-right .search > .query-record li:hover,
#header-right .search > .query-record .focus {
  color: white;
  background-color: #0160de;
}
#header-right .keywords {
  width: 500px;
  font-size: 0.8em;
  line-height: 1.2;
}
#header-right .keywords a {
  color: #777;
  text-decoration: none;
}

#header_download_app {
  float: right;
  width: 200px;
  height: 67px;
  margin: 2px 0 8px 16px;
  position: relative;
  overflow: hidden;
}
#header_download_app .sendPhone {
  width: 56px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  opacity: 0;
}

#header_download_app input {
  padding: 3px;
  width: 137px;
  position: absolute;
  font-size: 11px;
  bottom: 0px;
  border: 0;
  margin: 0px 2px;
  filter: alpha(opacity=0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.left {
  float: left;
}
.right {
  float: right;
}

#deal_counter_title .fa {
  margin-right: 6px;
}

.side_deal .deal_price {
  float: right;
}
.side_deal .deal_name {
  padding-left: 5px !important;
}
.tiny_font {
  font-size: 9px;
}
.side_deal .stock_info div {
  float: left;
}
.small_font {
  font-size: 12px;
}

.logo_bar_bg {
  background-color: #fff;
  height: 75px;
}
.side_deal:hover {
  cursor: pointer;
}
#nav,
#nav-search-top {
  margin: 0 auto;
  width: 986px;
  min-height: 118px;
  margin-top: -2px;
}
#nav-search-top {
  padding: 0 1em;
  margin-bottom: 0.5em;
  overflow: hidden;
  overflow-x: auto;
  box-sizing: border-box;
  background-color: white;
}
#nav-search-top .title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
#nav-search-top .top-item {
  width: 124px;
  height: 100px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#nav-search-top .top-item.more {
  color: #ff9500;
  text-align: center;
  line-height: 100px;
  border: 1px solid black;
}
#nav-search-top .top-item img {
  height: 100%;
}
#nav-search-top .top-keyword {
  width: 100%;
  color: white;
  padding: 0.5em 0;
  text-align: center;
  background-color: rgba(5, 5, 5, 0.6);
  background-color: black \9;
  position: absolute;
  bottom: 0;
}

#nav .toolbar {
  padding: 0px 15px;
  font-size: 13px;
  text-align: right;
  border: 0px;
  height: 29px;
}
#nav .toolbar form.send_app {
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 10px;
}

#nav .toolbar .title {
  font-size: 17px;
  float: left;
  line-height: 1.5;
  font-weight: 700;
}
#nav .toolbar .bottom {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  border-bottom: 1px solid #d8d8d8;
}
#nav .search {
  float: right;
  color: #4e4d4c;
  margin-left: 12px;
  border-radius: 3px;
  border: 1px solid #9a9a9a;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#nav .search:hover {
  background-color: #fceb9a;
}
#nav .search .fa-search {
  margin-right: 3px;
  cursor: pointer;
}

#nav .search .query {
  width: 7em;
  border: 0px;
  margin: 2px;
  padding: 2px 15px;
  font-size: 13px;
  background: transparent;
}
#nav .search > .query-record {
  width: 151px;
  padding: 0;
  border: 0;
  position: absolute;
  top: 24px;
  left: -1px;
}
#nav .search > .query-record li {
  float: none;
  color: #999;
  padding: 6px 15px;
  margin: 0;
  text-align: left;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 0;
  border-top: 0;
  background-color: white;
}
#nav .search > .query-record li:first-child {
  border: 1px solid #999;
}
#nav .search > .query-record li:hover {
  color: white;
  text-decoration: none;
  background-color: #0160de;
}
#nav.deal_nav .toolbar {
  width: 956px;
}
#nav .toolbar .keywords {
  float: right;
  padding: 6px 0 0 0;
}
#nav .toolbar .keyword {
  color: #ee8a1e;
  cursor: pointer;
  padding: 2px 12px;
  border: #ee8a1e 1px solid;
  border-radius: 2px;
  text-decoration: none;
}

#nav .toolbar .keyword:hover {
  color: white;
  background-color: #ee8a1e;
}

.gsc-search-box {
  display: none;
}
div.gsc-control-cse {
  background: transparent;
  border: 0px;
}
#nav .nav-inner {
  background: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc 0%, #f4f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f4f3f3',GradientType=0 )
				  progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=2, Color=#e5e5e5);
  box-shadow: 0 2px 1px #e5e5e5;
  -webkit-box-shadow: 0 2px 1px #e5e5e5;
  -moz-box-shadow: 0 2px 1px #e5e5e5;
  padding: 3px 0px 4px 0px;
  position: relative;
  color: #333;
}
#nav.fixed {
  height: 120px;
}
#nav.fixed .nav-inner {
  width: 986px;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  z-index: 600;
}
#nav .nav-inner .line {
  height: 14px;
  position: absolute;
  border-right: 1px solid #c7c7c7;
  top: 5px;
  right: 0px;
}
#nav .menu-items-wrapper {
  position: relative;
}
#nav .menu-inner-wrapper {
  width: 800px;
  height: 20px;
  padding-top: 8px;
  padding-bottom: 4px;
  overflow: hidden;
  transition: all 0.4s;
}
#nav .menu-inner-wrapper.extend {
  width: auto;
  height: 70px;
}
#nav .menu-inner-wrapper.extend .menu_item:nth-child(n + 10) {
  display: inline-block;
}
#nav .menu-items-wrapper .extend-menu {
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 0;
}

#nav .menu_item {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  padding: 3px 4px;
  text-align: center;
  position: relative;
}
#nav .menu_item:nth-child(n + 10) {
  display: none;
}
#nav .menu_item a {
  color: inherit;
  padding: 2px 5px;
  text-decoration: none;
}
#nav .menu_item a:hover {
  text-decoration: underline;
}
#nav .menu_item .activity {
  color: white;
  border-radius: 3px;
}
#nav .menu_item .activity.red {
  background: none;
}
.menu a {
  padding: 6px 8px;
  display: block;
}
.menu a,
.menu a:hover,
.side_deal a,
.side_deal a:hover {
  text-decoration: none;
  color: inherit;
}

.menu_icon {
  position: absolute;
  right: 0px;
  margin-top: -11px;
}
#nav ul {
  background-color: #fff;
  width: 936px;
  padding: 5px 5px;
  border: 1px solid #b4b4b4;
  color: #865600;
}

#nav li {
  background-color: #fff;
  float: left;
  padding: 5px 5px;
  margin: 0px 5px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#nav li:hover {
  background-color: #ff8328;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.overlay {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#77000000', endColorstr='#77000000');
  display: table;
}

#overlay_middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 900;
}
#overlay_center {
  width: 948px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.dialog {
  transition: opacity 0.1s linear;
  opacity: 1;
}
.dialog-hide {
  opacity: 0;
}

.dialog #overlay_content {
  width: 50%;
  min-width: 400px;
  max-width: 700px;
  max-height: 80vh;
  max-height: 600px \9;
  color: #666;
  opacity: 0.95;
  margin: 0 auto;
  text-align: left;
  padding: 2em 1em;
  border-radius: 3px;
  border: 1px solid #999;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  box-sizing: border-box;
  background-color: white;
}
.dialog .dialog-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}
.dialog .dialog-content {
  margin-bottom: 1em;
  overflow: auto;
  max-height: 70vh;
}
.dialog .confirm,
.dialog .alert {
  margin-top: 0.5em;
}

.dialog .confirm .button-primary,
.dialog .alert .button-primary {
  width: 47%;
  padding: 0.3em 0;
  border-radius: 5px;
}
.dialog .alert .button-primary {
  width: 100%;
}
.dialog .confirm .button-primary.cancel {
  border-color: #bbb;
  background: #bbb;
}
.dialog .description {
  color: #bbb;
}
.dialog-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}
.dialog #overlay_content.overlay_content_long {
  min-width: 700px;
  max-width: 700px;
}
.dialog .bank-title {
  width: 97%;
  height: 45px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-bottom: 1px solid;
  text-align: left;
  font-size: 1.5em;
}
.dialog .bank-title .fa-credit-card {
  font-size: 1.5em;
}
.dialog .bank-title .text {
  color: blue;
  margin-left: 10px;
}
.dialog .dialog-content.bank {
  margin-top: 70px;
}
.dialog .dialog-content th,
.dialog .dialog-content tr,
.dialog .dialog-content td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid;
  padding: 20px 10px;
}
.dialog .dialog-content th {
  background-color: #ccc;
  padding: 5px;
}
.dialog .dialog-content .bank-content {
  text-align: left;
}
#container {
  width: 100%;
  position: relative;
}
#subscribe_box #subscribe_box_img {
  float: left;
}

.hidden {
  display: none;
}
.x {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(/images/desktop/ui/x.png);
  top: -22px;
  right: -24px;
  z-index: 900;
  cursor: pointer;
}

#subscribe_box input {
  padding: 6px 10px;
  width: 190px;
}
#subscribe_box button {
  font-size: 35px;
  padding: 3px 20px;
}

#mail {
  margin: 15px 29px;
  background-image: url(/images/desktop/ui/mail.gif);
  background-repeat: no-repeat;
  padding-left: 35px;
}
.subscribe_margin {
  margin: 13px;
}
#subscribe_box a {
  color: #666;
}
#subscribe_box .link_p {
  color: #666;
}

.link_p {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

#notice_box {
  width: 773px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  text-align: left;
}

#notice_box .notice_content {
  font-size: 14px;
}

#notice_box h2 {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}

#products_box {
  min-width: 600px;
  max-width: 900px;
  margin: 20px auto;
  position: relative;
}

#product_table {
  width: 100%;
  background-color: #f5f5f5;
  font-size: 20px;
}
#product_table tr {
  border-bottom: 1px solid #b4b4b4;
  line-height: 42px;
}

#product_table tr:hover {
  background-color: #efefef;
  cursor: pointer;
}

#product_table td {
  padding: 3px 0px;
  text-align: center;
  vertical-align: middle;
}

#products_box .product_name {
  text-align: left;
  padding: 12px 0 12px 36px;
  line-height: 24px;
  position: relative;
  height: 44px;
}
#products_box .product_name .small {
  font-size: 16px;
  line-height: 20px;
  color: #888;
}
#products_box .product_name .cod-label {
  color: green;
  margin-left: 1em;
}
#products_box .lowest-price {
  border: 4px solid #fccb0b;
}
#products_box .product_name .lowest-bubble {
  width: 120px;
  height: 50px;
  display: none;
  text-align: center;
  line-height: 50px;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: -100px;
  background: url(/images/bubble.png) no-repeat scroll transparent;
  background-size: 100% auto;
}
#products_box .lowest-price > .product_name > .lowest-bubble {
  display: block;
}
#products_box .product_price {
  width: 13%;
  text-align: right;
  color: red;
}
#product_table .soldout_tr:hover {
  cursor: default !important;
  background-color: #f5f5f5 !important;
}
#products_box_h .small {
  font-size: 16px;
  line-height: 20px;
}
#category_2h {
  float: left;
  width: 18px;
  font-size: 18px;
  padding: 8px 9px;
  background-color: #8f8f8f;
  border: 1px solid #b4b4b4;
  color: #fff;
}
#category_4h {
  float: left;
  width: 18px;
  font-size: 18px;
  padding: 4px 9px;
  background-color: #8f8f8f;
  border: 1px solid #b4b4b4;
  color: #fff;
}

.deal_nav {
  width: 988px !important;
}
.deal_buy_btn {
  padding: 3px 11px;
  font-size: 30px;
}

.buy_area:hover {
  cursor: pointer;
}
.big_price {
  font-size: 52px;
  font-family: tahoma !important;
  font-weight: 700;
}
.buy_area .price_up {
  font-size: 18px;
}

.buy_area .dollar_sign {
  font-size: 25px;
  font-family: arial;
}
.buy_area_rating {
  border-right: 1px solid #fff;
  width: 150px;
  float: left;
}
.buy_area_rating .user-rating {
  padding-left: 0;
  font-size: 12px;
}
.buy_area_discount {
  padding: 0px 0px 0px 10px;
  width: 100px;
  float: left;
}
.buy_area_price_tag {
  padding: 12px 0px 0px 6px;
  float: left;
}
.buy_area .deal_buy_btn {
  padding: 1px 15px;
  border: 2px solid #fff;
}
.select {
  width: 988px;
  margin: 8px auto 0px auto;
}

.select_pd {
  border: 1px solid #77c9ff;
  width: 700px;
  margin: 10px auto;
  padding: 0 5px;
  border-radius: 10px;
}

.select-pd-v2 {
  width: 335px;
  height: 160px;
  padding: 5px 5px;
  border: 1px solid #77c9ff;
  border-radius: 10px;
  margin-bottom: 15px;
}

.for-left {
  margin-left: 120px;
  margin-right: 10px;
}

.for-right {
  margin-right: 120px;
  margin-left: 10px;
}

.buy123-color {
  color: #ff6b00;
}

.no-coupon-input {
  width: 200px;
}

.discount-icon {
  width: 29px;
  height: 30px;
}

.applied-mask {
  width: 285px;
  height: 28px;
}

.auto-discount {
  border-radius: 5px;
  padding-left: 5px;
  width: 280px;
  height: 25px;
  color: white;
  font-size: 14px;
  background-size: cover;
  background-image: url("https://s3.buy123.com.tw/images/upload/a5fbd06185cfcb51ad72da9de7b772a9.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
}

/* HIDE RADIO */
.hidden-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: none;
}

.point-notice {
  max-width: 325px;
  color: dimgrey;
  font-size: 12px;
  margin-bottom: 50px;
  margin-left: 5px;
}
.hr-style {
  border-top: 1px solid #e3e3e3;
  width: 310px;
  height: 1px;
}

.grey-e3 {
  border: 1px solid #e3e3e3;
}

.select_num {
  color: #ffffff;
  margin-right: 10px;
  background: rgb(17, 195, 217);
  background-repeat: no-repeat;
  padding: 8px 14px;
  font-weight: bolder;
  font-size: 18px;
  border-radius: 50%;
}
.conut_title {
  font-size: 25px;
  line-height: 34px;
}

.select_deal_table {
  width: 100%;
  font-size: 18px;
}
.first_tr {
  border: 0px !important;
}

.select_deal_table th {
  padding: 10px 10px;
  color: #5a5a5a;
  width: 110px;
  text-align: right;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 600;
}
.select_deal_table td {
  padding: 10px 10px;
}

.select_deal_table .select_h {
  color: #055cc8;
}
.select_deal_table .select_h img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.select_deal_table .select_h h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.choose_deal {
  margin: 5px 10px;
}

.select_table {
  width: 700px;
}

.select_product {
  width: 90%;
}
.select .points {
}
.select .points .grey,
.select .gomaji-points .grey {
  color: #bfbfbf;
}
.select .points-redeem input {
  width: 200px;
}
.select .points-redeem button {
  font-size: 16px;
}

select {
  margin: 10px 10px;
  background: transparent;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
}

.center {
  text-align: center;
}
.light_red {
  color: #dd0101;
}

.payment_table {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.payment_table tr {
  border-bottom: 1px solid #ddd;
  color: #5a5a5a;
  font-size: 18px;
  cursor: pointer;
}
.payment_table tr.gray {
  color: #ccc;
}
.payment_table td {
  padding: 10px 10px;
}
.payment_table .icon {
  height: 2em;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-top: 0.3em;
}
.submit_b {
  padding: 40px 0 0px 0px;
  color: #5a5a5a;
}
.gomaji-points-notice {
  margin-bottom: 15px;
}
.payment_notice li {
  font-size: 0.96em;
  padding: 1px 0;
}
.payment_notice li a {
  color: #5a5a5a;
  text-decoration: none;
  background-image: linear-gradient(
    to bottom,
    rgba(45, 10, 10, 0) 50%,
    rgba(93, 91, 91, 0.6) 50%
  );
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0px 17px;
}

.select_heading {
  margin: 15px 0px;
}

#TotalPrice {
  font-size: 25px;
}
.left_color {
  color: #f25022;
}

.login_content {
  width: 380px;
  margin-left: 20px;
  float: left;
}
.pwd-error-str {
  width: 220px;
  float: right;
  text-align: center;
}

.buy_login_remark {
  font-size: 0.8em;
}
.buy_login_remark ul {
  list-style: disc !important;
  margin-left: 20px;
}
.buy_login_remark ul ul {
  list-style: none !important;
  margin-left: 10px;
}

.site_login_remark {
  float: left;
  width: 500px;
  font-size: 16px;
  margin-left: 30px;
  margin-top: 10px;
}
.site_login_remark h1 {
  font-size: 24px;
  margin: 20px auto;
}
.site_login_remark ul {
  list-style: disc !important;
  margin-bottom: 20px;
  margin-left: 20px;
}
.site_login_remark ul ul {
  list-style: none !important;
  margin-bottom: 0;
}

.login_wapper {
  width: 988px;
  margin: 8px auto 0px auto;
  padding: 25px 0px;
}

input {
  border: 1px solid #888;
  padding: 7px 9px;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 8px 10px;
}
input[type='radio'],
input[type='checkbox'] {
  border: 0px !important;
}
input:focus {
  border-color: #9ecaed;
  outline: none;
}
.login_box {
  font-size: 20px;
  color: #5a5a5a;
  line-height: 30px;
}
.login_box p {
  margin-bottom: 20px;
}
.login_box .sub_link {
  text-align: right;
}
.login-form {
  text-align: center;
}
.login_button {
  width: 220px;
  height: 50px;
  margin: 10px auto 0;
  border-radius: 5px;
}
.login_input {
  width: 200px;
  padding: 10px 9px;
}
.fb-login {
  width: 220px;
  margin: 40px auto 10px;
}
.fb-button {
  width: 220px;
  cursor: pointer;
}
.break-block {
  margin: 15px auto;
  width: 350px;
  text-align: center;
}
.break-line {
  font-size: 80%;
  text-align: center;
}
.break-line:before,
.break-line:after {
  background-color: #aaa;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 16%;
}
.break-line:before {
  right: 0.5em;
}
.break-line:after {
  left: 0.5em;
}
.remember-block {
  width: 220px;
  font-size: 80%;
  margin: 0 auto;
}
.remember-block label {
  width: 50%;
  padding-right: 35px;
}
.remember-block a {
  width: 50%;
  padding-left: 35px;
  text-decoration: none;
  color: #333;
}
.register-block a {
  font-size: 80%;
  text-decoration: none;
}
.payment_table th {
  width: 10em;
}

.gray_font {
  color: #888;
}

.inputError {
  width: 98%;
  background-color: rgb(204, 48, 48);
  color: #fff;

  border: 2px solid rgb(204, 48, 48);
  padding: 1% 1%;
}
.margin_auto {
  margin: 0 auto;
}

#detail table td {
  padding: 5px;
}
#detail table th {
  border-bottom: rgb(161, 161, 161) 1px solid;
  text-align: left;
  font-size: 1.5em;
  padding: 10px 5px;
}
#detail .cod-select img {
  vertical-align: middle;
}
#detail .cod-select div {
  width: 500px;
  cursor: pointer;
  background-color: #ddd;
}
#detail .cod-select .select-store {
  color: blue;
  width: 100%;
  margin-top: 0.5em;
  text-align: right;
  display: inline-block;
  text-decoration: underline;
}
.red {
  color: red !important;
}
#formTable {
  color: #444;
}
#success_view {
  padding: 0px 25px;
  line-height: 30px;
  font-size: 18px;
}
.success_info {
  float: left;
  width: 538px;
}
.success_info h3 .img,
.success_suggestion h3 .img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 10px 30px 10px 10px;
  font-size: 3em;
}
.success_info h3 {
  line-height: 2.5;
  font-size: 1.4em;
}
.delivery_info {
  margin-bottom: 20px;
}
.delivery_info .flow_chart {
  display: block;
  margin: 0 auto;
  width: 500px;
}
.delivery_info tbody td {
  width: 33.33333333333%;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
}
.success_suggestion {
  float: left;
  width: 420px;
}
.success_suggestion .frame {
  border: 1px solid #bdbdbd;
  padding: 5px;
  margin: 12px 5px;
  min-height: 317px;
}
.success_suggestion a {
  color: orange;
  text-decoration: none;
}
.success_suggestion h3 {
  line-height: 2.5;
  font-size: 1.4em;
}
.success_suggestion .push .text {
  padding: 5px;
}
.success_suggestion .push {
  background: rgb(255, 250, 208);
  padding: 5px 5px 2px 5px;
  margin: 0px 5px 0 5px;
  height: 75px;
  overflow: hidden;
}
.success_suggestion .push .text_content {
  padding-left: 25px;
}
.success_suggestion .push .icon {
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  color: #ff6b00;
  width: 60px;
  height: 60px;
  float: left;
  margin: 10px 22px 10px 20px;
  font-size: 3.7em;
}
#point-activity-block {
  padding-top: 1em;
  clear: both;
}
#point-activity-block header {
  padding: 0.5em;
  color: white;
}
#point-activity-block .detail {
  padding: 0.5em;
}
.link_button {
  border: 1px solid #ff6b00;
  border-radius: 128px;
  padding: 4px 23px;
  font-size: 16px;
  margin: 5px;
  display: inline-block;
  color: #ff6b00 !important;
  cursor: pointer;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.link_button:hover {
  border: 1px solid #fff;
  color: #fff !important;
  background: #ff6b00;
}
#success_payment {
  background: #f8f8f8;
  width: 100%;
  margin: 15px auto 20px auto;
}

#success_payment th {
  text-align: left;
  padding: 1px 15px;
  width: 7em;
}
p.note {
  font-size: 1.1em;
  font-weight: bold;
}
.note_detail ol {
  padding-left: 25px;
  list-style: initial;
  list-style-type: decimal;
  color: gray;
}
#success_view .note_detail {
  border-bottom: 1px dashed #6f6f6f;
  border-top: 1px dashed #6f6f6f;
  margin: 10px 0 15px;
  padding: 10px 0;
}
.main_deal_social_box {
  width: 50%;
  float: left;
}
.success_fb_share {
  width: 700px;
  margin: 20px auto;
}
.success_fb_share thead td {
  padding: 15px 0;
  background: #fffad0;
  border-radius: 11px;
  line-height: 2;
}

.success_fb_share td {
  text-align: center;
}

.success_fb_share .detail {
  text-align: left;
  margin: 15px 2px;
  padding: 15px 0;
  border-top: 1px dashed #c7c7c7;
  border-bottom: 1px dashed #c7c7c7;
}

.success_fb_share .detail ul {
  font-size: 0.96em;
  margin: 5px 0;
  list-style-type: decimal;
  padding: 0 15px 0 30px;
}

.success_appcoupon {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.success_appcoupon .title {
  width: 100%;
  padding: 20px 0;
}

.success_appcoupon .icon {
  width: 50%;
  padding: 10px;
}

.success_appcoupon .icon img {
  max-height: 70px;
}

.img_tag {
  position: absolute;
  top: 2px;
  right: -4px;
}
/* spinner*/

.ajax-spinner {
  background: gray;
  height: 130px;
  padding-top: 50px;
  border-radius: 9px;
}
.ajax-spinner img {
  width: 60px;
}
.ajax-spinner .loading_wording {
  color: white;
}
.ajax-spinner .spinner {
  margin-top: 0px;
}
.ajax-overlay #overlay_center {
  width: 340px;
}
.ajax-spinner .container1 > div,
.ajax-spinner .container2 > div,
.ajax-spinner .container3 > div {
  background: white;
}
.spinner {
  margin: 30px auto;
  margin-top: 250px;
  width: 60px;
  height: 60px;
  position: relative;
}
.loading_wording {
  text-align: center;
  margin-bottom: 200px;
  color: #222;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 14px;
  height: 14px;
  background-color: #f66b0e;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* end of spinner */

/*order*/
#order-user-saving {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  height: 49px;
}
#order-user-saving .wrapper {
  line-height: 49px;
  position: relative;
}
#order-user-saving .icon {
  position: absolute;
  display: block;
  height: 77px;
  width: 76px;
  top: 0;
  left: 0;
  z-index: 5;
}
#order-user-saving .title {
  font-size: 1.5em;
  color: white;
  padding-left: 44px;
}
#order-user-saving .subtitle {
  font-size: 1.4em;
  float: right;
  height: 49px;
  line-height: 49px;
  position: absolute;
  right: 10px;
  top: 0;
}
#order-user-saving .label {
  color: white;
}
#order-user-saving .amount {
  color: white;
}
#order-user-saving .amount i {
  font-size: 1.4em;
}

#order {
  margin: 0 auto;
  padding: 10px 5px;
}
#order .announcement {
  margin: 0 0 20px 0;
  padding: 12px 15px 12px 15px;
  background-color: #ffe2e1;
  text-align: left;
  color: #ff2417;
}
#order .orders-section {
  margin: 0px 0px 30px 0;
  padding: 10px 13px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
#order .orders-section .orders-info {
  position: relative;
  margin-bottom: 20px;
}
#order .orders-section .orders-info .total-amount {
  position: absolute;
  right: 0;
  top: 0;
}
#order .orders-section .orders-payment-info {
  padding: 16px;
  background-color: #fff3e8;
  border-radius: 4px;
  margin-bottom: 20px;
}
#order .orders-section .extend-btn {
  color: #3b3b3b;
  cursor: pointer;
  font-weight: normal;
  font-size: 15px;
  padding: 10px 28px 10px 28px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  margin-bottom: -1px;
  display: inline-block;
}
#order .orders-section .extend-btn.show {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #fff;
}
#order .suborders {
  margin: 0;
  padding: 10px 13px 16px;
  border: 1px solid #e3e3e3;
  border-radius: 0 4px 4px 4px;
  display: none;
}
#order .suborders.show {
  display: block;
}
#order section {
  padding-bottom: 5px;
}
#order table {
  margin: 20px auto;
  width: calc(100% - 34px);
  font-size: 15px;
}
#order td {
  vertical-align: middle;
}
#order table td,
#order table th {
  border: 1px solid #c0c0c0;
  padding: 2px;
  text-align: center;
}
#order table td {
  background: #eee;
  color: #777;
}
#order table th {
  background: #ccc;
  text-align: center;
  color: #777;
}

#order table.paid th {
  background: #c30000;
  color: white;
}
#order table.paid td {
  background: #fff;
  color: #333;
}
.refundBtn {
  border: 1px solid #7d7d7d;
  background-color: #7d7d7d;
  background-image: linear-gradient(to bottom, #7d7d7d, #7d7d7d);
  padding: 0px 4px !important;
}
.returnHomeBtn {
  color: white;
  background-image: linear-gradient(to bottom, #7d7d7d, #7d7d7d);
  padding: 0px 4px !important;
}
#order table.coupon {
  width: 98%;
  margin: 20px auto;
  margin-top: 40px;
}
#order table.coupon th,
#order table.coupon td {
  border-color: #333333;
  color: black;
}
#order table.coupon th {
  background: #ccc;
}
#order table.order caption {
  line-height: 1.5;
}
#order table caption {
  text-align: left;
  font-weight: bold;
  font-size: 19px;
}
#order .detail td,
#order .receipt td {
  background: #fff;
  color: #333;
}
#order .detail th,
#order .receipt th {
  background: #ef7a00;
  color: white;
}
#order .receipt th {
  width: 8em;
}
div.hide {
  display: none;
}
div.show {
  display: block !important;
}
div.ready {
  display: block !important;
}
/* end of order*/

.tab {
  border-bottom: 1px solid #ddd;
  height: 53px;
  margin-bottom: 4px;
}
.tab li.active a {
  color: #222;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background: #fff;
}
.tab li {
  float: left;
  margin: 10px 1px;
}
.tab li a,
.orders_tab li {
  margin-right: 2px;
  line-height: 1.42857143;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  cursor: pointer;
  color: #428bca;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.tab li a:hover,
.orders_tab li:hover {
  background: #f1f1f1;
  color: #428bca;
}
.orders_tab {
  min-width: 90%;
  margin: 0 auto;
  padding-left: 47px;
}
.orders_tab li.active {
  color: #222 !important;
  border: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0);
  background: #fff !important;
}
.orders_tab li.active a:hover {
  background: #ffffff;
}
.orders_content {
  border-bottom: 1px solid #ddd;
}
.order_title {
  padding: 5px 52px 0;
}
.same-product-btn {
  color: white;
  font-size: 0.8em;
  padding: 2px 4px;
  margin-left: 10px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
/* Refund form section start */
.refund-section {
  width: 700px;
  margin: 20px auto 10px;
}
.refund_order_header span {
  font-weight: bolder;
  margin: 0 20px 0 15px;
}
.order_pd_info {
  background: #f7f7f7;
  padding: 4px;
  margin: 10px 0;
}
.refund-section .refund_table td,
.refund-section .refund_table th {
  padding: 6px 4px 4px 10px;
}
.refund-section table th {
  vertical-align: middle;
  text-align: left;
}
.vertical_align_t {
  vertical-align: top !important;
}
.border_top {
  border-top: 1px dashed #bfbfbf;
}
.refund-section .button-bar,
.refund-section2 .button-bar {
  text-align: center;
  padding-top: 20px;
}
.refund_note {
  padding: 10px 0;
}
.refund_note li {
  padding: 5px 15px;
  font-size: 0.96em;
  color: #010a57;
}
.refund_quantity {
  background: #d4fff8;
  width: 91%;
  text-align: center;
  margin: 10px 0;
  padding: 0 10px;
}
.refund_table textarea {
  padding: 5px 8px;
}
.refund_table_check th {
  width: 120px;
}
.refund_finish {
  padding: 30px;
  line-height: 40px;
}
.refund-section .pdflink {
  width: 200px;
  background-color: #d90000;
  padding: 5px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 3px 0px #920101;
  -webkit-box-shadow: 0px 3px 0px #920101;
  box-shadow: 0px 3px 0px #920101;
}
.refund-section .pdflink:hover {
  background-color: #f00303;
  margin-top: 3px;
  -moz-box-shadow: 0px 0px 0px #920101;
  -webkit-box-shadow: 0px 0px 0px #920101;
  box-shadow: 0px 0px 0px #920101;
}
.refund-section .pdflink .small {
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
}
.cross_logo {
  padding: 6px 8px;
}
.cross_logo img {
  margin: 0 auto;
}
.cross_logo_dog123 {
  background: #c24600;
}
.cross_logo_fish123 {
  background: #00a84d;
}
.cross_logo_buy123 {
  background: #fc6500;
}
.cross_logo_food123 {
  background: #df0000;
}
.cross_logo_sale123 {
  background: #e52579;
}
.cross_logo_fun123 {
  background: #1c99cc;
}

.cross_deal:hover .deal_img {
  opacity: 0.8;
}
.cross_deal .tags {
  position: absolute;
  top: 205px;
  padding: 5px 0 5px 6px;
  z-index: 2;
}
.cross_deal_info_bg_dog123 {
  background: #fdddcc;
}
.cross_deal_info_bg_fish123 {
  background: rgba(199, 255, 253, 0.7);
}
.cross_deal_info_bg_buy123 {
  background: rgba(255, 235, 220, 0.7);
}
.cross_deal_info_bg_food123 {
  background: rgba(255, 199, 199, 0.7);
}
.cross_deal_info_bg_sale123 {
  background: rgba(253, 213, 231, 0.7);
}
.cross_deal_info_bg_fun123 {
  background: rgba(187, 235, 255, 0.7);
}
.cross_deal_info {
  position: absolute;
  bottom: 2.3em;
}
.cross_deals {
}
.cross_deals li {
  border-bottom: 2px dashed #d6d6d6;
}
.cross_deals li a {
  display: block;
  text-decoration: none;
  padding: 0px 4px;
  line-height: 1.65;
  color: #474747;
}
.cross_deals li:last-child {
  border-bottom: none;
}
.cross_list_buy123 {
  background: #ffede0;
}
.cross_list_dog123 {
  background: #fffdcd;
}
.cross_list_food123 {
  background: #ffe0e0;
}
.cross_list_fish123 {
  background: #d9ffea;
}
.cross_list_sale123 {
  background: #ffe2e2;
}
.cross_list_fun123 {
  background: #d9f4ff;
}
.cross_name {
  font-size: 0.9em;
}
.cross_sale {
  font-size: 0.9em;
  color: #e52579;
}

#report {
  padding: 10px 20px;
}
.cheap_report {
  padding-top: 0px;
}
input.email {
  width: 30em;
}
.error_report {
  position: relative;
  margin: 0 0 26px 15px;
  //margin:15px 0 0 0;
}
.error_report a {
  margin-right: 8px;
  text-decoration: none;
  color: #7d7d7d;
  border: 1px solid;
  padding: 4px 12px 4px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.error_report a .fa {
  margin-left: 8px;
}
.quality_report {
  position: absolute;
  //position: relative;
  width: 390px;
  background-color: rgba(216, 251, 255, 0.95);
  left: 214px;
  border: 2px solid #03268c;
  top: 43px;
  //top: 20px;
  z-index: 200;
  padding: 15px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.94em;
}
.quality_report .fa {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 1.4em;
  cursor: pointer;
}
.quality_report:before {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  display: inline-block;
  border-bottom: 9px solid #03268c;
  content: '';
  position: absolute;
  top: -11px;
  left: 18px;
}
.ng-wrapper {
  margin: 5px auto;
  padding: 20px 5px;
  width: 976px;
}
.site_wrapper {
  margin: 5px auto;
  width: 976px;
}
.faq_title {
  padding: 0px 15px 0px 15px;
  background: #fff;
  font-size: 18px;
}
.faq-title-desc {
  font-size: 14px;
}
#faq {
  padding: 10px 0px;
  background: #ffffff;
}
#faq .fa {
  margin-right: 5px;
}
#faq .category {
  margin-left: 120px;
  display: inline-block;
}
#faq .category li {
  display: block;
  float: left;
  min-width: 24em;
  padding: 3px;
  border: 1px solid #fff;
}
#faq .sub_qa {
  border-bottom: 1px solid #0058cb;
  padding: 1px 200px 2px 1px;
  margin-left: 132px;
  width: 51%;
  margin-top: 10px;
}
#faq .faq {
  margin-left: 124px;
  margin-top: 10px;
}
#faq .answer {
  margin: 10px auto;
  width: 718px;
}
#faq .ask {
  width: 718px;
  margin: 0 auto;
}
#faq .emoji {
  display: inline-block;
  cursor: pointer;
}
#faq .emoji_label {
  margin-top: 0.3em;
  text-align: center;
}
#faq textarea {
  margin: 7px 9px;
  padding: 7px 9px;
  border-radius: 3px;
  border: 1px solid #888;
}
#faq .ask th {
  vertical-align: top;
  line-height: 3;
}
#faq .order_desc {
  font-size: 14px;
  margin-bottom: 1em;
}
#faq .static-information {
  line-height: 3;
  padding-left: 10px;
}
#faq .refund-option {
  line-height: 2;
  background-color: #cbfff6;
  margin-left: 10px;
}
#faq .refund-option th {
  padding: 0 20px;
  border-bottom: 1px solid #4080f1;
}
#faq .refund-option td:first-child {
  padding: 0 10px;
  text-align: center;
}
.faq_help {
  margin: 10px auto;
  width: 718px;
  text-align: right;
  border-top: 1px solid #0058cb;
  padding-top: 12px;
}
.faq_orders {
  background: #f5f5f5;
  height: 218px;
  margin: 15px;
}
.faq_orders_img {
  position: relative;
  margin-right: 15px;
}
.faq_orders_content {
  width: 320px;
  margin-top: 13px;
}
.faq_orders_content td {
  padding: 2px 12px;
}
.faq_order_link {
  padding-top: 180px;
  padding-right: 20px;
  width: 320px;
  text-align: right;
}
.faq_order_link .qa_link {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
  box-shadow: 0px 1px rgba(51, 51, 102, 0.5);
  background: #b00;
}
.faq_order_link .order_link {
  margin-right: 6px;
  text-decoration: none;
  color: #838383;
}
.no_margin {
  margin: 0px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
.block {
  display: block;
}
.gift_winner {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
}
.gift_winner_bar {
  background-image: url('/images/desktop/ui/gift_winner.png');
  background-position: center top;
  background-repeat: no-repeat;
  width: 976px;
  height: 446px;
  position: relative;
}
.gift_winner_bar_wrapper {
  padding-top: 176px;
  padding-left: 219px;
  padding-right: 244px;
  /* 	background-color: rgba(30,30,30,0.3); */
}
.gift_winner_bar_wrapper .value {
  text-align: center;
  font-size: 108px;
  font-weight: bold;
  line-height: 108px;
  height: 108px;
  color: red;
  padding: 12px;
}
.gift_winner_bar_wrapper .coupon {
  text-align: center;
  font-size: 40px;
  color: black;
  height: 85px;
  line-height: 108px;
}
.gift_winner_bar_wrapper .coupon span {
  color: red;
  font-weight: bold;
}
.gift_winner_wrapper {
  margin: 10px auto;
  width: 530px;
  text-align: center;
}
#header .buy_step {
  position: absolute;
  left: 225px;
  top: 28px;
}
#header .buy_step_ul li {
  width: 186px;
  margin-left: 56px;
}
#header .buy_step_ul {
  background-image: url('/images/desktop/ui/step_by_step_header.png');
}
.step_by_step {
  background: url('/images/desktop/ui/step_by_step.png');
  background-repeat: no-repeat;
  color: #ffffff;
  width: 810px;
  height: 40px;
  margin: 20px auto 10px;
  background-position: 0 -117px;
}
.step_list li {
  width: 225px;
  float: left;
  padding: 8px 0px 0 45px;
}
.step_by_step_two {
  background-position: 0 -57px !important;
}
.step_by_step_three {
  background-position: 0 0 !important;
}
.buy_step {
  margin: 0 0 15px -5px;
}

.buy_step_ul {
  display: inline-block;
  background: url('/images/desktop/ui/step_by_step_buy.png');
  background-repeat: no-repeat;
  color: #ffffff;
  width: 810px;
  height: 40px;
  background-position: 0 -117px;
}
.buy_step_ul li {
  float: left;
  width: 200px;
  margin-left: 66px;
  line-height: 44px;
  font-size: 17px;
}

#phone-verify {
  width: 90%;
  margin: 0 auto;
}
#phone-verify h2 {
  margin: 1em 0;
  font-size: 1.3em;
  font-weight: 500;
}
#phone-verify .verify-zone {
  position: relative;
}
#phone-verify .verify-zone label {
  width: 150px;
  display: inline-block;
}
#phone-verify .verify-zone input {
  width: 300px;
  margin-left: 0em;
  margin-bottom: 2em;
  box-shadow: 0px 0px 10px 0px #bbb;
}
#phone-verify .inputError {
  width: auto;
  padding: 0 2%;
  display: inline-block;
}
#phone-verify .msg {
  width: 300px;
  margin-right: 1em;
  text-align: left;
  display: inline-block;
}
#phone-verify .count {
  font-size: 0.9em;
  position: absolute;
  top: 0.7em;
  left: 40em;
}
#phone-verify .no-phone-record {
  margin-top: 2em;
}
#phone-verify .contact-service {
  margin-top: 1.5em;
  font-size: 0.9em;
  line-height: 1.5;
}

.express {
  background-image: url('/images/desktop/ui/express.png');
  height: 40px;
  margin: 8px auto;
  width: 650px;
}
#baaner_deals {
  width: 608px;
  height: 30px;
  padding: 8px 10px;
  margin-bottom: 0 !important;
  background: #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#baaner_deals a {
  text-decoration: none;
  padding: 0px 20px;
  display: block;
  font-size: 0.9em;
}
#baaner_deals li {
  border-right: 2px solid #f30606;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 198px;
}
#baaner_deals li:last-child {
  border-right: none;
  margin-left: 10px;
}
.refund_cancel {
  text-align: center;
  padding: 20px 0;
  font-size: 1.1em;
}

/* activity */

table.activity {
  background: white;
  width: 948px;
  margin: 0px auto 10px auto;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
  border-collapse: separate;
}

table.activity tr td,
table.activity tr th {
  padding: 5px;
}
table.activity a {
  text-decoration: none;
  display: block;
  text-align: center;
}
table.activity th a {
  text-align: left;
}
table.activity .deal_price_color,
table.activity .original_price {
  line-height: 1;
}
table.activity th h3.deal_name {
  font-size: 30px;
}

table.activity td h3.deal_name {
  padding: 1px;
  font-size: 16px;
  line-height: 1.1;
}
table.activity th {
  vertical-align: top;
}
table.activity th .deal_desc,
th .deal_price {
  padding: 0px 4px;
  line-height: 1.1;
  font-size: 13px;
}
table.activity .deal_price {
  text-align: right;
  float: right;
}
table.activity .deal_price em {
  font-size: 45px;
}
table.activity h3.deal_name {
  padding: 5px 4px;
}
table.activity td {
  width: 168px;
}
table.activity div.banner {
  width: 100%;
  height: 40px;
  background-position-x: center;
}
table.activity th img,
table.activity td img {
  width: 100%;
}
table.activity td img {
  /*height: 108px;*/
  width: 168px;
}
.activity_content {
  width: 986px;
  margin: 5px auto;
}
.activity_banner {
  width: 986px;
  margin: 5px auto;
  text-align: center;
}
table.activity .deal_price_color {
  font-size: 16px;
  font-weight: bold;
}
.activity_items {
  margin: 8px auto;
  width: 986px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}
.activity_item {
  display: block;
  float: left;
  overflow: hidden;
  width: 312px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}
.activity_items a {
  text-decoration: none;
}
.activity_items .item_margin {
  margin-right: 22px;
  margin-left: 22px;
}
.activity_item .main_img {
  width: 100%;
}
.activity_items h3 {
  padding-left: 40px;
  margin-top: 3px;
  line-height: 30px;
}
.activity_item .price {
  font-size: 16px;
  border-top: 1px dashed #c8c5c6;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.activity_item .deal_price_color {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}
.activity_item .fa-hand-o-up {
  font-size: 24px;
  background: #ffdfea;
  color: #ff2a83;
  padding: 5px 30px;
  position: absolute;
  right: 0;
}
.activity_items .main_item img {
  float: left;
  width: 662px;
  margin-right: 22px;
}
.activity_items .main_item .item_detail {
  float: left;
  width: 284px;
  height: 389px;
  position: relative;
}
.activity_items #deal_counter_title {
  padding-left: 30px;
}
.activity_items #deal_counter {
  font-size: 1.1em;
}
.activity_items .deal_desc {
  margin: 12px 10px;
  line-height: 20px;
  color: #001438;
  height: 120px;
  overflow: hidden;
}
.activity_items .activity_btn {
  margin-top: 0;
}
.activity_items .original_price span {
  margin: 0 10px;
}
.activity_items .sale_price {
  text-align: right;
  padding: 10px;
  font-size: 16px;
  color: #696969;
  border-top: 1px solid #dddcdc;
}
.activity_items .sale_price em {
  font-size: 36px;
}
.activity_items .deal_price_color {
  margin-left: 10px;
  font-size: 16px;
}
.activity_items .item_name {
  position: relative;
}
.activity_items .item_name .sold_number {
  color: #748b76;
  font-size: 11px;
}
.activity_items .item_name .sold_number .number {
  color: #cc0000;
}
.category_banner {
  position: relative;
  margin: 25px 0 10px;
}
.category_banner img {
  z-index: 100;
  position: relative;
}
.category_banner .hr {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  background: #b80005;
}
.activity_nav {
  width: 986px;
  margin: 0 auto;
  height: 30px;
  background: url(/images/desktop/ui/event/category_nav.jpg);
  background-repeat: no-repeat;
  line-height: 31px;
  text-align: center;
}
.activity_nav a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.activity_nav a:hover {
  color: #ffe993;
}
#activity_nav_wrapper {
  margin: 0 auto;
  position: relative;
  width: 986px;
}
.activity_nav.fixed {
  position: fixed;
  top: 0px;
  margin: 0 auto;
  z-index: 600;
}
.tr_border {
  border-top: 1px solid #ddd;
}
.tr_border_bottom {
  border-bottom: #b7b7b7 1px dashed;
}
.fix-for-frozen {
  height: 80px;
}
.frozen-detail-desc {
  display: block;
  position: absolute;
  line-height: 45px;
}
.activity_btn {
  padding: 6px 10px;
  text-align: center;
  margin-top: 20px;
}
.area_address_span {
  position: absolute;
  font-size: 0.9em;
  top: 9px;
  left: 18px;
  color: #949494;
  border-right: 1px solid #949494;
  padding: 4px 5px 3px 0;
}
.area_address_1 {
  padding-left: 65px;
}
.area_address_2 {
  padding-left: 140px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

#others_orders_title {
  padding: 5px 0px 5px 5px;
  background: #7f7f7f;
  color: #fff;
}
#others_orders {
  text-align: center;
  height: 214px;
  margin-top: 10px;
}
.blue_font {
  color: #1d62f0;
}
#others_orders_content {
  background-color: #fff;
  color: #999;
  font-size: 10px;
}
.others_orders_desc {
  padding: 5px 2px;
  line-height: 15px;
}

.right_banner {
  height: 280px;
  margin-left: 6px;
  padding: 2px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
.right_banner img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gotop {
  cursor: pointer;
  color: #423e3e;
  font-size: 1.8em;
  font-weight: bolder;
  padding: 0.1em;
  background-color: rgb(255, 255, 255);
  position: relative;
  bottom: 0;
  display: none;
  z-index: 3000;
  border: 2px solid #a72222;
  border-bottom: none;
  float: right;
  /*margin-left: 975px;*/
}
.gotop:hover {
  color: #cc1717;
}
.sidebar-wapper {
  width: 986px;
  margin: 0 auto;
  display: block;
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.side_banner_right_base {
  width: 986px;
  margin: 0 auto;
  position: relative;
  right: 0;
}
.side_banner_right {
  width: 100px;
  overflow: hidden;
  position: absolute;
  right: -120px;
  z-index: 600;
  margin-top: 10px;
}
.side_banner_right li {
  border: 1px solid #fff;
  background: rgba(249, 249, 249, 0.79);
}
.side_banner_right li p {
  padding: 0 2px;
}
.side_banner_ul {
  height: 100%;
  display: inline-block;
  overflow-y: hidden;
  overflow-x: hidden;
}

.banner-ul a {
  text-decoration: none;
}
.banner-ul .name {
  color: #000;
  font-size: 13px;
}
.banner-ul .sale-count {
  color: #999;
  font-size: 10px;
}
.banner-ul .price {
  color: #c50000;
  font-size: 10px;
}
.side_banner_wrapper li {
  margin-bottom: 10px;
}
.side_banner_ul img {
  width: 100%;
}
.side_banner {
  border: 3px solid #ffb1b1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
  background: #fff;
}
.side_banner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #ffa6a6;
  content: '';
  position: absolute;
  margin-top: 4px;
  top: 20px;
  right: -12px;
}
@media screen and (max-width: 1235px),
  @media only screen and (max-device-width: 1235px) {
  div[class='banner_wapper'] {
    display: none;
  }
}

#history {
  width: 100px;
  height: 700px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: -120px;
  z-index: 600;
}
.sidebar-wapper .title,
.side_banner_right .title {
  width: 100px;
  padding: 5px 0px;
  background: #4e86ff;
  color: #fff;
  text-align: center;
}
.sidebar-wapper .title .fa,
.side_banner_right .title .fa {
  margin-right: 2px;
}
.sidebar-wapper li {
  position: relative;
}
.sidebar-wapper li:hover > a > .cover_block {
  display: block;
}
.sidebar-wapper .cover_block {
  width: 100px;
  height: 94%;
  color: #fff;
  line-height: 1.4;
  padding-top: 19px;
  display: none;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.6);
  position: absolute;
  z-index: 1000;
  text-align: center;
  font-size: 0.94em;
  box-sizing: border-box;
}
.sidebar-wapper img {
  margin: 2px 0;
}

.ng-hide {
  display: none !important;
}
#cross_header {
}
#cross_header li {
  float: left;
  height: 30px;
}
#cross_header a {
  padding: 3px 15px 1px;
  color: #797979;
  text-decoration: none;
  display: inline-block;
}
#cross_header_wapper {
  margin: 0 auto;
  width: 1050px;
  height: 30px;
  white-space: nowrap;
  background-color: #f3f3f3;
  position: relative;
  z-index: 1500;
}
#cross_header_wapper .header-list {
  font-size: 14px;
  margin-left: 630px;
  position: absolute;
}
#cross_header_wapper .gomaji-header-list {
  margin-left: 885px;
}
#cross_header_wapper .header-list a {
  color: #777;
  text-decoration: none;
}
#cross_header_wapper .header-list .list-item {
  color: #777;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-right: 13px;
  display: inline-block;
  vertical-align: text-top;
}

#cross_buy123 .cross_up,
#cross_buy123:hover a {
  background-color: #f66b0e;
  color: #fff !important;
}
#cross_fish123 .cross_up,
#cross_fish123:hover a {
  background-color: #00a84d;
  color: #fff !important;
}
#cross_food123 .cross_up,
#cross_food123:hover a {
  background-color: #ef0020;
  color: #fff !important;
}
#cross_fun123 .cross_up,
#cross_fun123:hover a {
  background-color: #1c99cc;
  color: #fff !important;
}
#cross_sale123 .cross_up,
#cross_sale123:hover a {
  background-color: #e52579;
  color: #fff !important;
}
#cross_buy123 .cross_up_logo {
  background-position: -50px 24px;
}
#cross_fish123 .cross_up_logo {
  background-position: -2350px 24px;
}
#cross_food123 .cross_up_logo {
  background-position: -75px 24px;
}
#cross_sale123 .cross_up_logo {
  background-position: -374px 24px;
}
#cross_fun123 .cross_up_logo {
  background-position: -27px 24px;
}

#cross_buy123:hover .cross_up_logo,
#cross_buy123 .cross_up .cross_up_logo {
  background-position: -50px -2px;
}
#cross_fish123:hover .cross_up_logo,
#cross_fish123 .cross_up .cross_up_logo {
  background-position: -2350px -2px;
}
#cross_food123:hover .cross_up_logo,
#cross_food123 .cross_up .cross_up_logo {
  background-position: -75px -2px;
}
#cross_sale123:hover .cross_up_logo,
#cross_sale123 .cross_up .cross_up_logo {
  background-position: -374px -2px;
}
#cross_fun123:hover .cross_up_logo,
#cross_fun123 .cross_up .cross_up_logo {
  background-position: -27px -2px;
}
.cross_up_logo {
  background: url(/images/desktop/ui/cross_icon.png?v=3.3);
  display: block;
  width: 26px;
  height: 26px;
  float: left;
}
.cross_up_title {
  display: block;
  float: left;
  line-height: 26px;
}
.promote_app {
  position: relative;
  padding-bottom: 20px;
  background: #fff;
}

.promote_app .appstore {
  width: 219px;
  height: 61px;
  right: 83px;
  top: 382px;
  position: absolute;
}
.promote_app .googleplay {
  width: 194px;
  height: 61px;
  right: 345px;
  top: 382px;
  position: absolute;
}
.promote_other_site {
  display: inline-block;
  margin-top: 12px;
}
.promote_other_site li {
  float: left;
  margin: 0 4px;
}
.promote_app_download {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.promote_app_download_fish123 {
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #fff 0%,
    #16cc24 50%,
    #24e04c 51%,
    #fff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #fff),
    color-stop(50%, #16cc24),
    color-stop(51%, #24e04c),
    color-stop(100%, #fff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    #fff 0%,
    #16cc24 50%,
    #24e04c 51%,
    #fff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    #fff 0%,
    #16cc24 50%,
    #24e04c 51%,
    #fff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    #fff 0%,
    #16cc24 50%,
    #24e04c 51%,
    #fff 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    #fff 0%,
    #16cc24 50%,
    #24e04c 51%,
    #fff 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.promote_app_download_buy123 {
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #fff 0%,
    #ffb037 50%,
    #ffc163 51%,
    #fff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #fff),
    color-stop(50%, #ffb037),
    color-stop(51%, #ffc163),
    color-stop(100%, #fff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    #fff 0%,
    #ffb037 50%,
    #ffc163 51%,
    #fff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    #fff 0%,
    #ffb037 50%,
    #ffc163 51%,
    #fff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    #fff 0%,
    #ffb037 50%,
    #ffc163 51%,
    #fff 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    #fff 0%,
    #ffb037 50%,
    #ffc163 51%,
    #fff 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.promote_app_download_fun123 {
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #fff 0%,
    #64adff 50%,
    #83bdff 51%,
    #fff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #fff),
    color-stop(50%, #64adff),
    color-stop(51%, #83bdff),
    color-stop(100%, #fff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    #fff 0%,
    #64adff 50%,
    #83bdff 51%,
    #fff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    #fff 0%,
    #64adff 50%,
    #83bdff 51%,
    #fff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    #fff 0%,
    #64adff 50%,
    #83bdff 51%,
    #fff 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    #fff 0%,
    #64adff 50%,
    #83bdff 51%,
    #fff 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.promote_app_download_sale123,
.promote_app_download_amy123,
.promote_app_download_food123 {
  background: #fff; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #fff 0%,
    #9d9d9d 50%,
    #cfcfcf 51%,
    #fff 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #fff),
    color-stop(50%, #9d9d9d),
    color-stop(51%, #cfcfcf),
    color-stop(100%, #fff)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    -45deg,
    #fff 0%,
    #9d9d9d 50%,
    #cfcfcf 51%,
    #fff 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    -45deg,
    #fff 0%,
    #9d9d9d 50%,
    #cfcfcf 51%,
    #fff 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    -45deg,
    #fff 0%,
    #9d9d9d 50%,
    #cfcfcf 51%,
    #fff 100%
  ); /* IE10+ */
  background: linear-gradient(
    135deg,
    #fff 0%,
    #9d9d9d 50%,
    #cfcfcf 51%,
    #fff 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.phone_img {
  width: 214px;
  margin-left: 40px;
  float: left;
}
.promote_app_download_text {
  float: left;
  margin-left: 38px;
  margin-right: 25px;
  width: 640px;
  margin-top: 30px;
  font-weight: bolder;
}
.download_text {
  font-size: 2.2em;
}
.download_coupon {
  text-align: right;
}
.download_coupon .dollar {
  font-size: 210px;
  color: #f00000;
}
.download_coupon .coupon_text {
  font-size: 50px;
}
.raffle_draw {
  position: absolute;
  left: 235px;
  bottom: 20px;
  width: 400px;
  font-size: 24px;
  text-align: left;
}
.raffle_draw .dollar {
  color: #0002c0;
  font-weight: bolder;
  margin-left: 5px;
}
.download_link {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding-bottom: 30px;
  background: #f9f9f9;
}
.download_link h2 {
  font-size: 28px;
  font-weight: bolder;
  padding: 20px 45px 0px;
}
.download_link h2 .fa {
  margin-left: 8px;
}
.download_link .icecream {
  font-size: 26px;
  color: red;
  font-weight: bold;
  margin-left: 10px;
}
.ios_download {
  padding: 20px 30px 20px 20px;
  margin-left: 142px;
  border-right: 1px solid #c2c2c2;
}
.android_download {
  padding: 20px 20px 20px 30px;
}
.how_get {
  font-size: 28px;
  font-weight: bolder;
  padding: 20px 45px 10px;
  border-top: 2px dashed #d3d3d3;
}
.qrcode {
  text-align: center;
  padding-top: 15px;
}
.coupon_step {
  text-align: center;
  font-size: 22px;
  margin: 8px;
}
.coupon_step .fa {
  margin: 0 5px;
}
.coupon_step .icecream {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  width: 264px;
  color: red;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  top: 12px;
}
/*************event*****************/

.event_christmas_buy123,
.event_christmas_fun123,
.event_christmas_amy123,
.event_christmas_food123,
.event_christmas_fish123 {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  border-top: 1px dashed #cfcfcf;
}

/* rating */
.rating {
  font-size: 30px;
}
.rating .star {
  font-family: FontAwesome;
  padding-right: 5px;
  color: #777777;
  cursor: pointer;
}
.rating .star.gold {
  color: #f6ba00;
  cursor: pointer;
}
/*.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}

.rating span.star.active:before,
.rating span.star.active ~ span.star:before  {
  content: "\f005";
  color: #3BB527;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #777777;
}
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005" !important;
  color: #F89020 !important;
}*/
#order section.active {
  animation: animatedBackground 4s linear;
  -webkit-animation: animatedBackground 4s linear;
}
@-webkit-keyframes animatedBackground {
  0% {
    background-color: #f0e88c;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes animatedBackground {
  0% {
    background-color: #f0e88c;
  }
  100% {
    background-color: #ffffff;
  }
}
#order .rating td {
  padding: 14px;
  text-align: left;
}
#order .rating .rating-zone {
  margin: 0.5em 0;
}
#order .rating .rating-zone h4 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
}
#order .rating .rating-zone .rating {
  font-size: 3em;
}
#order .rating .rating-zone > div {
  margin: 0.5em 0;
}
#order .rating label {
  width: 5em;
  text-align: right;
}
#order .rating select {
  margin-left: 0px;
}
#order .rating textarea {
  width: 23em;
  height: 6em;
}
#order .rating .preview-img {
  padding: 5px;
  margin: 0 10px;
  border-radius: 4px;
  border: 1px solid rgb(170, 170, 170);
}

#order .rating .progress {
  width: 280px;
  position: relative;
  top: -16px;
}
#order input[type='button'] {
  display: block;
  margin: 0 auto;
}

/*****event ************************/
.event_deal_wrapper .event_deal {
  background-color: #fee;
}
.event_deal_wrapper .event_deal_label {
  background-color: red;
}
.event_deal_wrapper .event_deal_triangle {
  border-top: 9px solid #d20000;
}
.event_deal_article {
  margin-left: 11px;
  width: 720px;
}
.event_deal {
  padding: 15px 15px 15px 0px;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0%, 0%, 0%, 0.15);
  background-color: #fffbd3;
}
.event_deal_label {
  padding: 8px 10px 8px 22px;
  display: block;
  font-size: 18px;
  margin-left: -11px;
  color: #fff;
  z-index: 600;
}
.event_deal_label span {
  font-size: 0.9em;
  margin-left: 4px;
}
.event_deal_label a {
  color: #fff;
  font-size: 0.88em;
  float: right;
  margin-top: 2px;
}
.event_deal ul {
  padding: 12px 20px 0px 20px;
  list-style: none;
  margin-left: 20px;
  line-height: 25px;
  color: #595959;
}
.event_deal_triangle {
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 48px;
  left: 0px;
}
.event_deal_triangle.rating-comment {
  top: 55px;
}
.index_event_deal .event_deal {
  margin: 0 11px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
}
.index_event_deal .event_deal_label {
  margin-left: 0px;
  background-color: #a8a8a8;
}
/*** deal rating suggestion ***/
.deal-rating-suggestion {
  text-align: left;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  transition: height 0.3s;
}
.deal-rating-suggestion .deal-suggestion-item {
  overflow: hidden;
}
.deal-rating-suggestion .user-rating {
  width: 145px;
  display: inline-block;
  vertical-align: bottom;
}
.deal-rating-suggestion .suggestion {
  text-align: left;
  padding-left: 0.8em;
}
.deal-rating-suggestion .img-block {
  display: inline-block;
  padding-top: 1px;
  padding-left: 0.8em;
}
.deal-rating-suggestion .img-small {
  width: 50px;
  height: 50px;
  border: 2px solid #b4b4b4;
  padding: 3px;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block;
}
.deal-rating-suggestion .img-small.open {
  border-color: red;
}
.deal-rating-suggestion .fa-caret-down {
  color: red;
  display: block;
  font-size: 30px;
  margin-top: -20px;
  margin-left: 25px;
  position: absolute;
  display: none;
}
.deal-rating-suggestion .fa-caret-down.open {
  display: block;
}
.deal-rating-suggestion .img-normal {
  width: auto;
  max-height: 420px;
  max-width: 600px;
  padding: 3px;
  margin-left: 0.8em;
}
.deal-rating-suggestion .fa-times {
  position: absolute;
  font-size: 25px;
  margin-left: 5px;
  cursor: pointer;
}
.event_deal_article .more-comments {
  text-align: center;
  margin-top: 1em;
  color: #46a5dd;
  cursor: pointer;
}
/**suggestion overlay**/
.rating-suggestion-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
  min-width: 948px;
  min-height: 100%;
}
.rating-suggestion-overlay.overlay-show {
  display: table;
}
.rating-suggestion-overlay .rating-suggestion-middle {
  display: table-cell;
  vertical-align: middle;
}
.rating-suggestion-overlay .rating-suggestion-center {
  margin: 0px auto;
  width: 730px;
  position: relative;
  text-align: center;
}
.rating-suggestion-overlay .rating-suggestion-slide {
  width: 730px;
  background: #fff;
  border-radius: 3px;
  color: #666;
  opacity: 1;
  padding: 40px;
  text-align: left;
  min-width: 400px;
  max-height: 80vh;
  overflow: auto;
  position: relative;
  line-height: 25px;
  box-sizing: border-box;
}
.rating-suggestion-overlay .title {
  font-size: 1.5em;
  color: #ea6864;
  font-weight: 600;
  padding-bottom: 5px;
  padding-left: 0.6em;
}
.rating-suggestion-overlay .overlay-close {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
  z-index: 100;
}
/**affiliate***/
.single_page .header {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  min-width: 1180px;
  padding: 6px 20px;
}

.single_page .header_fish123 {
  background: #00a84d;
}
.single_page .header_buy123 {
  background: #f66b0e;
}
.single_page .header_food123 {
  background: #ef0020;
}
.single_page .header_fun123 {
  background: #1c99cc;
}
.single_page .header_amy123,
.single_page .header_sale123 {
  background: #e52579;
}
.single_page .container,
.single_page .page_wrapper {
  width: 960px;
  margin: 20px auto;
  background: #fff;
  padding: 15px;
}
.single_page form {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfd9d9;
}

.text_align_right {
  text-align: right;
}
.text_align_center {
  text-align: center;
}
.block_wrapper .title {
  background: #6696ff;
  padding: 10px;
  color: #fff;
}
.result_table {
  margin-top: 10px;
}
.result_table th {
  background: #e4e4e4;
  padding: 8px 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.result_table td {
  text-align: center;
  padding: 8px 10px;
  border-right: 1px solid #fff;
}

.result_table .border-bold {
  border: 3px solid red;
}

.result_table tr:nth-child(even) {
  background: #bfc9ff;
  border-bottom: 1px solid #fff;
}
.result_table tr:nth-child(odd) {
  background: #ffb0b0;
  border-bottom: 1px solid #fff;
}
.cheap-report-item {
  margin: 9px 20px 0 0;
  position: relative;
}
.cheap-report-item .tags {
  position: absolute;
  bottom: 15px;
  left: 4px;
}
.buyButton {
  padding: 5px 20px;
  font-size: 30px;
}

.newyear_decoration {
  background-color: #9a0002;
  background-repeat: no-repeat;
  background-size: 100%;
}

#container.newyear_decoration {
  background-position-y: 120px;
}

.shipping-feature {
  background-color: white;
}

.faq_recode_wrapper {
  margin: 20px auto;
  width: 900px;
}
.faq_recode_wrapper > li {
  border-left: 3px solid #fff;
  border-bottom: 1px solid #dadada;
}
.recode_title li {
  padding: 6px 4px;
  float: left;
}
.faq_recode .th:hover {
  border-left: 3px solid #adadad;
}
.recode_title li {
  background: #adadad;
  color: #fff;
  display: block;
}
.faq_recode {
  border-left: 3px solid #ffffff;
  border-bottom: none;
}
.faq_recode:hover {
  border-left: 3px solid #ed0000;
  font-weight: bolder;
}
.faq_recode td {
  padding: 6px 4px;
}
.faq_recode_wrapper .column_1 {
  width: 100px;
}
.faq_recode_wrapper .column_2 {
  width: 548px;
}
.faq_recode_wrapper .column_3 {
  width: 147px;
}
.faq_recode_wrapper .column_4 {
  width: 70px;
}
.faq_comment_wrapper {
  margin: 20px auto;
  width: 700px;
}
.faq_comment_wrapper .subject {
  margin: 0px 0 12px 49px;
  font-size: 1.1em;
  color: #222;
}
.faq_comment {
  margin-bottom: 15px;
}
.faq_comment .fa {
  font-size: 1.4em;
}
.faq_comment .role {
  width: 22px;
  padding: 2px;
  text-align: center;
}
.faq_comment .comments {
  width: 588px;
  background: #f5f5f5;
  padding: 10px 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.faq_comment .comment_ts {
  text-align: right;
  font-size: 0.88em;
  color: #c2c2c2;
  margin-top: 5px;
}
.faq_comment .comment_left {
  margin-left: 15px;
  background: #d8e5f9;
}
.faq_comment .comment_left:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d8e5f9 transparent transparent;
  position: absolute;
  top: 3px;
  left: -9px;
}
.faq_comment .comment_right {
  margin-right: 15px;
  background: #ffdada;
}
.faq_comment .comment_right:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffdada;
  position: absolute;
  top: 3px;
  right: -9px;
}
.faq_order_title {
  margin-left: 132px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #d30000;
}

.faq-imgae-preview {
  position: relative;
  display: inline-block;
  margin: 7px 9px;
}
.faq-imgae-preview .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #fff;
  padding: 5px 3px 5px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.5;
  text-align: center;
  font-size: 18px;
  line-height: 10px;
  border-radius: 50%;
}
.faq-imgae-preview:hover .close {
  opacity: 1;
}

.faq-imgae-progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.faq-imgae-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .faq-imgae-progress-bar {
    transition: none;
  }
}
.bg-info {
  background-color: #17a2b8 !important;
}

.deal_wapper .sub-title {
  padding: 0.5em 0.5em 0 0.5em;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  font-size: 18px;
  border-bottom: none;
}

#similarity_items {
  width: 743px;
  overflow: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  padding-top: 15px;
  margin: 10px 0;
}
#similarity_items.longer {
  width: 985px;
  height: 248px;
  margin-top: 0;
  border-top: none;
}
#similarity_items .swiper-container {
  overflow: hidden;
  margin: 2px 32px;
}
#similarity_items .swiper {
  overflow: hidden;
  left: 0px;
  position: relative;
  transition: 0.6s;
  transition-property: left;
  transition-timing-function: ease-in-out;
}
#similarity_items .price {
  height: 26px;
}
#similarity_items .deal_price_color {
  font-size: 18px;
  float: right;
  padding-right: 10px;
}
#similarity_items .up {
  font-size: 11px;
  color: gray;
}
#similarity_items .deal_origin {
  color: gray;
  font-size: 11px;
  line-height: 30px;
  display: inline-block;
  vertical-align: sub;
}

#similarity_items .control {
  font-size: 3em;
  height: 130px;
  position: absolute;
  padding-top: 90px;
  top: 0px;
  z-index: 10;
  cursor: pointer;
  color: gray;
}
#similarity_items .control.left {
  left: 7px;
}
#similarity_items .control.right {
  right: 6px;
}
#similarity_items .control:hover {
  color: black;
}
#similarity_items img {
  width: 100%;
}
#similarity_items a {
  text-decoration: none;
  color: rgb(71, 71, 71);
  font-weight: bold;
}
#similarity_items .item {
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  width: 161px;
  float: left;
  margin-right: 13px;
}
#similarity_items .item div {
  line-height: 1.5;
  font-size: 14px;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 60px solid green;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 10px solid blue;
}
.cvs_images {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 500px;
  white-space: nowrap;
}
.cvs_images img {
  height: 100%;
}
#turnturn {
  position: relative;
  height: 480px;
  background: url(/images/desktop/roulette/turnturn_bg.png);
  padding: 155px 212px;
}
#turnturn img.circle {
  -webkit-transition: -webkit-transform 3s ease-out;
  transition: all 3s ease-out;
  cursor: pointer;
}
#turnturn .hand {
  font-size: 100px;
  position: absolute;
  top: 393px;
  right: 338px;
  color: #f0f0f0;
  cursor: pointer;
}
#turnturn .go {
  position: absolute;
  top: 380px;
  right: 378px;
  cursor: pointer;
}
#turnturn img.arrow {
  position: absolute;
  top: 400px;
  left: 220px;
  cursor: pointer;
}
#turnturn_winner {
  margin: 10px auto;
  padding: 40px 50px;
  width: 400px;
  background: #eee;
  border-radius: 3px;
  border: 1px #ccc solid;
  text-align: center;
  color: #555;
}
#turnturn_winner h2 {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: bold;
}
.yellow {
  background: #ffffcc !important;
  text-align: center;
}
.yellow h2 {
  color: red;
}
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  36% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}

.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}
.fb_iframe_widget {
  z-index: 1000;
}
.receipt_show_more {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;

  /*font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;*/
  font-family: 'Microsoft YaHei', Helvetica, 'Meiryo UI', 'Malgun Gothic',
    'Segoe UI', 'Trebuchet MS', 'Monaco', monospace, Tahoma, STXihei, '华文细黑',
    STHeiti, 'Helvetica Neue', 'Droid Sans', 'wenquanyi micro hei', FreeSans,
    Arimo, Arial, SimSun, '宋体', Heiti, '黑体', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
}
.markdown-body img.emoji {
  width: auto;
}
.markdown-body iframe {
  width: 100%;
  height: 435px;
}
.markdown-body a {
  background: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline: 0;
}

.markdown-body strong {
  font-weight: bold;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}

.markdown-body hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

.markdown-body pre {
  overflow: auto;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: 'Meiryo UI', 'YaHei Consolas Hybrid', Consolas, 'Malgun Gothic',
    'Segoe UI', 'Trebuchet MS', Helvetica, monospace, monospace;
  font-size: 1em;
}

.markdown-body input {
  color: inherit;
  font: inherit;
  margin: 0;
}

.markdown-body html input[disabled] {
  cursor: default;
}

.markdown-body input {
  line-height: normal;
}

.markdown-body input[type='checkbox'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
  text-align: center;
}

.markdown-body * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.markdown-body input {
  font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, 'Segoe UI Emoji',
    'Segoe UI Symbol';
}

.markdown-body a {
  color: #4183c4;
  text-decoration: none;
}

.markdown-body a:hover,
.markdown-body a:active {
  text-decoration: underline;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.markdown-body hr:before {
  display: table;
  content: '';
}

.markdown-body hr:after {
  display: table;
  clear: both;
  content: '';
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.markdown-body h1 {
  font-size: 30px;
}

.markdown-body h2 {
  font-size: 21px;
}

.markdown-body h3 {
  font-size: 16px;
}

.markdown-body h4 {
  font-size: 14px;
}

.markdown-body h5 {
  font-size: 12px;
}

.markdown-body h6 {
  font-size: 11px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

.markdown-body .octicon {
  font: normal normal 16px octicons-anchor;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.markdown-body .octicon-link:before {
  content: '\f05c';
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body .anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  padding-left: 8px;
  margin-left: -30px;
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  display: inline-block;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.markdown-body h1 .anchor {
  line-height: 1;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}

.markdown-body h2 .anchor {
  line-height: 1;
}

.markdown-body h3 {
  font-size: 1.5em;
  line-height: 1.43;
}

.markdown-body h3 .anchor {
  line-height: 1.2;
}

.markdown-body h4 {
  font-size: 1.25em;
}

.markdown-body h4 .anchor {
  line-height: 1.2;
}

.markdown-body h5 {
  font-size: 1em;
}

.markdown-body h5 .anchor {
  line-height: 1.1;
}

.markdown-body h6 {
  font-size: 1em;
  color: #777;
}

.markdown-body h6 .anchor {
  line-height: 1.1;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
  list-style: initial;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body table {
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}

.markdown-body table th {
  font-weight: bold;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}
.markdown-body table tr th {
  background: #fafafa;
}
.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.lightbox-wrapper-default {
  background: #ffffff;
  padding: 20px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.icecream td {
  height: 28px;
}

.default-popup {
  margin: 0 auto;
  position: relative;
}
.default-popup .dialog-close {
  color: white;
}
.default-popup img {
  display: block;
  width: 100%;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.cvs-note {
  border-top: 1px solid #c0c0c0;
  padding-top: 10px !important;
  font-size: 0.94em;
}

/*
*	Coupon Menu
*/
.coupon:hover .coupon-menu-wrapper {
  display: block;
}
.coupon-menu-wrapper {
  text-align: center;
  line-height: 1;
  display: none;
  position: absolute;
  z-index: 10;
  right: 15px;
  margin: 0 !important;
}
.coupon-menu {
  text-align: left;
  background-color: white;
  border: 1px solid #ccc;
}
.coupon-menu .total-coupon {
  padding: 5px 0 0 10px;
  overflow: hidden;
}
.coupon-menu .all-coupon {
  float: right;
  padding-right: 10px;
  text-decoration: underline;
}
.coupon-menu .coupon-item {
  width: 250px;
  height: 80px;
  color: #e80000;
  margin: 5px 2px 5px;
  font-size: 13px;
  display: block;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 80px;
  background: url(/images/desktop/ui/coupon_bg.png) no-repeat scroll center
    center transparent;
  background-size: 100%;
}
.coupon-item .coupon-info,
.coupon-item .coupon {
  display: inline-block;
  vertical-align: bottom;
}
.coupon-item .coupon-info {
  font-weight: bold;
  margin-right: 7px;
  text-shadow: 0 2px 2px #000;
}
.coupon-item .coupon {
  color: #a60000;
  font-weight: 600;
}
.coupon-menu .big {
  font-size: 1.8em;
}
.coupon-menu .copy-btn {
  width: 93%;
  height: 20px;
  line-height: 1;
  display: block;
  font-size: 12px;
  margin: 0;
  border: 0 none;
  position: relative;
  top: -25px;
  background-color: rgb(236, 116, 37);
  background-image: none;
}
.coupon-menu .tip {
  height: 20px;
  padding: 3px;
  line-height: 20px;
  color: white;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  top: 25px;
  right: -92px;
  background-color: #aaa;
}
.coupon-item.cliped .tip {
  opacity: 1;
}
.coupon-menu .tip i {
  font-size: 3em;
  color: #aaa;
  position: absolute;
  top: -6px;
  left: -13px;
}

.note-list {
  padding: 10px 0;
}
.note-list h3 {
  font-weight: bold;
}
.ordered-list {
  list-style: decimal;
  margin-left: 24px;
}
.ordered-list li {
  padding: 2px 0;
}
.gray {
  color: gray;
}
.black {
  color: black;
}
.inspection_report {
  background-color: #b50202;
  color: #fff;
  padding: 3px 10px;
  margin: 0 auto;
}
.leads-info p {
  margin: 10px 0;
}
.leads-title {
  vertical-align: middle;
  margin-left: 10px;
  font-weight: bolder;
}
.vertical-align-middle {
  vertical-align: middle;
}
.freezing-box {
  width: 690px;
  text-align: center;
  margin: 40px auto;
  border: 4px solid #e0e0e0;
  position: relative;
}
.freezing-img {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}
#banner-counter {
  position: absolute;
  display: block;
  left: 67px;
  top: 40px;
  width: 186px;
  height: 50px;
}
#banner-counter .time-number {
  white-space: nowrap;
  text-align: center;
  padding: 6px 0;
  font-size: 35px;
  width: 50px;
  display: inline-block;
  color: #fff;
}
#banner-counter .symbol {
  display: inline-block;
  font-size: 32px;
  color: #fff;
}

#brands {
  width: 986px;
  margin: 0 auto;
  position: relative;
}
#brands .brand-zone {
  padding-bottom: 1em;
  background-color: white;
}
#brands .brand-desc {
  width: 500px;
  margin-left: 1em;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
}
#brands .brand {
  width: 140px;
  display: inline-block;
  margin: 1em 22px 0 0;
  border: 1px solid #ccc;
  overflow: hidden;
}
#brands .brand.last {
  margin-right: 0;
}
#brands .brand img {
  width: 100%;
  height: 100px;
}
#brands .brand .fullname {
  color: black;
  padding: 4px;
  font-size: 0.8em;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background-color: #ddd;
}
#brands .direct-btn {
  width: 1.4em;
  font-size: 1.5em;
  color: gray;
  cursor: pointer;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 10;
}
#brands .direct-btn:hover {
  font-size: 1.6em;
}
#brands .prev-btn {
  left: 0;
}
#brands .brand-slider {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background-color: white;
}
#brands #brand-slider-container {
  width: 20000em;
  height: 100%;
  overflow: hidden;
  background-color: white;
  position: relative;
  left: 0;
  transition: left 1s;
}
.brand_info th {
  vertical-align: middle;
}
.brand_info td {
  padding: 10px;
}
.brand_info .brand_name {
  border-bottom: 2px dashed #dcdcdc;
  color: #0454bd;
  font-weight: 500;
  padding: 5px 2px;
  font-size: 17px;
}
.brand_info .intro {
  color: #505050;
  font-size: 15px;
  border-bottom: 2px dashed #dcdcdc;
}
.brand_rate_count {
  color: #505050;
  font-size: 15px;
}
.ibon-data td {
  vertical-align: top;
}

/** on off switch **/

.onoffswitch {
  position: relative;
  width: 74px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: '開';
  padding-left: 10px;
  background-color: #34a7c1;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: '關';
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/** end on off switch **/
#main_deal i.favitem {
  position: absolute;
  right: 0px;
  margin-top: 4px;
  cursor: pointer;
}
i.favitem {
  float: right;
  margin-right: 4px;
  margin-top: -35px;
  padding: 4px;
  font-size: 21px;
  color: #f66b0e;
}
i.favitem.fa-heart.fa-heart-o {
  color: #3f3f3f;
}
i.favitem.fa-heart-o:hover {
  color: #f66b0e;
}
#favorite table {
  width: 100%;
}
#favorite table img {
  width: 100%;
}
#favorite table td {
  padding-top: 8px;
  padding-bottom: 4px;
  vertical-align: middle;
  padding-left: 0.5em;
  border-bottom: 1px dashed #737373;
  text-align: center;
}
#favorite table th {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
#favorite button {
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 18px;
  background-color: #efefef;
  border-color: white;
  color: gray;
  display: inline-block;
  background-image: initial;
}
#favorite button.buyButton {
  background-color: red;
  color: white;
}
#favorite button.buyButton:hover {
  background-color: #ff5555;
}
#favorite .empty td {
  padding: 30px 0px;
}
#favorite .sort {
  cursor: pointer;
}

#favorite .sort-by {
  color: orange;
}

.light-gray-button {
  height: 29px;
  color: #222;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  font-family: arial, sans-serif;
  padding: 0 8px;
  border-radius: 2px;
  background-color: #fcfcfc;
  background-image: linear-gradient(top, #fcfcfc, #f1f1f1);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f1f1f1);
}

.remain-hide.remain {
  opacity: 1;
  z-index: 2000;
}

.remain-hide {
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: -1000;
  padding: 1.5em;
  box-shadow: 1px 1px 1px 1px #888;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 2em;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.remain-x {
  position: absolute;
  top: -3px;
  right: 10px;
  z-index: 900;
  cursor: pointer;
}

#footer-banner {
  position: relative;
  bottom: 0;
  float: right;

  /*right: 150px;*/
  /*left: 300px;*/
  /*margin-left: 485px;*/
  /* min-width: 490px;*/
  z-index: 2000;
  text-align: right;
}
#footer-banner .footer-banner {
  width: 100%;
  height: 100%;
  background-color: #323339;
  opacity: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#footer-banner td {
  height: 1.8em;
  padding: 0.1em;
  border-top: 2px solid #3d4248;
  border-bottom: 2px solid #3d4248;
  vertical-align: middle;
  background: none;
}
#footer-banner td.button-wrapper {
  width: 62px;
  text-align: center;
}
#footer-banner td .button {
  display: inline-block;
  margin: 0 4px;
  border-radius: 5px;
  color: white;
  background-color: #fd8209;
  padding: 4px 10px;
  line-height: 15px;
  font-size: 13px;
  text-decoration: none;
}
#footer-banner td.phone {
  width: 146px;
  text-align: center;
}
#footer-banner td.phone input {
  padding: 3px 6px;
  width: 157px;
  font-size: 13px;
  border: 0;
  margin: 0px 2px;
  background-color: white;
}
#footer-banner td.message {
  color: #f5f5f5;
  font-size: 0.9em;
}
#footer-banner td.logo {
  padding-top: 1px;
}
#footer-banner td.logo img {
  max-height: 1.7em;
  display: block;
}
#footer-banner td.close-wrapper {
  line-height: 1em;
  vertical-align: top;
  font-size: 13px;
}
#footer-banner td .close {
  cursor: pointer;
  color: #b4b4b4;
}

#footer-wrapper {
  position: fixed;
  bottom: -1px;
  z-index: 600;
  /*margin: 0 0 0 412px;*/
}
.footer-wrapper-banner {
  margin: 0 0 0 351px;
}

.footer-wrapper-nobanner {
  margin: 0 0 0 883px;
}
.gomaji-footer-banner {
  right: 50px;
}

.cta-ship {
  text-align: center;
  padding-bottom: 20px;
}
.orders_content .copy-btn,
.orders_content .copy-success-btn,
.orders_content .download-app-btn {
  width: 125px;
  height: 23px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: auto;
  border-radius: 4px;
  position: relative;
  background-image: none;
}
.orders_content .copy-btn {
  border: 0 none;
  background-color: #f66b0e;
}
.orders_content .copy-success-btn {
  border-color: #aeaeae;
  color: #aeaeae;
  background-color: white;
}
.orders_content .download-app-btn {
  border: #f66b0e 1px solid;
  color: #f66b0e;
  background-color: white;
  text-decoration: none;
  line-height: 2em;
}
.rating-suggestion {
  width: 100%;
  margin: 10px 0 20px 15px;
  display: inline-block;
}
.rating-suggestion .text {
  display: inline-block;
}
.rating-suggestion .btn {
  display: inline-block;
}
.rating-suggestion .rating-btn {
  text-decoration: none;
  color: white;
  text-align: center;
  width: 140px;
  height: 40px;
  display: block;
  font-size: 16px;
  margin: 0 0 0 15px;
  border: 0 none;
  border-radius: 4px;
  position: relative;
  background-color: #f66b0e;
  background-image: none;
  line-height: 2.5em;
}
.coupon_flow .desc {
  margin: 30px 0 20px 15px;
}
.facebookShare {
  text-align: right;
}
.facebookShare a {
  background-color: #2d74cf;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 5px 18px 5px 10px;
  text-align: center;
  text-decoration: none;
}
.facebookShare a:hover {
  background: #2364b8;
}
.facebookShare i {
  margin-right: 15px;
}
#coupon_box table {
  width: 95%;
  margin: 20px auto;
  min-width: 90%;
  font-size: 15px;
}
#coupon_box td {
  vertical-align: middle;
}
#coupon_box table td,
#coupon_box table th {
  border: 1px solid #333333;
  padding: 5px;
  text-align: center;
}
#coupon_box table th {
  background: #ccc;
  color: black;
}
#coupon_box table td {
  background: #fff;
  color: #333;
}
.overlay-coupon {
  background: white;
  padding: 20px;
}
.overlay-coupon .title {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.overlay-coupon .title .text {
  font-size: 20px;
  color: #f66b0e;
}
.overlay-coupon .user-saving {
  vertical-align: middle;
  height: 46px;
}
.overlay-coupon .copy-btn,
.overlay-coupon .copy-success-btn,
.overlay-coupon .download-app-btn {
  width: 125px;
  height: 23px;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: auto;
  border-radius: 4px;
  position: relative;
  background-image: none;
}
.overlay-coupon .copy-btn {
  border: 0 none;
  background-color: #f66b0e;
}
.overlay-coupon .copy-success-btn {
  border-color: #aeaeae;
  color: #aeaeae;
  background-color: white;
}
.overlay-coupon .download-app-btn {
  border: #f66b0e 1px solid;
  color: #f66b0e;
  background-color: white;
  text-decoration: none;
  line-height: 2em;
}
.overlay-coupon .coupon_desc .text {
  width: 66%;
  text-align: right;
  display: inline-block;
}
.overlay-coupon .coupon_desc .link {
  width: 28%;
  text-align: right;
  display: inline-block;
}
.rating-orders {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  display: none;
  min-width: 948px;
}
.rating-orders.slide-show {
  display: table;
}

.rating-orders .rating-block {
  width: 380px;
  margin: 2em auto;
  position: relative;
  background-color: white;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 1em;
  border-radius: 5px;
}

.rating-block .title {
  line-height: 3em;
  font-size: 22px;
}

.rating-block .desc {
  line-height: 1.5em;
  font-size: 14px;
  margin: 0 2em 1em 2em;
}

.rating-block img {
  width: 65%;
}

.rating-block .name {
  line-height: 2em;
  font-size: 18px;
}

.rating-block .comment {
  margin-top: 1em;
  padding: 0.2em 0.1em;
  text-align: left;
  border: 1px solid #ccc;
}
.rating-block .comment input {
  width: 90%;
  font-size: 14px;
  border: none;
}

.rating-block .rating-star {
  margin-top: 1em;
}
.rating-star .star {
  font-size: 1.7em;
  margin-right: 0.1em;
  color: gold;
}

.star-desc {
  margin-top: 0.2em;
  padding-right: 0.6em;
}
.star-desc span {
  visibility: hidden;
  margin: 0 0.9em;
  font-size: 14px;
}
.star-desc .show {
  visibility: visible;
}

.rating-block .rating-options {
  margin-top: 1.3em;
  display: inline-block;
  width: 100%;
}
.rating-options .option-left {
  margin-left: 0.5em;
  width: 22%;
  display: inline-block;
}
.option-left .next-time {
  line-height: 4em;
  vertical-align: bottom;
  font-size: 14px;
  color: #bbb;
  text-decoration: underline;
}
.rating-options .option-right {
  width: 72%;
  display: inline-block;
}
.option-right .submit-rating {
  width: 60%;
  background-color: #fd8209;
  background-image: none;
  border: none;
  padding: 1em 0.5em;
  font-size: 18px;
  border-radius: 5px;
  float: left;
}

.rating-block .rating-alert {
  margin-top: 0.7em;
  font-size: 14px;
}
.new-rating {
  color: black;
  font-weight: 500;
  margin: 0 3px;
  cursor: help;
}
.new-rating.white {
  color: white !important;
}
.rating-msg {
  margin-left: 4px;
  cursor: help;
  font-size: 16px !important;
}
.slider-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 1.8em;
  z-index: 4;
  text-align: center;
}
.slider-panel .scroll-panel {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: bottom;
}
.slider-panel .scroll-panel li {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 0.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-panel .scroll-panel .item {
  color: #ccc;
  padding: 0 4px;
}
.slider-panel .scroll-panel .item.highlight,
.slider-panel .scroll-panel .item:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.slider-panel .scroll-panel .item a {
  color: inherit;
  text-decoration: inherit;
}
.slider-panel .scroll-panel .switch {
  color: white;
  padding: 0 0.8em;
}
.wapper .slider-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.wapper #slider-container {
  width: 20000em;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  left: 0px;
}
.wapper .slider-item {
  position: relative;
  display: block;
  float: left;
  width: 986px;
}
.wapper .coupon-event {
  position: relative;
}
.wapper .coupon-event .applink-zone {
  position: absolute;
  left: 7em;
  bottom: 0.5em;
}
.wapper .coupon-event .applink {
  width: 20%;
  display: inline-block;
  margin-right: 0.5em;
}

#search-top-zone {
  width: 986px;
  margin: 0 auto;
}
#search-top-zone h1 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1em 0 0;
}
#search-top-zone .top-item {
  width: 148px;
  height: 120px;
  cursor: pointer;
  overflow: hidden;
  margin: 1em 1em 0 0;
  display: inline-block;
  position: relative;
}
#search-top-zone .top-item img {
  height: 100%;
}
#search-top-zone .top-keyword {
  width: 100%;
  color: white;
  padding: 0.5em 0;
  text-align: center;
  background-color: rgba(5, 5, 5, 0.6);
  position: absolute;
  bottom: 0;
}
#search-top-zone .go-home {
  width: 40%;
  color: #ff9500;
  display: block;
  padding: 0.5em;
  margin: 1em auto;
  border-radius: 10px;
  border: 2px solid #ff9500;
  background: white;
}
.register-event-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 980px;
  height: 460px;
  opacity: 0;
}
.register-remain {
  position: absolute;
  right: 35px;
  top: 465px;
  height: 30px;
  font-size: 24px;
  text-align: right;
  color: #bababa;
  font-weight: bold;
}
/* stamps-card START */
#stamps-card {
  width: 100%;
  background-color: #fcded1;
}
#stamps-card .stamps-zone {
  padding: 1em 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
  width: 83%;
}
#stamps-card .stamp {
  width: 61px;
  height: 61px;
  margin: 0 1em 1em 0;
  border-radius: 5px;
  border: 1px solid #f66b0e;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: white;
}
#stamps-card .stamp.show-stamp img {
  visibility: visible;
}
.stamp-img-0 {
  transform: rotate(49deg) translate(-2px, -2px);
}
.stamp-img-1 {
  transform: rotate(23deg) translate(-1px, -2px);
}
.stamp-img-2 {
  transform: rotate(265deg) translate(-4px, 3px);
}
.stamp-img-3 {
  transform: rotate(126deg) translate(4px, -1px);
}
.stamp-img-4 {
  transform: rotate(256deg) translate(-3px, 5px);
}
.stamp-img-5 {
  transform: rotate(123deg) translate(-4px, 1px);
}
.stamp-img-6 {
  transform: rotate(86deg) translate(2px, -3px);
}
.stamp-img-7 {
  transform: rotate(174deg) translate(3px, -1px);
}
.stamp-img-8 {
  transform: rotate(111deg) translate(4px, 5px);
}
.stamp-img-9 {
  transform: rotate(227deg) translate(3px, 3px);
}
#stamps-card .stamp::before {
  font-size: 1.5em;
  color: #ccc;
  display: block;
  content: attr(seq);
  text-align: center;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}
#stamps-card .stamp img {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: relative;
}

#stamps-card .stamps-title {
  font-size: 1.3em;
  letter-spacing: 2px;
  margin-bottom: 0.3em;
}
#stamps-card .stamps-desc {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
#stamps-card .stamps-desc a {
  cursor: pointer;
}
#stamps-card .stamp-details {
  width: 110px;
  height: 110px;
  padding: 1em 0 1em 2em;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
#stamps-card .stamp-details::before {
  content: '換';
  font-size: 1.5em;
  color: #f66b0e;
  position: absolute;
  top: 45%;
  left: 0;
}
#stamps-card .stamp-details .prize {
  width: 100%;
  height: 100%;
  position: relative;
}
#stamps-card .rewards {
  width: 100%;
  height: 100%;
}
#stamps-card .stamp-details img {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s linear;
}
#stamps-card .rewards .flip {
  opacity: 0;
  -webkit-transform: rotateX(-90deg) scale(0.9);
  -ms-transform: rotateX(-90deg) scale(0.9);
  transform: rotateX(-90deg) scale(0.9);
}
#stamps-card .stamp-details h6 {
  display: none;
}
#stamps-card .stamp-details .exchange-btn {
  width: 100%;
  height: 100%;
  display: none;
  line-height: 110px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#stamps-card .stamp-details .exchange-btn.exchange {
  display: block;
}
#stamps-card .stamp-details button {
  width: 80%;
  border-radius: 0;
  padding: 0.2em 0;
  font-size: 1em;
  line-height: 1;
  border-radius: 4px;
}
.rewards-img0 {
  -ms-animation: fadeInOut 16.5s infinite;
  animation: fadeInOut 16.5s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.rewards-img1 {
  -ms-animation: fadeInOut 16.5s infinite;
  animation: fadeInOut 16.5s infinite;
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.rewards-img2 {
  -ms-animation: fadeInOut 16.5s infinite;
  animation: fadeInOut 16.5s infinite;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
/*
.rewards-img3 {
	-ms-animation: fadeInOut 12.5s infinite;
	animation: fadeInOut 12.5s infinite;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
*/
@-ms-keyframes fadeInOut {
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 0;
  }
}

/* stamps-card END */
/* stamp redeem start*/
#stamp .redeem-block {
  padding: 0px 50px;
  text-align: center;
}
#stamp .title {
  font-size: 25px;
  font-weight: bold;
  margin: 30px auto 10px auto;
  text-align: center;
}
#stamp .redeem-block .subtitle {
  font-size: 18px;
  margin: 30px auto 5px auto;
}
#stamp .redeem-desc {
  text-align: left;
}
#stamp .rewards-img {
  margin: 30px auto 0 auto;
}
#stamp .rewards-img .reward {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin: 0px 20px;
}
#stamp .rewards-img .reward img {
  width: 100%;
}
#stamp .rewards-option {
  margin-bottom: 15px;
  padding: 0 15px;
}
#stamp .rewards-option .reward {
  display: inline-block;
  width: 193px;
  vertical-align: top;
  margin: 0px 10px;
  position: relative;
}
#stamp .rewards-option .reward img {
  width: 100%;
}
#stamp .rewards-option .reward .reward-option {
  text-align: left;
}
#stamp .rewards-option .reward.disable {
  color: #aaa;
}
#stamp .rewards-option .reward .redeem-done-img {
  position: absolute;
  top: 0;
  left: 0;
}
#stamp .user-info {
  width: 35%;
  margin: 0px auto;
}
#stamp .user-info .subtitle {
  margin-top: 15px;
}
#stamp .user-info input {
  width: 95%;
  margin: 0px auto;
}
#stamp .user-info input.disable {
  background-color: #eee;
}
#stamp .user-info .redeem-button {
  width: 100%;
  border-radius: 5px;
  background-color: #fd8209;
  background-image: none;
  border: none;
  height: 60px;
  margin-top: 20px;
}
#stamp .user-info .redeem-button.disable {
  background-color: #aaa;
}
#stamp .description {
  margin-top: 50px;
  padding: 0px 50px;
}

/* stamp redeem end*/

.coupon-list {
}
.coupon-list .coupon-item {
  font-size: 12px;
  padding-left: 6px;
  text-align: left;
  white-space: nowrap;
}
.coupon-list .coupon-item .discount {
  color: red;
}
.coupon-list .coupon-item span {
  line-height: 34px;
  vertical-align: top;
}
.coupon-list .coupon-item .coupon-type {
  white-space: normal;
  text-align: center;
  display: inline-block;
  color: white;
  word-spacing: -0.1em;
  width: 33px;
  line-height: 15px;
  padding: 2px 0px;
  font-size: 12px;
  border-radius: 2px;
  margin: 1px;
}

.videojs-fixed {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 1000;
  right: 9px;
  bottom: -300px;
  height: 226px;
  width: 112px;
}
.videojs-fixed .text {
  text-align: center;
  background: red;
  color: white;
  font-size: 15px;
  line-height: 1.8;
  border-radius: 5px 5px 0px 0px;
}
.videojs-fixed .link:hover {
  background: rgba(0, 0, 0, 0.3);
}
.videojs-fixed .link {
  z-index: 10;
  width: 100%;
  top: 27px;
  height: 200px;
  line-height: 20;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 0px;
  position: absolute;
  cursor: pointer;
  text-align: center;
}
.videojs-fixed .text .fa-video-camera {
  margin-right: 5px;
}
.videojs-fixed .text .blinker {
  animation: blinker 1s linear infinite;
}
.videojs-fixed .text .fa-close {
  position: absolute;
  right: 2px;
  top: 0px;
  font-size: 20px;
  color: black;
  cursor: pointer;
  color: #333;
}
.videojs-fixed a {
  display: block;
  text-decoration: none;
}
div.videojs-fixed-show {
  -webkit-animation: fadein 1s linear 1s 1 normal forwards;
}
.live_bar {
  font-size: 13px;
  background-color: red;
  color: white;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 2px 4px;
  margin-top: -2px;
  text-align: center;
}

.red_live {
  float: left;
  background-color: white;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  margin: 8px 0px 0 2px;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.6;
  }
}
@keyframes fadein {
  from {
    bottom: -300px;
  }
  to {
    bottom: 60px;
  }
}

.promote-content {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.old-part {
  width: 66%;
  padding-right: 1em;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.old-part h4 {
  font-size: 1.5em;
}
.old-campaign {
  padding-left: 45px;
  text-align: left;
}
.old-campaign .old-title {
  color: grey;
  font-size: 1.3em;
  margin-top: 2.7em;
}
.old-campaign img {
  width: 23%;
  margin-right: 0.5em;
}
.old-campaign img:last-child {
  margin-right: 0;
}
.new-part {
  width: 33%;
  padding-right: 30px;
  display: inline-block;
  box-sizing: border-box;
}
.new-part .campaign-wrap {
  color: white;
  padding: 0.5em;
}
.new-part img {
  width: 100%;
}

.new-coupon-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.new-coupon-item .scissors {
  position: absolute;
  top: 60px;
  left: 55px;
  z-index: 1000;
}
.new-coupon-item .scissors img {
  width: 18%;
}
.new-coupon-item .coupon-title {
  display: inline-block;
  background-color: black;
  width: 42px;
  height: 76px;
  padding: 12px 12px 12px 8px;
  border-right: 2px dashed #fff;
}

.coupon-title .title {
  font-size: 20px;
  color: white;
}

.coupon-title .special {
  color: yellow;
  font-size: 12px;
  height: 52px;
  vertical-align: bottom;
  display: table-cell;
}

.new-coupon-item .coupon-content {
  display: inline-block;
  vertical-align: bottom;
  color: black;
  width: 210px;
  height: 76px;
  padding: 12px 4px 12px 12px;
  font-size: 14px;
}

.coupon-content .content-block {
  height: 28px;
}

.content-block .type-coupon {
  float: left;
}

.content-block .after-discount {
  float: right;
}

.coupon-content .content-block-2 {
  display: inline-block;
  text-align: left;
  width: 70px;
}

.content-block-2 .coupon {
  text-decoration: underline;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 14px;
  font-size: 18px;
}

.coupon-content .price-block {
  display: inline-block;
  text-align: right;
  width: 140px;
  height: 56px;
  line-height: 45px;
  vertical-align: middle;
}

.coupon-content .discount-price {
  color: #fff;
  font-size: 38px;
  font-weight: bolder;
}

.coupon-content .price-up {
  font-size: 12px;
}

.coupon-item-s {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 25px;
  width: 292px;
  height: 45px;
}

.coupon-item-s .scissors {
  position: absolute;
  top: 24px;
  left: 39px;
  z-index: 1000;
}

.coupon-item-s .scissors img {
  width: 12%;
}

.coupon-item-s .title {
  display: inline-block;
  background-color: black;
  width: 36px;
  height: 25px;
  padding: 10px 4px;
  border-right: 2px dashed #fff;
}
.coupon-item-s .coupon-content {
  display: inline-block;
  width: 230px;
  height: 25px;
  padding: 10px 4px 10px 10px;
  vertical-align: top;
  text-align: left;
  font-size: 0.9em;
}

.coupon-item-s .coupon-content .coupon-value {
  margin: 0 2px;
}

.coupon-item-s .coupon-content .coupon {
  text-decoration: underline;
  color: #fff;
  display: inline-block;
  width: 78px;
  padding: 0px;
  text-align: center;
}

.white {
  color: white;
}

#special_body {
  width: 100%;
}

#special_body .special-main {
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
  font-family: 'Arial', '\5FAE\8EDF\6B63\9ED1\9AD4', 'Microsoft JhengHei',
    'PingFangTC-Regular';
}

.special-main .header-wrapper {
  width: 100%;
  position: fixed;
  min-width: 1200px;
  z-index: 1000;
  top: 0;
}

.special-main .header {
  margin: 0 auto;
  width: 65%;
  min-width: 920px;
  max-width: 1240px;
  height: 50px;
  white-space: nowrap;
  position: relative;
}

.special-main .site-header {
  list-style: none;
}

.special-main .site-header .interval {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-weight: 100;
}
.special-main .site-header li {
  float: left;
  height: 50px;
  line-height: 53px;
}

.special-main .site-header a {
  padding: 5px 10px 0 0;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  height: 100%;
}

.special-main .header .counter {
  display: inline-block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  font-weight: 300;
  float: right;
  vertical-align: middle;
}

.special-main .header .counter-title {
  display: inline-block;
  line-height: 17px;
}

.special-main .header .counter-times {
  display: inline-block;
  margin-top: 8px;
}
.special-main .header .counter-time {
  display: inline-block;
  background-color: #fff;
  font-size: 35px;
  font-weight: 800;
  width: 42px;
  height: 33px;
  line-height: 35px;
  padding: 0 4px;
  margin: 0 2px;
  text-align: center;
  vertical-align: top;
}

.special-main .sidebar-container {
  width: 16%;
  height: 38vw;
  min-width: 190px;
  min-height: 457px;
  max-width: 336px;
  max-height: 730px;
  position: fixed;
  z-index: 300;
  top: 50px;
  right: 0;
}

.special-main .sidebar-container .sidebar-line {
  width: 100px;
  height: 60px;
}
.special-main .sidebar-container .line-left {
  display: inline-block;
  width: 49px;
  height: 60px;
  border-right: 1px solid #fff;
}
.special-main .sidebar-container .line-right {
  display: inline-block;
  width: 50px;
  height: 60px;
}
.special-main .sidebar {
  width: 100px;
  z-index: 100;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.special-main .sidebar hr {
  border: none;
  border-top: 1px dotted #fff;
  color: #fff;
  height: 1px;
  width: 75%;
}
.special-main .sidebar .links {
  position: relative;
}
.special-main .sidebar .link {
  display: block;
  width: 100%;
  cursor: pointer;
}

.special-main .side-block {
  width: 100px;
  height: 450px;
  position: relative;
}
.special-main .side-btn {
  width: 55px;
  height: 55px;
  z-index: 100;
  position: relative;
  left: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.special-main .gohome {
  top: 1em;
  background-image: url('/images/special_events/desktop/gohome.png');
}
.special-main .top {
  top: 1.5em;
  background-image: url('/images/special_events/desktop/top.png');
}

#special_body .container {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
#special_body .container .main-banner-block {
  width: 63.5%;
  min-width: 763px;
  max-width: 1220px;
  margin: 1px auto;
}
#special_body .container .main-banner {
  cursor: pointer;
}
#special_body .container .add-margin-top {
  margin-top: 50px;
}
#special_body .container img {
  width: 100%;
}

#special_body .event-all {
  width: 63.5%;
  min-width: 763px;
  max-width: 1220px;
  margin: 1px auto;
  position: relative;
}

.display-flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center; /* Safari 7.0+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

#special_body .event-all .flex-wording {
  width: 100%;
  height: 8.85vw;
  font-size: 3.21vw;
  font-weight: bold;
  font-family: '微軟正黑體';
  text-align: center;
  min-width: 190px;
  min-height: 106px;
  max-width: 1220px;
  max-height: 170px;
}

#special_body .event-all .flex-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 8.85vw;
  overflow: hidden;
}

#special_body .event-all .flex-wording .border {
  opacity: 0.34;
  border: 2px solid #434343;
  position: absolute;
  top: 28%;
  bottom: 28%;
}

#special_body .sms-block {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  bottom: 4%;
}

#special_body .sms-block .sms-center {
  width: 45%;
  margin: 0 auto;
}

#special_body .sms-center .phone-input {
  border: 5px solid #fff;
  width: 64%;
  line-height: 2em;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8em;
}

.sms-center .phone-input::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
}
.sms-center .phone-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sms-center .phone-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.sms-center .phone-input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

#special_body .sms-center .send-btn {
  border: 5px solid #fff;
  line-height: 1.7em;
  border-radius: 10px;
  background-image: none;
  color: yellow;
  padding: 7px 10px;
  margin: 8px 2px;
  font-size: 2em;
  font-weight: bold;
}

#special_body .sms-center .send-btn .small {
  font-size: 0.7em;
}

#special_body .event-child {
  cursor: pointer;
}
#special_body .new-user-only-app {
  width: 100%;
  margin-bottom: -2%;
}
#special_body .special-red {
  color: #e60012;
}
#special_body .main-items {
  width: 63.5%;
  height: 19.2vw;
  min-width: 762px;
  max-width: 1219px;
  min-height: 230.5px;
  max-height: 369px;
  margin: 3% auto;
  background-color: #071a3b;
  overflow: hidden;
}
#special_body .main-item-block {
  width: 100%;
  height: 100%;
}
#special_body .main-item-block a {
  text-decoration: none;
}
#special_body .main-item-block .main-img-block {
  display: inline-block;
  width: 56%;
  height: 96.7%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0.5% 0.25% 0.5% 0.5%;
}
#special_body .main-item-block .main-sub-block {
  width: 42.5%;
  height: 96.7%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  font-size: 1.2vw;
  margin: 0.5% 0.5% 0.5% 0.25%;
}
#special_body .main-item-block .item-title {
  background-color: #fff100;
  padding: 1%;
  font-size: 2.1vw;
  font-weight: bolder;
  height: 12.05%;
  min-height: 25.19px;
  max-height: 40.31px;
  line-height: 2.4vw;
}
#special_body .main-item-block .item-title .italic {
  font-style: italic;
}
#special_body .main-item-block .item-info {
  background: #fff;
  margin: 1.5%;
  height: 60.6%;
  min-height: 138px;
  max-height: 217px;
}
#special_body .main-item-block .item-info-right {
  width: 43.5%;
  height: 100%;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
}
#special_body .main-item-block .item-info-left {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
#special_body .main-item-block .item-name {
  font-size: 1.87vw;
  margin: 10% auto 4%;
  color: black;
  line-height: 1.1em;
  overflow: hidden;
  width: 12.2vw;
  min-width: 146.39px;
  max-width: 234.36px;
  height: 4.06vw;
  min-height: 48.72px;
  max-height: 78px;
}
#special_body .main-item-block .item-counter {
  border: 1px solid #626262;
  border-radius: 30px;
  color: #626262;
  padding: 3% 5%;
  margin-bottom: 3%;
  white-space: nowrap;
  width: 92%;
}
#special_body .main-item-block .original-price {
  text-decoration: line-through;
  color: #626262;
}
#special_body .main-item-block .sub-text {
  margin: 3% auto;
}
#special_body .main-item-block .price-block {
  height: 3.55vw;
  line-height: 3.55vw;
  padding-bottom: 1%;
}
#special_body .main-item-block .after-discount {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
#special_body .main-item-block .price-prefix {
  color: #fff100;
}
#special_body .main-item-block .price {
  font-size: 2.97vw;
  font-weight: bold;
  color: #fff100;
}
#special_body .main-item-block .main-buy-btn {
  background: #fff100;
  border: #c64b47;
  border-radius: 5px;
  padding: 1% 3%;
  font-size: 1.37vw;
  font-weight: bold;
}
#special_body .category {
  width: 63.5%;
  min-width: 762.9px;
  max-width: 1220px;
  margin: 1em auto;
}
#special_body .category-title {
  background-color: #071a3b;
}
#special_body .category-title img {
  width: 100%;
  cursor: pointer;
}
#special_body .category-title .category-block {
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  font-size: 1.8em;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-family: '微軟正黑體';
}
#special_body .category-items {
  margin: 0 auto 1px;
  border: 1.5px solid #071a3b;
  background-color: #071a3b;
  overflow: hidden;
}
#special_body .category-items .item-block {
  width: 24.7%;
  margin: 0 0.15% 0.3%;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  position: relative;
  float: left;
}
#special_body .show_more {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
  cursor: pointer;
}
#special_body .show_more .show_more_text {
  color: #fbfbfb;
  font-size: 1.5em;
  margin: 50% 0;
}
#special_body .item-block a {
  text-decoration: none;
}
#special_body .item-block img {
  width: 100%;
}
#special_body .item-block .item-info {
  padding-bottom: 0.2em;
  white-space: nowrap;
}
#special_body .item-block .item-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#special_body .item-block .item-name {
  font-size: 1em;
  margin: 0.2em auto 0.5em;
  vertical-align: text-bottom;
  color: black;
}
#special_body .item-block .sub-text {
  margin-bottom: 2.5%;
  font-size: 0.8em;
  height: 0.8vw;
  min-height: 9px;
  max-height: 16px;
}
#special_body .item-block .price-block {
  height: 1.5em;
  line-height: 1.5em;
}
#special_body .item-block .after-discount {
  font-size: 0.8em;
  font-weight: bolder;
  color: black;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5em;
}
#special_body .item-block .price {
  font-size: 2.2em;
}
#special_body .item-block .buy-btn-block {
  background-color: #071a3b;
}
#special_body .item-block .buy-btn {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .special-main .sidebar-container {
    display: none;
  }
  #special_body .event-all .flex-wording {
    font-size: 39px;
    line-height: 106px;
  }
  #special_body .event-all .flex-text {
    max-height: 106px;
  }
  #special_body .main-item-block .main-sub-block {
    font-size: 13.5px;
  }
  #special_body .main-item-block .item-title {
    font-size: 25px;
    line-height: 29px;
  }
  #special_body .main-item-block .item-name {
    font-size: 22.5px;
  }
  #special_body .main-item-block .price-block {
    height: 45px;
    line-height: 45px;
  }
  #special_body .main-item-block .price {
    font-size: 36px;
  }
  #special_body .main-item-block .main-buy-btn {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 1400px) {
  #special_body .item-block .after-discount {
    font-size: 0.6em;
  }
  #special_body .item-block .item-name {
    font-size: 0.87em;
  }
  #special_body .sms-center .phone-input {
    width: 61%;
    font-size: 1.2em;
    border-width: 3px;
  }
  #special_body .sms-center .send-btn {
    font-size: 1.3em;
    border-width: 3px;
  }
  #special_body .category-title .category-block {
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  #special_body .sms-center .phone-input {
    font-size: 1.5em;
    border-width: 4px;
  }
  #special_body .sms-center .send-btn {
    font-size: 1.6em;
    border-width: 4px;
  }
  #special_body .category-title .category-block {
    height: 2em;
    line-height: 2em;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1920px) {
  #special_body .event-all .flex-wording {
    font-size: 61.2px;
  }
  #special_body .event-all .flex-text {
    max-height: 170px;
  }
  #special_body .main-item-block .main-sub-block {
    font-size: 22px;
  }
  #special_body .main-item-block .item-title {
    font-size: 41px;
    line-height: 46px;
  }
  #special_body .main-item-block .item-name {
    font-size: 36px;
  }
  #special_body .main-item-block .price-block {
    height: 68px;
    line-height: 68px;
  }
  #special_body .main-item-block .price {
    font-size: 57px;
  }
  #special_body .main-item-block .main-buy-btn {
    font-size: 26px;
  }
}
.text-center {
  text-align: center;
}
.ewallet-event-btn {
  border-radius: 5px;
  padding: 4px 12px;
  text-decoration: none;
}

#sidebar_form {
  background: #000000;
  padding: 8px 0px 10px 0px;
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 350px;
  z-index: 12;
  border-radius: 2px;
  text-align: center;
}
#sidebar_form span {
  color: white;
  font-size: 10px;
  line-height: 0.4em;
}
#sidebar_form a .fa {
  font-size: 23px;
  color: white;
}
.line-bc {
  display: flex;
  text-decoration: none;
}
.line-bc .line-bc-img {
  width: 175px;
  vertical-align: middle;
}
.line-bc .line-bc-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.96em;
  padding: 10px 0 10px 10px;
  color: #000;
}
.filter-form {
  display: inline-block;
  margin: 0px 14px;
  box-shadow: -1px 2px 2px #ececec;
  border: 1px solid #eaeaea;
  padding: 16px;
  border-radius: 3px;
}
.filter-form .title {
  margin-bottom: 12px;
}
.filter-form input[type='text'] {
  border-radius: 4px;
  outline: none;
}
.filter-form input[type='text']:focus {
  border: 1px solid #abc1ff;
}
.filter-form input[type='submit'] {
  font-size: 0.98em;
  margin: 8px 0;
  padding: 6px 19px;
  width: 100%;
  background: #55aff7;
  color: #fff;
  border: 0;
  outline: none;
}
.filter-form td {
  padding: 2px 6px;
}
.page_wrapper .page_title {
  font-size: 1.5em;
  padding: 14px;
  font-weight: 500;
}
.page_wrapper .filter-date {
  margin: 20px 14px 10px;
  font-weight: bolder;
  font-size: 1.4em;
  border-bottom: 1px solid #d0d0d0;
  clear: both;
}
.dt-buttons {
  text-align: right;
  margin-bottom: 9px;
}
.dt-button {
  padding: 5px 11px;
  font-size: 15px;
  border: 1px #c0c0c0 solid;
  border-radius: 4px;
  background: #f9f9f9;
  cursor: pointer;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
.table-data tbody tr:nth-child(odd) {
  background: #f1f1f1;
}
.table-data td,
.total th {
  font-size: 1.1em;
  text-align: right;
  padding: 2px 4px;
  font-family: 'office code pro', 'Courier New', Courier,
    'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
.table-data {
  margin-bottom: 100px;
}
.table-data thead th {
  white-space: nowrap;
  text-align: right;
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
}
.total th {
  border-top: 1px solid black;
  font-weight: bold;
  color: #1d47d2;
  text-align: right !important;
}
.inline-block {
  display: inline-block;
}
