@keyframes mymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: .0;
  }
  48% {
    opacity: .2;
  }
  80% {
    opacity: .0;
  }
  100% {
    left: 82%;
  }
}

.cur {
  color: var(--dataColor) !important;
}

#product .pro_page {
  /* width: 1200px; */
  margin: 0 auto;
  /* background: #f7f7f7 url("//winoss.qfxwl.com/uploads/allimg/20230225/1-23022512121T02.png") no-repeat center bottom; */
  background-size: 100% auto;
  /* padding: 40px 10px; */
  /* border: 1px solid #ccc; */
}

#product .pro_page .box {
    /* width: 1200px; */
    /* margin: 0 auto; */
  display: flex;
  /* background: #fff; */
  padding: 10px 50px;
  /* border: 1px solid #e5e5e5; */
  /* box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
}
@media (max-width: 1508px) {
  
    #product .pro_page .box{padding: 10px 65px;}
  
}

#product .pro_page .box .product-view-container {
  width: 50%;
   
   box-shadow: 0px 1px 2px 3px #eee;
}
#product .pro_page .box .product-pagination{
    position: static;
    margin-top: 20px;
}
#product .pro_page .box .product-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 40px;
    object-fit: cover;
    border-radius: 0;
    opacity: 1;
    margin: 10px;
    padding: 5px;
    border: 1px solid #eee;
    background: transparent;
}

#product .pro_page .box .pro_right {
  width: 40%;     
  padding: 0 20px; padding-top: 100px;
}

#product .pro_page .box .pro_right .pro_main_title {
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  text-transform: capitalize;
  color: #333;
  line-height: 36px;
  /* margin-bottom: 10px; */
}

#product .pro_page .box .pro_right .pro_main_text {
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#product .pro_page .box .pro_right ul {
  padding-left: 0;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
}

#product .pro_page .box .pro_right ul li {
  font-size: 14px;
  color: #666;
  list-style: none;
  padding: 9px 0;
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
}

#product .pro_page .box .pro_right ul li:nth-child(4n+1), #product .pro_page .box .pro_right ul li:nth-child(4n+2) {
  background-color: #f7f7f7;
}

#product .pro_page .box .pro_right ul li p {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  font-family: "montserratB";
  min-width: 100px;
}

#product .pro_page .box .pro_right .iconfont {
  overflow: hidden;
  background: var(--dataColor);
  font-family: "montserratB";
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

#product .pro_page .box .pro_right .iconfont::before {
  margin-right: 5px;
}

#product .pro_page .box .pro_right .iconfont::after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

#product>.main {
  overflow: hidden;
  background-color: #f6f6f6;
}

#product .main .box {
  display: flex;
  justify-content: space-between;
}

#product .main .box .n_right {
  width: 100%;
  /* width: 1200px; */
  /* margin: auto; */
  /*padding-left: 50px;*/
}

#product .main .box .n_right .options {
  display: flex;
  margin-right: 10px;
  margin-bottom: 15px;
  text-align: left;
  padding: 6px;
  border: 1px solid #e5e5e5;
}

#product .main .box .n_right .options .iconfont {
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  cursor: pointer;
}

#product .main .box .n_right .options .o_cur {
  background-color: var(--dataColor);
  color: #fff;
}

#product .main .box .n_right .list .items {
  box-sizing: border-box;
  /* padding: 0 10px; */
  
  margin-right: 6px;
  margin-bottom: 20px ;
}
#product .main .box .n_right .list .items:nth-child(4n){margin-right: 6px;}

#product .main .box .n_right .list .items .li {
  /*padding: 8px;*/
  border:5px solid #d6d5d5;
  background: #fff;
  display: block;
  transition: 0.5s;
  position: relative;
}

#product .main .box .n_right .list .items .li .img{
  overflow: hidden;
}

/*#product .main .box .n_right .list .items .li:hover {*/
/*  border: 1px solid var(--dataColor);*/
/*  transition: 0.5s;*/
/*}*/

/*#product .main .box .n_right .list .items .li:hover .details {*/
/*  opacity: 0;*/
/*  transition: 0.5s;*/
/*}*/

/*#product .main .box .n_right .list .items .li:hover .more {*/
/*  bottom: 10px;*/
/*  transition: 0.5s;*/
/*}*/

#product .main .box .n_right .list .items .li .h4 {
  margin: 5px 0 5px;
  line-height: 22px;
  font-size: 15px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  color: #333;
  z-index: 999;
  position: relative;
  font-family: "montserratB";
}

#product .main .box .n_right .list .items .li .details {
  text-align: center;
  color: black;
  overflow: hidden;
  font-size: 14px;
  height: 40px;     line-height: 40px;
  /*text-align: center;*/
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 20px;
}
 #product .main .box .n_right .list .items .li .details2{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
#product .main .box .n_right .list .items .li .more {
  position: absolute;
  left: 5%;
  bottom: -100px;
  width: 90%;
  background: var(--dataColor);
  color: #fff;
  border-radius: 0;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
}

#product .main .box .n_right .row .items {
  width: 100%;
}

#product .main .box .n_right .row .items .li {
  display: flex;
}
#product .main .box .n_right .row .items .li .img{
  width: 30%;
}
#product .main .box .n_right .row .items .li img{
  width: 100%;
}
/*#product .main .box .n_right .row .items .li:hover {*/
/*  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);*/
/*  transform: translate3d(0, -3px, 0);*/
/*  border: 1px solid #e5e5e5;*/
/*}*/

/*#product .main .box .n_right .row .items .li:hover .details {*/
/*  opacity: 1;*/
/*}*/

#product .main .box .n_right .row .items .li .img {
  width: 30%;
  margin-right: 20px;
}

#product .main .box .n_right .row .items .li .h4 {
  text-align: left;
}

#product .main .box .n_right .row .items .li .more {
  position: static;
  display: block;
  margin-top: 20px;
  width: 100%;
}

#product .main .box .n_right .row .items .li .text {
  width: 100%;
}

#product .main .box .n_right .products_main span {
  color: #333;
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 8px 10px;
  line-height: 30px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  font-family: "montserratB";
}

#product .main .box .n_right .products_main .content {
  padding: 10px;
  border: 1px solid #e5e5e5;
}

#product .main .box .n_right .pro_inq {
  position: relative;
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 10px;
  border-radius: 5px;
}

#product .main .box .n_right .pro_inq .title {
  color: #fff;
  background: #333 url("/template/default/pc/static/images/num_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 12px 20px 42px 20px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "oswald";
}

#product .main .box .n_right .pro_inq .text {
  margin-bottom: 10px;
  color: #666;
  line-height: 20px;
  background: #fff;
  margin-top: -50px;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px 20px;
  margin-top: -30px;
}

#product .main .box .n_right .pro_inq form {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-between;
}

#product .main .box .n_right .pro_inq form input[type='text'] {
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  padding-left: 13px;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
  margin-bottom: 14px;
  width: calc(50% - 10px);
  border: 1px solid #eee;
  margin-top: 6px;
  background: none;
}

#product .main .box .n_right .pro_inq form textarea {
  line-height: 20px;
  font-size: 13px;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  color: #777;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border: 1px solid #eee;
  background: none;
}

#product .main .box .n_right .pro_inq form input[type='submit'] {
  line-height: 36px;
  height: 36px;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 0px 34px;
  background: var(--dataColor);
  font-size: 13px;
  font-family: 'montserratB';
  margin-top: 15px;
  text-transform: uppercase;
}

#product .navigation {
  display: flex;
}

#product .navigation a {
  font-size: 14px;
  color: #B7B7B7;
  width: 60px;
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
}

#product .navigation a:first-child {
  margin-left: 0;
}

#product .navigation a span {
  font-size: 10px;
}

#product .top {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c6ca;
    justify-content: space-between;
}

#product .series-list {
  width: 300px;
  background-color: #ffffff;
    /*padding: 12px 10px;*/
    /*display: flex;*/
    /*border-bottom: 1px solid #c5c6ca;*/
}

#product .series-list .main{
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#product .series-list a .product-p1 span{
  color: black;
}

#product .series-list:hover{
  background-color: #ed7020;
}

#product .series-list:hover a .product-p1 span{
  color: white
}

#product .series-list .main .series {
  padding: 5px 14px; cursor: pointer;
  /* cursor: default; */
  border-radius: 2px;
  color: #333;
}

#product .series-list .main .active {
    color: #fff;
    background: var(--dataColor);
}

#product .top .search input{
    padding: 10px;
    width: 200px;
    border: 2px solid  #c5c6ca;
    outline: none;
}
    
#product .top .search button{
    color: #fff;
    padding: 12px;
    margin-left: -5px;
    background: var(--dataColor);
}

#product .top .screen {
    line-height: 40px;
}

#product .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}  

#product .list .item {
  text-align: center;
  width: calc(33.33% - 20px);
  padding: 60px 40px;
  box-sizing: border-box;
  margin: 10px;
  background-color: #fff;
}

#product .list .item .title {
  color: #333;
  margin-top: 60px;
  display: block;
}

#product .list .item .product_img img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
   #product .top {
    display: block;
  }
  #product .top .screen {
    text-align: center; display: none;
  }
  #product .main .box {
    flex-direction: column;
  }
  #product .main .box .n_right {
    width: 100%;
    padding-left: 0;
  }
  #product .main .box .n_right .options {
    display: none;
  }
  #product .main .box .n_right .list .items:nth-child(odd){
    /* margin-right:3%; */
  }
  #product .main .box .n_right .list .items:nth-child(2n){
    margin-right: 0%;
  }
  #product .main .box .n_right .list .items {
    width: 43vw;
  }
  #product .product-fl .list{
    width: 100%;
    padding: 0 3vw;
  }
  #product .pro_page .box {
    flex-direction: column;
  }
  #product .pro_page .box .product-view-container {
    width: 100%;
  }
  #product .pro_page .box .pro_right {
    width: 100%;
  }
  #product .footer_site .list{
    display: none;
  }
}
