.medias-wrap {
  width: 100vw;
  height: fit-content;
  max-width: unset;
  margin: unset;
  padding: 10% 8% 6%;
  background-image: url("https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/medias/bg-h5.png");
  background-size: 100% 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.medias-wrap img {
  height: auto;
}
.wwp-medias {
  background-image: url("https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/medias/three-circle.png");
  background-size: 100% 100%;
  aspect-ratio: 603 / 553;
}
.wwp-medias-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wwp-medias-center {
  display: none;
}
.epaper {
  width: 40%;
  margin-top: 7.3%;
}
.media-line{
  display: block;
  margin-top: 26px;
  border-bottom: 2px dashed #B0011D;
}
.web-app {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
.web-icon, .app-icon {
  position: relative;
  padding-top: 45%;
  width: 41%;
}
.web-app img {
  position: absolute;
  top: 7%;
}

.apps-medias {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 42px 0 34px;
}
.col {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.plats {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: FZRuiZhengHei_GBK;
  font-weight: 800;
  text-align: center;
}
.plats .plat {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  background: #B0011D;
  border-radius: unset;
}
.toutiao .plat, .ins .plat {
  font-size: 15px;
  line-height: 24px;
}
.plats a,
.plats span {
  font-size: 18px;
  line-height: 40px;
  color: #B0011D;
  background: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.1);
  border-radius: 0px 0px 10px 10px;
}
.weixin span,
.xhs a {
  line-height: 28px;
}
.weibo a, .videos a, .douyin a {
  font-size: 19px;
  line-height: 42px;
}
.toutiao {
  margin-bottom: 6px;
}
.toutiao a,.ins a {
  line-height: 30px;
}

.fb-medias p {
  text-align: center;
  font-family: FZRuiZhengHei_GBK;
  font-weight: 800;
  font-size: 13px;
  line-height: 33px;
  color: #FFFFFF;
  background: #B0011D;
}
.icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(9.2% / 3);
  padding: 20px 5px;
}
.icon-list a {
  width: 22.7%
}

@media(max-width: 820px) {
  .wwp-medias {
    width: 60%;
    margin: 0 auto;
  }
}

@media(min-width: 820px) {
  .medias-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10.7vh 11vw 12.6vh 8vw;
    background-image: url("https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/medias/bg-web.png");
  }

  .wwp-medias-top {
    display: none;
  }

  .fb-medias {
    flex: none;
    width: 21.9vw;
  }

  .apps-medias {
    flex: none;
    width: 24vw;
    padding: 0;
    gap: 14px;
  }

  .wwp-medias-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    flex: none;
    width: 31.3vw;
  }

  .col {
    width: 100%;
    flex-direction: row;
    gap: 14px;
  }

  .col .plats .plat {
    font-size: 1.7vw;
    line-height: 3.4vw;
  }

  .plats.ins .plat {
    font-size: 1.6vw;
  }

  .col .plats a,
  .col .plats span {
    font-size: 2vw;
    line-height: 4.7vw;
  }

  .toutiao-ins {
    width: 100%;
  }

  .icon-list {
    gap: unset;
    padding: 20px 0;
  }

  .icon-list a {
    width: 33%;
  }

  .epaper {
    width: 13.3vw;
    margin-top: 2.3vw;
  }

  .web-icon, .app-icon {
    width: 10.8vw;
    padding: unset;
    border: unset;
  }

  .web-app {
    width: 26.9vw;
    margin-top: 4px;
  }

  .web-app img {
    position: unset;
  }
}

@media(max-width: 375px) {
  .weibo a, .videos a, .douyin a {
    font-size: 18px;
  }
}