[data-sys="android"] .sys-noandroid {
  display: none !important;
}
[data-sys="ios"] .sys-noios {
  display: none !important;
}
#seasonal-banner {
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out; /* 添加过渡效果 */
}
.share-group {
  display: none;
}
/* 隐藏所有swiper-slide元素 */
.swiper-slide {
  display: none;
}

/* 在Swiper初始化后显示swiper-slide元素 */
.swiper-initialized .swiper-slide {
  display: block;
}
section {
  padding: 64px 0;
}

@media (min-width: 1280px) {
  section {
    padding: 100px 0;
  }
}
.section-1 {
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: -1px 0;
}
.section-1 .content-wrap {
  padding: 40px 0 0px;
  position: relative;
  background: url("https://images.tenorshare.com/ianygo/banner-bg-mobile.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .section-1 .content-wrap {
    background: url("https://images.tenorshare.com/ianygo/banner-bg-1366.png") no-repeat;
    background-size: cover;
    padding: 37px 0 39px;
  }
}
@media (min-width: 1600px) {
  .section-1 .content-wrap {
    background: url("https://images.tenorshare.com/ianygo/banner-bg.png") no-repeat;
    background-size: cover;
    padding: 92px 0 65px;
  }
}
.section-1 h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  margin: 16px 0 12px;
}
.section-1 h1 span {
  background: linear-gradient(92deg, #7aa9ff 7.36%, #d642ff 80.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .section-1 h1 {
    font-size: 40px;
    line-height: 56px;
    margin: 20px 0 16px;
  }
}
@media (min-width: 1600px) {
  .section-1 h1 {
    font-size: 48px;
    line-height: 67.2px;
    margin: 20px 0 24px;
  }
}

.section-1 .lft {
  max-width: 100%;
}
@media (min-width: 992px) {
  .section-1 .lft {
    max-width: 720px;
  }
}
@media (min-width: 1600px) {
  .section-1 .lft {
    max-width: 865px;
    margin-left: 0;
  }
}
.section-1 .lft .notice-cont {
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 4px 8px;
  background: linear-gradient(90deg, rgba(103, 192, 255, 0.11) 0%, rgba(103, 103, 255, 0.06) 100%);
  border-radius: 4px;
  gap: 8px;
  color: #525252;
  margin: 12px auto 39px;
  min-height: 32px;
}
.section-1 .lft .notice-cont svg {
  width: 24px;
  height: 24px;
}
.section-1 .lft .notice-cont p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.section-1 .lft .notice-cont span{
  color: #6767FF;
}
@media (min-width: 992px) {
  .section-1 .lft .notice-cont {
    margin: 12px 0 0;
  }
  .section-1 .lft .notice-cont p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1600px) {
  .section-1 .lft .notice-cont p {
    font-size: 18px;
    line-height: 27px;
  }
}
.section-1 .lft .sec-tit {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  gap: 4px;
}
@media (min-width: 992px) {
  .section-1 .lft .sec-tit {
    font-size: 24px;
  }
}
.section-1 .lft .sec-tit .gift-tips {
  background: linear-gradient(92.14deg, #5f97ff 14.75%, #e480ff 108.31%);
  border-radius: 4px;
  padding: 4px 6px;
  position: relative;
  display: flex;
  align-items: center;
}
.section-1 .lft .sec-tit .gift-tips span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-left: 4px;
}

.section-1 .lft .sec-tit .gift-tips::before {
  content: "";
  position: absolute;
  left: 50%; /* 调整三角形的位置 */
  top: -10px; /* 调整三角形的位置 */
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #908fff transparent; /* 调整颜色以匹配背景 */
}
@media (min-width: 992px) {
  .section-1 .lft .sec-tit .gift-tips span {
    font-size: 14px;
    line-height: 21px;
  }
  .section-1 .lft .sec-tit .gift-tips {
    padding: 4px 12px;
    margin-left: 6px;
  }
  .section-1 .lft .sec-tit .gift-tips::before {
    left: -10px; /* 调整三角形的位置 */
    top: 10px; /* 调整三角形的位置 */
    border-color: transparent #5f97ff transparent transparent; /* 调整颜色以匹配背景 */
  }
}
@media (min-width: 1600px) {
  .section-1 .lft .sec-tit .gift-tips span {
    font-size: 16px;
    line-height: 24px;
  }
  .section-1 .lft .sec-tit .gift-tips {
    padding: 4px;
  }
}

.section-1 .lft .des-list {
  color: #6b6b6b;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 28px;
  max-width: 790px;
  list-style: none;
  margin-bottom: 32px;
}
@media (max-width: 568px) {
  .section-1 .lft .des-list {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .section-1 .lft .des-list {
    margin-top: 12px;
  }
}
@media (max-width: 1600px) {
  .section-1 .lft .des-list {
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.section-1 .lft .des-list li {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #525252;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .section-1 .lft .des-list li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
.section-1 .lft .des-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(https://images.tenorshare.com/img-2024/product/ianygo/blue-correct.png)
    no-repeat;
  background-size: 100% 100%;
  top: 2px;
  left: -28px;
}
@media (min-width: 1600px) {
  .section-1 .lft .des-list li::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}
.section-1 .lft .des-list li:not(:nth-child(1)) {
  margin-top: 12px;
}
.section-1 .lft .btn {
  height: 64px;
  min-width: 240px;
}
.section-1 .imgBox {
  margin: 0 -24px;
}

.section-2 {
  background-color: #23272a;
  padding: 80px 0 96px;
  position: relative;
}
.section-2::before {
  content: "";
  width: 564px;
  height: 469px;
  background: url(https://images.tenorshare.com/ianygo/sec-2-bg1.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.section-2::after {
  content: "";
  width: 545px;
  height: 540px;
  background: url(https://images.tenorshare.com/ianygo/sec-2-bg2.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.section-2 .content {
  position: relative;
  z-index: 1;
}
.section-2 .content h2 {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.section-2 .content h2 span {
  color: #5865f2;
}
.section-2 .content h2 .discord {
  position: relative;
  display: inline-block;
  left: 27px;
  bottom: 12.6px;
}

.section-2 .content .content-main {
  background: #1e1f22;
  border-radius: 20px;
  gap: 120px;
  height: 520px;
}
.section-2 .content .lft {
  width: 600px;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: url(https://images.tenorshare.com/ianygo/sec2-img-bg.png) no-repeat center;
  background-size: cover;
}
.section-2 .content .lft .img-box {
  position: absolute;
  width: 328px;
  height: 422px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  left: 142px;
  bottom: 0;
}
.section-2 .content .lft video {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-2 .content .rgt {
  width: 800px;
}
.section-2 .content .rgt .top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px;
  border-radius: 12px;
  background-color: #ffffff1a;
}
.section-2 .content .rgt .top .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 32px;
  font-size: 20px;
  border-radius: 12px;
  line-height: 1.5;
  cursor: pointer;
  color: #ffffffb2;
}
.section-2 .content .rgt .top .swiper-slide.swiper-slide-thumb-active {
  background: #ffffff;
  font-weight: 600;
  color: #1e1f22;
}
.section-2 .content .rgt .top .swiper-slide:last-child {
  margin: 0 !important;
}
.section-2 .content .rgt .top .hot {
  position: relative;
}
.section-2 .content .rgt .top .hot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="4.5" fill="%23FF5500" stroke="white"/></svg>');
  position: absolute;
  top: 4px;
  right: 27px;
}
.section-2 .content .rgt .top .active.hot::before {
  display: none;
}
.section-2 .content .rgt .sec2-con-swiper > .swiper-wrapper > .swiper-slide {
  margin-top: 36px;
}
.section-2 .content .rgt .sec2-con-swiper li {
  border-bottom: 1px solid #3a3a3a1a;
  margin-bottom: 12px;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 27px;
}
.section-2 .content .rgt .sec2-con-swiper li:hover {
  color: #ffffff;
  transition: all 0.3s;
}
.section-2 .content .rgt .sec2-con-swiper li:last-child {
  margin-bottom: 0;
}
.section-2 .content .rgt .sec2-con-swiper .label-txt {
  min-width: 80px;
  padding: 5.5px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  line-height: 21px;
  display: inline-block;
}
.section-2 .content .rgt .sec2-con-swiper .label-txt span {
  display: inline-block;
}
.section-2 .content .rgt .sec2-con-swiper .trend {
  background: linear-gradient(270deg, #bfa2ff 0%, #6f71ff 100%);
}
.section-2 .content .rgt .sec2-con-swiper .new {
  background: linear-gradient(270deg, #ffa2a4 0%, #f36fff 100%);
}
.section-2 .content .rgt .sec2-con-swiper .event {
  background: linear-gradient(270deg, #36d1e9 0%, #0bdb81 100%);
}
.section-2 .content .rgt .sec2-con-swiper .sales {
  background: linear-gradient(270deg, #ff8284 0%, #fca533 100%);
}
.section-2 .content .rgt .sec2-con-swiper .guide {
  background: linear-gradient(270deg, #ff8284 0%, #fca533 100%);
}
.section-2 .content .rgt .sec2-con-swiper p {
  overflow: hidden;
}
.section-2 .content .rgt .sec2-con-swiper .text {
  width: 520px;
  overflow: hidden;
  white-space: nowrap;
}
.section-2 .content .rgt .sec2-con-swiper .text a {
  white-space: normal;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  max-width: 520px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-2 .content .rgt .sec2-con-swiper a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
}
.section-2 .content .rgt .bottom-video {
  max-width: 342px !important;
  height: fit-content;
  min-height: 368px;
  margin:16px auto 0;
  border-radius: 24px;
  overflow: hidden;
  background: url(https://images.tenorshare.com/ianygo/sec2-img-bg-mobile.png) no-repeat center;
  background-size: cover;
}
.section-2 .content .rgt .bottom-video .img-box{
  border-radius: 31.14px 31.14px 0 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-48.5%);
  bottom: 0;
  width: 256px;
  height: 327px;
}
.section-2 .content .rgt .sec2-con-swiper .event-slide .swiper-wrapper {
  padding-bottom: 20px;
}
.section-2 .content .rgt .sec2-con-swiper .event-slide .swiper-slide {
  align-items: flex-start !important;
}
.section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con {
  gap: 12px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24.2px;
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .event-slide
  .event-slide-con:not(:first-of-type) {
  margin-top: 24px;
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .event-slide
  .event-slide-con
  .content {
  max-width: 520px;
}
.section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con p {
  margin: 0;
}
.section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con p a {
  color: rgba(255, 255, 255, 0.7);
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .event-slide
  .event-slide-con
  .content
  b {
  font-weight: 700;
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .event-slide
  .event-slide-con
  .content
  > div {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  background: #ffffff1a;
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .event-slide
  .event-slide-con
  .content
  > div
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.section-2 .content .rgt .sec2-con-swiper .swiper-pagination {
  bottom: 0;
  line-height: 4px;
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  width: 4px;
  height: 4px;
  transition: all 0.3s;
}
.section-2
  .content
  .rgt
  .sec2-con-swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #fff !important;
  width: 12px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .section-2 .content .rgt .sec2-con-swiper .text a {
    white-space: nowrap;
  }
}

@media (max-width: 1600px) {
  .section-2 {
    padding: 60px 0 80px;
  }
  .section-2::before {
    content: "";
    width: 400px;
    height: 284px;
  }
  .section-2::after {
    content: "";
    width: 400px;
    height: 284px;
  }
  .section-2 .content h2 {
    margin-bottom: 48px;
  }
  .section-2 .content h2 .discord svg {
    width: 66px;
    height: auto;
  }
  .section-2 .content .content-main {
    gap: 32px;
    height: 484px;
  }
  .section-2 .content .lft {
    width: 450px;
    height: 100%;
    background: url(https://images.tenorshare.com/ianygo/sec2-img-bg-1366.png) no-repeat center;
    background-size: cover;
  }
  .section-2 .content .lft .img-box {
    position: absolute;
    width: 246px;
    height: 411px;
    border-radius: 30px 30px 0 0;
    left: 106px;
  }
  .section-2 .content .rgt {
    width: 684px;
  }
  .section-2 .content .rgt .top .swiper-slide {
    padding: 8px 24px;
    font-size: 18px;
  }
  .section-2 .content .rgt .sec2-con-swiper li {
    font-size: 16px;
    line-height: 24px;
  }
  .section-2 .content .rgt .sec2-con-swiper .text {
    width: 480px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    > .swiper-wrapper
    > .swiper-slide:first-of-type {
    margin-top: 19px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    .content {
    width: 478px;
  }
  .section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con {
    font-size: 16px;
    line-height: 24px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    .date {
    font-size: 16px;
    line-height: 24px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    .content
    > div
    p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1280px) {
  .section-2 .content h2 {
    margin-bottom: 32px;
  }
  .section-2 .content .content-main {
    gap: 24px;
    height: 484px;
  }
  .section-2 .content .lft {
    width: 380px;
    min-width: 380px;
    height: 100%;
  }
  .section-2 .content .lft .img-box {
    left: 72px;
  }
  .section-2 .content .rgt {
    width: 560px;
  }
  .section-2 .content .rgt .top .swiper-slide {
    padding: 8px 12px;
    font-size: 16px;
  }
  .section-2 .content .rgt .top .hot {
    position: relative;
  }
  .section-2 .content .rgt .top .hot::before {
    top: 8px;
    right: 4px;
  }
  .section-2 .content .rgt .sec2-con-swiper li {
    font-size: 14px;
    gap: 12px;
    line-height: 21px;
  }
  .section-2 .content .rgt .sec2-con-swiper .text {
    width: 348px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    .content {
    width: 360px;
  }
  .section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con {
    font-size: 14px;
    line-height: 21px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    .date {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .section-2 {
    padding: 60px 0;
  }
  .section-2::before {
    content: "";
    width: 289px;
    height: 204px;
  }
  .section-2::after {
    content: "";
    width: 271px;
    height: 192px;
  }
  .section-2 .content h2 {
    margin-bottom: 28px;
  }
  .section-2 .content .content-main {
    height: 100%;
  }
  .section-2 .content .rgt {
    width: 100%;
  }
  .section-2 .content .rgt .sec2-con-swiper {
    margin: 0 24px;
  }
  .section-2 .content .rgt .sec2-con-swiper .text {
    width: 490px;
  }
  .section-2 .content .rgt .sec2-con-swiper .swiper-slide {
    margin-top: 12px;
  }
  .section-2 .content .rgt .sec2-con-swiper > .swiper-wrapper > .swiper-slide {
    margin-top: 20px;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    > .swiper-wrapper
    > .swiper-slide:first-of-type {
    margin-top: 29px;
  }
}
@media (max-width: 767.98px) {
  .section-2 .content h2 {
    display: block;
  }
  .section-2 .content h2 .discord svg {
    display: none;
  }
  .section-2 .content h2 .discord::after {
    width: 18px;
    height: 31px;
    top: -14px;
    right: -8px;
  }
  .section-2 .content .rgt {
    padding: 8px 8px 0;
  }
  .section-2 .content .rgt .top {
    width: 100%;
    padding: 8px 18px;
  }
  .section-2 .content .rgt .top .swiper-wrapper {
    flex-wrap: wrap;
    gap: 8px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .section-2 .content .rgt .top .swiper-slide {
    flex: 1;
    justify-content: center;
  }
  .section-2 .content .rgt .top .hot::before {
    top: 8px;
    right: 3px;
  }
  .section-2 .content .rgt .sec2-con-swiper {
    margin: 0 8px;
    padding-bottom: 20px;
  }
  .section-2 .content .rgt .sec2-con-swiper li {
    flex-direction: column;
  }
  .section-2 .content .rgt .sec2-con-swiper li > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .section-2 .content .rgt .sec2-con-swiper .text {
    width: 100%;
  }
  .section-2 .content .rgt .sec2-con-swiper .text a {
    white-space: wrap;
  }
  .section-2 .content .rgt .sec2-con-swiper .event-slide .event-slide-con {
    flex-direction: column;
    width: 100%;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    > div:first-of-type {
    display: flex;
    justify-content: space-between;
  }
  .section-2
    .content
    .rgt
    .sec2-con-swiper
    .event-slide
    .event-slide-con
    .content {
    max-width: 100%;
    width: 100%;
  }
}
.section-3{
  padding: 0 
}
.section-3 .content {
  position: relative;
}
.section-3 .content .top {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.0588235294);
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.section-3 .content .sec3-nav-swiper .swiper-slide {
  border: 1px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 32px;
  font-size: 20px;
  border-radius: 12px;
  line-height: 1.5;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
.section-3 .content .sec3-nav-swiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid rgba(82, 82, 255, 0.0588235294);
  background: #ffffff;
  font-weight: 600;
  color: #5252ff;
}
.section-3 .content .sec3-nav-swiper .swiper-slide:last-child {
  margin: 0 !important;
}
.section-3 .content .sec3-nav-swiper .item1.swiper-slide-thumb-active {
  color: #ff681c;
}
.section-3 .content .sec3-nav-swiper .item2.swiper-slide-thumb-active {
  color: #ff891b;
}
.section-3 .content .sec3-nav-swiper .item3.swiper-slide-thumb-active {
  color: #3ab910;
}
.section-3 .content .sec3-nav-swiper .item4.swiper-slide-thumb-active {
  color: #6767ff;
}
.section-3 .content .sec3-con-swiper .swiper-slide {
  padding: 204px 0 126px;
}
.section-3 .content .sec3-con-swiper .swiper-slide .cell {
  max-width: 1264px;
}
.section-3 .content .sec3-con-swiper .swiper-slide .lft {
  width: 552px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.section-3 .content .sec3-con-swiper .swiper-slide .lft h2 {
  line-height: 1.2;
}
.section-3 .content .sec3-con-swiper .swiper-slide .lft p {
  flex: 1;
  font-size: 16px;
}
.section-3 .content .sec3-con-swiper .swiper-slide .lft .btn-group {
  gap: 32px;
}
.section-3 .content .sec3-con-swiper .swiper-slide .lft .learn-more {
  font-size: 14px;
  line-height: 21px;
  color: #525252;
  text-decoration: underline;
  display: inline-block;
  margin-top: 18px;
}
.section-3 .content .sec3-con-swiper .swiper-slide .lft .learn-more:hover {
  color: #ff5500;
}
@media (max-width: 1279.98px) {
  .section-3 .content .sec3-con-swiper .swiper-slide .lft .btn-group {
    flex-direction: column;
  }
}
.section-3 .content .sec3-con-swiper .swiper-slide .rgt {
  width: 640px;
}
.section-3 .content .sec3-con-swiper .item1 {
  background: #ffece3;
}
.section-3 .content .sec3-con-swiper .item2 {
  background: #fff4c9;
}
.section-3 .content .sec3-con-swiper .item3 {
  background: #e9ffc4;
}
.section-3 .content .sec3-con-swiper .item4 {
  background: #e4e4ff;
}
@media (max-width: 1599.98px) {
  .section-3 .content .top {
    top: 80px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide {
    padding: 184px 0 79px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .cell {
    max-width: 1144px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .rgt {
    width: 520px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .lft .learn-more {
    margin-top: 12px;
  }
}
@media (max-width: 1279.98px) {
  .section-3 {
    padding-bottom: 0;
  }
  .section-3 .content .sec3-nav-swiper .swiper-slide {
    padding: 6px 16px;
    font-size: 16px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .cell {
    max-width: 912px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .lft {
    width: 420px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .rgt {
    width: 496px;
  }
}
@media (max-width: 991.98px) {
  .section-3 {
    padding: 0;
  }
  .section-3 .container {
    padding: 0;
  }
  .section-3 .content .top {
    width: 220px;
    top: 60px;
    background: #fff;
  }
  .section-3 .content .top .swiper-button-next,
  .section-3 .content .top .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
  }
  .section-3 .content .top .swiper-button-next::after,
  .section-3 .content .top .swiper-button-prev::after {
    display: none;
  }
  .section-3 .content .top .swiper-button-next {
    right: -56px;
  }
  .section-3 .content .top .swiper-button-prev {
    left: -56px;
  }
  .section-3 .content .sec3-nav-swiper .swiper-slide {
    padding: 6px 16px;
    font-size: 16px;
    justify-content: center;
  }
  .section-3 .content .sec3-con-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide {
    height: auto;
    padding: 126px 32px 96px;
  }
  .section-3 .content .sec3-nav-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #fff;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .cell {
    max-width: 912px;
    padding: 0 8px;
    flex-direction: column;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .lft {
    width: 100%;
    margin-bottom: 32px;
    align-items: center;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .lft .text {
    text-align: center;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .lft .btn-group {
    margin: auto;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .lft .learn-more {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-top: 12.5px;
  }
  .section-3 .content .sec3-con-swiper .swiper-slide .rgt {
    width: 100%;
  }
  .section-3 .content .sec3-con-swiper .swiper-pagination {
    bottom: 30px;
  }
  .section-3 .content .sec3-con-swiper .swiper-pagination span {
    width: 12px;
    height: 12px;
  }
  .section-3
    .content
    .sec3-con-swiper
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background: #000000;
  }
}

#pro-guide {
  padding: 40px 0;
  background: #f0f0ff;
}
#pro-guide h2 {
  max-width: 100%;
}
#pro-guide .nav-contanier {
  width: calc(100% + 48px);
  margin: 24px 0 0 -24px;
}
#pro-guide .nav-contanier .nav-contanier-content {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#pro-guide .nav-contanier .nav-contanier-content::-webkit-scrollbar {
  display: none;
}
#pro-guide .nav {
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
#pro-guide .nav::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #d8dfe2;
  position: absolute;
  bottom: 0;
  left: 0;
}
#pro-guide .nav .nav-link {
  padding: 0 16px;
  padding-bottom: 10px;
  cursor: pointer;
  line-height: 150%;
  white-space: nowrap;
  position: relative;
  text-align: center;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}
#pro-guide .nav .nav-link.active {
  color: #6767ff;
  font-weight: 500;
}
#pro-guide .nav .nav-link.active::after {
  z-index: 99;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #6767ff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
#pro-guide .tab-content {
  margin-top: 40px;
}
#pro-guide .tab-content .link-more a {
  font-size: 16px;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item {
  background: rgba(180, 211, 255, 0.1019607843);
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px !important;
  transition: all 0.4s;
  border-radius: 12px;
  border: none !important;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-item:last-child {
  margin-bottom: 0 !important;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
  padding: 12px 16px;
  line-height: 150%;
  background: none;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button:hover {
  color: #6767ff;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="%23212121"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="currentColor"/> </svg>');
}
#pro-guide
  .accordion.v1.v1-0-1
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: #fff;
  padding-top: 32px;
  padding-bottom: 4px;
  font-weight: 600;
}
#pro-guide
  .accordion.v1.v1-0-1
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="19" y="10" width="2" height="20" rx="1" fill="white"/><rect x="30" y="19" width="2" height="20" rx="1" transform="rotate(90 30 19)" fill="white"/> </svg>');
  transform: rotate(45deg);
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  padding: 8px 16px 16px;
  color: #fff;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body a {
  color: #fff;
  text-decoration: underline;
}
#pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
  opacity: 0.8;
  font-size: 16px;
}
#pro-guide #faq-part-content-2 .row {
  gap: 20px;
}
#pro-guide #faq-part-content-2 .vertical {
  gap: 20px;
}
#pro-guide #faq-part-content-2 .item {
  height: 100%;
  padding: 28px 16px;
  border-radius: 12px;
  background: rgba(180, 211, 255, 0.1019607843);
}
#pro-guide #faq-part-content-2 .item .tit {
  color: #212121;
  font-weight: 600;
  line-height: 150%;
}
#pro-guide #faq-part-content-2 .item ul {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#pro-guide #faq-part-content-2 .item ul li {
  margin-top: 20px;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#pro-guide #faq-part-content-2 .item ul li a {
  width: 100%;
  font-weight: 400;
}
#pro-guide .view_more {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 992px) {
  #pro-guide {
    padding: 80px 0;
  }
  #pro-guide .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  #pro-guide .nav-contanier {
    width: 100%;
    margin: 40px auto 0;
  }
  #pro-guide .nav-contanier::after {
    height: 4px;
  }
  #pro-guide .tab-content {
    padding: 0;
  }
  #pro-guide .nav {
    font-size: 18px;
    gap: 64px;
  }
  #pro-guide .nav::after {
    display: none;
  }
  #pro-guide .nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
  #pro-guide .nav .nav-link.active::after {
    width: 70%;
    height: 4px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
  }
  #pro-guide
    .accordion.v1.v1-0-1
    .accordion-item
    .accordion-button:not(.collapsed) {
    padding-top: 24px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button::after {
    width: 40px;
    height: 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding: 0 1.5rem 1.5rem;
  }
  #pro-guide #faq-part-content-2 .row {
    gap: 0;
  }
  #pro-guide #faq-part-content-2 .item ul li a {
    width: auto;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
  #pro-guide .view_more {
    margin: 24px auto 0;
  }
}
@media (min-width: 1280px) {
  #pro-guide .tab-content {
    max-width: 1096px;
    margin-left: auto;
    margin-right: auto;
  }
  #pro-guide .nav .nav-link {
    font-size: 20px;
  }
  #pro-guide .nav .nav-link.active::after {
    height: 4px;
    width: 70%;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    padding: 24px 40px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    font-size: 16px;
    padding: 0 40px 24px;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
  #pro-guide #faq-part-content-2 .vertical .item {
    flex: 1 1 40%;
  }
}
@media (min-width: 1400px) {
  #pro-guide .nav {
    font-size: 20px;
  }
  #pro-guide .nav-contanier {
    max-width: 1266px;
  }
}
@media (min-width: 1600px) {
  #pro-guide {
    padding: 100px 0;
  }
  #pro-guide .nav-contanier {
    margin-top: 60px;
  }
  #pro-guide .tab-content {
    margin-top: 60px;
    max-width: 100%;
  }
  #pro-guide .tab-content .link-more a {
    font-size: 18px;
  }
  #pro-guide .nav .nav-link {
    padding-bottom: 14px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 200%;
    padding: 1.5rem 2.25rem;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0.625rem 8rem 24px 2.25rem;
    font-size: 18px;
  }
  #pro-guide .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    font-size: 18px;
  }
  #pro-guide #faq-part-content-2 .item {
    padding: 32px;
  }
  #pro-guide #faq-part-content-2 .item ul li {
    margin-top: 24px;
  }
  #pro-guide #faq-part-content-2 .item ul li a {
    font-size: 18px;
  }
  #pro-guide #faq-part-content-2 .vertical {
    gap: 20px;
  }
}
