.banner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.banner .img {
  width: 100%;
}
.banner .img img {
  width: 100%;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 2.76001rem;
  left: 13.5%;
}
.banner .text .title {
  font-size: 0.51rem;
  line-height: 0.51rem;
  color: #ffffff;
}
.banner .text .p {
  font-size: 0.315rem;
  line-height: 0.48rem;
  color: #ffffff;
  margin-top: 0.375rem;
}
.banner-box {
  width: 100%;
  height: 7.05002rem;
}
.content {
  width: 100%;
  position: relative;
  background-color: white;
}
.content .box {
  width: 73%;
  margin: 0 auto;
  padding-top: 0.7rem;
  margin-top: -1px;
  padding-bottom: 0.7rem;
}
.content .box .h1 {
  font-size: 0.315rem;
  line-height: 0.315rem;
  font-weight: bold;
  text-align: center;
}
.content .box .list {
  width: 100%;
  margin-top: 0.4rem;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.content .box .list .item:nth-child(3n + 3) {
  margin-right: 0;
}
.content .box .list .item .honor-box {
  width: 100%;
  height: 1.3575rem;
  border-radius: 10px;
  background-color: #cdb68d;
  margin-bottom: 0.3rem;
  cursor: pointer;
  transition: 0.5s;
}
.content .box .list .item .honor-box .h2 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.27rem;
  color: #d92509;
  height: 0.54rem;
  padding-top: 0.27rem;
  margin-left: 0.2475rem;
  margin-right: 0.2475rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .box .list .item .honor-box .button {
  margin-left: 0.2475rem;
  margin-top: 0.15rem;
}
.content .box .list .item .honor-box .button::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item .honor-box .button .icon {
  width: 0.24rem;
  height: 0.195rem;
  float: left;
}
.content .box .list .item .honor-box .button .icon img {
  width: 100%;
}
.content .box .list .item .honor-box .button .button-text {
  float: left;
  margin-left: 0.135rem;
  font-size: 0.12rem;
  line-height: 0.195rem;
  color: #938264;
  opacity: 0.5;
  transition: 0.5s;
}
.content .box .list .item .honor-box .button .button-text i {
  font-size: 0.12rem;
  margin-left: 0.1125rem;
  color: #938264;
  transition: 0.5s;
}
.content .box .list .item .honor-box:hover .button .button-text {
  color: #fff;
  opacity: 1;
}
.content .box .list .item .honor-box:hover .button .button-text i {
  color: #fff;
  margin-left: 0.2rem;
}
.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000000;
  display: none;
}
.popups .img {
  width: 100%;
  height: 5rem;
  text-align: center;
  margin-top: calc(50vh - 2.5rem);
}
.popups .img img {
  height: 100%;
}
.popups .title {
  font-size: 0.2rem;
  line-height: 0.426rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .banner {
    height: 5rem;
  }
  .banner .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner .img img {
    width: auto;
    position: absolute;
    height: 100%;
    top: 0;
    left: -430px;
    right: -500px;
    margin: auto;
  }
  .banner-box {
    width: 100%;
    height: 5rem;
  }
  .banner .text {
    width: 90%;
    position: absolute;
    top: 2.76001rem;
    left: 5%;
  }
  .content {
    width: 100%;
    position: relative;
    background-color: white;
  }
  .content .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.7rem;
    margin-top: -1px;
    padding-bottom: 0.7rem;
  }
  .content .box .h1 {
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
  }
  .content .box .list {
    width: 100%;
    margin-top: 0.4rem;
  }
  .content .box .list::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .content .box .list .item {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .content .box .list .item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .content .box .list .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .box .list .item .honor-box {
    width: 91.66%;
    height: 2rem;
    border-radius: 10px;
    background-color: #cdb68d;
    margin-bottom: 0.3rem;
    cursor: pointer;
    transition: 0.5s;
  }
  .content .box .list .item .honor-box .h2 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.42rem;
    height: 0.84rem;
    padding-top: 0.27rem;
    margin-left: 0.2475rem;
    margin-right: 0.2475rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .content .box .list .item .honor-box .button {
    margin-left: 0.2475rem;
    margin-top: 0.3rem;
  }
  .content .box .list .item .honor-box .button .icon {
    width: 0.3rem;
    height: 0.24rem;
    float: left;
  }
  .content .box .list .item .honor-box .button .icon img {
    vertical-align: top;
  }
  .content .box .list .item .honor-box .button .button-text {
    float: left;
    margin-left: 0.135rem;
    font-size: 0.25rem;
    line-height: 0.24rem;
    opacity: 0.5;
    transition: 0.5s;
  }
  .content .box .list .item .honor-box .button .button-text i {
    font-size: 0.22rem;
    margin-left: 0.1125rem;
    transition: 0.5s;
  }
  .popups .img {
    width: 100%;
    height: 4.5rem;
    text-align: center;
    margin-top: calc(50vh - 2.5rem);
  }
  .popups .title {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: white;
    text-align: center;
  }
}
