/** mixins **/
.fill-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.join-media {
  width: 100%;
  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: 44px 0;
  position: relative;
  background: #02080E;
}
.join-media::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1981px;
  height: 34px;
  background: url(https://ld6.res.netease.com/pc/gw/20250908145517/assets/line-dec-2560_87aec9c5.png) no-repeat;
  background-size: contain;
  max-width: 100%;
  background-size: 1981px 34px;
  background-position: center center;
}
.join-media::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(45, 71, 109, 0.6);
  height: 1px;
}
.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: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
}
.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: 30px;
  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 .icon-pic {
  width: 32px;
  height: 32px;
}
.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;
  width: 32px;
  height: 32px;
}
.join-media .media-list .media-icon.wb::after {
  background-image: url(https://ld6.res.netease.com/pc/gw/20250908145517/assets/ico-wb-a_d80563d4.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon.wx::after {
  background-image: url(https://ld6.res.netease.com/pc/gw/20250908145517/assets/ico-wx-a_2a40c0bc.png);
  background-size: 100% 100%;
}
.join-media .media-list .media-icon.ds .icon-pic {
  width: 40px;
  height: 32px;
}
.join-media .media-list .media-icon.ds::after {
  width: 40px;
  height: 32px;
  background-image: url(https://ld6.res.netease.com/pc/gw/20250908145517/assets/ico-ds-a_38d2327c.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: 140px;
  height: 173px;
  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://ld6.res.netease.com/pc/gw/20250908145517/assets/code-bg_76a5c4c9.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: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.join-media .media-list .media-icon .hover-modal .code-pic {
  display: block;
  width: 122px;
  border-radius: 2px;
}
.join-media .media-list .report-container {
  position: relative;
  margin-left: 10px;
  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: 165px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #297ACC;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.16%, #010C15), color-stop(89.73%, #072039));
  background: linear-gradient(180deg, #010C15 11.16%, #072039 89.73%);
  font-size: 16px;
}
.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: #9CF;
}
.join-media .media-list .report-container .report-text:hover {
  color: #EBFFFE;
}
.join-media .media-list .report-container::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #9CF;
  position: absolute;
}
.join-media .report-container-mobile {
  position: relative;
  width: 165px;
  height: 28px;
  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;
  border-radius: 4px;
  border: 1px solid #297ACC;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.16%, #010C15), color-stop(89.73%, #072039));
  background: linear-gradient(180deg, #010C15 11.16%, #072039 89.73%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #9CF;
  font-size: 14px;
  margin-top: 19px;
}
.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 .report-text:hover {
  color: #EBFFFE;
}
.join-media .report-container-mobile::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #9CF;
  position: absolute;
}
@media (max-width: 960px) {
  .join-media::before {
    width: 960px;
    height: 34px;
    background: url(https://ld6.res.netease.com/pc/gw/20250908145517/assets/line-dec-960_eb0005ee.png) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 750px) {
  .join-media {
    padding: 22px 0 34px;
  }
  .join-media::before {
    width: calc(655px / 2);
    height: calc(51px / 2);
    background: url(https://ld6.res.netease.com/pc/gw/20250908145517/assets/line-dec-750_b2d277ae.png) no-repeat;
    background-size: contain;
  }
  .join-media .join-title {
    font-size: 26px;
  }
  .join-media .media-list {
    gap: 0;
    margin-top: 19px;
  }
  .join-media .media-list .media-icon {
    height: 28px;
  }
  .join-media .media-list .media-icon + .media-icon {
    margin-left: 23px;
  }
  .join-media .media-list .media-icon .icon-pic {
    width: 28px;
    height: 28px;
  }
  .join-media .media-list .media-icon::after {
    width: 28px;
    height: 28px;
  }
  .join-media .media-list .media-icon.ds .icon-pic {
    width: 38px;
    height: 30px;
  }
  .join-media .media-list .media-icon.ds::after {
    width: 38px;
    height: 30px;
  }
  .join-media .media-list .report-container {
    display: none;
  }
  .join-media .report-container-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

