.social-media-index {
  position: relative;
  min-width: 1200px;
}

.media-banner {
  display: flex;
  justify-content: center;
  background-position: center -90px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.banner-right {
  position: relative;
  width: 420px;
  height: 380px;
  flex-shrink: 0;
  margin-left: 100px;
  background-position: center center;
  background-size: cover;
  margin-top: 85px;
}

.banner-content {
  font-size: 60px;
  flex-shrink: 0;
  padding-top: 160px;
}

.media-txt {
  width: 668px;
  height: 67px;
  font-weight: 700;
  font-size: 50px;
  color: #243042;
  line-height: 60px;
}

.content-txt {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: #243042;
  line-height: 50px;
  letter-spacing: 1px;
}

.home-content {
  width: 1200px;
  height: 788px;
  margin-top: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 30px 60px 0px rgba(25, 55, 102, 0.25);

  position: relative;

  .home-content_video {
    object-fit: cover;
    width: 90%;
    border-radius: 8px;
  }
}
.content_btn a-button{
	font-size:16px;
	color:#fff;
	line-height:42px;
	text-align:center;
	cursor:pointer;
	
}
#btn_join{
	cursor:pointer;
}

.home-play {
  width: 126px;
  height: 126px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.home-play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.3s ease;
}

.home-play:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.home-play:hover::after {
  border-left-color: #fff;
}

.card {
  width: 380px;
  height: 168px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 30px 20px 20px 20px;

  .card-left {
    width: 80px;

    .img {
      width: 60px;
      height: 60px;
    }
  }

  .card-right {
    width: 300px;

    .card-right-title {
      font-weight: 600;
      font-size: 22px;
      color: #3b3e43;
      line-height: 30px;
      text-align: left;
      margin-bottom: 10px;
    }

    .card-right-content {
      font-weight: 400;
      font-size: 15px;
      color: #595e64;
      line-height: 26px;
      text-align: left;
    }
  }
}

.card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.media-GG {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 108px 160px 0px 160px;

  .media-GGone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 177px;

    .media-GGone-left {
      width: 50%;
      height: 480px;

      .media-GGone-title {
        font-weight: 700;
        font-size: 30px;
        color: #2b3346;
        line-height: 48px;
        text-align: left;
        margin-bottom: 18px;
      }

      .media-GGone-content {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 180%;
        text-align: left;
        width: 449px;
        margin-bottom: 40px;
      }
    }

    .media-GGone-right {
      width: 50%;
      height: 480px;
      padding-left: 30px;
    }
  }
}

.media-GGone-choose {
  display: flex;
  margin-bottom: 44px;
  align-items: center;
}

.left {
  margin-right: 23px;
}

.left-choose {
  width: 24px;
  height: 24px;
  margin-right: 23px;
}

.right-choose {
  font-weight: 400;
  font-size: 16px;
  color: #5e6282;
  line-height: 20px;
  text-align: left;
}

.media-GGtwo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 177px;

  .media-GGone-left {
    width: 50%;
    height: 480px;

    .media-GGone-title {
      font-weight: 700;
      font-size: 30px;
      color: #2b3346;
      line-height: 48px;
      text-align: left;
      margin-bottom: 18px;
    }

    .media-GGone-content {
      font-weight: 400;
      font-size: 16px;
      color: #666666;
        line-height: 180%;
      width: 449px;
      margin-bottom: 40px;
    }
  }

  .media-GGone-right {
    width: 50%;
    height: 480px;
  }
}

.tab-item {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  cursor: pointer;
}

.product-content {
  display: flex;
}

.product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
  text-align: center;
}

.product-item-intro {
  margin-top: 20px;
  color: #999999;
  font-size: 16px;
}

.copyright {
  padding: 40px 160px;
  height: 158px;
  background-color: #1f2e3c;
  color: #99aabe;
  text-align: center;
}

.copyright-top {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.copyright-top-item {
  display: flex;
  font-size: 20px;
  color: #ffffff;
  line-height: 53px;
  margin-right: 100px;
}

.copyright-top-img {
  width: 34px;
  margin-right: 12px;
}

.copyright-contetn {
  display: flex;
  justify-content: space-between;
  width: 1261px;
  height: 300px;
  margin: auto;
  border-top: 2px solid #2a374b;
  border-bottom: 2px solid #2a374b;
}

.btn-a {
  animation: swing 3s infinite;
  -webkit-animation: swing 3s infinite;
}

.antZoomIn {
  animation-name: antZoomIn;
  animation-duration: 1s;
  opacity: 1;
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 1s;
  opacity: 1;
}

.antMoveLeftIn {
  animation-name: antMoveLeftIn;
  animation-duration: 1s;
  opacity: 1;
  text-align: center;
}

.antMoveRightIn {
  animation-name: antMoveRightIn;
  animation-duration: 1s;
  opacity: 1;
}

@keyframes fade-in {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ml-50 {
  margin-left: 50px;
}

.active-tab {
  color: #2a7dfb;
}

.xiaohongshu-circle {
  position: absolute;
  left: 340px;
  top: 230px;
  animation: breath-out 1.5s infinite;
}

.douying-circle {
  position: absolute;
  bottom: 60px;
  left: 25px;
  animation: breath-out 1.5s infinite;
}

.toutiao-circle {
  position: absolute;
  top: -20px;
  right: 100px;
  animation: breath-out 1.5s infinite;
}

.wb-circle {
  position: absolute;
  top: -10px;
  left: 60px;
  animation: breath-out 1.5s infinite;
}
.mt-20 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.now_use {
  width: 224px !important;
  height: 55px !important;
  background: #3261fb !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px 8px 8px 8px !important;
  font-weight: 500;
  font-size: 20px !important;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-maxtrix-need {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 970px;
  padding: 100px 160px 0px 160px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.media-maxtrix-create {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 970px;
  padding: 80px 160px 0px 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.media-maxtrix-need-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #2b3346;
  line-height: 50px;
  margin-bottom: 60px;
}

.card-row-need {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 15px;
}

.card-need {
  width: 380px;
  height: 328px;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 30px 20px 20px 20px;
  border-radius: 13px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.card-create {
  z-index: 99 !important;
  width: 380px;
  height: 328px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 30px 20px 20px 20px;
  border-radius: 13px;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.card-create:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card-create-img {
  width: 96px;
  margin-bottom: 30px;
}

.card-create-T {
  font-weight: 700;
  font-size: 22px;
  color: #3b3e43;
  line-height: 30px;
  margin-bottom: 20px;
}

.card-create-C {
  width: 260px;
  font-size: 16px;
  color: #595e64;
  line-height: 30px;
  margin: auto;
}

.card-need-text {
  position: absolute;
  bottom: 14px;
  left: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  z-index: 1;
}

.card-need::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 13px 13px;
}

.card-need:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.media-bottom {
  width: 100%;
  height: 535px;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 33px;
  color: #5e6282;
  line-height: 60px;
  text-align: center;
}

.madia-bottom-content {
  position: relative;
  .madia-pos {
    position: absolute;
    top: -90px;
    left: 880px;
    width: 70px;
    margin-top: 4px;
  }
}

.madia-bottom-input {
  width: 642px;
  height: 60px;
  line-height: 52px;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 60px;
}

.bottom-tel {
  font-size: 32px;
  color: #ffffff;
  line-height: 40px;
  margin-right: 10px;
}

.bottom-time {
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-align: left;
}

.bottom-web {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
}

.bottom-code {
  width: 130px;
  margin: 57px 0 14px 0;
}

.bootom-codeT {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;

  line-height: 68px;
  background-color: #fff;
  z-index: 100;
}

.fixed-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-nav li {
  color: #3d3d3d;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 20px;
}

.fixed-nav li:hover {
  color: #2878ff;
}

.top_logo {
  width: 100px;
}

.top_zhu {
  width: 100px !important;
  height: 40px !important;
  border-radius: 7px !important;
  font-weight: 600 !important;
  background-color: #3261fb !important;
}

.top_denglu {
  color: #3d3d3d !important;
  margin: 0 20px 0 15px;
  font-weight: 600 !important;
}

.nav-item-active {
  color: #2878ff !important;
}

.nav-item-normal {
  font-size: 16px;
  color: #3d3d3d;
  text-align: left;
}

.content_btn {
  display: flex;
}

.content_btn_left {
  justify-content: flex-start;
}
.content_btn_right {
  justify-content: flex-start;
}


.mask-modal {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
}

.model-v {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.model-img {
  width: 200px;
  height: 200px;
}

.model-T {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  color: rgb(153, 153, 153);
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar {
  height: 0;
}

.media-maxtrix {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 40px 160px;
  background-size: cover;
  background-position: center 20px;
}
.media-maxtrix-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.card-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 15px;
}
.media-maxtrix-left {
  width: 712px;
  height: 500px;
  background-size: cover;
}

.media-maxtrix-title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #2b3346;
  line-height: 50px;
  margin-bottom: 60px;
  margin-top: 160px;
}

.media-maxtrix-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.modal-content {
  position: relative;
  padding: 62px 43px 34px;
  position: relative;
  background: #ffffff;
  background-size: 100% 100%;
  border-radius: 8px;

  .login_type {
    width: 100%;
    display: flex;
    justify-content: flex-start;

    > div {
      border: 1px solid #d4d4d5;
      min-width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      margin-right: 20px;
      cursor: pointer;
      padding: 0 15px;
      transition: 0.3s ease;

      &:hover {
        border: 1px solid #2a7dfb;
        color: #2a7dfb;
      }
    }
  }

  .info {
    margin-top: 30px;
    font-size: 16px;
    color: #999;
  }

  .header-title {
    font-weight: 500;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
  }

  .header-qrdesc {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    font-style: normal;
    text-transform: none;
    text-align: center;
  }

  .header-sub-title {
    margin-top: 5px;
    color: #999;
  }

  .scan-header {
    width: 100%;
  }

  .login-qrcode {
    width: 100%;
    height: 100%;
  }

  .switch-type {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    overflow: hidden;

    .switch-type-img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      position: absolute;
    }

    .switch-type-tip {
      background-color: #3846f6;
      color: #fff;
      border-radius: 4px;
      width: 150px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -45px;
      right: 0;

      &::after {
        content: "";
        position: absolute;
        bottom: -4px;
        right: 15px;
        transform: translateX(-50%) rotate(45deg);
        border: 1px solid #3846f6;
        background: #3846f6;
        width: 7.8px;
        height: 7.8px;
        border-left: 0;
        border-bottom: 0;
      }
    }

    .mask {
      position: absolute;
      z-index: 2;
      top: 0;
      background: #ffffff;
      clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
    }
  }

  .phone-input-wrap {
    width: 360px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e0e0e6;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 15px;
    transition: 0.3s ease;
    /* border: 1px solid #000; */

    &:hover {
      border: 1px solid #2a7dfb;
      z-index: 999;
    }
  }

  .code-input-duan {
    width: 360px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e0e0e6 !important;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5px;
    transition: 0.3s ease;

    &:hover {
      border: 1px solid #2a7dfb;
      z-index: 999;
    }
  }

  .code-input-wrap {
    width: 360px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e0e0e6;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 15px;
    transition: 0.3s ease;

    &:hover {
      border: 1px solid #2a7dfb;
      z-index: 999;
    }
  }

  :deep(.phone-input) {
    height: 100% !important;

    border-radius: 10px !important;
  }

  :deep(.code-input) {
    height: 100% !important;
    border-radius: 10px !important;
  }
}

#captchaModal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.imageVerify-modal-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);

  .imageVerify-modal {
    width: 444px;
    height: 230px;
    background-color: #fff;
    border-radius: 4px;
    padding: 60px 30px 30px 30px;
    position: relative;

    .imageVerify-modal-close {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      font-size: 18px;
      padding: 15px;
    }

    .imageVerify-input-wrap {
      border-bottom: 1px solid #f1f1f1;
      padding-bottom: 10px;

      :deep(.imageVerify-input) {
        flex: 1;
        border: none;
        box-shadow: none;
        border-radius: 0;
      }

      .imageVerify-img {
        width: 117px;
        height: 36px;
        margin-left: 10px;
        border: 2px solid #f1f1f1;
      }

      .imageVerify-img-refresh {
        padding: 0 6px;
        margin-left: 5px;
        font-size: 16px;
        cursor: pointer;
      }
    }

    .imageVerify-btn {
      margin-top: 40px;
      width: 100%;
    }
  }
}

.rich-text-wrapper {
  width: 100%;
  height: 600px;
  overflow-y: auto;
  padding: 20px;
}

.code-safe {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.ant-modal-body {
  padding: 0 !important;
}

.apply-input {
  width: 470px;
  font-size: 14px;
  border: none;
  margin-left: 5px;
}

.apply-btn {
  width: 100px !important;
  height: 40px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: #3261fb !important;
}

input[type="text"]:focus {
  outline: none;
}

.denglu {
  color: #3d3d3d;
  font-weight: 600;
  margin-right: 20px;
}

.zhuce {
  color: #fff;
  font-weight: 600;

  background-color: #3261fb;
  width: 100px;
  height: 40px;
  border-radius: 7px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.use {
  width: 224px;
  height: 55px;
  background: #3261fb;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 55px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_btn_s {
  width: 166px;
  height: 42px;
  border-radius: 6px;
  background-color: #3261fb;
}


.media-bottom{
  padding-top: 100px;
}
