.headerWrap {
  position: fixed;
}
header {
  position: fixed;
  top: 0;
  background: transparent;
}
header.act,
header:hover {
  background: #0F57E2;
}
.masterList {
  padding: 0.6rem 0 0.8rem;
  background: #F7F8FB;
}
.masterList .item:not(:last-child) {
  margin-bottom: 0.6rem;
}
.masterList .masterTit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.masterList .masterTit h3 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}
.masterList .masterTit a {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 0.16rem;
  color: #707070;
  gap: 0.06rem;
}
.masterList .masterTit a img {
  width: 0.16rem;
  height: 0.14rem;
  filter: grayscale(0.8);
  opacity: 0.8;
}
.masterList .listBox {
  display: flex;
  background: #fff;
  margin-bottom: 0.2rem;
}
.masterList .listBox .left {
  width: 2.6rem;
  height: 6.32rem;
  height: 5.8rem;
  height: 5.7rem;
}
.masterList .listBox .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masterList .listBox .right {
  width: calc(100% - 2.6rem);
  display: flex;
  flex-wrap: wrap;
}
.masterList .footImage {
  width: 100%;
  height: 1.04rem;
  object-fit: cover;
}
.masterList .trademark .it,
.masterList .copyright .it {
  width: 2.28rem;
  width: calc(100%/5);
  /*height: 3.16rem;*/
  height: 2.85rem;
  border: 0.01rem solid #EFECEC;
  padding: 0.18rem 0.24rem 0.2rem;
  position: relative;
}
.masterList .trademark .it .tip,
.masterList .copyright .it .tip {
  position: absolute;
  width: 0.36rem;
  height: 0.2rem;
  top: 0.12rem;
  left: 0.12rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #C6F5FD;
  line-height: 0.2rem;
  text-align: center;
}
.masterList .trademark .it img,
.masterList .copyright .it img {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.12rem;
}
.masterList .trademark .it .ellipsis2,
.masterList .copyright .it .ellipsis2 {
  font-weight: normal;
  color: #333333;
  /*height: 0.45rem;*/
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.24rem;
  margin-bottom: 0.17rem;
}
.masterList .trademark .it .price,
.masterList .copyright .it .price {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.14rem;
  color: #DD0F1F;
}
.masterList .trademark .it .price span,
.masterList .copyright .it .price span {
  font-size: 0.2rem;
}
.masterList .patent .right {
  padding: 0.24rem;
  gap: 0.2rem;
  align-content: flex-start;
}
.masterList .patent .right .it {
  width: 3.5rem;
  width: calc((100% - .4rem) / 3);
  height: 1.82rem;
  height: 1.6rem;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #D8D8D8;
  padding: 0.24rem;
}
.masterList .patent .right .it .head {
  display: flex;
  align-items: center;
  margin-bottom: 0.18rem;
  gap: 0 0.08rem;
}
.masterList .patent .right .it .head .type {
  width: 0.38rem;
  height: 0.22rem;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  font-weight: normal;
  font-size: 0.14rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masterList .patent .right .it .head .number {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #1654A1;
}
.masterList .patent .right .it .title {
  font-weight: normal;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.22rem;
}
.masterList .patent .right .it .price {
  font-weight: normal;
  font-size: 0.16rem;
  color: #959595;
  display: flex;
  align-items: center;
}
.masterList .patent .right .it .price p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.2rem;
  color: #DD0F1F;
}
.masterList .patent .right .it .price p span {
  font-size: 0.14rem;
  margin-right: 0.05rem;
}


@media only screen and (max-width: 1024px) {
  .masterList .main{
    width: 98%;
      margin: auto;
  }
  .masterList .masterTit a span{
    font-size: 12px;
  }
  .masterList .listBox .left{
    width: 1.6rem;
    flex: 0 0 1.6rem;
  }
  .masterList .trademark .it, .masterList .copyright .it{
    width: calc(100%/2);
  }
  .masterList .listBox .right{
    width: calc(100% - 0rem);
    height: 5.7rem;
    overflow: hidden;
  }
  .masterList .trademark .it p{
    font-size: 12px;
  }
  .masterList .trademark .it .price, .masterList .copyright .it .price,.masterList .trademark .it .price span, .masterList .copyright .it .price span{
    font-size: 12px;
  }
  .masterList .trademark .it .tip, .masterList .copyright .it .tip{
    width: auto;
    height: auto;
    padding: 0.05rem;
  }
  .masterList .footImage{
    height: auto;
  }
  .masterList .patent .right .it{
    height: 2.54rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: calc((100% - 0.2rem) / 2);
  }
  .masterList .patent .right .it .head .number,.masterList .patent .right .it .title,.masterList .patent .right .it .price,.masterList .patent .right .it .price p,.masterList .patent .right .it .price span{
    font-size: 12px;
  }
  .masterList .patent .right .it .price{
    display: block;
  }
  .masterList .patent .right .it .title{
    overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 white-space: inherit;
 height: 0.64rem;
  }
  .masterList .trademark .it img, .masterList .copyright .it img{
    width: 100%;
  }
}