.textAlign {
  text-align: justify;
  word-break: normal;
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.searchTypeIcon0:before {
  content: "\e654";
}
.searchTypeIcon1:before {
  content: "\e655";
}
.searchTypeIcon2:before {
  content: "\e64c";
}
.searchTypeIcon3:before {
  content: "\e642";
}
.searchTypeIcon4:before {
  content: "\e62e";
}
.search {
  margin-top: 0.8rem;
  padding: 0 1.4rem;
}
.search .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.44rem;
  width: 100%;
  width: 7.6rem;
  position: relative;
}
.search .search-box input {
  width: 6.6rem;
  height: 0.44rem;
  background-color: #f6f6f6;
  border-radius: 0.22rem 0rem 0rem 0.22rem;
  border: none;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  color: #333333;
  font-size: 0.16rem;
  outline: none;
}
.search .search-box button {
  opacity: 0.9;
  display: block;
  width: 1rem;
  height: 0.44rem;
  color: #ffffff;
  font-size: 0.16rem;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #c6000b;
  border-radius: 0px 0.22rem 0.22rem 0px;
}
.search .search-box button:hover {
  opacity: 1;
}
.search .search-box .empty {
  opacity: 0.8;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
.search .search-box .empty:hover {
  opacity: 1;
}
.search .search-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15rem;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search .search-tag .tag-item {
  color: #666666;
  font-size: 0.16rem;
  margin-right: 0.23rem;
  cursor: pointer;
  user-select: none;
}
.search .search-tag .tag-item i {
  font-size: 0.16rem;
  margin-right: 0.02rem;
}
.search .search-tag .tag-item:hover {
  color: #c6000b;
}
.search .search-tag .active-tag {
  position: relative;
  color: #c6000b;
}
.search .search-tag .active-tag::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.03rem;
  left: 0;
  bottom: -0.1rem;
  position: absolute;
  background-color: #c6000b;
}
.search .search-tip {
  padding-top: 0.3rem;
  padding-bottom: 0.32rem;
  font-family: PingFang SC;
  color: #666666;
  font-size: 0.14rem;
}
.search .search-tip .search-result-num {
  color: #c6000b;
}
.search .search-result .news-list-mobile {
  display: none;
}
.search .search-result .news-list .news-item {
  height: 1.32rem;
  margin-bottom: 0.4rem;
}
.search .search-result .news-list .news-item .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search .search-result .news-list .news-item .news-item .news-img {
  height: 1.32rem;
  margin-right: 0.15rem;
  background-color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search .search-result .news-list .news-item .news-item .news-img img {
  display: block;
  width: 2.2rem;
  height: 100%;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search .search-result .news-list .news-item .news-item .news-text {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search .search-result .news-list .news-item .news-item .news-text:hover .news-title {
  color: #c6000b;
}
.search .search-result .news-list .news-item .news-item .news-text .news-title {
  font-family: PingFangSC-Semibold;
  color: #000;
  font-size: 0.18rem;
  font-weight: 600;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
}
.search .search-result .news-list .news-item .news-item .news-text .news-desc {
  font-family: PingFangSC-Regular;
  color: #333333;
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.16rem;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search .search-result .news-list .news-item .news-item .news-text .news-formerly {
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  font-size: 0.14rem;
}
.search .search-result .news-list .news-item .news-item .news-text .news-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search .search-result .news-list .news-item .news-item .news-text .news-tag .news-tag-item {
  font-family: PingFang SC;
  color: #999999;
  font-size: 0.14rem;
  margin-right: 0.24rem;
}
.search .search-result .news-list .news-item .news-item .news-text .news-tag .news-tag-item i {
  font-family: PingFang SC;
  color: #999999;
  font-size: 0.14rem;
  margin-right: 0.05rem;
}
.search .search-result .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 11.6rem;
  padding-bottom: 0.5rem;
}
.search .search-result .product-list .product-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 2.6rem;
  height: 4.14rem;
  background-color: #ffffff;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  border: 1px solid #f6f6f6;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  overflow: hidden;
  cursor: pointer;
}
.search .search-result .product-list .product-item:nth-child(4n+4) {
  margin-right: 0;
}
.search .search-result .product-list .product-item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.search .search-result .product-list .product-item:hover {
  box-shadow: 0px 2.5px 30px rgba(0, 0, 0, 0.1);
}
.search .search-result .product-list .product-item:hover .product-content .parameter .parameter-item {
  opacity: 70%;
}
.search .search-result .product-list .product-item:hover .product-content .parameter .parameter-item:nth-child(3) .parameter-details {
  display: none;
}
.search .search-result .product-list .product-item:hover .product-content .parameter .parameter-item:nth-child(3) .parameter-name {
  display: none;
}
.search .search-result .product-list .product-item:hover .product-content .check-link {
  opacity: 1;
  visibility: visible;
  bottom: 0.28rem;
}
.search .search-result .product-list .product-item .product-img {
  width: 2.6rem;
  height: 1.95rem;
}
.search .search-result .product-list .product-item .product-img img {
  width: 100%;
  height: 100%;
}
.search .search-result .product-list .product-item .product-content {
  padding: 0 0.15rem;
}
.search .search-result .product-list .product-item .product-content .mobile-link {
  display: none;
}
.search .search-result .product-list .product-item .product-content .productName {
  font-family: PingFangSC-Semibold;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search .search-result .product-list .product-item .product-content .parameter {
  margin-top: 0.28rem;
}
.search .search-result .product-list .product-item .product-content .parameter .parameter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 0.35rem;
  padding: 0 0.1rem;
  background-color: #f6f6f6;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search .search-result .product-list .product-item .product-content .parameter .parameter-item:nth-child(even) {
  background-color: white;
}
.search .search-result .product-list .product-item .product-content .parameter .parameter-item span {
  font-size: 0.14rem;
  line-height: 0.35rem;
  font-family: PingFangSC-Regular;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search .search-result .product-list .product-item .product-content .parameter .parameter-item span:first-child {
  text-align: left;
  color: #666666;
  margin-right: 0.05rem;
}
.search .search-result .product-list .product-item .product-content .parameter .parameter-item span:last-child {
  text-align: right;
  color: #333;
}
.search .search-result .product-list .product-item .product-content .check-link {
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -0.9rem;
  left: 0px;
  padding: 0 0.15rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  padding-top: 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search .search-result .product-list .product-item .product-content .check-link .link-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 1.25rem;
  width: calc(50% - 0.1rem);
  width: 1.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #666666;
  font-size: 0.14rem;
  font-family: PingFang SC;
  border: 1px solid #999999;
  background-color: #fff;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.search .search-result .product-list .product-item .product-content .check-link .link-item:first-child {
  margin-right: 0.08rem;
}
.search .search-result .product-list .product-item .product-content .check-link .link-item:first-child:hover {
  color: #c6000b;
  border-color: #c6000b;
}
.search .search-result .product-list .product-item .product-content .check-link .link-item:last-child {
  color: #c6000b;
  border-color: #c6000b;
}
.search .search-result .product-list .product-item .product-content .check-link .link-item:last-child:hover {
  color: #fff;
  background-color: #c6000b;
  border-color: transparent;
}
.search .search-result .product-list .product-item .product-content .check-link .link-item i {
  font-size: 0.14rem;
  font-style: normal;
}
.search .search-result .load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-bottom: 0.4rem;
}
.search .search-result .load .more-box {
  opacity: 0.8;
  display: block;
  width: 2.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-family: PingFangSC-Medium;
  color: #333333;
  font-size: 0.14rem;
  text-align: center;
  border: 0.5px solid #333333;
  cursor: pointer;
}
.search .search-result .load .more-box:hover {
  opacity: 1;
}
.search .search-result .load .more-box span {
  color: #999;
}
.search .search-result .load .more-box i {
  font-style: normal;
  color: #c6000b;
}
.search .search-result .load .loading-img {
  width: 0.5rem;
  height: 0.51rem;
  animation: loading 1s linear infinite;
}
.search .search-result .load .loading-tip {
  color: #999999;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
}
@keyframes loading {
  form {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
.search .search-result .search-nodata {
  width: 2.92rem;
  margin: 0 auto;
  padding: 3.7rem 0 0.6rem 0.62rem;
  background: url(/img/nodata.png) center 1.12rem / 2.92rem 2.6rem no-repeat;
  font-size: 0.16rem;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .search {
    margin-top: 0.4rem;
    margin-top: 1.2rem;
    padding: unset;
  }
  .search .search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    width: 100%;
    width: 7rem;
    position: relative;
    margin: 0 0.24rem;
  }
  .search .search-box input {
    display: inline-block !important;
    width: 5.68rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0rem 0.4rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 0.32rem;
  }
  .search .search-box button {
    height: 0.8rem;
    border-radius: 0px 0.4rem 0.4rem 0px;
    width: 1.34rem;
    font-size: 0.32rem;
  }
  .search .search-box .empty {
    opacity: 0.8;
    position: absolute;
    top: 50%;
    right: 1.4rem;
    font-size: 0.32rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
  }
  .search .search-box .empty:hover {
    opacity: 1;
  }
  .search .search-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.44rem;
    margin-bottom: 0.1rem;
    padding: 0 0.24rem;
  }
  .search .search-tag .tag-item {
    font-size: 0.32rem;
    margin-right: 0.4rem;
  }
  .search .search-tag .tag-item i {
    font-size: 0.32rem;
    margin-right: 0.1rem;
  }
  .search .search-tag .active-tag {
    position: relative;
    color: #c6000b;
  }
  .search .search-tag .active-tag::before {
    height: 0.04rem;
    left: 0;
    bottom: -0.1rem;
  }
  .search .search-tip {
    padding: 0 0.24rem;
    padding-top: 0.2rem;
    padding-bottom: 0.22rem;
    font-size: 0.28rem;
    background-color: #f6f6f6;
  }
  .search .search-result {
    padding: 0 0.24rem;
    background-color: #f6f6f6;
  }
  .search .search-result .news-list {
    display: none;
  }
  .search .search-result .news-list-mobile {
    display: block;
    margin-bottom: 0.48rem;
  }
  .search .search-result .news-list-mobile .news-item {
    background-color: #ffffff;
    padding: 0.4rem 0.3rem;
    margin-bottom: 0.24rem;
  }
  .search .search-result .news-list-mobile .news-item:last-child {
    margin-bottom: 0;
  }
  .search .search-result .news-list-mobile .news-item:hover .news-item-inner .news-title {
    color: #c6000b;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .news-title {
    font-family: PingFangSC-Semibold;
    color: #000000;
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-weight: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.4rem;
    margin-bottom: 0.49rem;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .news-info .news-desc {
    width: 4.06rem;
    height: 1.24rem;
    font-family: PingFangSC-Regular;
    color: #333333;
    font-size: 0.28rem;
    line-height: 0.48rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .news-info .news-img {
    width: 2.2rem;
    height: 1.32rem;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .news-info .news-img img {
    width: 2.2rem;
    height: 1.32rem;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .bottom-info .news-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .bottom-info .news-tag .news-tag-item {
    font-family: PingFang SC;
    color: #999999;
    font-size: 0.28rem;
    margin-right: 0.28rem;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .bottom-info .news-tag .news-tag-item i {
    font-size: 0.26rem;
    margin-right: 0.08rem;
  }
  .search .search-result .news-list-mobile .news-item .news-item-inner .bottom-info .news-formerly {
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    font-size: 0.28rem;
  }
  .search .search-result .product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 0.62rem;
  }
  .search .search-result .product-list .product-item {
    width: 3.4rem;
    height: 6.1rem;
    margin-right: unset;
    margin-bottom: 0.24rem;
    border: 0.5px solid #f6f6f6;
  }
  .search .search-result .product-list .product-item:nth-last-child(-n+4) {
    margin-bottom: 0.24rem;
  }
  .search .search-result .product-list .product-item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .search .search-result .product-list .product-item:hover {
    box-shadow: 0px 2.5px 30px rgba(0, 0, 0, 0.1);
  }
  .search .search-result .product-list .product-item:hover .product-content .parameter {
    opacity: unset;
  }
  .search .search-result .product-list .product-item:hover .product-content .parameter .parameter-item:nth-child(3) .parameter-details {
    display: unset;
  }
  .search .search-result .product-list .product-item:hover .product-content .parameter .parameter-item:nth-child(3) .parameter-name {
    display: unset;
  }
  .search .search-result .product-list .product-item:hover .product-content .parameter .check-link {
    visibility: unset;
  }
  .search .search-result .product-list .product-item .product-img {
    width: 3.4rem;
    height: 2.44rem;
  }
  .search .search-result .product-list .product-item .product-content {
    padding: 0 0.16rem;
  }
  .search .search-result .product-list .product-item .product-content .productName {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: left;
  }
  .search .search-result .product-list .product-item .product-content .parameter {
    margin-top: 0.18rem;
  }
  .search .search-result .product-list .product-item .product-content .parameter .parameter-item {
    height: 0.5rem;
    padding: 0 0.18rem;
  }
  .search .search-result .product-list .product-item .product-content .parameter .parameter-item span {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
  .search .search-result .product-list .product-item .product-content .parameter .parameter-item span:first-child {
    margin-right: 0.05rem;
  }
  .search .search-result .product-list .product-item .product-content .check-link {
    visibility: unset;
    opacity: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0.3rem;
    padding-right: 0;
    padding-left: 0;
    height: unset;
    padding-top: 0;
  }
  .search .search-result .product-list .product-item .product-content .check-link .link-item {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #666666;
    font-size: 0.24rem;
    border: 1px solid #999999;
  }
  .search .search-result .product-list .product-item .product-content .check-link .link-item i {
    font-size: 0.24rem;
  }
  .search .search-result .product-list .product-item .product-content .check-link .link-item:first-child {
    color: #999999;
    font-size: 0.2rem;
    text-align: left;
    margin-right: 0;
    border: unset;
    padding-left: 0.16rem;
  }
  .search .search-result .product-list .product-item .product-content .check-link .link-item:first-child:hover {
    color: #c6000b;
  }
  .search .search-result .product-list .product-item .product-content .check-link .link-item:last-child {
    width: 1.6rem !important;
    color: #c6000b;
    border-color: #c6000b;
  }
  .search .search-result .product-list .product-item .product-content .check-link .link-item:last-child:hover {
    color: #fff;
    background-color: #c6000b;
    border-color: transparent;
  }
  .search .search-result .load {
    padding-bottom: 0.48rem;
  }
  .search .search-result .load .more-box {
    width: 4.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    border: 1px solid #333333;
  }
  .search .search-result .load .loading-img {
    width: 1rem;
    height: 1rem;
  }
  .search .search-result .load .loading-tip {
    font-size: 0.28rem;
  }
  .search .search-result .search-nodata {
    font-size: 0.32rem;
    padding: 3.7rem 0 0.6rem 0.2rem;
  }
}
<!--ºÄÊ±1761090936.3877Ãë-->