@charset "utf-8";

.bg-white {
  background: #ffffff;
}

@font-face {
  font-family: "iconfont";
  /* Project id 1296088 */
  src: url("//at.alicdn.com/t/font_1296088_zme6tddby8f.woff2?t=1621222219366")
      format("woff2"),
    url("//at.alicdn.com/t/font_1296088_zme6tddby8f.woff?t=1621222219366")
      format("woff"),
    url("//at.alicdn.com/t/font_1296088_zme6tddby8f.ttf?t=1621222219366")
      format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div {
  box-sizing: border-box;
}

.product-page header {
}

.product-page header .nav .nav-model-box {
  background-color: #e7f3f8;
  background-image: url(icon01.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.product-page header .list_arr > span {
  border-color: transparent transparent #fae7e8;
}

.main-view-swipe {
  width: 100%;
  height: 100%;
}

.main-view-swipe .swiper-container {
  height: 100%;
}

.main-view-swipe .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
}

.main-view-swipe .swiper-pagination-bullet-active {
  background: #f26f23 !important;
  /* opacity: .2; */
}

.content-view {
  margin: 0 auto;
}

.banner-wrap {
  height: 27.23rem;
  overflow: hidden;
}

.banner-wrap img {
  height: 100%;
}

.bread-wrap {
  height: 2.4rem;
  padding-top: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 0 !important;
}

.bread-wrap .active {
  color: #22bcf1;
}

.bread-wrap .arrow {
  margin: 0 0.53rem;
}

.product-wrap .title {
  font-size: 1.8rem;
  /* font-weight: bold; */
  text-align: center;
  padding: 2.125rem 0;
  color: #282828;
}

.product-wrap .product {
  height: 21.5rem;
  width: 21.5rem;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  cursor: pointer;
  box-sizing: content-box;
  position: relative;
}

.product-wrap .product2 {
  height: 21.5rem;
  width: 21.5rem;
  border: 1px solid #c8c8c8;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.product-wrap .product .mask {
  height: 21.5rem;
  width: 21.5rem;
  line-height: 21.5rem;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1px;
  z-index: 1;
  background: rgb(30, 35, 128, 0.3);
}

.product-wrap .product:hover .mask {
  display: none;
}

.product-wrap .product {
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  box-sizing: content-box;
  /* width: 100%; */
}

.product-wrap .product:hover {
  border-color: #e3ad8b;
  /*  animation: maskAni linear .5s forwards;
  -ms-animation: maskAni linear .5s forwards; */
}
.product-wrap .product2:hover {
  border-color: #e3ad8b;
  /*  animation: maskAni linear .5s forwards;
  -ms-animation: maskAni linear .5s forwards; */
}

.product-wrap .product:hover {
  transform: translateY(-20px);
}

@-webkit-keyframes maskAni {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-13px);
  }
}

.contact-wrap {
  padding: 2.125rem 1px;
}

.search-item {
  position: relative;
}

.search-item #selectOpc {
  height: 2.55rem;
  /* width: 9.5rem; */
  border-color: #fc8e26;
  color: #fc8e26;
  font-size: 0.9rem;
  text-align: center;
}

::-webkit-scrollbar {
}

::-webkit-scrollbar-track-piece {
  background-color: white;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 2px;
  background-color: rgba(125, 125, 125, 0.3);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 2px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
.search-item ul {
  font-size: 0;
  position: absolute;
  top: 2.4rem;
  left: -0.1rem;
  background-color: #fff;
  border: 0.1rem solid #fc8e26;
  display: none;
  max-height: 7.5rem;
  overflow-y: scroll;
}

.search-item li {
  width: 10rem;
  height: 2rem;
  box-sizing: border-box;
  font-size: 0.8rem;
  text-align: center;
  line-height: 2.35rem;
  color: #fc8e26;
  background-color: #f5f7fa;
}
.search-item li:hover {
  color: #fff;
  background-color: #409eff;
}
/* .search-item::after{
  height: 2.55rem;
  width: 1.5px;
  background: #FC8E26;
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 85.5%;
  z-index: 1;
} */
.search-div {
  display: inline-block;
  height: 2.55rem;
  width: 10.1rem;
  line-height: 2.55rem;
  border-color: #fc8e26;
  box-sizing: border-box;
  color: #fc8e26;
  position: relative;
  text-align: right;
  border: 0.1rem solid #fc8e26;
  border-right: 0;
}
.search-div-span1 {
  height: 2.35rem;
  line-height: 2.35rem;
  display: inline-block;
  width: 8.399rem;
  color: #fc8e26;
  text-align: center;
  font-size: 0.8rem;
}
.search-div-span2 {
  vertical-align: top;
  display: inline-block;
  width: 1rem;
  text-align: center;
  height: 2.35rem;
  line-height: 2.35rem;
  align-items: center;
  text-align: center;
  /* width: 2rem; */
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  border-left: 0.1rem solid #fc8e26;
}

.search-span {
  height: 100%;
  width: 1.5px;
  background: #fc8e26;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 95.3%;
  z-index: 1;
}

.search-btn {
  width: 3.45rem;
  height: 2.55rem;
  overflow: hidden;
}

.search-btn img {
  height: 100%;
  width: auto;
  cursor: pointer;
}

.mail-content {
  height: 2.55rem;
  width: 30.3rem;
  border: 1px solid #fc8e26;
  line-height: 2.55rem;
  text-align: center;
  color: #fc8e26;
  font-size: 0.8rem;
}

.class-wrap .content {
  margin-bottom: 2.125rem;
}

/* productDetail */
.product-detail {
  padding: 4.87rem 0 0 13.12rem;
  margin-bottom: 7.42rem;
}

.product-detail .thumbnail-item {
  width: 4.12rem;
  border: 1px solid #e1e1e1;
  margin-bottom: 0.37rem;
  font-size: 0;
}

.product-detail .thumbnail-item:hover {
  animation: detailHover linear 0.5s forwards;
  -ms-animation: detailHover linear 0.5s forwards;
  border-bottom-color: #fc8e26;
}

@-webkit-keyframes detailHover {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-2px);
  }
}

.product-detail .detail-content {
  margin-left: 1.35rem;
  height: auto;
  line-height: 0;
  width: 27.37rem;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  vertical-align: middle;
  /* display: block; */
  display: flex;
  cursor: pointer;
  align-items: center;
}

.detail-content2 {
  height: auto;
  line-height: 0;
  width: 27.37rem;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  vertical-align: middle;
  /* display: block; */
  display: flex;
  align-items: center;
  cursor: zoom-in;
  cursor: -ms-zoom-in;
  cursor: -webkit-zoom-in;
}
.product-detail .detail-info {
  padding-left: 1.5rem;
}

.product-detail .tag-item {
  height: 1.8rem;
  line-height: 1.8rem;
  padding: 0 0.3rem;
  background: #fc8e26;
  font-size: 0.9rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.52rem;
}

.product-detail .detail-info .title {
  padding-top: 2.25rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.product-detail .detail-info .desc {
  font-size: 0.9rem;
  margin-top: 1.5rem;
  color: #666;
}

/* 新品 */
.new-product {
  margin-bottom: 5rem;
}

.new-product .content {
  margin-bottom: 2.125rem;
  padding-bottom: 0;
}

.new-product .mark-item {
  height: 1.35rem;
  width: 1.35rem;
  position: absolute;
  top: 0.82rem;
  left: 0.82rem;
  z-index: 1;
  background: url(plus.png) no-repeat center;
  background-size: 1.35rem;
}

.new-product .product:hover .mark-item {
  background-image: url(cut.png);
}
.content {
  font-size: 0;
}
.product-wrap .product {
  display: inline-block;
  margin-right: 2.125rem;
  margin-bottom: 2.125rem;
  box-sizing: border-box;
}

.product-wrap .product:nth-child(3n) {
  margin-right: 0;
}
.product-wrap .product .mask {
  font-size: 18px;
}
.product-wrap .product2 {
  display: inline-block;
  margin-right: 2.1rem;
  margin-bottom: 2.1rem;
  box-sizing: border-box;
}
.product-wrap .product2:nth-child(3n) {
  margin-right: 0;
}

.content-view .swiper-pagination-bullet {
  color: #666;
  background-color: #f2f2f2;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 7px !important;
}
.content-view .swiper-pagination-bullet-active {
  color: #fff;
  background: #f26f23;
}
.product-wrap.new-product .content-view .mySwiper {
  padding-bottom: 0px;
  border-bottom: 1px solid #f2f2f2;
}
.product-wrap.new-product .content-view .swiper-pagination {
  bottom: 0 !important;
}