.gkWrap {
  padding: 0.5rem 0 0.63rem;
}
.gkWrap .title {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: bold;
  font-size: 0.26rem;
  color: #000000;
  text-align: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #f3f3f3;
}
.gkWrap .gkDescFlex {
  display: flex;
  gap: 0.49rem;
  margin-top: 0.7rem;
}
.gkWrap .gkDescFlex img {
  width: 7.24rem;
  height: 3.94rem;
  object-fit: cover;
}
.gkWrap .gkDescFlex .text {
  padding-top: 0.29rem;
}
.gkWrap .gkDescFlex .text p {
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.26rem;
  text-indent: 2em;
  margin-bottom: 0.3rem;
}
.gkWrap .gkDescFlex .text p:last-child {
  margin-bottom: 0;
}
.gkWrap .zzImg {
  margin-top: 0.5rem;
  width: 100%;
}
.gkWrap .zzImg img {
  width: 100%;
}
.gkWrap .ldWrap {
  display: flex;
  gap: 0.3rem 0.4rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.gkWrap .ldWrap .item {
  width: 7.8rem;
  height: 3.37rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.1);
  padding: 0.36rem 0.32rem 0.32rem 0.36rem;
  display: flex;
  gap: 0.36rem;
}
.gkWrap .ldWrap .item img {
  width: 1.88rem;
  height: 2.37rem;
}
.gkWrap .ldWrap .item .desc {
  padding-top: 0.1rem;
}
.gkWrap .ldWrap .item .desc .name {
  font-family: PingFang SC,
            PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #0e437d;
}
.gkWrap .ldWrap .item .desc .name span {
  font-family: PingFang SC,
              PingFang SC;
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
  display: inline-block;
  margin-left: 0.2rem;
}
.gkWrap .ldWrap .item .desc .js {
  margin-top: 0.14rem;
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
  height: 1.84rem;
  overflow: hidden;
}
.gkWrap .ldWrap .item .desc .btn {
  margin-top: 0.15rem;
  font-family: PingFang SC,
            PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.gkWrap .ldWrap .item:hover .btn {
  color: #0e437d;
}
.gkWrap .ldDetail > img {
  width: 1.88rem;
  height: 2.37rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.4rem;
}
.gkWrap .ldDetail .name {
  margin-top: 0.2rem;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
}
.gkWrap .ldDetail .desc {
  width: 12rem;
  margin: 0.34rem auto 0.4rem;
}
.gkWrap .ldDetail .desc p {
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  text-indent: 2em;
  line-height: 0.26rem;
}
.gkWrap .zxWrap {
  margin-top: 0.5rem;
}
.gkWrap .zxWrap .text {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  text-indent: 2em;
}
.gkWrap .zxWrap .text2 {
  margin-top: 0.44rem;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: bold;
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
}
.gkWrap .zxWrap .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 13.68rem;
  margin: 0.2rem auto 0;
}
.gkWrap .zxWrap .table td,
.gkWrap .zxWrap .table th {
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  padding: 0.18rem 0;
  border: 1px solid #ddd;
  text-align: center;
}
.gkWrap .zxWrap .table td:nth-child(2),
.gkWrap .zxWrap .table th:nth-child(2),
.gkWrap .zxWrap .table td:first-child,
.gkWrap .zxWrap .table th:first-child {
  width: 19%;
}
