@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;
}

.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) {
}


.indexHeadPublicIco{}
 .indexHeadPublicIco i{color: #fff;}
.indexHeadL{    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;}

.indexHeadBJ{
    z-index: 99;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    background-image: linear-gradient(rgb(0 0 0 / 0.5), rgb(0 0 0 / 0));
    display: none;
}
.indexHead{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
    padding: 0 40px;
}
.indexHead .logo{}
.indexHead .logo img{max-height: 30px;filter: invert(1);}


#Nav{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
    margin-left: 40px;
}
#Nav>li{
    position: relative;
}
#Nav>li>a{
    padding: 0 20px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
}
#Nav>li>ul{
    position: absolute;
    left: 0px;
    background: #000;
    max-width: 100%;
    display: none;
    min-width: 100%;
    padding: 5px 0;
}
#Nav>li>ul>li{
    position: relative;
}
#Nav>li>ul>li>a{
    display: block;
    white-space:nowrap;
    font-size: 14px;
    padding: 4px 20px;
    text-transform:capitalize;
    color: #fff;
}
#Nav>li>ul>li>ul{
    position: absolute;
    left: 100%;
    background: #000;
    max-width: 150%;
    top: 0px;
    display: none;
    padding: 5px 0;
}
#Nav>li>ul>li>ul>li{
}
#Nav>li>ul>li>ul>li>a{
    display: block;
    white-space: nowrap;
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
}
#Nav>li>a.this,#Nav>li>a:hover{
}

.indexHeadPublic{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.indexNavfixed .indexHeadBJ{background-color: #fff;background-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0 / 0));}
.indexNavfixed .LanguageSelect dt em{
    color: #333;
}
.indexNavfixed .LanguageSelect dt i{
    color: #333;
}
.indexNavfixed #Nav>li>a{
    color: #111;
    opacity: 1;
}
.indexNavfixed .indexHead .logo img{
    filter: invert(0);
}
.indexNavfixed .indexHeadPublicIco i{color: #111;}





    .LanguageSelect{margin-right: 20px;}
            .LanguageSelect dl{    position: relative;}
            .LanguageSelect dt{    cursor: pointer;display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;}
    .LanguageSelect dt em{padding-right: 10px;font-size: 14px;}
    .LanguageSelect dt img{    margin-right: 10px;}
    .LanguageSelect dt i{
}
            .LanguageSelect dd{

display: none;

left: -8px;

position: absolute;

background: #fff;

box-shadow: 0 2px 8px rgb(0 0 0 / 15%);

min-width: 120%;

padding: 10px 0 10px 10px;

}
            .LanguageSelect ul{
    max-height: 150px;
    overflow-y: auto;
}
            .LanguageSelect ul li{
    display: flex;
    cursor: pointer;
    width: 120px;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;
    padding: 2px 0;
    font-size: 14px;
    }
    .LanguageSelect ul li img{    margin-right: 10px;}


@keyframes landText1 {
  0% {
    transform: rotate(90deg) translateX(calc(-50% - 25px));
  }
  100% {
    transform: rotate(90deg) translateX(-25px);
  }
}
@keyframes landText2 {
  0% {
    transform: translateX(-12.5%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes landText3 {
  0% {
    transform: rotate(-90deg) translateX(calc(-50% - 25px));
  }
  100% {
    transform: rotate(-90deg) translateX(-25px);
  }
}

.indexBannertxtLeft{
    bottom: 46px;
    left: 10px;
    overflow: hidden;
    top: 30px;
    width: 24px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
}
.indexBannertxtLeft p{
color: #fff;
left: 0;
position: absolute;
top: 0;
-webkit-transform: rotate(
90deg
) translateX(calc(-50% - 25px));
transform: rotate(
90deg
) translateX(calc(-50% - 25px));
-webkit-transform-origin: bottom left;
 transform-origin: bottom left;
-webkit-animation: landText1 15s linear infinite;
animation: landText1 15s linear infinite;
}



.indexBannertxtRight{
       bottom: 46px;
       overflow: hidden;
       right: 10px;
       top: 30px;
       width: 24px;
       text-align: left;
       text-transform: uppercase;
       white-space: nowrap;
       z-index: 2;
       position: absolute;
}
.indexBannertxtRight p{

bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(
-90deg
) translateX(calc(-50% - 25px));
    transform: rotate(
-90deg
) translateX(calc(-50% - 25px));
    -webkit-transform-origin: top left;
    transform-origin: top left;

color: #fff;

-webkit-animation: landText3 15s linear infinite;
animation: landText3 15s linear infinite;
}




.indexBannertxtBottom{
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
    bottom: 26px;
    height: 24px;
    left: 35px;
    overflow: hidden;
    right: 35px;
}
.indexBannertxtBottom p{
color: #fff;
left: 0;
position: absolute;
bottom: 0;
-webkit-transform: rotate(
90deg
) translateX(calc(-50% - 25px));
transform: rotate(
90deg
) translateX(calc(-50% - 25px));
-webkit-transform-origin: bottom left;
 transform-origin: bottom left;
-webkit-animation: landText2 5s linear infinite;
animation: landText2 5s linear infinite;
}


 

.indexBannerTxtBox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
}
.indexBannerTxt {
    text-align: center;
    max-width: 1000px;
    position: relative;
    top: -50px;
}
.indexBannerTxt h2{
    font-size: 30px;
    color: #fff;
    line-height: 1.2em;
    padding-bottom: 1em;
}
.indexBannerTxt  h3{
    color: #000;
    -webkit-text-stroke: 1px #fff;
    font-size: 28px;
    text-transform:uppercase;
    line-height: 1.2em;
    padding-bottom: 1em;
}
.indexBannerTxt p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto 10px;
    font-size: 14px;
}
.indexBannerTxt a{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background: #fff;
    margin: 20px auto 0;
}
.indexBannerTxt a i{}
#indexBanner .swiper-slide img{width:100%;height: calc(100vh - 50px);}




.indexCategory{
    position: relative;
    z-index: 2;
}
.indexCategory ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
}
.indexCategory ul li{
    width: 100%;
}
.indexCategory ul li a{
    display: block;
    padding-bottom: 40px;
    position: relative;
}
.indexCategory ul li span{
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}
.indexCategory ul li img{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0px;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    margin-left: -25%;
}
.indexCategory ul li h3{
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 2;
    color: #222;
}
.indexCategory ul li p{
    position: relative;
    color: #666;
    text-align: center;
    line-height: 1.2em;
    padding: 0 10%;
    z-index: 2;
}
.indexCategory ul li p em{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
}
.indexCategory ul li p i{}

.indexCategory ul li a:before{
    bottom: 0;
    box-shadow: 8px 8px 0 0 #000;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 145px;
    background: #fff;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    opacity: 0;
    }

 .indexCategory ul li a:hover:before{opacity: 1;}
  .indexCategory ul li:hover img{transform:rotateY(30deg);
-webkit-transform:rotateY(30deg);}



.IndexImgList{
    padding: 30px 0;
    border-bottom: 1px solid #ebe8e6;
    border-top: 1px solid #ebe8e6;
}
.IndexImgList ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    position: relative;
}
.IndexImgList li{
    width: 100%;
    padding-bottom: 30px;
}
.IndexImgList img{
    margin: 0 auto;
    max-height: 50px;
}
.IndexImgList h3{
    font-size: 24px;
    margin: 14px 0;
    font-weight: 600;
}
.IndexImgList p{
    font-size: 14px;
    line-height: 1.3em;
}
.IndexImgListLi{
    text-align: center;
    padding: 0 40px;
}

 .IndexImgList ul:after{content:'';display: block;width: 1px;position: absolute;height: 100px;background: #ebe8e6;top: 50%;margin-top: -50px;right: 33%;opacity: 0;} 
 .IndexImgList ul:before{content:'';display: block;width: 1px;position: absolute;height: 100px;background: #ebe8e6;top: 50%;margin-top: -50px;left: 33%;opacity: 0;}

.IndexLogo{
    padding: 30px 0;
}
.IndexLogo ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: center;
    align-items:center;
}
.IndexLogo li{
    padding: 0 10px;
}
.IndexLogo img{
    height: 40px;
    margin: 0 auto;
}


#IndexReviewImg{}
#IndexReviewImg a{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 200%;
}
#IndexReviewImg .swiper-slide img{position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;}


#IndexReviewTxt{box-shadow: 8px 8px 0 0 #000;margin: 10px 0;position: relative;}

#IndexReviewTxt .swiper-slide{background: #f2c4a3;}
.IndexReviewTxtNr{background: #f2c4a3;padding: 40px;position: relative;}
.IndexReviewTxtNr p{
    font-size: 20px;
    overflow: hidden;
    text-overflow:

ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.IndexReviewTxtNr span{
}
.IndexReviewTxtNr i{
    font-size: 25px;
    margin-right: -6px;
}
 


.IndexReviewBox{margin: 0 15px;}
.IndexReviewTitle{
    padding: 0 0 10px 0;
}
.IndexReviewTitle h3{
    font-size: 20px;
    text-align: center;
}
.IndexReviewTitle p{
    text-align: center;
    font-size: 14px;
}

.FaqOurpromise{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 30px 15px;
}
.Faq{
    padding-bottom: 30px;
    width: 100%;
}
.Faq dl{}
.Faq dt{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    align-items:center;
    padding: 10px 0;
    border-bottom: 1px solid #dfddda;
    cursor: pointer;
}
.Faq h3{
    width: 80%;
    font-size: 16px;
    font-weight: 500;
}
.Faq dt i{
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.Faq dd{
    padding: 10px 0;
    display: none;
}
.Faq dd p{
    font-size: 14px;
    color: #666;
}

.OurPromise{
    width: 100%;
}
.OurPromise h2{
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 20px;
}
.OurPromiseNr{
    background: #beeae9;
    padding: 40px;
    box-shadow: 8px 8px 0 0 #000;
}
.OurPromiseNr h3{
    text-align: center;
    font-size: 20px;
}
.OurPromiseNr ul{}
.OurPromiseNr ul li{
    text-align: center;
    padding-top: 20px;
}
.OurPromiseNr ul li img{
    margin: 0 auto;
    max-height: 50px;
}
.OurPromiseNr ul li h4{
    font-size: 20px;
    margin: 10px 0;
}
.OurPromiseNr ul li p{
    font-size: 14px;
    line-height: 1.3em;
}
 .Faq dt.this i{transform:rotate(180deg);
-webkit-transform:rotate(180deg);opacity: 0.4;}
.Faq>h2{
    font-size: 20px;
    text-align: center;
}

.foot{
    padding: 20px 10px 0 10px;
    margin-top: 40px;
}
.footHead{background-image: url(../images/foot2.png);padding: 50px 0;background-position: 50% 50%;background-repeat: no-repeat;background-size: 0;overflow: hidden;position: relative;text-align: center;}
.footHead h2{
    font-size: 30px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.2em;
}
.footHead p{
    max-width: 500px;
    margin: 0 auto;
}
.footHead a{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #111;
    margin: 20px auto 0;
}
.footHead a i{}
.footNrBJ{ background: #000;}
.footNr{
   
display: flex;
   
flex-wrap: wrap;
   
display: -webkit-flex;
   
justify-content: space-between;
   
padding: 20px 20px;
}
.footNr h3{
    width: 100%;
    color: #fff;
    text-transform:uppercase;
    padding-bottom: 10px;
}
.footNrAbout{
    width: 100%;
    padding-bottom: 20px;
}
.footNrAbout img{
    max-height: 40px;
    margin-bottom: 20px;
}
.footNrAbout p{
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
}
.footNrShemei{
    width: 50%;
}
.footNrShemei a{
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
}
.footNrShemei i{
    margin-right: 5px;
}

.footNrNav{
    width: 50%;
    padding-bottom: 20px;
}
.footNrNav a{
    display: block;
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
}
.PaymentOptions{
    width: 190px;
}
.PaymentOptions a{
    padding: 0 10px 10px 0;
}
.PaymentOptions img{
    height: 20px;
}
.copyright{
    padding: 14px 0;
}
.copyright p{
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}


.BreadCrumbsBox{width: 100%;height: 20vh;position: relative;margin-top: 50px;}
.BreadCrumbs{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items:center;
}
.BreadCrumbsTxt{
    padding: 0 20px;
}
.BreadCrumbsTxt h2{
    font-size: 30px;
}
.BreadCrumbsTxt p{
    font-size: 14px;
    font-weight: 500;
}


.ProductList{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 15px;
}
.ProductListSearch{
    width: 100%;
    background: #eeebe9;
    margin: 20px 0;
}
.ProductListSearch form{
    display: block;
    position: relative;
}
.ProductListSearch button{
    background: none;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 10px;
}
.ProductListSearch button i{
    font-size: 20px;
}
.ProductListSearch input{
    background: none;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    text-indent: 40px;
    font-size: 14px;
}


.ProductListLeft{
    width: 100%;
}
.ProductListLeft>h3{
    text-transform:uppercase;
    font-size: 20px;
    display: none;
}
.ProductListLeftCategory{
    display: none;
}
.ProductListLeftCategory a{
    display: block;
    padding: 5px 0;
}

.ProductListLeftSortBy{
    padding: 0px 0 20px;
}
.ProductListLeftSortBy em{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.ProductListLeftSortBy select{
    width: 100%;
    background: none;
    border: 1px solid #000;
    cursor: pointer;
    padding: 2px 10px;
}
.ProductListLeftSortBy option{}

.ProductListRight{
    width: 100%;
}
.ProductListRight>ul{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
}
.ProductListRight>ul li{
    width: 49%;
    margin-bottom: 10px;
}
.ProductListRight>ul li h3{
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #111;
}
.ProductListRight>ul li strong{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.ProductListRight>ul li a{
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    display: block;
    border: 1px solid #000;
    padding: 10px;
}
.ProductListImg{
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}
.ProductListImg img{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -25%;
}
.ProductListRight>ul li a:hover{box-shadow: 8px 8px 0 0 #000;}