.wrapper h2 {
  max-width: 1088px;
  margin: 48px auto;
  font-family: Inter;
  font-size: 68px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
}

.wrapper .tabs {
  width: 462px;
  height: 56px;
  margin: 0 auto;
  border-radius: 12px;
  /*background: #e5e5e5;*/
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

.wrapper .tabs .tab {
  width: 154px;
  height: 36px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 12px;
  z-index: 2;
  line-height: 36px;
  cursor: default;
  position: relative;
  overflow: visible;
}

.wrapper .tabs .tab.active {
  color: #FFF;
}

.wrapper .tabs .tab .tab-name {
  position: absolute;
  width: 156px;
  text-align: center
}

.wrapper .tabs .active-tab {
  transition: .3s;
  opacity: 0;
  content: '';
  width: 134px;
  height: 36px;
  border-radius: 12px;
  position: absolute;
  background: linear-gradient(273.9deg, #019CE5 5.41%, #1E20A5 58.21%, #611A83 89.27%);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #FFF;
  left: 6px;
  right: 0;
  top: 0;
  bottom: 0;
}

.wrapper .tabs .tab.active .active-tab {
  opacity: 1;
}

.tab-name .badge {
  display: none;
  width: 14px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: -0.02em;
  text-align: center;
  position: absolute;
  top: -2px;
  right: 28px;
}

.tab.active .tab-name .badge {
  display: block;
}

#sub-tabs.hide {
  display: none;
}

.snd-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 550px;
  height: 70px;
  margin: 32px auto 0;
}

.trd-tabs {
  width: 310px;
  margin: 0 auto;
  height: 24px;
}

.trd-tabs .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trd-tabs .group.hide {
  display: none;
}

#trd-tabs.hide {
  display: none
}

.snd-tabs>div {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #b3b3b3;
  position: relative;
  cursor: default;
}

.snd-tabs>div.active {
  color: #000;
}

.snd-tabs .snd-tab .badge {
  display: none;
  width: 14px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: -0.02em;
  text-align: center;
  position: absolute;
  top: -7px;
  right: -18px;
}

.snd-tabs>div.active .badge {
  display: inline
}

.trd-tab {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #b3b3b3;
  position: relative;
  cursor: default;
}

.trd-tab.active {
  color: #000;
}

.trd-tabs .trd-tab .badge {
  display: none;
  width: 14px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: -0.02em;
  text-align: center;
  position: absolute;
  top: -7px;
  right: -18px;
}

.trd-tab.active .badge {
  display: inline;
}

.content-list {
  margin: 72px 14px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px
}

.content-item {
  margin-bottom: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-item h4 {
  padding-right: 28px;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  text-align: left;
  padding-bottom: 12px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-item-detail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.content-item-detail h4 {
  position: absolute;
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  text-align: left;
  color: white;
  padding: 12px 24px;
  line-break: auto;
  white-space: pre-wrap;
  z-index: 2;
}

.content-item-detail img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 140px;
  filter: blur(3px)
}

.content-item-cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background: linear-gradient(273.38deg, #019CE5 -5.71%, #1E20A5 24.98%, #611A83 88.72%);
  border-radius: 12px;
  opacity: 0;
}

.content-item:hover .content-item-cover {
  background: linear-gradient(273.38deg, #019CE5 -5.71%, #1E20A5 24.98%, #611A83 88.72%);
  opacity: 0.6;
}

.read-more-btn {
  display: initial !important;
}

.read-more-btn.no-content {
  display: none !important;
}

.content-item-detail .read-more-btn {
  border-radius: 100px;
  height: 33px;
  width: 102px;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 16px;
  background: #FFF;
  left: 24px;
  line-height: 33px;
  font-size: 14px;
  z-index: 8;
  font-weight: 500;
}


.content-item:hover .read-more-btn {
  display: block;
}

.content-item-cover.no-content,
.content-item:hover .read-more-btn.no-content {
  display: none;
}

@media (max-width: 768px) {
  .wrapper h2 {
    max-width: 700px;
    font-size: 58px;
    line-height: 58px;
  }
}

/* @media (max-width: 580px) {
  .content-item-detail .read-more-btn {
    border-radius: 100px;
    height: 20px;
    width: 80px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 8px;
    background: #FFF;
    left: 24px;
    line-height: 20px;
    font-size: 12px;
    z-index: 8;
    font-weight: 500;
  }


  .wrapper h2 {
    width: calc(100% - 20px);
    font-size: 24px;
    line-height: 24px;
  }

  .wrapper .tabs {
    width: calc(100% - 20px);
  }
    
  .wrapper .tabs .tab .tab-name {
    width: 80%;
  }

  .wrapper .tabs .active-tab {
    width: 80%;
  }

  .tab-name .badge {
    right: 0
  }

  .snd-tabs {
    width: 80%;
    height: auto;
    margin: 18px auto;
  }

  .snd-tabs>div {
    font-size: 16px;
    line-height: 16px;
  }
  .snd-tabs .snd-tab .badge {
    font-size: 12px;
    line-height: 12px;
  }

  .trd-tabs {
    width: 70%;
  }

  .trd-tab {
    font-size: 14px;
    line-height: 14px;
  }

  .trd-tabs>p {
    font-size: 16px;
    line-height: 16px;  
  }

  .content-item h4 {
    font-size: 16px;
    line-height: 16px;
  }

  .content-item h4 span {
    font-size: 18px;
    line-height: 18px;
  }

  .content-item {
    margin-bottom: 6px;
  }

  .content-list {
    margin: 28px 12px;
  }
} */


/* 手机端 */
@media (max-width: 750px) {
  .wrapper h2 {
    width: 100%;
    font-size: .33rem;
    line-height: 1.2;
    padding: 0 .12rem;
    margin: .55rem 0;
  }

  .wrapper .tabs .tab {
    font-size: .18rem;
    width: 33.33%;
  }

  .snd-tabs {
    width: 92%;
    padding: 0 .12rem;
    height: auto;
    margin-top: .34rem;
  }

  .trd-tabs {
    margin-top: .24rem;
    width: 68%;
  }

  .trd-tab {
    font-size: .14rem;
  }

  .wrapper .tabs .active-tab {
    width: 100%;
    left: 0;
  }

  .tab-name .badge {
    font-size: .12rem;
  }

  .wrapper .tabs .tab .tab-name {
    width: 100%;
  }

  .snd-tabs>div {
    font-size: .16rem;
  }

  .wrapper .tabs {
    width: calc(100% - .24rem);
  }

  .content-item h4 {
    font-size: .15rem;
    line-height: 1.2;
    position: initial;
    padding: 0;
    flex: 1;
  }

  .content-item {
    margin-bottom: 0;
  }

  .content-list {
    padding: 0 .12rem;
    margin: .34rem 0 0;
    gap: .1rem;
  }

  .content-item-detail {
    height: 100% !important;
    padding: .12rem .08rem;
    display: flex;
    flex-direction: column;
  }

  .content-item-detail .read-more-btn {
    margin-top: .14rem;
    position: initial;
    height: .24rem;
    line-height: .24rem;
  }

  .read-more-btn {
    display: block;
  }
}