@keyframes mymove {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

#product,
#productView .box {
  padding-top: 0;
}

#product .product_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}

#product .top {
  margin: 60px 0;
  color: #fff;
}

#product .top h2 {
  font-size: var(--title);
}

#product .top h2::after {
  content: "_";
  display: block;
}

#product .top span {
  font-size: var(--subTitle);
  display: block;
  margin-top: 20px;
}

#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 .list {
  /* margin-top: 20px; */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

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

#product .list .item .slide {
  padding-bottom: 60% !important;
}

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

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

#productView {
  background-color: rgba(250, 250, 250, 1);
}

#productView .top {
  text-align: center;
  font-size: 12px;
  color: #666;
}

#productView .top a {
  color: #666;
}

#productView .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  background: #fff;
}

#productView .list .left {
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}

#productView .list .left .border {
  border: 1px solid #ddd;
  /* height: 688px; */
}

#productView .list .left .swiper-product {
  position: static;
  /* margin-top: 20px; */
}

#productView .swiper-product .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#productView .swiper-product2 .swiper-slide img {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
}

#productView .list .left .swiper-product .swiper-pagination-bullet {
  width: 60px;
  height: 50px;
  object-fit: cover;
  border-radius: 0;
}

#productView .list .right {
  padding: 50px;
  box-sizing: border-box;
  width: calc(50% - 10px);
  background-color: #fff;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
}

#productView .list .right b {
  color: #54595F;
  font-size: var(--title);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}
#productView .list .right .parameter{
    display: flex;
    flex-wrap: wrap;
}
#productView .list .right .parameter p{
   width: 50%;
}
#productView .list .bottom .home-title p {
  color: #7A7A7A;
}

#productView .bottom {
  margin-top: 20px;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  font-size: 14px;
  color: #54595F;
}

#productView .box .bottom .home-title img {
  width: 100%;
}

#product .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#product .list .item {
  width: calc(25% - 10px);
  height: 50%;
  margin: 0 5px 10px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
  /*margin-bottom: 20px;*/
  text-align: center;
  line-height: 3;
  border: 2px solid #d6d5d5;
}

#product .list .item .product_title {
  font-size: 18px;
  margin: 10px 0;
  color: #888;
}

#product .list .item .image {
  position: relative;
}

#product .product-son2 {
  background-color: #ffffff;
}

#product .product-fl2 {
  width: 14vw;
}

#product .series-list {
  border-bottom: 1px solid #fff;
  color: #444;
}

#product .product-p1 {
  padding: 10px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background: #999999;
}

#product .product-p1 .product-tb {
  font-weight: 400;
}

#product .product-p2 a {
  display: block;
  padding: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 17px;
  color: #666666;
  border-bottom: 3px solid #fff;
}
#product .product-p2 .active {
    color: #22458F;
    font-weight: 500;
}
.bicolor {
  background-color: #22458F !important;
}

.cur {
  transform: rotate(90deg);
  transition: 0.5s;
  color: #fff !important;
}

.block {
  display: block !important;
  background: #F5F5F5;
}

#product .search_input {
  flex: 0.8;
}

#product .search_input .search_main {
  position: relative;
}

#product .search_input .search_main .form-control {
  height: 40px;
  color: #999;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 15px;
  width: 100%;
  padding-left: 17px;
  padding-right: 55px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
}

#product .search_input .search_main .search_btn {
  display: block;
  width: 40px;
  height: 33px;
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #fff url(/template/default/pc/static/images/icontwo.png) no-repeat;
  background-position: -393px -452px;
  border-radius: 50%;
}

#product .toptext {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 24px;
  color: #22458F;
}

#product .list_flex {
  flex: 1;
}

@media screen and (max-width: 1168px) {
  #productView .swiper-product2 .swiper-slide img {
    width: 87px;
    height: 87px;
  }
}

@media screen and (max-width: 1000px) {
  #product .list .item {
    width: calc(33% - 10px);
    height: 50%;
  }

  #product .product-fl2 {
    width: 18vw;
  }
  #productView .swiper-product2 .swiper-slide img {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 960px) {
  #productView .list .left {
    width: 100%;
  }

  #productView .list .right {
    width: 100%;
  }
  #productView .swiper-product2 .swiper-slide img {
    width: 100px;
    height: 100px;
  }

}
@media screen and (max-width: 770px) {
  #productView .swiper-product2 .swiper-slide img {
    width: 86px;
    height: 86px;
  }

}

@media screen and (max-width: 770px) {
  #product .list .item {
    width: calc(50% - 10px);
    height: 50%;
  }

  #product .product-fl2 {
    width: 25vw;
  }

}

@media screen and (max-width: 600px) {
  #product .top {
    margin: 20px 0;
  }
  #product .list .item {
    width: calc(52% - 21px);
  }

  #product .list .item .title {
    margin-top: 30px;
  }

  #productView .list {
    flex-direction: column;
    margin-top: 0;
  }

  #productView .list .left {
    width: 100%;
    padding: 20px;
  }

  #productView .list .right {
    width: 100%;
    padding: 20px;
  }

  #productView .bottom {
    padding: 20px;
  }

  #product .product_search {
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }

  #product .toptext {
    font-size: 20px;
  }

  #product .product-fl2 {
    width: 100%;
    margin-bottom: 10px;
  }
  #productView .swiper-product2 .swiper-slide img {
    width: 70px;
    height: 70px;
  }
  #product .product-p1{
      padding: 5px 7px;
      font-size: 15px;
  }
  #product .product-p2 a{
      padding: 7px;
      font-size: 13px;
  }
}
@media screen and (max-width: 430px) {
     #product .list .item {
    width: calc(52% - 20px);
    margin: 6px;
    }
    #productView .swiper-product2 .swiper-slide img {
    width: 50px;
    height: 50px;
    }
}
@media screen and (max-width: 390px) {

  #productView .swiper-product2 .swiper-slide img {
    width: 50px;
    height: 50px;
  }
}