/* 修正粗體 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local('微軟正黑體');
}
* {
  font-family: Helvetica, Arial, '微軟正黑體修正', '微軟正黑體', serif;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.pagination > li > a,
.pagination > li > span {
  color: #2d2d2d;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2d2d2d;
}
.h1,
h1 {
  font-size: 32px;
}
.h2,
h2 {
  font-size: 26px;
}
.h3,
h3 {
  font-size: 22px;
}
.col-xs-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.col-xs-2_4 {
  width: 20%;
  float: left;
}
.home_area .row {
  margin-right: -8px;
  margin-left: -8px;
}
.home_area .col-lg-1,
.home_area .col-lg-10,
.home_area .col-lg-11,
.home_area .col-lg-12,
.home_area .col-lg-2,
.home_area .col-lg-3,
.home_area .col-lg-4,
.home_area .col-lg-5,
.home_area .col-lg-6,
.home_area .col-lg-7,
.home_area .col-lg-8,
.home_area .col-lg-9,
.home_area .col-md-1,
.home_area .col-md-10,
.home_area .col-md-11,
.home_area .col-md-12,
.home_area .col-md-2,
.home_area .col-md-3,
.home_area .col-md-4,
.home_area .col-md-5,
.home_area .col-md-6,
.home_area .col-md-7,
.home_area .col-md-8,
.home_area .col-md-9,
.home_area .col-sm-1,
.home_area .col-sm-10,
.home_area .col-sm-11,
.home_area .col-sm-12,
.home_area .col-sm-2,
.home_area .col-sm-3,
.home_area .col-sm-4,
.home_area .col-sm-5,
.home_area .col-sm-6,
.home_area .col-sm-7,
.home_area .col-sm-8,
.home_area .col-sm-9,
.home_area .col-xs-1,
.home_area .col-xs-10,
.home_area .col-xs-11,
.home_area .col-xs-12,
.home_area .col-xs-2,
.home_area .col-xs-3,
.home_area .col-xs-4,
.home_area .col-xs-5,
.home_area .col-xs-6,
.home_area .col-xs-7,
.home_area .col-xs-8,
.home_area .col-xs-9 {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .col-sm-2_4 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-2_4 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-2_4 {
    width: 20%;
    float: left;
  }
}
#go_to_btn {
  background-color: rgba(32, 102, 23, 0.8) !important;
  bottom: 80px !important;
}
#go_to_btn,
#top_btn {
  position: fixed;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  right: 3%;
  bottom: 50px;
  width: 65px;
  height: 30px;
  background-color: rgba(217, 83, 79, 0.8);
  font-size: 14px;
  color: #FFF;
  border-radius: 5px;
  z-index: 99999;
}
/*
Facebook
 */
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
/*
通用樣式
 */
.red {
  color: red;
}
.margin-0 {
  margin: 0 !important;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.padding-right0 {
  padding-right: 0;
}
.padding-left0 {
  padding-left: 0;
}
.pointer {
  cursor: pointer;
}
.web_edit img {
  max-width: 100%;
  height: auto;
}
.web_edit p {
  margin: 0;
  padding: 0;
}
.badge-primary,
.badge.badge-primary,
.label-primary,
.label.label-primary {
  background-color: #337ab7;
}
/*----------------
商品圖取正方形
 ------------------*/
figure.prod_img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100%;
  /* 关键就在这里 */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
figure.prod_img a {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.7s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/*
共同元件 layout
 */
#header_items {
  /*background-color: #c5c5c5;*/
  border-bottom: 1px solid #d5d5d5;
}
#header_items .item_left,
#header_items .item_right {
  list-style: none;
  margin-bottom: 0;
  padding: 5px 0;
}
#header_items .item_left li,
#header_items .item_right li {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  border-right: solid 1px #AAA;
}
#header_items .item_left li a,
#header_items .item_right li a {
  color: #333;
}
#header_items .item_left li:last-child,
#header_items .item_right li:last-child {
  border: none;
}
#header_items .item_left li.goto_home i,
#header_items .item_right li.goto_home i {
  font-size: 18px;
  vertical-align: middle;
}
#header_items .item_left {
  float: left;
}
#header_items .item_right {
  float: right;
}
#header_items .list-inline li {
  vertical-align: middle;
  border-right: solid 1px #AAA;
}
#header_items .list-inline li:last-child {
  border: none;
}
#header_items .list-inline li.goto_home i {
  font-size: 18px;
  vertical-align: middle;
}
#header_items .list-inline li.goto_home a {
  color: #333;
}
.header .header_area .header_left ul {
  padding: 0;
  margin: 0;
}
.header .header_area .header_left ul li {
  padding: 0;
}
.header .header_area .header_left ul .logo img {
  width: 265px;
}
.header .header_area .header_left ul .header_left_item img {
  width: 120px;
}
.header .header_area .search-form {
  margin-top: 30px;
}
.header .header_area .search-form #pd-search {
  padding: 0;
}
.header .header_area .search-hot ul {
  height: 20px;
  overflow: hidden;
}
.header .header_area .search-hot ul li {
  padding: 0;
}
.header .header_area .search-hot ul li a {
  color: #999;
}
.header .header_area .header_right {
  margin-top: 10px;
}
.header .header_area #header_tabs {
  height: 40px;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  bottom: 0;
}
.header .header_area #header_tabs li {
  padding: 0;
  margin: 0;
  float: left;
}
#nav.navbar-inverse {
  border: none;
}
#nav #navbar ul.nav li a {
  color: #FFF;
  font: bold 16px Helvetica;
  padding: 10px 15px;
}
#nav #navbar ul.nav li:hover {
  background: #f39;
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #0d2435;
  color: #FFF;
}
.footer .title {
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.footer a {
  color: #FFF;
  display: block;
  line-height: 25px;
}
#tip_msg_modal .modal-footer {
  padding: 10px;
  text-align: center;
}
/*
首頁
 */
#home_banner_center .img-responsive {
  width: 100%;
}
#home_banner_right .hot_adtxt {
  width: 195px;
  height: 212px;
  background-color: #FFF;
}
#home_banner_right .hot_adtxt .hot_adtxt_title {
  background-color: #2d2d2d;
  text-align: center;
  width: 195px;
  color: #FFF;
  line-height: 35px;
  font-size: 18px;
}
#home_banner_right .hot_adtxt .hot_adtxt_list {
  width: 195px;
  height: 177px;
  padding: 9px 5px;
  background-color: #DDD;
  overflow: hidden;
}
#home_banner_right .hot_adtxt .hot_adtxt_list li {
  width: 195px;
  height: 54px;
  color: #8581aa;
}
#home_banner_right .hot_adtxt .hot_adtxt_list li span {
  margin: 0 3px;
  font-size: 16px;
}
#home_banner_right .hot_adtxt .hot_adtxt_list li .prdnme a {
  color: #D62672;
}
#channel .carousel-control.left,
#channel .carousel-control.right {
  background: none;
  color: #DDD;
}
#channel .channel_list {
  /*background-color: #f0f0f0;*/
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#channel .carousel-inner img {
  width: 195px;
  height: 591px;
}
#channel .channel_middle_title img {
  width: 100%;
}
#channel .channel_middle_items .channel_list_a {
  width: 100%;
  height: 22px;
  margin-bottom: 3px;
  background-color: #ff4d75;
  color: #FFF;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
#channel .channel_middle_items .channel_list_b {
  height: 38px;
  text-align: center;
}
#channel .channel_middle_items .channel_list_b a {
  color: #666;
}
#channel .channel_middle_items .channel_list_c {
  margin-top: 5px;
}
#channel .channel_middle_items .channel_list_c .channel_list_c_L,
#channel .channel_middle_items .channel_list_c .channel_list_c_C,
#channel .channel_middle_items .channel_list_c .channel_list_c_R {
  height: 20px;
  line-height: 20px;
  vertical-align: bottom;
  width: 33%;
  float: left;
}
#channel .channel_middle_items .channel_list_c .channel_list_c_L {
  text-align: left;
  color: #666;
  font-size: 11px;
  text-decoration: line-through;
}
#channel .channel_middle_items .channel_list_c .channel_list_c_C {
  text-align: center;
  color: #FFF;
  font-size: 11px;
  background-color: #ff4d75;
  padding: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#channel .channel_middle_items .channel_list_c .channel_list_c_R {
  text-align: right;
  color: #fb591c;
  font-size: 18px;
  font-weight: bold;
}
#ad_bar {
  width: 1170px;
  height: 96px;
  overflow: hidden;
}
#ad_bar .ad_bar_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ad_bar .ad_bar_list img {
  width: 100%;
}
#ranking_box .nav-tabs {
  border-left: #dcdcdc solid 1px;
  border-right: #dcdcdc solid 1px;
  border-top: #dcdcdc solid 1px;
}
#ranking_box .nav-tabs #ranking_f {
  background-color: #e2346e;
  background-image: none;
  color: #fff;
  font-weight: bold;
  border-right: 0;
  width: 200px;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
#ranking_box .nav-tabs li {
  vertical-align: middle;
  margin: 0;
  padding: 5px 0 0 0;
  width: 190px;
  line-height: 30px;
  height: 30px;
  font-size: 15px;
  float: left;
  text-align: center;
  border-right: #aaa solid 1px;
  background-image: url(/assets/images/icon/ranking_bar_b.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #eee;
}
#ranking_box .nav-tabs li a {
  color: #333;
  display: block;
  margin: 0;
  padding: 0;
}
#ranking_box .nav-tabs li.active {
  background-image: url(/assets/images/icon/ranking_bar_a.png);
  background-color: transparent;
}
#ranking_box .nav-tabs li.active a {
  color: #e2346e;
}
#ranking_box .tab-content {
  margin-top: 10px;
}
#ranking_box .tab-content .ranking_list_icon_k {
  width: 28px;
  height: 16px;
  background-image: url(/assets/images/icon/icon_crown.png);
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 5px;
}
#ranking_box .tab-content .ranking_list_icon_n {
  width: 28px;
  height: 28px;
  background-image: url(/assets/images/icon/icon_no.png);
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 21px;
  z-index: 999;
}
#ranking_box .tab-content .ranking_list_icon_n p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
#ranking_box .tab-content .ranking_list_a {
  width: 100%;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
}
#ranking_box .tab-content .ranking_list_a a {
  color: #666;
  font-size: 13px;
}
#ranking_box .tab-content .ranking_list_b .ranking_list_b_L,
#ranking_box .tab-content .ranking_list_b .ranking_list_b_C,
#ranking_box .tab-content .ranking_list_b .ranking_list_b_R {
  width: 33%;
  float: left;
  line-height: 25px;
  vertical-align: bottom;
}
#ranking_box .tab-content .ranking_list_b .ranking_list_b_L {
  width: 30%;
}
#ranking_box .tab-content .ranking_list_b .ranking_list_b_C {
  width: 36%;
}
#ranking_box .tab-content .ranking_list_b .ranking_list_b_L {
  text-align: left;
  color: #666;
  font-size: 11px;
  text-decoration: line-through;
}
#ranking_box .tab-content .ranking_list_b .ranking_list_b_C {
  text-align: center;
  color: #FFF;
  font-size: 11px;
  background-color: #ff4d75;
  padding: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#ranking_box .tab-content .ranking_list_b .ranking_list_b_R {
  text-align: right;
  color: #fb591c;
  font-size: 18px;
  font-weight: bold;
}
#convert_box .nav-tabs {
  border: #dcdcdc solid 1px;
}
#convert_box .nav-tabs .convert_title {
  height: 37px;
}
#convert_box .nav-tabs li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eee;
  text-align: left;
  border-top: #aaa solid 1px;
}
#convert_box .nav-tabs li a {
  color: #333;
  display: block;
  margin: 0;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
#convert_box .nav-tabs li.active {
  background-color: #9F9FA0;
}
#convert_box .nav-tabs li.active a {
  color: #fff;
  background-color: transparent;
}
#convert_box .tab-content .convert_main_R_a,
#convert_box .tab-content .convert_main_L_a {
  width: 100%;
  height: 36px;
  color: #666;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
}
#convert_box .tab-content .convert_main_R_a a,
#convert_box .tab-content .convert_main_L_a a {
  color: #666;
}
#convert_box .tab-content .convert_main_R_b_l,
#convert_box .tab-content .convert_main_R_b_r,
#convert_box .tab-content .convert_main_L_b_l,
#convert_box .tab-content .convert_main_L_b_r {
  float: left;
  width: 50%;
}
#convert_box .tab-content .convert_main_R_b_l,
#convert_box .tab-content .convert_main_L_b_l {
  text-align: left;
  color: #fb591c;
  font-size: 18px;
  font-weight: bold;
}
#convert_box .tab-content .convert_main_R_b_r,
#convert_box .tab-content .convert_main_L_b_r {
  text-align: right;
  color: #FFF;
}
#convert_box .tab-content .convert_main_R_b_r span,
#convert_box .tab-content .convert_main_L_b_r span {
  font-size: 11px;
  background-color: #ff4d75;
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.store_box .store_main_Lbn_04 img {
  /*border: #fea650 solid 2px;*/
  width: 165px;
  height: 335px;
}
.store_box .store_main_list_a {
  width: 100%;
  height: 40px;
  color: #666;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.store_box .store_main_list_a a {
  color: #666;
}
.store_box .store_main_list_b_L,
.store_box .store_main_list_b_C,
.store_box .store_main_list_b_R {
  width: 33%;
  float: left;
}
.store_box .store_main_list_b_L {
  text-align: left;
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
}
.store_box .store_main_list_b_C {
  text-align: center;
}
.store_box .store_main_list_b_C span {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  background-color: #ff4d75;
  padding: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.store_box .store_main_list_b_R {
  text-align: right;
  color: #fb591c;
  font-size: 18px;
  font-weight: bold;
}
.store_box .store_main_bottom img {
  width: 945px;
  height: 60px;
}
/*
商品頁
 */
.left-navbar-header {
  background-color: #f199c6;
  height: 40px;
}
.left-navbar-header .navbar-brand {
  height: 40px;
  padding: 10px;
}
.left-navbar-header .navbar-toggle {
  margin-top: 3px;
  background-color: #dd137b;
}
.left-navbar-header .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.left-navbar-header .navbar-toggle:hover {
  background-color: #000;
}
.prod_con_left h3 {
  font: bold 15px/35px Helvetica;
  color: #FFF;
  height: 35px;
  background-color: #E2346E;
  text-indent: 1em;
  margin: 0;
}
.prod_memu ol,
.prod_memu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prod_memu h3 {
  margin: 0;
  font: bold 15px/35px Helvetica;
  color: #FFF;
  height: 35px;
  background-color: #E2346E;
  text-indent: 1em;
}
.prod_memu > ul {
  border: 1px solid #E2346E;
}
.prod_memu a {
  display: block;
}
.prod_memu .main_item a {
  height: 35px;
  line-height: 35px;
  background-color: #FFB2C4;
  text-indent: 1em;
  font: 13px/34px Helvetica;
  color: #585858;
}
.prod_memu .main_item a:hover {
  background-color: #FF339A;
  color: #FFF;
}
.prod_memu .sub_item a {
  font: 13px/34px Helvetica;
  height: 34px;
  background-color: #FFF;
  text-indent: 1em;
  border-bottom: 1px solid #DADADA;
}
.prod_memu .sub_item a:hover {
  background-color: #FF339A;
  color: #FFF;
}
.prod_hot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #E2346E;
  width: 100%;
  float: left;
}
.prod_hot li:first-child {
  margin-top: 5px;
}
.prod_hot li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #DADADA;
}
.prod_hot li a {
  display: block;
  width: 100%;
  color: #585858;
}
.prod_hot li a .prod_hot_item_left {
  float: left;
  width: 50px;
}
.prod_hot li a .prod_hot_item_left .tag {
  width: 50px;
  display: inline-block;
  background-color: #FFB2C4;
  color: #585858;
  font-size: 10px;
  border-radius: 2px;
  text-align: center;
}
.prod_hot li a .prod_hot_item_left img {
  width: 50px;
  height: 50px;
}
.prod_hot li a .prod_hot_item_right {
  margin-left: 10px;
  width: 134px;
  float: left;
}
.prod_hot li a .prod_hot_item_right .prod_name {
  height: 40px;
  font-size: 14px;
}
.prod_hot li a .prod_hot_item_right .prod_price {
  font-size: 16px;
  text-align: right;
  color: #E2346E;
}
.prod_lists h1 {
  padding: 10px;
  font-size: 1.6rem;
  background-color: #eee;
  margin-bottom: 10px;
  font-weight: bold;
}
.prod_lists .prod_item {
  float: left;
  margin-bottom: 10px;
  border: solid 5px #FFF;
}
.prod_lists .prod_item .prod_item_name {
  width: 100%;
  height: 2em;
  line-height: 2em;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}
.prod_lists .prod_item .prod_item_name a {
  line-height: 1em;
  display: block;
  color: #585858;
}
.prod_lists .prod_item .prod_item_name a h2 {
  font-size: 16px;
  margin: 0;
}
.prod_lists .prod_item .prod_item_price {
  text-align: center;
  margin-top: 3px;
}
.prod_lists .prod_item .prod_item_price .OriginalPrice {
  text-decoration: line-through;
  font-size: 0.8em;
  margin-right: 10px;
}
.prod_lists .prod_item .prod_item_price .SellingPrice {
  margin-top: 5px;
  color: red;
  font-size: 1.2em;
  display: block;
  text-align: right;
  padding-right: 1rem;
}
.prod_lists .prod_item .prod_item_price .Feedback {
  text-align: center;
  color: #FFF;
  font-size: 11px;
  background-color: #ff4d75;
  padding: 0 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.prod_lists .prod_item:hover {
  background-color: #FFFFE5;
}
.prod_details_right p {
  margin: 0;
}
.prod_details_right .product_sub_title {
  margin: 0px;
  font-size: 14px;
  padding: 3px;
  color: #666;
  margin-left: 2rem;
}
.prod_details_right .product_name {
  color: #5e5c5d;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  word-break: break-all;
  word-wrap: break-word;
}
.prod_details_right .product_info {
  color: #88664d;
  margin-bottom: 20px;
}
.prod_details_right .product_feedback {
  font-size: 1rem;
  height: 1.2rem;
  margin-bottom: 0.7rem;
  line-height: 1.2rem;
}
.prod_details_right .product_feedback .feedback_msg {
  border: 1px solid #c78319;
  background: #fff5a3;
  padding: 0.1rem;
}
.prod_details_right .product_feedback .feedback_price {
  color: #f63d07;
}
.prod_details_right .product_feedback img {
  height: 1.2rem;
  vertical-align: middle;
}
.prod_details_right table.pay_area {
  margin-top: 2rem;
}
.prod_details_right table.pay_area th {
  width: 30%;
}
.prod_details_right table.pay_area .Precautions {
  color: #333;
  font-size: 1rem;
  margin-bottom: 10px;
}
.prod_details_right table.pay_area .SellingPrice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FE1673;
  font-weight: bold;
  font-size: 1.2rem;
}
.prod_details_right table.pay_area .staging_price {
  display: inline-block;
  width: 40px;
  text-align: right;
  color: #FE1673;
}
.prod_details_right table.pay_area li {
  margin-bottom: 5px;
}
.prod_details_right table.pay_area li .phased_bank {
  color: #676767;
}
.prod_details_right table.pay_area li .phased_bank:hover {
  color: black;
  font-weight: bold;
}
.prod_details_right .product_price {
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
}
.prod_details_right .product_price span {
  padding: 5px;
}
.prod_details_right .product_price #Amount_area font {
  text-decoration: line-through;
}
.prod_details_right .product_price span#Price_area {
  color: #efb108;
  font-weight: 800;
  font-size: 24px;
}
.prod_details_right .product_pay_type {
  margin-bottom: 10px;
}
.prod_details_right .product_pay_qty {
  margin-bottom: 20px;
}
.prod_details_right .product_pay_qty input {
  text-align: right;
}
.prod_details_right .button_group {
  margin-bottom: 20px;
}
.prod_purchase .item {
  padding-bottom: 5px;
  border-bottom: solid 1px #CCC;
}
.prod_purchase .prod_purchase_price span {
  color: #E2346E;
}
.prod_details_content .nav-tabs li a {
  border-color: #CCC;
}
.prod_details_content .nav-tabs li.active a {
  background-color: #0e0e0e;
  color: #FFF;
}
.prod_details_content .tab-content .tab-pane {
  padding: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}
.prod_recommend .title {
  text-align: left;
  height: 40px;
  border-bottom: 2px solid #3e7ff5;
  font: bold 18px/28px Helvetica;
  color: #000;
}
.prod_recommend .item_name {
  width: 100%;
  font-size: 16px;
  height: 40px;
  color: #004fa0;
  text-align: center;
  margin-top: 5px;
}
.prod_recommend .item_name a {
  font-size: 13px;
  color: #585858;
}
.prod_recommend .mprice {
  font-size: 11px;
  margin-top: 5px;
  color: #000;
}
.prod_recommend .mprice .discounts {
  background-color: #e2346e;
  margin-right: 3px;
  color: #FFF;
  font-size: 11px;
  display: inline-block;
  padding: 2px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.prod_recommend .mprice .m_price span {
  text-decoration: line-through;
}
.prod_recommend .price {
  text-align: center;
  margin-top: 5px;
}
.prod_recommend .price span {
  font-size: 22px;
  color: red;
}
/*
購物車
 */
.cart_table {
  font-size: 16px;
}
.cart_table table {
  /*加購 */
}
.cart_table table tr {
  border-bottom: solid 1px #DDD;
}
.cart_table table tr.even {
  background-color: #EEE;
}
.cart_table table td,
.cart_table table th {
  vertical-align: middle;
  padding: 10px;
}
.cart_table table thead tr {
  background-color: #666;
  font-size: 1.2em;
  color: white;
}
.cart_table table thead tr th {
  border-right: solid 1px #bbb;
}
.cart_table table thead tr th:last-child {
  border: none;
}
.cart_table table .prod_name {
  text-align: left;
  vertical-align: text-top;
}
.cart_table table .prod_name .item {
  float: left;
}
.cart_table table .prod_name .item:first-child {
  margin-right: 10px;
}
.cart_table table .prod_name img {
  width: 60px;
}
.cart_table table .prod_name .Specification {
  margin-left: 10px;
  display: block;
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
}
.cart_table table td.prod_discount .used_discount {
  font-size: 0.9em;
}
.cart_table table td.prod_discount .Serial,
.cart_table table td.prod_discount .Discount {
  display: block;
  margin-top: 3px;
}
.cart_table table .prod_price,
.cart_table table .prod_subprice {
  width: 120px;
}
.cart_table table tr.Purchase {
  border-bottom-style: dotted;
  border-bottom-width: 3px;
}
.cart_table table tr.Purchase .prod_img img {
  margin-left: 10px;
  max-height: 50px;
  max-width: 50px;
}
.cart_table table .order_cancel_btn {
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-color: #AAA;
  color: #FFF;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.cart_table table .order_cancel_btn:hover {
  background-color: red;
}
.cart_info {
  color: #000;
  background-color: #CCC;
}
.cart_info .price {
  display: inline-block;
  width: 80px;
  text-align: right;
  color: red;
  font-size: 1.1em;
}
tr.used_coupon td {
  font-style: italic;
  text-decoration: line-through;
}
.shopping_finish {
  font-size: 16px;
}
/*
會員
 */
.member_menu h3 {
  margin: 0;
  font-size: 1.2em;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  background-color: #2d2d2d;
  color: #FFF;
  font-weight: bolder;
}
.member_menu .item {
  text-align: left;
  padding: 15px 40px;
  background-color: #dedede;
  border-bottom: solid 1px #2d2d2d;
}
.member_menu .item a {
  font-size: 16px;
  color: #2d2d2d;
  font-weight: bolder;
}
.member_menu .item:hover a .fa {
  color: red;
}
/*------------------------------------------------------------------------------------------------------------------------------------
熱門文章
 ------------------------------------------------------------------------------------------------------------------------------------*/
body:not(.device-touch) .social-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#articles {
  /* dotted */
}
#articles .container {
  position: relative;
}
#articles .inline-search {
  display: block;
  position: relative;
}
#articles .margin-bottom-30 {
  margin-bottom: 30px !important;
}
#articles .margin-bottom-60 {
  margin-bottom: 60px !important;
}
#articles .nomargin-top {
  margin-top: 0 !important;
}
#articles .margin-top-30 {
  margin-top: 30px !important;
}
#articles .uppercase {
  text-transform: uppercase;
}
#articles hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0);
}
#articles .bold {
  font-weight: bold !important;
}
#articles section.page-header.page-header-xs {
  padding: 20px 0 20px 0;
}
#articles section.page-header {
  position: relative;
  padding: 50px 0 50px 0;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#articles section.page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: 300;
}
#articles section.page-header .breadcrumb {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: transparent;
  margin-bottom: 0;
  z-index: 10;
  right: 0;
  left: auto;
  font-size: 14px;
}
#articles section.page-header .breadcrumb > li + li::before {
  content: "•";
}
#articles section.page-header .breadcrumb a {
  color: #ccc;
}
#articles section.page-header .breadcrumb a:hover {
  color: #8ab933 !important;
  text-decoration: none;
}
#articles section.dark.page-header {
  color: #fff;
  background-color: #151515;
}
#articles section {
  display: block;
  position: relative;
  padding: 80px 0;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  background-size: cover !important;
  box-sizing: border-box !important;
}
#articles .pagination li.active a {
  border-color: #8ab933;
  background-color: #8ab933;
}
#articles .blog-post-item {
  display: block;
  margin-bottom: 80px;
  padding-bottom: 60px;
  border-bottom: #eee 1px solid;
  position: relative;
}
#articles ul.blog-post-info {
  display: block;
  border-bottom: #eaeaea 1px dotted;
  padding-bottom: 20px;
}
#articles ul.blog-post-info li {
  margin-right: 20px;
}
#articles ul.blog-post-info li a {
  color: #888;
}
#articles ul.blog-post-info li i {
  color: #888;
  margin-right: 5px;
}
#articles div.divider.divider-dotted {
  height: 10px;
  border: 0;
  background: url('/assets/images/dotted.png') repeat-x center;
}
#articles div.divider {
  margin: 40px 0;
  position: relative;
  display: block;
  min-height: 20px;
}
#articles div.divider.divider-dotted:after {
  display: none;
}
#articles .inline-search form input.serch-input {
  background: #fff;
  border: #e3e3e3 1px solid;
  color: #aaa;
  float: left;
  font-size: 13px;
  height: 39px;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 50px 5px 10px;
  width: 100%;
}
#articles .inline-search form button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-left: #e3e3e3 1px solid;
  font-size: 17px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#articles .side-nav .side-nav-head {
  position: relative;
}
#articles .side-nav .side-nav-head button {
  display: none;
  font-size: 21px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 44px;
  width: 44px;
}
#articles .side-nav .side-nav-head h4 {
  font-size: 16px;
}
#articles .side-nav ul {
  border: 0 !important;
}
#articles .side-nav ul li {
  padding: 0 15px 0 0;
  border: 0 !important;
}
#articles .side-nav ul li a {
  display: block;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  padding: 6px;
  color: #777;
  text-decoration: none;
}
#articles .side-nav ul li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#articles .side-nav ul li:hover a {
  color: #8ab933 !important;
}
#articles .nav-tabs.nav-bottom-border {
  border: 0 !important;
}
#articles .nav-tabs.nav-bottom-border li {
  margin-bottom: 0 !important;
}
#articles .nav-tabs.nav-bottom-border li a {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  border: 0 !important;
  border-bottom: transparent 3px solid !important;
}
#articles .nav-tabs.nav-bottom-border li a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
#articles .nav-tabs.nav-bottom-border li.active a {
  color: #8ab933 !important;
}
#articles .nav-tabs.nav-bottom-border li.active a,
#articles .nav-tabs.nav-bottom-border li.active a:hover {
  border: 0 !important;
  border-bottom: #8ab933 3px solid !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#articles .tab-post {
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}
#articles .tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
}
#articles .tag span.txt {
  border: 1px solid #e3e3e3;
  color: #666;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 9px;
  text-transform: uppercase;
  float: left;
}
#articles .tag span.num {
  background: rgba(0, 0, 0, 0.01);
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 11px;
  padding: 8px 9px 8px 11px;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}
#articles .tag span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #C6C6C6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}
#articles .tag span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}
#articles .article_content {
  margin-top: 15px;
  font-size: 16px;
}
#articles .article_content img {
  max-width: 100%;
}
#articles .article_content p {
  font-size: 16px;
}
#articles .social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  overflow: hidden;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  letter-spacing: 0em !important;
  color: #eaeaea !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#articles a.social-icon.social-icon-transparent:hover > i {
  color: #fff !important;
}
#articles a.social-icon.social-icon-sm,
#articles a.social-icon.social-icon-sm > i {
  width: 30px;
  height: 30px;
  margin-top: 3px;
  font-size: 17px;
  line-height: 23px;
}
#articles a.social-icon.social-icon-sm > i:last-child {
  padding-top: 7px;
}
#articles a.social-icon.social-icon-sm > i[class*=" icon-"],
#articles a.social-icon.social-icon-sm > i[class^=icon-] {
  font-size: 17px;
}
#articles .social-call:hover {
  background-color: #444 !important;
}
/*
RWD
 */
@media only screen and (min-width: 990px) {
  div.side-nav > ul {
    display: block !important;
  }
}
/*
@media (max-width: @screen-xs) {
    @import "screen-xs";
}
*/
/* 小螢幕設備（平板，768px（含）以上） */
@media (max-width: 991px) {
  body {
    padding-top: 95px;
    font-size: 16px;
  }
  #go_to_btn {
    bottom: 60px !important;
  }
  #top_btn {
    bottom: 30px !important;
  }
  #header_items {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #CCC;
  }
  #header_items .container {
    padding: 0;
  }
  #header_items ul {
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
  }
  #mobile_header {
    position: fixed;
    top: 30px;
    z-index: 999;
    background-color: #222222;
    padding-top: 5px;
    height: 55px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  #mobile_header .mobile_nav {
    display: flex;
    justify-content: space-between;
  }
  #mobile_header .mobile_nav a {
    color: #FFF;
  }
  #mobile_header .mobile_nav .nav_logo {
    padding-top: 7px;
    font-size: 22px;
  }
  #mobile_header .mobile_nav .nav_logo img {
    margin-top: -5px;
    height: 40px;
  }
  #mobile_header .mobile_nav .nav_left,
  #mobile_header .mobile_nav .nav_right {
    text-align: center;
  }
  #mobile_header .mobile_nav .nav_left a,
  #mobile_header .mobile_nav .nav_right a {
    display: inline-block !important;
  }
  #mobile_header .mobile_nav .nav_left i,
  #mobile_header .mobile_nav .nav_right i,
  #mobile_header .mobile_nav .nav_left span,
  #mobile_header .mobile_nav .nav_right span {
    display: block;
  }
  #mobile_header .mobile_nav .nav_left i,
  #mobile_header .mobile_nav .nav_right i {
    margin-left: 4px;
    font-size: 27px;
  }
  #mobile_nav {
    position: fixed;
    z-index: 99999;
    width: 300px;
    left: -300px;
    top: 0;
  }
  #mobile_nav .mobile_nav_left {
    max-height: 80%;
    overflow: scroll;
    position: fixed;
    width: 270px;
    background-color: #FFF;
    border: #6a99a1 solid 1px;
    border-left: none;
  }
  #mobile_nav .mobile_nav_left .mobile_nav_header {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid #b5b5b5 1px;
  }
  #mobile_nav .mobile_nav_left .level_3 {
    display: inline-block;
    padding: 2px;
    margin: 2px;
    background-color: #0c8221;
    border-radius: 3px;
  }
  #mobile_nav .mobile_nav_left .level_3 a {
    color: white;
  }
  #mobile_nav .mobile_nav_left ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #mobile_nav .mobile_nav_left ul li {
    list-style: none;
    padding: 3px;
    background-color: #FDFDFD;
  }
  #mobile_nav .mobile_nav_left ul li i {
    margin-top: 5px;
    float: right;
    font-size: 20px;
    margin-right: 15px;
  }
  #mobile_nav .mobile_nav_left ul li ul {
    background-color: #d4ecfa;
    margin-left: 5px;
  }
  #mobile_nav .mobile_nav_left ul li ul li {
    background: none;
  }
  #mobile_nav .mobile_nav_left ul li ul ul {
    margin-left: 5px;
  }
  #mobile_nav .mobile_nav_left ul li span {
    padding: 5px 5px 5px 20px;
    border-bottom: solid #b5b5b5 1px;
    display: block;
  }
  #mobile_nav .mobile_nav_left ul li span a {
    font-size: 16px;
  }
  #mobile_nav .mobile_nav_left ul li span a .badge:before {
    content: none;
  }
  #mobile_nav .mobile_nav_left ul li:last-child a {
    border-bottom: none;
  }
  #mobile_nav .btn_area {
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #mobile_nav .btn_area a {
    color: #ffffff;
    text-align: center;
    display: block;
    width: 36px;
    font-size: 24px;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #f3000b;
  }
  footer .footer .footer-d .copyright {
    font-size: 12px !important;
  }
  .member_menu .item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-image: none !important;
  }
  #channel .channel_list {
    background-color: #f0f0f0;
    margin-bottom: 15px;
  }
  #channel .channel_list .channel_list_c .channel_list_c_L {
    display: none;
  }
  #channel .channel_list .channel_list_c .channel_list_c_C,
  #channel .channel_list .channel_list_c .channel_list_c_R {
    width: 50% !important;
  }
  .store_box .store_title .list-inline > li {
    display: block;
  }
  .store_box .store_title .list-inline .store_icon_03 {
    margin-left: 20px;
  }
  .store_box .store_main_box .store_main_list_item {
    background-color: #f0f0f0;
    margin-bottom: 15px;
  }
  .store_box .store_main_box .store_main_list_item .store_main_list_b .store_main_list_b_L {
    display: none;
  }
  .store_box .store_main_box .store_main_list_item .store_main_list_b .store_main_list_b_C,
  .store_box .store_main_box .store_main_list_item .store_main_list_b .store_main_list_b_R {
    width: 50%;
  }
  /*
購物車
 */
  .order_pay .radio-inline {
    display: block;
    margin-left: 10px;
  }
  .order_MemberMoney .form-inline input,
  .order_MemberMoney .form-inline button,
  .order_MemberMoney .form-inline p {
    display: inline-block;
  }
  .odrdr_preferentialcode input,
  .odrdr_preferentialcode button,
  .odrdr_preferentialcode label {
    display: inline-block;
  }
  .odrdr_preferentialcode #preferentialcode {
    width: 130px;
  }
  #delivery_information .radio-inline,
  #delivery_information .checkbox-inline {
    margin-left: 10px;
    display: block;
  }
  /*
商品頁
 */
  .prod_details_content .nav > li > a {
    padding: 10px 5px;
  }
  #prod_content .btn_area .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 5px;
  }
  #shopping .shopping_button .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 5px;
  }
}
/* 中螢幕設備（一般桌面，992px（含）以上） */
/* 大螢幕設備（大型桌面，1200px（含）以上） */
@media (min-width: 1200px) {
  /*
共同元件
 */
  .header .header_area .col-lg-4 {
    padding: 0;
  }
  #search-input {
    width: 270px;
  }
  #nav {
    min-height: inherit;
  }
  /*
首頁
 */
  #home_banner_left img,
  #home_banner_right img {
    width: 195px;
    height: 212px;
  }
  #home_banner_center .carousel-inner img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */