.product_detail_price {
  font-size: 16px;
  font-weight: 700;
}

#product_content_box {
  height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}

.btn-view-more {
  background: #FFF;
  padding: 10px 20px;
  color: #333;
  font-size: 13px;
  cursor: pointer;
  outline: 0;
  border: 0;
  border: 1px solid #eee;
}

.btn-view-box {
  text-align: center;
  padding: 10px;
  position: relative;
}

.btn-view-more:hover {
  color: #0085c3;
}

.btn-view-more i {
  font-size: 15px;
  padding-left: 5px;
}

#product_image {
  width: 380px;
  text-align: left;
  float: left;
  padding-left: 10px;
}

#product_info th,
.table td {
  border-bottom: 1px solid #424242;
  border-right: 1px solid #424242;
  margin: 0;
  padding: 5px;
  vertical-align: top;
}

#product_info th {
  text-align: right;
  background-color: rgba(255, 255, 255, 0.1);
}

#product_info {
  border-top: 1px solid #424242;
  border-left: 1px solid #424242;
}

.product_info div {
  padding-bottom: 10px;
}

#product_share {
  padding: 10px;
}

#product_content {
  padding: 10px 0;
  overflow: hidden;
  font-family: arial;
}

#product_content img {
  max-width: 100%;
}

#product_code span {
  font-weight: 700;
}

#product_price {
  font-size: 18px;
  font-weight: 700;
  color: #FD0303;
}

#product_btn {
  color: #FFF;
  background: #00a5e9;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
  width: 190px;
  height: 55px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px !important;
  border-radius: 10px;
  box-shadow: inset 0 -4px 0 #ccc;
}

#product_btn:hover {
  background: #0015E9;
  color: #FFF;
}

.product_content {
  padding: 10px;
}

.product_content .title_content {
  font-size: 16px;
  color: #0EBFF4;
  font-weight: 700;
  padding: 10px 0 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEAEA;
}

.list-seen .h-product-item {
  width: 100%;
}

.list-seen .h-product-item:nth-of-type(n) {
  clear: none;
}

.info-pro {
  line-height: 25px;
  background: url(../img/call.png) left center no-repeat;
  padding-left: 28px;
  color: #515151;
}

.info-pro span {
  color: #36f;
  font-weight: 700;
}

tr.price {
  height: 50px;
}

#tb-detail .price .get_price {
  font-size: 25px;
}

label.html-label {
  display: inline;
  float: none;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

label.html-label span {
  color: red;
}

label.html-label input[type="radio"] {
  visibility: hidden;
  display: none;
}

label.html-label i.radio {
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  border: 1px solid #AFAFAF;
  transition: border-color .3s;
  -o-transition: border-color .3s;
  -ms-transition: border-color .3s;
  -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s;
}

label.html-label i.radio:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background-color: #2da5da;
}

label.html-label input:checked + i.radio:after {
  opacity: 1;
}

label.html-label input:checked + i.radio {
  border-color: #2da5da;
}

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: 0;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../img/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../img/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../img/slimbox/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: 0;
}

#lbCaption,
#lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: 700;
}

.list-pt {
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}

.pt-item {
  border: 1px solid red;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  background: #FFF;
}

.pt-item:hover {
  border-color: #900101;
}

.pt-item a {
  color: #000;
}

.list-pt li {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
  float: left;
}

.pt-info {
  color: red;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.pt-info > div {
  display: inline-block;
  padding-right: 5px;
}

.price-old-2 {
  text-decoration: line-through;
}

.onlytime-expire {
  /* float: right; */
}

.onlytime {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.onlytime-expire-title {
  margin-bottom: 20px;
  color: #909090;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  position: relative;
}

.onlytime-price {
  color: red;
  font-weight: 700;
  font-size: 24px;
  
display: inline-block;margin-bottom: 0;padding-right: 10px;}

.onlytime-price-old {
  text-decoration: line-through;
  color: #9a9a9a;
}

.onlytime-expire-box {
  background: url(../img/flash-sale.png) left top repeat !important;
  padding: 10px;
  width: 100%;
}

.onlytime-title {
  padding: 6px 10px;
  background: #fff;
  border: 1px solid red;
  text-align: center;
  color: #ff4900;
  font-size: 12px;
  display: inline-block;
}

.onlytime-title img {
  border-radius: 50%;
  margin-left: -24px;
  margin-top: -10px;
  float: left;
  padding: 0;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.onlytime-bar {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.onlytime-quantum-box {
  width: 200px;
  height: 18px;
  background: #1143cf;
  border-radius: 10px;
  position: relative;
  text-align: center;
  margin-top: 45px;
  margin-right: 15px;
}

.onlytime-quantum {
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, #05b0ff, #1143cf);
  border-radius: 10px;
}

.onlytime-quantum-box span {
  font-size: 12px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 10px;
  color: #FFF;
  line-height: 18px;
  padding-left: 30px;
  font-weight: 400;
}

.onlytime-expire-right {
  display: block;
  vertical-align: middle;
}

.bg-quantum {
  position: absolute;
  left: 1px;
  top: 1px;
  content: '';
  background: #ff4800 url(../img/sp_con_lai.jpg) center no-repeat;
  background-size: 12px;
  width: 17px;
  height: 16px;
  z-index: 99;
  padding: 2px;
  border-radius: 50%;
}

.pro-card-sale {
  padding: 5px;
  background: red;
  position: relative;
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
}

.pro-card-sale:before {
  position: absolute;
  content: '';
  left: -7px;
  top: 8px;
  border-right: 8px solid red;
  border-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.expire-code {
  background: red url(../img/icon_code.png) center no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
}

.promotion-coupon-box {
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
  -moz-box-shadow: inset 0 0 0 1px #bbb;
  box-shadow: inset 0 0 0 1px #bbb;
  position: relative;
  display: inline-block;
  color: #585858;
  overflow: hidden;
  transition: .1s ease-in-out;
}

.promotion-coupon-box:before,
.promotion-coupon-box:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 100px;
  top: 52%;
  left: -8px;
  transform: translateY(-50%);
}

.promotion-coupon-box:after {
  left: unset;
  right: -8px;
}

.promotion-coupon-detail {
  padding: 5px 25px;
  position: relative;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.promotion-coupon-detail:before,
.promotion-coupon-detail:after {
  border-left: 1px dashed #ccc;
  position: absolute;
  content: "";
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
}

.promotion-coupon-detail:after {
  left: unset;
  right: 15px;
}

.promotion-coupon-detail strong {
  padding: 0 6px;
}

.promotion-coupon-detail span {
  padding: 0 6px;
  color: red;
}

.tbl-info-product {
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}

.tbl-info-product tr {
  border-bottom: 1px solid #ececec;
}

.tbl-info-product tr:nth-of-type(2n+1) {
  background: #fdfdfd;
}

.tbl-info-product .highlight {
  color: #0a63d7;
}

.attribute-label {
  width: 25%;
  padding: 12px 0 11px;
  border-top: none;
  border-right: none;
  text-transform: initial;
  
  font-weight: 400;
  line-height: 1.42857143;
  vertical-align: top;
  color: #565656;
}

.attribute-value {
  padding: 12px 0 11px 15px !important;
  border-top: none;
  
  line-height: 1.42857143;
  vertical-align: top;
  color: #000;
}

#product-wrap .col-left {
  border-right: 1px solid #eee;
  padding-right: 10px;
  width: 70%;
}

#product-wrap .col-right {
  width: 30%;
}

.panel-spec {
  margin-bottom: 30px;
}

#product {
  border-collapse: collapse;
  margin-bottom: 20px;
  overflow: hidden;
}

#product .left {
  vertical-align: top;
  padding-right: 10px;
  width: 49%;
  text-align: center;
  display: inline-block;
}

#product .right {
  vertical-align: middle;
  width: 50%;
  padding: 10px;
  box-shadow: 0 0 5px #ccc;
  box-sizing: border-box;
  display: inline-block;
}

.share a {
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
  height: 19px;
}

.gift {
  border-radius: 8px;
  padding: 0;
  position: relative;
  width: 100%;
  background: #FFF;
  overflow: hidden;
}

.title-gift {
  background: #4b96f3 url(../img/icon-gift.png) 20px center no-repeat;
  background-size: 30px;
  width: 100%;
  text-indent: 45px;
  padding: 10px;
  line-height: 25px;
}

.gift-content {
  padding: 15px 25px;
}

.title-gift span {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

#product .left .thumb img {
  max-width: 390px;
  max-height: 390px;
  margin-bottom: 10px;
}

#other-img img {
  padding: 1px;
  border: 1px solid #ccc;
}

#product .name {
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

#tb-detail > .row-item {
  width: 100%;
  background: #f9f9f9;
}

#tb-detail > .row-item:nth-of-type(2n+1) {
  background: #fff;
}

#tb-detail .row-item {
  /*clear: both;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex: 1 100%;
  height: auto*/;
}

#tb-detail .row-item:before,
#tb-detail .row-item:after {
  display: table;
  content: '';
}

#tb-detail .row-item:after {
  clear: both;
}

#tb-detail .row-item .label {
  float: left;
  padding: 5px;
  width: 25%;
  border-right: 1px solid #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tb-detail .row-item .value {
  float: left;
  padding: 5px;
  width: 75%;
}

.agents-box {
  position: relative;
}

.agents {
  margin-bottom: 20px;
}

.btn-show-agents {
  cursor: pointer;
  color: #009cff;
}

.content-showroom {
  padding: 0;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
}

.content-showroom .show-room {
  padding: 10px 5px;
}

.show-room .show-room-name {
  color: #36f;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.show-room-hotline {
  padding: 0 10px;
  text-align: center;
  height: 100%;
  position: relative;
}

.show-room-right {
  padding-left: 10px;
  height: 100%;
  position: relative;
}

.show-room-hotline span {
  white-space: nowrap;
  font-weight: bold;
  color: #df2626;
}

.show-room-hotline img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 45%;
  height: auto;
}

.nail {
  background: #fff;
  z-index: 9999999;
}

#product-rating {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.count-vote {
  color: #009cff;
  line-height: 21px;
}

.rating-stars ul > li.star {
  display: inline-block;
}

.text-message {
  padding: 5px;
  display: block;
}

.rating-stars ul > li.star > i.fa {
  font-size: 1.5em;
  color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C;
}

#same-config {
  margin-bottom: 10px;
}

.same-config-item {
  border-radius: 8px;
  padding: 10px 10px;
  border: 1px solid #008aff;
  -moz-box-shadow: inset 0 0 5px #ffff;
  -webkit-box-shadow: inset 0 0 5px #ffff;
  box-shadow: inset 0 0 5px #ffff;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
position: relative;height: 100%;}

.same-config-item:hover {
  
  -moz-box-shadow: inset 0 0 35px #f6f6f6;
  -webkit-box-shadow: inset 0 0 35px #f6f6f6;
  box-shadow: inset 0 0 5px #008aff;
}

.same-config-item strong,
.same-config-item span {
  font-weight: 400;
  margin-bottom: 5px;
  
  line-height: 18px;color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.show-room-right:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
}

.show-room-hotline:after {
  position: absolute;
  content: '';
  right: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e5e5e5;
}

.same-config-item p {
  color: #000000;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

.same-config-item a {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.same-config-item img {
  width: 25%;
display: none;}

.same-config-info {
  text-align: left;
  padding-left: 10px;
  width: 75%;
width: 100%;padding-left: 0;}

.same-config-item:hover p {
  color: #6ca1f3;
}

#order_pro {
  padding: 5px 0;
  width: 100% !important;
}

.order {
  background: #e50f10 !important;
  width: 100% !important;
  margin-bottom: 5px;
  border: none !important;
}

.btn-buy {
  text-align: center;
  cursor: pointer;
  color: #FFF;
  white-space: nowrap;
  padding: 7px 15px;
  border-radius: 8px;
  background: #4b96f3;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  border: 1px solid #4b96f3;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.btn-buy p {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.btn-buy span {
  font-size: 13px;
}

.btn-buy a {
  color: #FFF;
}

.order-box .btn-tragop {
  float: left;
}

.order-box .btn-addcart {
  float: right;
  background: #FFF;
  color: #4b96f3;
}

.order-box {
  overflow: hidden;
  margin-bottom: 5px;
  display: block !important;
}

.news-small-box {
  padding: 15px;
}

.news-small-head {
  margin-bottom: 5px;
  color: #a80000;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.news-small-item img {
  float: left;
  border: 1px solid #eee;
  padding: 2px;
  margin-right: 15px;
}

.news-small-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news-small-item:last-child {
  border: 0;
}

.news-small-title {
  color: #0085c3;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.news-small-des {
  color: #474747;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.price-large {
  color: #df2626;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  padding-right: 5px;
}

.old-price-large {
  font-size: 18px;
  text-decoration: line-through;
  color: #8a8a8a;
}

.guarantee-label {
  background: url('../img/icon-quality.png') left center no-repeat;
  background-size: 20px;
  color: #e0140c;
  font-weight: bold;
  display: block !important;
  line-height: 20px;
    padding-left: 25px;margin-bottom: 10px;
position: relative;}

.guarantee-label:last-child {
  margin-bottom: 0;
}

.title-icon {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
padding-left: 35px;margin-bottom: 5px;}
.csmh-icon {background: url(../img/icon-csmh.png) 10px center no-repeat;}
.goodwill-icon {background: url(../img/icon-goodwill.png) 10px center no-repeat;}

.shop-icon {background: url(../img/icon-shop.png) 10px center no-repeat;}
.info-more {padding: 10px 5px;
  background: #FFFFFF;
  border-radius: 8px;margin-bottom: 20px;}

.info-more-content {padding: 5px 10px;padding-bottom: 0;}
.goodwill-product-img img {border: 1px solid #eee;border-radius: 8px;padding: 2px;box-sizing: border-box;}

.goodwill-product-item a {display: flex;align-content: center;justify-content: center;align-items: center;flex-direction: row;flex-wrap: nowrap;}

.goodwill-product-name {display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;margin-bottom:2px}

.goodwill-product-price {color: #e50f10;}
.goodwill-product-old-price {
  color: #747474;
  text-decoration: line-through;
  font-size: 12px;
}

.goodwill-product-info {padding-left: 10px;width: 75%;}
.goodwill-product-img {
width: 25%;
}
.goodwill-product-item {padding: 5px;}
#product-info-center{
  padding-left: 20px;
  padding-right: 20px;
}
.category_content_box {
  border: none;
  padding: 10px;
padding-left: 20px;padding-right: 0;}
.news-small-box {
  padding: 15px 0;
  padding-right: 10px;
}
.title-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #b8d4ff;
  border: 1px solid #ccc;padding: 5px 8px;
  color: #000000;left: 55%;
  top: 45%;
  white-space: nowrap;
  z-index: 999;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}
.same-config-item:hover .title-hover{
  opacity: 1;
    visibility: visible;
}

.option-title {display: inline-block;padding-right: 10px;line-height: 20px;margin-bottom: 0;}

.option-details {display: inline-block;}

.option-box {margin-bottom: 20px;display: flex;flex-direction: row;align-content: center;justify-content: flex-start;align-items: center;}

.option-item {display: inline-block;padding: 0 5px;}