@charset "UTF-8";

#indexBanner img {
}
.indexBannerTxt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.indexBannerTxtNr {
}
.indexBannerTxtNr h3 {
  padding: 0 14px;
  color: #fff;
  font-size: 18px;
}
.indexBannerTxtNr p {
}

.headHint {
  background-color: #0c0c0d;
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: none;
}

.indexHead {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.indexHead .logo {
}
.indexHead .logo img {
  height: 70px;
}

#Nav {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
#Nav > li {
  position: relative;
}

#Nav > li > a i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#Nav > li > a {
  line-height: 70px;
  padding: 0 20px;
}
#Nav > li > ul {
  position: absolute;
  left: 0px;
  z-index: 99;
  min-width: 100%;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
  display: none;
}
#Nav > li > ul > li {
}
#Nav > li > ul > li > a {
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
}

.indexNavRight {
}
.indexNavRight i {
  cursor: pointer;
}

.SearchBox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgb(255 255 255 / 0.99);
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.SearchBox .icon-guanbi {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 102;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}

.SearchBox form {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.SearchBox form input {
  width: 100%;
  line-height: 40px;
  text-align: center;
  background: none;
}
.SearchBox button {
  padding: 0 10px;
  background: none;
}
.SearchBox button i {
}

.SearchBoxBJ {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 200;
}

.indexCp ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 14px;
}
.indexCp ul li {
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  width: 49%;
  position: relative;
  top: 0px;
}
.indexCp ul li img {
  width: 100%;
}
.indexCp ul li h3 {
  text-align: center;
  font-weight: normal;
  color: #333;
  font-size: 14px;
}
.indexCp ul li strong {
  font-weight: 500;
  font-size: 12px;
  display: block;
  text-align: center;
}
.indexCp ul li a {
  display: block;
}

.indexCp ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  top: -10px;
  padding: 10px;
}

.indexCpIntroduce ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 14px;
}
.indexCpIntroduce ul li {
  width: 100%;
  margin-bottom: 30px;
}
.indexCpIntroduce ul li a {
  display: block;
}
.indexCpIntroduce ul li img {
  width: 100%;
}
.indexCpIntroduce ul li h3 {
  color: #000;
  padding: 10px 0;
}
.indexCpIntroduce ul li p {
  color: #999;
  font-size: 14px;
}
.indexCpIntroduce ul li em {
  color: #fff;
  padding: 8px 20px;
  background-color: #000;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.indexCpFeatures {
}
.indexCpFeaturesList {
  padding: 1rem 0;
  margin-bottom: 10px;
}
.indexCpFeaturesList .BJQ {
  text-align: right;
  padding: 0 14px;
}
.indexCpFeaturesList .BJQ h3 {
  font-size: 20px;
}
.indexCpFeaturesList .BJQ p {
  padding-top: 1em;
  font-size: 14px;
}
.indexCpFeaturesList:nth-child(2n) .BJQ {
  text-align: left;
  color: #fff;
}

.SubscribeBJ {
  background: #c6a85b;
  padding: 25px 0 !important;
}

.Subscribe {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.Subscribe h2 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 10px;
}
.Subscribe form {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.Subscribe input {
  background: none;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  width: 200px;
  padding: 0 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.Subscribe button {
  height: 40px;
  width: 100px;
  background: #0c0c0d;
  color: #fff;
  font-size: 14px;
}

.foot {
}

.footNr {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 20px 14px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.footNr > * {
  margin-bottom: 15px;
}

.footNr > *:last-child {
  margin-bottom: 0;
}

.footA {
  width: 100%;
}

.footA p {
  font-size: 14px;
}

.foot h2 {
  margin-bottom: 5px;
}

.footB {
  width: 100%;
}

.footB a {
  display: block;
  font-size: 14px;
  padding: 3px 0;
}

.footC {
  width: 100%;
}

.shemei {
}

.shemei a {
  color: #a1a1a6;
  padding-right: 10px;
}

.shemei a i {
  font-size: 20px;
}

.copyright {
  text-align: center;
  color: #666;
  line-height: 50px;
  font-size: 14px;
  margin-bottom: 5px;
}

#Nav > li > a.this {
  color: #c6a85b;
}

.product_list {
  padding: 70px 14px 1rem 14px;
}
.product_list_h1 {
  text-align: center;
  font-size: 18px;
  padding: 0px 0 20px 0;
}
.product_list_h1 span {
}

.productFilter {
  border-top: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.productFilterLeft {
  font-size: 14px;
  display: none;
}

.productFilterLeft input {
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.productFilterRight {
  padding: 10px 0;
  margin-bottom: 10px;
}

.productFilterRight em {
  margin-right: 5px;
}

.productFilterRight select {
  border: 1px solid #eeefef;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  cursor: pointer;
  -webkit-appearance: listbox;
}

.productFilterRight option {
}

#product_list {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
#product_list li {
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  width: 49%;
  position: relative;
  margin-bottom: 20px;
}
#product_list li a {
  display: block;
}

#product_list li h3 {
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#product_list li strong {
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #ed3445;
}

.indexHeadBJ {
  border-bottom: 1px solid #eee;
  line-height: 34px;
  display: none;
}

.gallery-thumbsY {
  width: 100%;
  margin: 0px;
  margin-bottom: 15px;
}
.gallery-topY {
  width: 440px;
  margin: 0px;
}
.gallery-topY img {
  width: 100%;
}
.gallery-thumbsY .swiper-slide {
  width: 100%;
  opacity: 0.5;
}
.gallery-thumbsY .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbsY .swiper-slide img {
  border: 1px solid #eee;
}

.productShowHeadLeft {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}

.product_Show {
  margin-top: 70px;
}

.productShowHead {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 14px;
}

.Bread-crumbs {
  padding: 30px 0 20px;
  display: none;
}

.Bread-crumbs a {
  text-transform: capitalize;
  font-size: 14px;
}

.Bread-crumbs i {
  font-size: 14px;
}

.productShowHeadRight {
  width: 100%;
}

.productShowHeadRight h1 {
  color: #333;
  font-size: 28px;
  padding-bottom: 10px;
}

.productShowHeadRight h2 {
  color: #969696;
  font-size: 12px;
  font-weight: normal;
}
.productShowHeadRight strong {
  display: block;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 18px;
  color: #c01d1c;
  padding: 10px 0;
  margin: 20px 0;
}
.productColor {
  padding-bottom: 20px;
}
.productColor p {
  font-size: 14px;
  padding-bottom: 4px;
}
.productColor span {
  color: #666;
  font-size: 12px;
}
.productColor ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
}
.productColor ul li {
  border: 1px solid #eee;
  padding: 5px;
  margin-right: 6px;
  cursor: pointer;
}
.productColor ul li.this {
  border: 1px solid #ed3445;
}
.productColor ul li img {
  width: 50px;
}

.productQuantity {
  margin-bottom: 10px;
}

.productQuantity p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

.AddtoCart {
}
.AddtoCart a {
  background: #ed3445;
  text-align: center;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  margin: 40px 0 0 0;
}

.productDetail {
  margin: 25px 14px 1rem;
}

.productDetailTitle {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 2em;
  font-weight: bold;
}

.productDetail p {
  font-size: 14px;
  margin-bottom: 1em;
  color: #454545;
  overflow-wrap: break-word;
}

.productDetail h3 {
}
.productDetail h2 {
}
.productDetail h4 {
}
.productDetail strong {
}
.productDetail ul {
  padding: 10px 0 10px 20px;
}
.productDetail ul li {
}
.productDetail img {
  width: 100%;
}

.YouMayAlsoLike {
  padding: 0 14px 20px;
}

.YouMayAlsoLike h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 2em;
  font-weight: 500;
}

.YouMayAlsoLike ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}

.YouMayAlsoLike ul li a {
  display: block;
}

.product_Show .YouMayAlsoLike ul li img {
  width: 180px;
  height: 180px;
}

.YouMayAlsoLike ul li h3 {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
}

.YouMayAlsoLike ul li strong {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #c01d1c;
  font-weight: 500;
  margin-right: 5px;
}

/*下单*/

.CartAimg {
  width: 100px;
  margin: 0 auto;
  height: 100px;
}
.CartAquantity {
  border: 1px solid #e1e1e1;
  width: 100px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.CartAquantity button {
  font-size: 20px;
  padding: 0 10px;
  color: #999;
  font-weight: bold;
}
.CartAquantity input {
  width: 2em;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #666;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-top: none;
}

.CartA td {
  border: 1px solid #eee;
  text-align: center;
  display: block;
  margin-bottom: -1px;
  padding: 10px;
}
.CartA td:nth-child(2) {
}
.CartA th {
  border: 1px solid #e1e1e1;
  line-height: 60px;
  text-align: center;
  display: none;
}
.CartA {
  padding: 70px 14px 1rem;
}
.CartAtda {
  display: block;
  padding: 5px;
}
.CartAprice {
  font-weight: bold;
  color: #d90e03;
}
.CartAprice strong {
}
.CartA .icon-guanbi {
  font-weight: bold;
  color: #999;
  font-size: 20px;
  cursor: pointer;
}
.CartAhint {
  background: #f7f6f7;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}
.CartAhint i {
  margin: 0 5px 0 0;
  color: #d90e03;
}
.UpdateCart {
  cursor: pointer;
  line-height: 36px;
  height: 40px;
  border: 2px solid #000;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 20px auto;
  width: 50%;
}
.Proceedtocheckout {
  line-height: 36px;
  height: 40px;
  border: 2px solid #000;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 20px auto;
}

.CartTotals {
  width: 100%;
  overflow: hidden;
}
.CartTotals h3 {
  padding: 0 0 1em 0;
}
.CartTotals td:nth-child(1) {
  font-weight: bold;
  width: 100%;
}
.CartTotals td {
  text-align: left;
  padding: 10px;
  font-size: 14px;
}
.CartTotals td em {
  font-size: 14px;
}

.settlementBox {
  padding: 70px 14px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}

.settlementBoxLeft {
  width: 100%;
}
.settlementBoxLeft ul li img {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #eee;
  float: left;
  margin: 0 10px 0 0;
}
.settlementBoxRight {
  width: 100%;
}

.settlementBoxLeft ul {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}
.settlementBoxLeft ul li {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.settlementBoxLeft ul li h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 1em 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.settlementBoxLeft ul li h4 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.settlementBoxLeft ul li h5 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.settlementBoxLeft ul li h5 em {
  font-size: 12px;
  margin: 0 5px 0 0;
  color: #666;
  font-weight: normal;
}
.settlementBoxLeft ul li h4 em {
  font-size: 12px;
  margin: 0 5px 0 0;
  color: #666;
  font-weight: normal;
}

.settlementBoxLeftPrice {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.settlementBoxLeftPrice span {
  font-size: 14px;
  color: #666;
}
.settlementBoxLeftPrice strong {
  font-weight: 600;
  font-size: 14px;
}

.settlementBoxLeftTotal {
  border-top: 1px solid #eee;
  margin: 20px 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.settlementBoxLeftTotal span {
  padding: 20px 0;
}
.settlementBoxLeftTotal strong {
  color: #d90e03;
}

.ShippingAddressHead {
}
.ShippingAddressHead h3 {
  color: #333;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0;
  font-weight: 600;
}
.ShippingAddressHead > input {
  border: 1px solid #dcdfe6;
  width: 100%;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 6px;
}
.ShippingAddressHead p {
  color: #737373;
  padding: 10px 0;
  font-size: 14px;
}
.ShippingAddressHead p input {
  margin: 0 10px 0 0;
}

.ShippingAddress {
}
.ShippingAddress h3 {
  color: #333;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0;
  font-weight: 600;
}
.ShippingAddress .formNr {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.ShippingAddress .formNr > input {
  border: 1px solid #dcdfe6;
  width: 100%;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 6px;
  margin: 0 0 10px 0;
}
.ShippingAddress .formNr > input.w50 {
  width: 49%;
}
.AddressList {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 0 10px 0;
}
.AddressList div {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  padding: 2px 10px;
  position: relative;
  margin: 0 0 5px 0;
}
.AddressList label {
  color: #999;
  font-size: 12px;
  padding: 0 0 0 4px;
}
.AddressList select {
  width: 100%;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.AddressList input {
  width: 100%;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
}

.Continuetoshipping {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
}
.Continuetoshipping a {
  font-size: 14px;
}
.Continuetoshipping button {
  background: #d90e03;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 14px;
}

.PaymentRight {
  width: 100%;
}

.PaymentRightIn {
  border: 1px solid #dcdfe6;
  padding: 6px 10px;
  border-radius: 6px;
}
.PaymentRightInList {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.PaymentRightInList em {
  font-size: 14px;
  color: #666;
}
.PaymentRightInList p {
  font-size: 14px;
  width: 60%;
}
.PaymentRightInList a {
  color: #061178;
  font-size: 14px;
}
.logisticsBox {
}
.logisticsBox em {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.logisticsBox em input {
  margin: 2px 5px 0 0;
}
.logisticsBox span {
}

.PaymentRightIn .PaymentRightInList:last-child {
  border: none;
}

.logisticsBox h3 {
  color: #333;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0;
  font-weight: 600;
}

.logistics {
  border: 1px solid #dcdfe6;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 5px;
}

.paymentSuccessful {
  width: 100%;
}

.Thankyouqwe {
  color: #333;
  font-size: 20px;
}
.Thankyouqwe i {
  color: #52c41a;
  font-size: 22px;
}
.LogisticsTips {
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  position: relative;
  margin: 10px 0 20px 0;
}
.LogisticsTips h3 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.LogisticsTips p {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}
.LogisticsTips em {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}
.LogisticsTips a {
  color: #030852;
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.PaymentInformation {
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.PaymentInformation h3 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.PaymentInformation ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
}
.PaymentInformation ul li {
  width: 48%;
  margin: 10px 0 0px 0;
}
.PaymentInformation ul li h4 {
  font-size: 14px;
  font-weight: normal;
}
.PaymentInformation ul li p {
  color: #666;
  font-size: 12px;
}
.PaymentInformation ul li em {
  color: #666;
  font-size: 12px;
}

.shoppingCart {
  cursor: pointer;
  z-index: 120;
}
.shoppingCart i {
}

/*下单*/

.Page {
  padding: 80px 14px 1rem;
}
.Page p {
  padding-bottom: 1em;
  color: #333;
  font-size: 14px;
}
.Page h1 {
  font-size: 20px;
  text-align: center;
  color: #333;
  padding-bottom: 10px;
}
.Page h2 {
}
.Page h3 {
}
.Page h4 {
}
.Page ul {
}
.Page ul li {
}

/*新增2022-2-24 18:01:15*/
#product_list li p {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#product_list li p em {
  color: #999;
  font-weight: 500;
  font-size: 14px;
  padding-right: 5px;
  text-decoration: line-through;
}

.font14 {
  padding-bottom: 5px;
}
.types-item-size {
  display: none;
}
.product-types-list {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.product-types-list li {
  border: 1px solid #eee;
  color: #666;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-types-list li.active {
  border: 1px solid #000;
}

.J-Type {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.share-this {
  border-top: 1px solid #eee;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0;
}
.share-this span {
  margin-right: 10px;
}

.share-box {
}
.share-box a {
}
.share-box a span {
}

.Pagination {
  padding: 0;
  margin: 0;
}

.Pagination ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.Pagination ul li {
  border: 1px solid #eee;
  padding: 0px 10px;
  margin: 0 4px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.Pagination ul li span {
}
.Pagination ul li a {
}
.Pagination ul li.active {
  background: #c6a85b;
}
.Pagination ul li.active a {
  color: #fff;
}
.Pagination ul li:hover {
  background: #c6a85b;
}
.Pagination ul li:hover a {
  color: #fff;
}

.ZJS-price {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
}
.ZJS-price em {
  color: #999;
  order: 2;
  font-size: 14px;
  text-decoration: line-through;
}
.ZJS-price span {
}

.indexCp ul,
.indexCpIntroduce ul {
  box-sizing: border-box;
}

.indexCpFeatures .box.BJQ {
  padding: 0 19px !important;
}

body.cart .PageContainer {
  padding-top: 30px;
}

.WapHead .head-search {
  cursor: pointer;
  position: fixed;
  right: 45px;
  top: 2px;
}

.indexCp ul li img {
  width: 180px;
  height: 180px;
}

.products .product_list {
  padding: 40px 14px 0px 14px;
  margin-top: 30px;
}

.types-item.J-Attribute {
  margin-bottom: 15px;
}

/***********************************************************平板*******************************************************/
@media (min-width: 640px) and (max-width: 1024px) {
}
