.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: 10px;
  padding-left: 10px;
}
.col-xs-2_4 {
  width: 20%;
  float: left;
}
@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;
  }
}
/*
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-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;
  vertical-align: top;
}
.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 .7s infinite linear;
  -ms-animation: spin .7s infinite linear;
  -webkit-animation: spinw .7s infinite linear;
  -moz-animation: spinm .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_right li img {
  width: 160px;
}
.header .header_area #header_tabs {
  height: 25px;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  bottom: 0;
}
.header .header_area #header_tabs li {
  padding: 0;
  margin: 0;
  float: left;
}
#nav {
  border: none;
}
#nav #navbar ul.nav li a {
  color: #FFF;
  font: bold 16px Helvetica;
  padding: 10px 11px;
}
#nav #navbar ul.nav li:hover {
  background-color: grey;
}
#nav .navbar-header .navbar-toggle {
  border-color: #9d9d9d;
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #272629;
  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 .carousel-control {
  width: 8%;
}
#home_banner_center .carousel-control.left,
#home_banner_center .carousel-control.right {
  background: none;
  color: #DDD;
}
#home_banner_center .carousel-control.left:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
#home_banner_center .carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
#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 .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: grey;
  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: grey;
  background-image: none;
  color: #fff;
  font-weight: bold;
  border-right: 0;
  width: 218px;
  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;
  margin-top: 2px;
}
#ranking_box .nav-tabs li.active {
  background: none;
  background-color: grey;
}
#ranking_box .nav-tabs li.active a {
  color: black;
}
#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: #bcbec0;
}
#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: grey;
  height: 40px;
}
.left-navbar-header .navbar-brand {
  height: 40px;
  padding: 10px;
  color: white;
}
.left-navbar-header .navbar-toggle {
  margin-top: 3px;
  background-color: #555;
}
.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: #5f5f5f;
  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: #5f5f5f;
  text-indent: 0;
}
.prod_memu > ul {
  border: 1px solid #5f5f5f;
}
.prod_memu a {
  display: block;
}
.prod_memu .main_item a {
  height: 35px;
  line-height: 35px;
  background-color: #b6b6b6;
  text-indent: 1em;
  font: 13px/34px Helvetica;
  color: #222;
}
.prod_memu .main_item a:hover {
  background-color: #5f5f5f;
  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: #5f5f5f;
  color: #FFF;
}
.prod_hot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #5f5f5f;
  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: 34px;
  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 {
  margin-top: 3px;
  text-decoration: line-through;
  font-size: 0.8em;
  margin-right: 10px;
}
.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 .SellingPriceArea {
  margin-top: 3px;
  text-align: right;
}
.prod_lists .prod_item .SellingPriceArea .SellingPrice {
  margin-top: 5px;
  color: red;
  font-size: 1.2em;
  text-align: right;
  padding-right: 1rem;
}
.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_details_content .tab-content #tab-spec p {
  margin: 0 0 10px;
}
.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 .m_price .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 .m_price .mprice {
  display: inline-block;
  text-decoration: line-through;
  font-size: 11px;
  margin-top: 5px;
  color: #000;
  margin-right: 5px;
}
.prod_recommend .price {
  text-align: center;
  margin-top: 5px;
}
.prod_recommend .price span {
  font-size: 22px;
  color: red;
}
.prod_search .prod_item_name {
  height: 40px;
}
/*
購物車
 */
.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;
}
/*
RWD
 */
/*
@media (max-width: @screen-xs) {
  @import "screen-xs-min";
}
*/
/* 小螢幕設備（平板，480 - 767） */
/*
@media (min-width: @screen-xs-min) and (max-width: @screen-xs-max) {
  @import "screen-xs";
}
*/
/* 小螢幕設備（平板，768 - 991） */
@media (max-width: 991px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
  }
  body {
    padding-top: 90px;
  }
  #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;
  }
  .header-xs {
    top: 0;
    position: fixed;
    background-color: grey;
    color: white;
    width: 100%;
    z-index: 1030;
  }
  #nav {
    top: 33px;
    border-radius: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  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;
  }
  /*
商品頁
 */
  .prod_lists .prod_item .prod_item_name a h2 {
    font-size: 14px;
  }
  .prod_lists .prod_item .prod_item_price .OriginalPrice .OriginalPriceTitle {
    display: none;
  }
  body {
    padding-top: 80px;
  }
  .header-xs {
    top: 0px;
    position: fixed;
    background-color: grey;
    color: white;
    width: 100%;
    z-index: 1030;
  }
  #nav {
    top: 33px;
    border-radius: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  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;
  }
  /*
商品頁
 */
}
/* 中螢幕設備（一般桌面，992 - 1199） */
@media (min-width: 992px) and (max-width: 1199px) {
  .store_box .store_main_Lbn_04 img {
    width: auto !important;
    height: auto !important;
  }
  .store_box .store_main_list_b_C span {
    font-size: 12px;
  }
}
/* 大螢幕設備（大型桌面，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 {
    width: 1170px;
    height: 425px;
  }
}
/*# sourceMappingURL=style.css.map */