/* 按钮样式 */
a.btn.btn-outline-purchase {
  height: 60px;
  min-width: 200px;
  background: #fff;
  color: #f50;
  border: 2px solid #f50;
  margin: 0;
  border-radius: 6px;
  padding: 0 36px;
}

a.btn.btn-outline-purchase:hover {
  background: #FF5500;
  color: #fff;
}

/* 单页模板页面discord入口样式 */
.discord-entrance {
  padding: 64px 0;
}

.discord-entrance .item {
  width: 100%;
  max-width: 1294px;
  padding: 0 126px 0 75px;
  background: linear-gradient(0deg, #FFECE3 -3.19%, #FFF5F0 103.08%);
  margin: 0 auto;
}

.discord-entrance .item .rgt {
  width: 100%;
  max-width: 700px;
  padding: 32px 0;
}

@media (max-width: 1599.98px) {
  .discord-entrance .item .rgt {
    max-width: 600px;
  }
}

@media (max-width: 1279.98px) {
  .discord-entrance .item {
    padding: 0 64px 0 56px;
  }

  .discord-entrance .item .rgt {
    max-width: 520px;
  }
}

/* 文章页左侧边栏discord入口 */
.discord-ent-art-lft {
  max-width: 100%;
  border-radius: 12px;
  position: relative;
}

.discord-ent-art-lft .top-cont img {
  border-radius: 50%;
  box-shadow: 0px 4.48px 11.96px 0px #4778FF29;
}

.discord-ent-art-lft .top-cont p {
  font-weight: 800;
  line-height: 0.8;
  color: #212121;
}

.discord-ent-art-lft .top-cont p.sp {
  color: #5865F2;
}

.discord-ent-art-lft p.txt {
  color: #212121;
  font-weight: 600;
}

.discord-ent-art-lft ul li {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  color: #212121;
}

.discord-ent-art-lft ul li:not(:last-child) {
  margin-bottom: 4px;
}

.discord-ent-art-lft ul li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 6px;
  left: 0;
  background: url(https://images.tenorshare.com/activity/discord-style/puple-correct.svg) no-repeat center center;
  background-size: cover;
}

.discord-ent-art-lft a.btn {
  width: 100%;
  height: 36px;
  font-weight: 600;
  color: #fff;
  border-radius: 64px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
}

.discord-ent-art-lft a.btn svg {
  margin: 0;
}

.discord-ent-art-lft.deal-2 {
  width: 349px;
  padding: 24px;
  background: linear-gradient(113.9deg, #CCF1FF -5.54%, #E2F0FF 56.01%, #63A6FF 110.85%);
}

.discord-ent-art-lft.deal-3 {
  width: 220px;
  padding: 16px 18px;
  background: linear-gradient(118.91deg, #E7F7FF -0.58%, #B7DAFF 102.2%);
}

.discord-ent-art-lft.deal-4 {
  width: 300px;
  padding: 20px 16px 20px 20px;
  background: linear-gradient(121.75deg, #DAF2FF -10.87%, #E2E6FF 51.59%, #E1D9FF 105.13%);
}

.discord-ent-art-lft.deal-2::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 50px;
  background: url(https://images.tenorshare.com/activity/discord-style/article-lft-icon-if.png) no-repeat center center;
  background-size: cover;
  right: 15px;
  top: 18px;
}

.discord-ent-art-lft.deal-3::before {
  content: '';
  position: absolute;
  width: 46px;
  height: 37px;
  background: url(https://images.tenorshare.com/activity/discord-style/article-lft-icon-4k.png) no-repeat center center;
  background-size: cover;
  right: 6px;
  top: 9px;
}

.discord-ent-art-lft.deal-4::before {
  content: '';
  position: absolute;
  width: 62px;
  height: 50px;
  background: url(https://images.tenorshare.com/activity/discord-style/article-lft-icon-ig.png) no-repeat center center;
  background-size: cover;
  right: 9px;
  top: 13px;
}

.discord-ent-art-lft.deal-2 .top-cont p {
  font-size: 20px;
}

.discord-ent-art-lft.deal-3 .top-cont p {
  font-size: 14px;
}

.discord-ent-art-lft.deal-4 .top-cont p {
  font-size: 18px;
  font-weight: 700;
}

.discord-ent-art-lft.deal-2 p.txt {
  font-size: 18px;
}

.discord-ent-art-lft.deal-3 p.txt {
  font-size: 14px;
}

.discord-ent-art-lft.deal-2 a.btn {
  font-size: 14px;
  background: linear-gradient(90deg, #0770FF 0%, #74DBFF 100%);
}

.discord-ent-art-lft.deal-3 a.btn {
  font-size: 12px;
  background: #167DFC;
}

.discord-ent-art-lft.deal-4 a.btn {
  font-size: 14px;
  background: #5252FF;
}

/* 文章页内容底部入口模块 */
.entrance-card {
  padding: 32px 32px 0;
  margin: 48px 0;
  background: linear-gradient(180deg, #FFF4ED 0%, #FFCFA4 105.13%);
  border-radius: 12px;
}

.entrance-card .mid {
  width: 283px;
  text-align: center;
}

.entrance-card .mid h4 {
  font-size: 28px;
  font-weight: 700;
}

.entrance-card .mid ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 12px;
}

.entrance-card .mid ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 1599.98px) {
  .entrance-card .lft {
    width: 220px;
  }

  .entrance-card .mid {
    width: 240px;
  }

  .entrance-card .mid h4 {
    font-size: 24px;
  }

  .entrance-card .mid ul li {
    font-size: 14px;
  }

  .entrance-card .mid ul li img {
    width: 28px;
  }

  .entrance-card .rgt {
    width: 250px;
  }
}

@media (max-width: 767.98px) {
  .entrance-card {
    padding: 32px 30px 0;
  }

  .entrance-card .mid,
  .entrance-card .rgt {
    width: 100%;
    text-align: center;
  }
}

/* 通用模板右侧fixed社媒入口 */
.all-share {
  position: fixed;
  right: 0;
  top: calc(47% + 60px);
  margin-top: -52px;
  text-align: right;
  z-index: 2;
}

.all-share .discord a {
  transform: translateX(215px);
  width: 269px;
  height: 62px;
  line-height: 22px;
  padding-left: 11px;
  border-radius: 6px 0 0 6px;
  background: #5B67EA;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  transition: all 0.5s;
}

.all-share .discord a:hover {
  text-decoration: underline;
  color: #4CE7FF;
  transform: translateX(44px) !important;
}

#lottie-container {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .all-share {
    display: none !important;
  }
}