@charset "UTF-8";

.indexHeadBJ {
  background: #fff;
  position: relative;
  z-index: 99;
  display: none;
}
.indexHead {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.indexHead .logo {
}
.indexHead .logo img {
  max-height: 50px;
}

#Nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#Nav > li {
  position: relative;
}
#Nav > li > a {
  padding: 0 20px;
  line-height: 60px;
}
#Nav > li > ul {
  position: absolute;
  left: 0px;
  background: #fff;
  max-width: 100%;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 6%);
  display: none;
}
#Nav > li > ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
#Nav > li > ul > li > a {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: capitalize;
}
#Nav > li > ul > li > ul {
  position: absolute;
  left: 100%;
  background: #fff;
  max-width: 150%;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 6%);
  top: 0px;
  display: none;
}
#Nav > li > ul > li > ul > li {
  border-bottom: 1px solid #eee;
}
#Nav > li > ul > li > ul > li > a {
  display: block;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 14px;
}
#Nav > li > a.this,
#Nav > li > a:hover {
  color: #f73151;
}

.indexHeadPublic {
}

#indexBanner img {
  width: 100%;
}

#indexBanner .swiper-button-prev {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#indexBanner .swiper-button-prev:hover {
  background: #f73151;
}
#indexBanner .swiper-button-prev:hover i {
  color: #fff;
}
#indexBanner .swiper-button-next:hover {
  background: #f73151;
}
#indexBanner .swiper-button-next:hover i {
  color: #fff;
}

#indexBanner .swiper-button-prev i {
  color: #999;
}
#indexBanner .swiper-button-next {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#indexBanner .swiper-button-next i {
  color: #999;
}

.indexBannerTxtBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.indexBannerTxt {
  text-align: center;
}
.indexBannerTxt h3 {
  font-size: 20px;
  font-weight: 500;
  color: #f73151;
}

.indexBannerTxt h4 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  padding: 10px 0;
}
.indexBannerTxt p {
}
.indexBannerTxt a {
  width: 170px;
  line-height: 50px;
  color: #fff;
  background: #f73151;
  text-align: center;
  border-radius: 6px;
  display: block;
  margin: 20px auto 0;
  display: none;
}

.ZJSindexProductCategory {
  padding: 20px;
}
.ZJSindexProductCategory ul {
}
.ZJSindexProductCategory ul li {
  width: 100%;
  margin-bottom: 10px;
}
.ZJSindexProductCategory ul li a {
  display: block;
  position: relative;
}
.ZJSindexProductCategory ul li img {
  width: 100%;
}

.ZJSindexProductCategory ul li .imghover {
  position: relative;
  z-index: 2;
}

.ZJSindexProductCategoryTitle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ZJSindexProductCategoryTitle h3 {
  background: rgb(255 255 255 / 0.9);
  padding: 5px 15px;
  border-radius: 4px;
  font-weight: normal;
  position: relative;
  z-index: 3;
  font-size: 14px;
}

.ZJSindexProduct {
}
.ZJSindexProductTitle {
}
.ZJSindexProductTitle h3 {
  text-align: center;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.ZJSindexProductTitle h2 {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #b0b0b0;
  padding: 0 10px;
}

.ZJSindexProduct ul {
  margin: 0;
  justify-content: space-between;
  padding: 0 10px;
}
.ZJSindexProduct ul li {
  margin-top: 20px;
  width: 49%;
}
.ZJSindexProduct ul li > a {
  display: block;
}
.ZJSindexProduct ul li img {
  width: 100%;
}

.ZJSindexProductTxt {
  text-align: center;
  padding: 10px 0 0 0;
}

.ZJSindexProductTxt h3 {
  font-weight: normal;
}
.ZJSindexProductTxt h4 {
}
.ZJSindexProductTxt em {
  color: #999999;
  font-size: 14px;
}
.ZJSindexProductTxt strong {
  color: #f8353e;
  font-weight: 500;
  padding-right: 5px;
}
.ZJSindexProductTxt span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}

.ZJSindexProductPj {
}
.ZJSindexProductPj i {
  color: #ffb503;
}

.ZJSindexProductPj i.icon-zjs-kongwujiaoxing {
  color: #666;
}

.footBox {
  background: #f7f8fa;
  border-top: 20px solid #fff;
}
.footHead {
  background: #f73151;
}
.footHeadNr {
  padding: 10px 0;
}
.footHeadNr em {
  color: #000;
  display: block;
  text-align: center;
}
.footHeadNr form {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 10px 5%;
}
.footHeadNr input {
  line-height: 40px;
  background: none;
  height: 40px;
  display: block;
  padding: 0 20px;
  width: 70%;
}
.footHeadNr button {
  display: block;
  height: 40px;
  background: #333;
  color: #fff;
  width: 30%;
}
.shemei {
  text-align: center;
}
.shemei a {
  padding-left: 10px;
}
.shemei a i {
  color: #999;
  font-size: 25px;
}
.footLink {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 14px;
}
.footLinkList {
  max-width: 100%;
  padding-bottom: 20px;
}
.footLinkList h2 {
  padding-bottom: 5px;
  font-weight: 500;
}
.footLinkList > a {
  display: block;
  color: #777777;
  font-size: 12px;
  padding-bottom: 10px;
}
.footLinkList ul {
}
.footLinkList ul li {
}
.footLinkList ul li em {
  font-size: 14px;
  margin-right: 5px;
}
.footLinkList ul li a {
  color: #777777;
  font-size: 13px;
}

.footLinkList p {
  color: #777777;
  font-size: 13px;
}

.footcopyright {
  background: #fff;
}
.footcopyrightNr {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.footcopyrightNr > * {
  margin-bottom: 5px;
}

.footcopyrightNr em {
  color: #777777;
  order: 1;
  font-size: 18px;
}

.footcopyrightNr > .shemei {
  order: 2;
}
.footcopyrightNr ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  order: 3;
}
.footcopyrightNr ul > * {
  margin-bottom: 5px;
}
.footcopyrightNr ul li {
  padding-left: 10px;
}
.footcopyrightNr ul li a {
  display: block;
}
.footcopyrightNr ul li img {
}

.Breadcrumbs {
  background: #f7f8fa;
  border-bottom: 10px solid #fff;
  margin-top: 50px;
}
.BreadcrumbsNr {
  color: #666;
  font-size: 12px;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.BreadcrumbsNr a {
  color: #666;
  font-size: 12px;
}

.BreadcrumbsNrUrl > i {
  font-size: 12px;
}

/*产品详情*/

.ProductShow {
}
.ProductShowHead {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ProductShowImgs {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 14px;
}
#ProductShowImgsMax {
  width: 100%;
  margin: 0;
}
#ProductShowImgsMax .swiper-button-prev {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#ProductShowImgsMax .swiper-button-prev i {
  color: #999;
}
#ProductShowImgsMax .swiper-button-next {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#ProductShowImgsMax .swiper-button-next i {
  color: #999;
}

#ProductShowImgsMax .swiper-button-prev:hover {
  background: #f73151;
}
#ProductShowImgsMax .swiper-button-prev:hover i {
  color: #fff;
}
#ProductShowImgsMax .swiper-button-next:hover {
  background: #f73151;
}
#ProductShowImgsMax .swiper-button-next:hover i {
  color: #fff;
}

#ProductShowImgsMin {
  height: 50px;
  margin-bottom: 10px;
}

.ProductShowImgs > #ProductShowImgsMin > .swiper-wrapper > .swiper-slide {
  width: 60px !important;
  height: 60px;
}

#ProductShowImgsMin img {
  width: 100%;
  height: 100%;
}

.ProductShowHeadTxt {
  width: 100%;
  padding: 0 14px;
}
.ProductShowHeadTxt h1 {
  color: #191919;
  font-size: 26px;
  font-weight: 500;
}
.ProductShowHeadTxt h2 {
}
.ProductShowHeadTxt h2 strong {
  color: #f73151;
  font-size: 22px;
  font-weight: normal;
  padding-right: 20px;
}
.ProductShowHeadTxt h2 em {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
}
.ProductShowHeadTxt h3 {
  font-weight: normal;
  color: #999;
  font-size: 14px;
}

.ZJStypeTitle {
  padding: 20px 0 0 0;
}
.ZJStypeTitle em {
  font-size: 14px;
  margin-right: 8px;
}
.ZJStypeTitle span {
  color: #f73151;
  font-size: 14px;
}

.ZJStypeValue {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0 0 0;
}
.ZJStypeValue li {
  margin-right: 8px;
  background: #f7f8fa;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #777;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}
.ZJStypeValue li img {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 4px;
}
.ZJStypeValue li.this,
.ZJStypeValue li:hover {
  background-color: #f73151;
  color: #fff;
}
.ZJStypeValue li.this img {
  border: 2px solid #f73151;
}
.ZJStypeValue li:hover img {
  border: 2px solid #f73151;
}
.ZJStypeValueSelect {
  border: 1px solid #333;
  min-width: 100px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 5px;
}
.ZJStypeValueSelect option {
}

.productQuantity {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.productQuantity p {
  font-size: 14px;
  padding-bottom: 4px;
  width: 100%;
}
.Z-quantity {
  background: #f7f8fa;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  border-radius: 4px;
}
.Z-quantity button {
  color: #999;
  font-weight: bold;
  background: none;
  height: 50px;
  padding: 0 20px;
}
.Z-quantity input {
  width: 2em;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: #666;
  border-bottom: none;
  border-top: none;
  background: none;
}
.productQuantity .AddToCart {
  background: #f73151;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: calc(100% - 160px);
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.productQuantity .Buyitnow {
  background: #fbeaa4;
  color: #666;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin: 20px 0 0;
}

.BuyWithpaypal {
  background: #ffc439;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  margin: 20px 0 0;
  border-radius: 4px;
}
.BuyWithpaypal img {
  height: 20px;
  padding-left: 10px;
}

.share-this {
  border-top: 1px solid #eee;
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0;
}
.share-this span {
  text-transform: capitalize;
  font-size: 16px;
}
.share-box {
}
.share-box a {
  margin-left: 5px;
}
.share-box i {
  font-size: 20px;
}

.ProductDetails {
  margin: 20px 0 0;
}
.ProductDetails p {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}
.ProductDetailsTitle {
  background: #f7f8fa;
}
.ProductDetailsTitle h2 {
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 20px;
  color: #999;
}
.ProductDetailsTitle h2 > *.this {
  color: #000;
}
.ProductDetailsNr {
  padding: 20px 14px;
}

.RelatedProducts {
  padding: 20px 14px;
}

.RelatedProducts .RelatedProductsTitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.RelatedProducts ul li {
  padding: 0;
  margin: 0 0 20px 0;
  width: 49%;
}
.RelatedProductsTitle {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

.RelatedProducts ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 0px;
}
.ProductListBox {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding: 10px;
}
.ProductListBox > .ZJSSortByBox {
  margin-top: 5px;
  margin-bottom: 25px;
  border: 1px solid #dfdfdf;
  padding: 5px 10px;
  border-radius: 4px;
}
.ProductList ul {
  justify-content: space-between;
  margin: 0 0px;
}

.ProductLeft {
  width: 250px;
  display: none;
}
.ProductLeft dl {
  padding-bottom: 40px;
}
.ProductLeft dt {
  color: #191919;
  border-bottom: 1px solid#e9e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.ProductLeft dd {
}
.ProductLeft dd a {
  display: block;
  color: #777777;
  padding: 5px 0;
  font-size: 14px;
  line-height: 18px;
}
.ProductLeft dd a.this,
.ProductLeft dd a:hover {
  color: #f73151;
}
.ProductLeft dd select {
  width: 100%;
  cursor: pointer;
  border: 1px solid#e9e7e7;
  padding: 4px;
}
.ProductLeft dd select option {
}

.ProductList {
  width: 100%;
}
.ProductList ul li {
  width: 49%;
  margin-bottom: 20px;
}

.Pagination {
  padding: 10px 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;
  width: auto;
}
.Pagination ul li span {
}
.Pagination ul li a {
}
.Pagination ul li.active {
  background: #f73151;
}
.Pagination ul li.active a {
  color: #fff;
}
.Pagination ul li:hover {
  background: #f73151;
}
.Pagination ul li:hover a {
  color: #fff;
}
#indexBanner {
  padding-top: 50px;
}
#indexBanner .swiper-button-next,
#indexBanner .swiper-button-prev {
  display: none;
}

.grid-np-section.header {
  height: unset !important;
}

.default-slideshow .indexBannerTxt h3 {
  font-size: 16px;
}

.default-slideshow .indexBannerTxt h4 {
  font-size: 15px;
}

.default-slideshow .indexBannerTxt p {
  font-size: 12px;
}

.default-category h2.title,
.text-columns-with-image h2.title {
  font-size: 20px !important;
}

.ZJSindexProductTitle {
  margin-bottom: 20px;
}

.tabbed-products .ZJSindexProductNav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #404040;
  margin-bottom: 10px;
}

.tabbed-products .ZJSindexProductNav > span {
  border-bottom: 1px solid #404040;
}

.tabbed-products .ZJSindexProductNav span.this,
.tabbed-products .ZJSindexProductNav span:hover {
  color: #f73151;
  border-bottom: 1px solid #f73151;
}

.ZJSindexProductTxt h3,
.ZJSindexProductTxt h4 strong,
.ZJSindexProductTxt h4 span {
  font-size: 14px;
}

.image-with-text-overlay > div {
  background-size: cover !important;
}

.image-with-text-overlay .SaveUpNr {
  padding: 20px;
}

.image-with-text-overlay .SaveUpNr img {
  width: 100%;
}

.image-with-text-overlay .SaveUpNr .SaveUpNrTxt {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.image-with-text-overlay .SaveUpNr .SaveUpNrTxt a {
  font-size: 16px;
  color: #fff;
}

.AftersalesServiceNr ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.AftersalesServiceNr li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}

.AftersalesServiceNr i {
  font-size: 35px;
  color: #f73151;
  margin-right: 10px;
}

.icon-declare .AftersalesServiceNr a {
  font-size: 20px;
  font-weight: 500;
}

.default-latest-news .ZJSindexNewsNr ul {
  margin: 0;
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.default-latest-news .ZJSindexNewsNr ul.list4 > * {
  width: unset;
}

.default-latest-news .ZJSindexNewsNr ul > li {
  margin-bottom: 30px;
}

.default-latest-news .ZJSindexNewsNr ul > li > a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 5px;
}

.default-latest-news .ZJSindexNewsNr ul > li:last-child > a {
  border-bottom: unset;
}

.default-latest-news .ZJSindexNewsNr ul > li > a > * {
  margin-bottom: 10px;
}

.default-latest-news .ZJSindexNewsNr ul > li > a > div {
  margin-bottom: 20px;
}

footer.J-footer .footBox .about > div {
  font-size: 12px !important;
}

footer.J-footer .footBox .subscribe > div {
  font-size: 12px !important;
}

.fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.WapNav .currency-more .currency-list {
  top: unset;
  bottom: 25px;
}

.search .page-search-box {
  padding: 40px 0 10px !important;
}

.ProductDetailsNr p {
  word-break: break-all;
  overflow: hidden;
}

.ProductDetailsNr p img {
  width: 100%;
  height: auto;
}

.cart .PageContainer .sections {
  padding-top: 40px;
}

.search .imghover img {
  width: 100%;
}

.search .page-search-box .search-describe {
  margin-bottom: 20px;
}

.search .page-search-box li {
  position: relative;
}

.search .page-search-box li .imghover > a {
  width: 100%;
}

.search .imghover .add-to-cart {
  position: absolute;
  color: #fff;
  bottom: 0;
  margin-bottom: 0;
}

.product-types-box .pop-close {
  right: 20px !important;
}

.default-collection,
.default-category,
.image-with-text-overlay,
.text-columns-with-image,
.default-latest-news,
.default-single-product {
  margin-bottom: 20px !important;
}

.products .collection-list {
  padding: 0 !important;
}

.products .collection-list .add-to-cart {
  display: block !important;
  position: absolute !important;
  bottom: -15px;
  z-index: 1;
  padding: 10px 0 !important;
  line-height: 15px !important;
}

.classify.sections h3.title {
  padding: 10px 0 30px !important;
}

.search .collection-list-wrap ul li {
  padding: unset !important;
}

.header .WapHead .operat {
  position: relative;
}

.header .WapHead .operat span.head-search {
  margin-right: unset;
  position: absolute;
  top: -4px;
  left: -35px;
}

.header .WapHead .operat div.shoppingCart.head-buycart i {
  right: -4px;
  top: -2px;
}

/***********************************************************1600px*******************************************************/
@media (min-width: 1280px) and (max-width: 1600px) {
}
