﻿table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
.productBlock .w1400 {
  padding-bottom: 60px;
  display: flex;
}
.productBlock .w1400 .left {
  width: 330px;
  padding-right: 60px;
}
.productBlock .w1400 .left .title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  color: #222;
  padding-bottom: 29px;
  padding-top: 5px;
  transform: translateY(-5px);
}
.productBlock .w1400 .left .screenBtn {
  display: none;
}
.productBlock .w1400 .left .cont {
  border-top: 1px solid #dcdcdc;
}
.productBlock .w1400 .left .cont .list {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 18px;
  padding-bottom: 18px;
}
.productBlock .w1400 .left .cont .list .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.productBlock .w1400 .left .cont .list .tit p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1px;
  color: #222;
}
.productBlock .w1400 .left .cont .list .tit .menu {
  width: 40px;
  height: 40px;
  position: relative;
}
.productBlock .w1400 .left .cont .list .tit .menu span {
  width: 14px;
  height: 2px;
  background: #1794cb;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s;
}
.productBlock .w1400 .left .cont .list .tit .menu span:nth-child(2) {
  width: 2px;
  height: 14px;
}
.productBlock .w1400 .left .cont .list .tit.on .menu span:nth-child(2) {
  opacity: 0;
}
.productBlock .w1400 .left .cont .list .level {
  height: 0;
  overflow: hidden;
}
.productBlock .w1400 .left .cont .list .level a {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 42px;
  color: #555;
}
.productBlock .w1400 .left .cont .list .level a span {
  position: relative;
  width: 16px;
  height: 16px;
  border: solid 1px #999999;
  transition: border 0.3s;
  margin-right: 11px;
}
.productBlock .w1400 .left .cont .list .level a span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  transition: background 0.3s;
}
.productBlock .w1400 .left .cont .list .level a i {
  font-style: normal;
}
.productBlock .w1400 .left .cont .list .level a.active span {
  border-color: #58b84f;
}
.productBlock .w1400 .left .cont .list .level a.active span::after {
  background: #58b84f;
}
.productBlock .w1400 .left .cont .list .level .clear {
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  line-height: 46px;
  color: #1794cb;
  margin-top: 15px;
}
.productBlock .w1400 .right {
  width: calc(100% - 330px);
  border-left: 1px solid #dcdcdc;
  padding-left: 60px;
}
.productBlock .w1400 .right .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productBlock .w1400 .right .title p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  color: #222222;
  padding: 5px 0;
  margin-top: -5px;
}
.productBlock .w1400 .right .title .tips {
  font-size: 15px;
  letter-spacing: 1px;
  color: #555555;
  margin-top: 8px;
}
.productBlock .w1400 .right .title .return-back a {
  color: #1794cb;
}
.productBlock .w1400 .right .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-left: 1px solid #dcdcdc;
  margin-top: 24px;
}
.productBlock .w1400 .right .content .list {
  position: relative;
  width: 33.3333333333%;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
  padding: 20px 24px 53px;
}
.productBlock .w1400 .right .content .list .ico {
  position: absolute;
  font-size: 0;
  left: 24px;
  top: 20px;
}
.productBlock .w1400 .right .content .list .img {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  width: 100%;
  height: 226px;
  margin-top: 40px;
}
.productBlock .w1400 .right .content .list .img img {
  max-width: 65%;
  max-height: 65%;
}
.productBlock .w1400 .right .content .list .tit {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #222;
  text-align: center;
  margin-top: 38px;
}
.productBlock .w1400 .right .content .list .link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #1794cb;
  margin-top: 22px;
}
.productBlock .w1400 .right .content .list .link img {
  margin-right: 12px;
}
.productBlock .w1400 .right .content.clearLine::after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 33.3333333333%;
  height: 1px;
  background: #fff;
}
.productBlock .w1400 .right .pagination {
  margin-top: 60px;
}

.productBlock2 .w1400 .left {
  display: none;
  width: 0;
}
.productBlock2 .w1400 .right {
  width: 100%;
  border-left: 0;
  padding-left: 0;
}
.productBlock2 .w1400 .right .content .list {
  width: 25%;
}

.productDetailBlock .w1400 .bread span {
  margin: 0 8px;
}
.productDetailBlock .w1400 .content .info {
  display: flex;
  justify-content: space-between;
}
.productDetailBlock .w1400 .content .info .img {
  width: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  background: #f5f6fa;
}
.productDetailBlock .w1400 .content .info .img img {
  max-width: 60%;
  max-height: 60%;
}
.productDetailBlock .w1400 .content .info .text {
  width: calc(100% - 580px);
  padding-top: 10px;
}
.productDetailBlock .w1400 .content .info .text .tit {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 2px;
  color: #1794cb;
}
.productDetailBlock .w1400 .content .info .text .subTit {
  font-size: 24px;
  letter-spacing: 1px;
  color: #555555;
  margin-top: 3px;
  padding-bottom: 26px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 39px;
}
.productDetailBlock .w1400 .content .info .text .cont {
  overflow-y: auto;
  height: 220px;
}
.productDetailBlock .w1400 .content .info .text .cont .tips {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #555;
  max-width: 680px;
}
.productDetailBlock .w1400 .content .info .text .cont .description {
  margin-top: 16px;
}
.productDetailBlock .w1400 .content .info .text .cont .description p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #555;
  padding-left: 22px;
  position: relative;
}
.productDetailBlock .w1400 .content .info .text .cont .description p::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}
.productDetailBlock .w1400 .content .info .text .link {
  display: block;
  width: 150px;
  line-height: 46px;
  background-color: #1794cb;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 54px;
}
.productDetailBlock .w1400 .content .bottom {
  margin-top: 74px;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
.productDetailBlock .w1400 .content .bottom .left {
  /* width: calc(100% - 410px); */
  width: 100%;
}
.productDetailBlock .w1400 .content .bottom .left .tab {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.productDetailBlock .w1400 .content .bottom .left .tab a {
  font-size: 22px;
  letter-spacing: 1px;
  color: #555;
  margin-left: 65px;
  padding-bottom: 11px;
  position: relative;
}
.productDetailBlock .w1400 .content .bottom .left .tab a::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}
.productDetailBlock .w1400 .content .bottom .left .tab a:first-child {
  margin-left: 0;
}
.productDetailBlock .w1400 .content .bottom .left .tab a.on {
  color: #222;
}
.productDetailBlock .w1400 .content .bottom .left .tab a.on::after {
  background: #1794cb;
}
.productDetailBlock .w1400 .content .bottom .left .tab::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list {
  display: none;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.on {
  display: block;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter {
  padding-top: 45px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table {
  margin-bottom: 18px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr td {
  padding: 10px 0;
  padding-left: 36px;
  line-height: 26px;
  border-bottom: 1px solid #dcdcdc;
  color: #222;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr td + td {
  color: #555;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr.level {
  margin-bottom: -10px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr.level td {
  border: 0;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr.levelList:first-child {
  margin-top: -10px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr.levelList td:first-child {
  padding-left: 66px;
  position: relative;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr.levelList td:first-child::after {
  display: flex;
  content: "";
  width: 33px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .tableName {
  font-size: 16px;
  color: #1794cb;
  margin-top: 50px;
  margin-bottom: 15px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.heat {
  padding-top: 56px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.heat .tit {
  font-size: 20px;
  color: #1794cb;
  margin-bottom: 27px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download {
  padding-top: 58px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont {
  display: flex;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .tit {
  width: 200px;
  font-size: 22px;
  color: #222;
  transform: translateY(-3px);
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList {
  width: calc(100% - 200px);
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a {
  display: flex;
  align-items: flex-start;
  margin-bottom: 38px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a .img {
  margin-right: 18px;
  transform: translateY(2px);
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a .rightText {
  display: flex;
  width: calc(100% - 33px);
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a .rightText p {
  width: calc(100% - 65px);
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a .rightText p span {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a .rightText p em {
  font-style: normal;
  font-size: 14px;
  color: #999;
  margin-top: 3px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a .rightText i {
  font-style: normal;
  font-size: 16px;
  color: #1794cb;
  width: 65px;
}
.productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList a:last-child {
  margin-bottom: 0;
}
.productDetailBlock .w1400 .content .bottom .right {
  width: 330px;
}
.productDetailBlock .w1400 .content .bottom .right .title {
  position: relative;
  border-bottom: 2px solid #dcdcdc;
  font-size: 22px;
  color: #222;
  padding-bottom: 11px;
}
.productDetailBlock .w1400 .content .bottom .right .title::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 136px;
  height: 2px;
  background: #1794cb;
}
.productDetailBlock .w1400 .content .bottom .right .cont {
  padding-top: 16px;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list {
  display: flex;
  margin-top: 24px;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .img {
  width: 100px;
  height: 100px;
  background: #f5f6fa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  margin-right: 24px;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .img img {
  max-width: 80%;
  max-height: 80%;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .text {
  width: calc(100% - 124px);
  padding-top: 1px;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .text p {
  font-size: 18px;
  color: #222;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .text .tips {
  font-size: 15px;
  color: #999;
  margin-top: 6px;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .text .link {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1794cb;
  margin-top: 15px;
}
.productDetailBlock .w1400 .content .bottom .right .cont .list .text .link img {
  margin-right: 12px;
}

.productSearch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 330px;
  margin-bottom: 30px;
  padding-right: 60px;
}
.productSearch input {
  width: 83.3333333333%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #dcdcdc;
}
.productSearch > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1794cb;
  font-size: 0;
}
.productSearch > a img {
  filter: contrast(0) brightness(10);
}

.productNav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 77px;
  border-top: 1px solid #dcdcdc;
  font-size: 20px;
  line-height: 1.5;
  color: #222;
}

.productList .w1400 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.productList .w1400 .list {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 60px;
}
.productList .w1400 .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.productList .w1400 .list .img img {
  max-width: 100%;
  height: 252px;
}
.productList .w1400 .list .text {
  position: relative;
  z-index: 1;
  transition: margin 0.3s;
  margin: -42px 20px 0;
  padding: 25px 20px 32px 30px;
  box-shadow: none;
  background: #f5f6f9;
  transition: background 0.3s, box-shadow 0.3s;
}
.productList .w1400 .list .text .type {
  transition: color 0.3s;
  font-size: 14px;
  color: #999;
}
.productList .w1400 .list .text .tit {
  transition: color 0.3s;
  margin-top: 8px;
  font-size: 22px;
  color: #222;
  line-height: 1.4;
}
.productList .w1400 .list .text .tips {
  display: -webkit-box;
  height: 52px;
  overflow: hidden;
  margin-top: 12px;
  font-size: 15px;
  line-height: 26px;
  color: #999;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.productList .w1400 .list .text .proBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s border-color 0.3s;
  width: 120px;
  height: 36px;
  margin-top: 24px;
  border: 1px solid rgba(153, 153, 153, 0.4);
  font-size: 14px;
  color: #999;
}
.productList .w1400 .list .text .proBtn img {
  filter: none;
  margin-right: 12px;
}
.productList .w1400 .list:nth-child(3n+1) {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .productBlock .w1400 .right .content .list {
    width: 50%;
  }
  .productDetailBlock .w1400 .content .info .text {
    width: calc(100% - 550px);
  }
}
@media (max-width: 996px) {
  .productSearch {
    width: 100%;
    padding-right: 0;
  }
  .productSearch input {
    width: calc(100% - 40px);
  }
  .productNav a {
    font-size: 16px;
    height: 44px;
  }
  .productBlock .w1400 {
    flex-direction: column;
    padding: 0px 0 40px;
  }
  .productBlock .w1400 .left {
    width: 100%;
    padding-right: 0;
    line-height: 0;
  }
  .productBlock .w1400 .left .screenBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #1794cb;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #fff;
  }
  .productBlock .w1400 .left .screenBtn img {
    width: 20px;
    margin-right: 12px;
  }
  .productBlock .w1400 .left .cont {
    overflow: hidden;
    height: 0;
    border-top: 0;
  }
  .productBlock .w1400 .left .cont .list {
    padding: 8px 0;
  }
  .productBlock .w1400 .left .cont .list .tit p {
    font-size: 16px;
  }
  .productBlock .w1400 .left .cont .list .level .clear {
    margin-top: 0px;
    font-size: 14px;
    line-height: 30px;
  }
  .productBlock .w1400 .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    border-left: 0;
  }
  .productBlock .w1400 .right .pagination {
    margin-top: 40px;
  }
  .productBlock .w1400 .right .title {
    align-items: flex-end;
  }
  .productBlock .w1400 .right .title .return-back a {
    display: block;
    font-size: 16px;
    line-height: 21px;
  }
  .productDetailBlock .w1400 .content .info {
    flex-direction: column;
  }
  .productDetailBlock .w1400 .content .info .img {
    width: 100%;
    margin: 0 auto;
  }
  .productDetailBlock .w1400 .content .info .text {
    width: 100%;
    margin-top: 30px;
    padding-top: 0;
  }
  .productDetailBlock .w1400 .content .info .text .tit {
    font-size: 30px;
  }
  .productList .w1400 {
    justify-content: space-between;
  }
  .productList .w1400 .list {
    width: calc((100% - 28px) / 2);
    margin-left: 0;
  }
  .productList .w1400 .list .img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .productBlock .w1400 .left .screenBtn {
    font-size: 14px;
  }
  .productBlock .w1400 .left .screenBtn img {
    width: 13px;
    height: auto;
    margin-right: 12px;
  }
  .productBlock .w1400 .right .content {
    justify-content: space-between;
    border: 0;
  }
  .productBlock .w1400 .right .content .list {
    width: calc((100% - 8px) / 2);
    border: 1px solid #dcdcdc;
    padding: 40px 12px 20px;
    margin-bottom: 8px;
  }
  .productBlock .w1400 .right .content .list .ico {
    left: 12px;
    top: 10px;
    height: 18px;
  }
  .productBlock .w1400 .right .content .list .ico img {
    max-height: 100%;
  }
  .productBlock .w1400 .right .content .list .img {
    height: 100px;
    margin-top: 5px;
  }
  .productBlock .w1400 .right .content .list .tit {
    margin-top: 20px;
    font-size: 14px;
  }
  .productBlock .w1400 .right .content .list .link {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .productBlock .w1400 .left .title {
    font-size: 20px;
  }
  .productBlock .w1400 .right .title p {
    font-size: 20px;
  }
  .productBlock .w1400 .right .title .tips {
    font-size: 16px;
  }
  .productDetailBlock .w1400 .content .info .img {
    height: 300px;
  }
  .productDetailBlock .w1400 .content .info .text .tit {
    font-size: 24px;
  }
  .productDetailBlock .w1400 .content .info .text .subTit {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .productDetailBlock .w1400 .content .info .text .cont {
    overflow: initial;
    height: auto;
  }
  .productDetailBlock .w1400 .content .info .text .cont .tips {
    font-size: 14px;
  }
  .productDetailBlock .w1400 .content .info .text .cont .description p {
    font-size: 14px;
    line-height: 28px;
  }
  .productDetailBlock .w1400 .content .info .text .cont .description p::after {
    top: 10px;
  }
  .productDetailBlock .w1400 .content .info .text .link {
    display: none;
  }
  .productDetailBlock .w1400 .content .bottom {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .productDetailBlock .w1400 .content .bottom .left {
    width: 100%;
  }
  .productDetailBlock .w1400 .content .bottom .left .tab a {
    font-size: 18px;
    margin-left: 20px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.parameter {
    padding-top: 20px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr td {
    padding-left: 15px;
    font-size: 14px;
    line-height: 36px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.parameter .table tbody tr.levelList td:first-child {
    padding-left: 30px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.heat {
    padding-top: 20px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.download {
    padding-top: 20px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont {
    flex-direction: column;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .tit {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .productDetailBlock .w1400 .content .bottom .left .cont .list.download .downCont .downList {
    width: 100%;
  }
  .productDetailBlock .w1400 .content .bottom .right {
    display: none;
  }
  .productList .w1400 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .productList .w1400 .list {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .productList .w1400 .list .text {
    padding: 20px;
  }
  .productList .w1400 .list .text .type {
    font-size: 12px;
  }
  .productList .w1400 .list .text .tit {
    font-size: 18px;
  }
  .productList .w1400 .list .text .tips {
    height: auto;
  }
}
@media (max-width: 360px) {
  .productBlock .w1400 .right .title p {
    font-size: 18px;
  }
}
@media (any-hover: hover) {
  .productList .w1400 .list:hover .text {
    margin-top: -72px;
    background: #1794cb;
    box-shadow: 0px 10px 20px 0px rgba(23, 148, 203, 0.2);
  }
  .productList .w1400 .list:hover .text .type {
    color: #fff;
  }
  .productList .w1400 .list:hover .text .tit {
    color: #fff;
  }
  .productList .w1400 .list:hover .text .tips {
    color: #fff;
  }
  .productList .w1400 .list:hover .text .proBtn {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  .productList .w1400 .list:hover .text .proBtn img {
    filter: contrast(0) brightness(10);
  }
}/*# sourceMappingURL=product.css.map */