/** mixins **/
.fill-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.join-media {
  width: 100%;
  background: #191919;
  color: #bd9b4e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 80px 0;
  position: relative;
}
.join-media::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #232323), color-stop(50%, #2c2c2c));
  background: linear-gradient(to top, #232323 50%, #2c2c2c 50%);
  height: 2px;
}
.join-media::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #232323), color-stop(50%, #2c2c2c));
  background: linear-gradient(to bottom, #232323 50%, #2c2c2c 50%);
  height: 2px;
}
.join-media .leihuo-feedback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.join-media .leihuo-feedback .leihuo-feedback-icon,
.join-media .leihuo-feedback .leihuo-feedback-text {
  display: none;
}
.join-media .join-title {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
}
.join-media .media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  margin-top: 22px;
}
.join-media .media-list .media-icon {
  position: relative;
  height: 32px;
  cursor: pointer;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.join-media .media-list .media-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.join-media .media-list .media-icon:nth-child(1) {
  width: 39px;
  height: 31px;
}
.join-media .media-list .media-icon:nth-child(1)::after {
  width: 53px;
  height: 45px;
  background-image: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/ico-wb-a_ac37457d.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon:nth-child(2) {
  width: 38px;
  height: 31px;
}
.join-media .media-list .media-icon:nth-child(2)::after {
  width: 52px;
  height: 44px;
  background-image: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/ico-wx-a_ff8fcf8d.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon:nth-child(3) {
  width: 26px;
  height: 31px;
}
.join-media .media-list .media-icon:nth-child(3)::after {
  width: 40px;
  height: 45px;
  background-image: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/ico-dy-a_c32ce2f9.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon:nth-child(4) {
  width: 32px;
  height: 32px;
}
.join-media .media-list .media-icon:nth-child(4)::after {
  width: 46px;
  height: 46px;
  background-image: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/ico-bili-a_6f403964.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon:nth-child(5) {
  width: 58px;
  height: 32px;
}
.join-media .media-list .media-icon:nth-child(5)::after {
  width: 72px;
  height: 45px;
  background-image: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/ico-ds-a_c37a1cc6.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon:hover::after {
  opacity: 1;
}
.join-media .media-list .media-icon:hover .icon-pic {
  opacity: 0;
}
.join-media .media-list .media-icon:hover .hover-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.join-media .media-list .media-icon .hover-modal {
  position: absolute;
  width: 134px;
  height: 170px;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 42px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 15;
  background-image: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/code-bg_565e1c78.png);
  background-size: 100% 100%;
  background-color: transparent;
}
.join-media .media-list .media-icon .hover-modal .code-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.join-media .media-list .media-icon .hover-modal .name {
  margin-top: 10px;
  color: #bd9b4e;
  font-size: 16px;
}
.join-media .media-list .media-icon .hover-modal .code-pic {
  display: block;
  width: 114px;
  border-radius: 5px;
}
.join-media .media-list .report-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 179px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #bd9b4e;
  font-size: 16px;
  position: relative;
}
.join-media .media-list .report-container .report-text {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #bd9b4e;
}
.join-media .media-list .report-container .report-text:hover {
  color: #ffd678;
}
.join-media .media-list .report-container::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #bd9b4e;
  position: absolute;
}
.join-media .report-container-mobile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 187px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #bd9b4e;
  color: #bd9b4e;
  font-size: 14px;
  margin-top: 25px;
  position: relative;
}
.join-media .report-container-mobile .report-text {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.join-media .report-container-mobile::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #bd9b4e;
  position: absolute;
}
.join-media .kefu:hover .kf-modal {
  display: block;
}
.join-media .kefu .kf-modal {
  display: none;
  position: absolute;
  top: -320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 30;
  width: 180px;
  height: 300px;
  background: url(https://ld9.res.netease.com/pc/zt/20250607101606/assets/code-bg_565e1c78.png) no-repeat;
  background-size: 100% 100%;
}
.join-media .kefu .kf-modal .ewm {
  margin: 0 auto;
  margin-top: 15px;
  width: 150px;
  height: 150px;
}
.join-media .kefu .kf-modal .sm-join {
  margin: 3px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 26px;
  background: #bd9b4e;
  color: #000;
}
.join-media .kefu .kf-modal .question-list {
  color: #bd9b4e;
}
.join-media .kefu .kf-modal .question-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  margin-top: 8px;
}
.join-media .kefu .kf-modal .question-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #bd9b4e;
  margin-right: 8px;
}
@media (max-width: 770px) {
  .join-media .media-list {
    gap: 29px;
  }
  .join-media .media-list .report-container {
    display: none;
  }
  .join-media .report-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 500px) {
  .join-media {
    padding: 30px 0 30px 0;
  }
  .join-media .media-list .media-icon {
    width: auto !important;
    height: 24px !important;
  }
  .join-media .media-list .media-icon:nth-child(1),
  .join-media .media-list .media-icon:nth-child(2),
  .join-media .media-list .media-icon:nth-child(3),
  .join-media .media-list .media-icon:nth-child(4),
  .join-media .media-list .media-icon:nth-child(5) {
    width: auto !important;
    height: 24px !important;
  }
  .join-media .media-list .media-icon::after {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
  }
  .join-media .media-list .media-icon .icon-pic {
    height: 100%;
  }
}

