.contBox {
  margin-top: -64px;
}

.swiper-cont>div {
  box-shadow: 0px 12px 40px 0px rgba(143, 143, 143, 0.1);
}

@media (max-width: 991.98px) {
  .swiper-cont {
    max-width: 100% !important;
  }
}

.swiper-cont .swiper .swiper-slide {
  padding: 16px;
  height: 100%;
  background: #fff;
}

.swiper-cont .swiper .swiper-slide .swiper-lft {
  font-size: 14px;
  line-height: 160%;
  color: #1A1A1A;
  opacity: 0.6;
}

.swiper-cont .swiper .swiper-slide .swiper-rgt {
  height: max-content;
  gap: 24px;
}

.swiper-cont .swiper .swiper-slide .swiper-rgt img {
  height: 16px;
}

.swiper-cont .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
}

.swiper-cont .swiper .swiper-pagination-bullet {
  width: 14px;
  border-radius: 29px;
  height: 5px;
}

@media (min-width: 768px) {
  .contBox {
    margin-top: -43px;
  }
}

@media (min-width: 992px) {
  .contBox {
    margin-top: -72px;
  }

  .swiper-cont {
    height: 144px;
  }

  .swiper-cont .swiper .swiper-slide {
    padding: 0px 24px;
  }

  .swiper-cont .swiper .swiper-slide .swiper-lft {
    font-size: 18px;
  }

  .swiper-cont .swiper .swiper-slide .swiper-rgt {
    gap: 32px;
    margin-top: 16px;
  }

  .swiper-cont .swiper .swiper-slide .swiper-rgt img {
    height: 20px;
  }
}

@media (min-width: 1280px) {
  .swiper-cont .swiper .swiper-slide {
    padding: 0px 32px;
  }

  .swiper-cont .swiper .swiper-slide .swiper-rgt {
    gap: 64px;
    margin-top: 24px;
  }
}

@media (min-width: 1600px) {
  .contBox {
    margin-top: -72px;
  }

  .swiper-cont {
    height: 144px;
  }

  .swiper-cont .swiper .swiper-slide .swiper-rgt {
    gap: 120px;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=swiper-cont.css.map */

.sec-3 {
  padding: 120px 0;
  background: #A6FF001A;
}



.sec-3 .container {
  position: relative;
}

.sec-3 .h2-title {
  margin-bottom: 48px;
}

.btm-module .item .rgt {
  width: 80px;
}

@media (min-width:1600px) {
  .sec-3 .h2-title {
    margin-bottom: 64px;
  }
}

.sec-3 .container .button-box {
  position: absolute;
  top: 50%;
  width: 1620px;
  left: -80px;
  justify-content: space-between;
}

.sec-3 .cell {
  border-radius: 24px;
  background-color: #fff;
  color: #00000099;
}

.sec-3 .cell:hover {
  text-decoration: none;
}

.sec-3 .user-img {
  width: 456px;
  height: 258px;
  max-width: 100%;
}

.sec-3 .review-content {
  padding: 32px;
}

.sec-3 .review-content .text-h4 {
  font-family: HarmonyOS Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: center;
}

.sec-3 .review-content .text-h4 a {
  color: #026A0D;
  text-decoration: underline;
}

.sec-3 .review-content .text-p {
  font-family: HarmonyOS Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
}

.sec-3 .swiper-reviews .swiper-pagination {
  position: unset;
}

.sec-3 .swiper-reviews .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #4255ff;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-3 .swiper-reviews .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 20px;
  opacity: 1;
}

.sec-3 .swiper-button-prev,
.sec-3 .swiper-button-next {
  width: 64px;
  height: 64px;
  box-shadow: 0px 6.4px 16px rgba(0, 0, 0, 0.05);
  color: #000;
}

.sec-3 .swiper-button-prev:not(.swiper-button-disabled):hover,
.sec-3 .swiper-button-next:not(.swiper-button-disabled):hover {
  color: #a6ff00;

}

.sec-3 .swiper-button-prev.swiper-button-disabled,
.sec-3 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.1);
}

.sec-3 .swiper-button-prev:after,
.sec-3 .swiper-button-next:after {
  display: none;
}

.sec-3 .swiper-slide a:hover {
  text-decoration: none;
}

@media (max-width:1600px) and (min-width:1366px) {
  .sec-3 .container .button-box {
    width: 1350px;
    left: -63px;
  }

  .sec-3 .user-img {
    width: 100%;
    height: auto;
  }

  .sec-3 .review-content {
    padding: 24px;
  }

  .sec-3 .review-content .text-h4 {
    font-size: 20px;
    text-align: center;
  }

  .sec-3 .review-content .text-p {
    font-size: 16px;
  }
}

@media (max-width:1366px) {

  .sec-3 .user-img {
    width: 100% !important;
    height: auto;
  }



  .sec-3 .swiper-button-prev,
  .sec-3 .swiper-button-next {
    width: 48px;
    height: 48px;
  }

  .sec-3 .container .button-box {
    width: 100%;
    top: 0;
    position: relative;
    bottom: 0;
    margin-top: 48px !important;
    left: 0;
    display: flex;
    justify-content: center;
  }
}

@media (max-width:1280px) {
  .sec-3 .review-content {
    padding: 36px;
  }

}

@media (max-width: 760px) {

  .sec-3 .swiper-button-next {
    right: 20px;
  }

  .sec-3 .swiper-button-prev {
    left: 20px;
  }

  .sec-3 .review-content {
    padding: 24px 12px;
  }

  .sec-3 {
    padding: 64px 0 120px;
  }
}

.btm-module .item .rgt {
  width: 80px;
}


.btm-module .item {
  border-radius: 24px;
  padding: 40px 16px;
  background: url(https://www.blipcut.com/images/product/vincent-video/logo-bottom-bgi.png?w=2864&h=940) no-repeat;
  background-size: cover;
}

.btm-module .item .lft {
  width: 100%;
}

.btm-module .item .lft a {
  height: 64px;
  padding: 14px 40px 14px 40px;
}

.btm-module .btn-icon {
  width: 36px;
  height: 36px;
  margin-right: 6px;
}

.btm-module .lft h3 {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 21.43%, #A6FF00 127.68%);

}

.btm-module .lft p {
  color: #FFFFFFE5;
}

@media (max-width:767px) {
  .btm-module .item {
    padding: 64px 24px 72px;
    background: url(https://www.blipcut.com/images/product/vincent-video/logo-bottom-bgi-1.png?w=2864&h=940) no-repeat;
    background-size: 100% 100%;
  }

  .btm-module .text-center {
    max-width: 283px;
    margin-left: auto;
    margin-right: auto;
  }

  .btm-module .item .text-center {
    max-width: none;
  }

  .btm-module .lft h3 {
    font-size: 26px;
    line-height: 36.4px;
  }
}

@media (min-width: 992px) {
  .btm-module .item {
    border-radius: 32px;
    padding: 24px;
  }

  .btm-module .item .rgt {
    width: 106px;
  }
}

@media (min-width: 1280px) {
  .btm-module .item {
    border-radius: 32px;
    padding: 64px 64px;
  }
}

@media (min-width: 1600px) {
  .btm-module .item {
    border-radius: 48px;
    padding: 67px 86px 67px 120px;
  }
}

.peo_comment .review-swiper .swiper-slide {
  padding: 32px;
  height: auto;
  font-size: 16px;
}

.peo_comment .for-more a {
  color: rgba(26, 26, 26, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;

}

.peo_comment .review-swiper .swiper-slide::before {
  content: "";
  width: 44px;
  height: 38px;
  background: url('data:image/svg+xml,<svg preserveAspectRatio="none meet"  width="45" height="39" viewBox="0 0 45 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.3533 5.1104L10.2208 0C7.05953 3.16127 4.66781 7.18261 2.97562 10.874C0.464217 16.3523 0 22.4588 0 28.4854V38.8391H17.3754V18.3975H9.70976C9.70976 15.8423 13.9684 8.85804 16.3533 5.1104Z" fill="%23A6FF00"/><path d="M43.4385 5.1104L37.306 0C34.1447 3.16127 31.753 7.18261 30.0608 10.874C27.5494 16.3523 27.0852 22.4588 27.0852 28.4854V38.8391H44.4606V18.3975H36.795C36.795 15.8423 41.0536 8.85804 43.4385 5.1104Z" fill="%23A6FF00"/></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}

.peo_comment .review-swiper .swiper-slide .title-dec {
  flex: 1;
}

.peo_comment .review-swiper .swiper-slide .title-dec h3 a {
  color: #026A0D;
  text-decoration: underline;
}

.peo_comment .review-swiper .swiper-slide .title-dec p {
  font-size: 14px;
}

.peo_comment .review-swiper .swiper-slide h5 {
  font-size: 18px;
  line-height: 150%;
}

.peo_comment .review-swiper .swiper-slide .avatar-list img {
  max-width: 50px;
}

.peo_comment .review-swiper .swiper-slide .avatar-list img:not(:first-child) {
  margin-left: -20px;
}

.peo_comment .review-swiper .swiper-slide .review-cont {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.peo_comment .swiper-button-prev,
.peo_comment .swiper-button-next {
  width: 64px;
  height: 64px;
  box-shadow: 0px 6.4px 16px rgba(0, 0, 0, 0.05);
  color: #000;
}

.peo_comment .swiper-button-prev::after,
.peo_comment .swiper-button-next::after {
  display: none;
}

.peo_comment .swiper-button-prev:not(.swiper-button-disabled):hover,
.peo_comment .swiper-button-next:not(.swiper-button-disabled):hover {
  color: #A6FF00;
}

.peo_comment .swiper-button-prev.swiper-button-disabled,
.peo_comment .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .peo_comment .review-swiper .swiper-slide {
    padding: 40px 40px 40px 48px;
  }

  .peo_comment .review-swiper .swiper-slide .avatar-list img {
    max-width: 56px;
  }

  .peo_comment .review-swiper .swiper-slide::before {
    width: 45px;
    height: 39px;
  }
}

@media (min-width: 1280px) {
  .peo_comment .review-swiper .swiper-slide .title-dec p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=comment.css.map */


.pro_faq {
  padding-bottom: 0;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item {
  margin-bottom: 0;
  padding: 20px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item:has(.show) {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 24px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item>div::after {
  display: block;
  content: "";
  border: 1px solid #F2F2F2;
  position: relative;
  top: 20px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header.collapsed {
  font-weight: 700 !important;
  color: #1A1A1A !important;
  padding: 0;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header {
  font-weight: 700 !important;
  font-size: 18px;
  padding: 0 0 16px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header h3 {
  margin-bottom: 0;
  font-size: 16px;
  margin-right: 16px;
  line-height: 1.5;
  text-align: start;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%231A1A1A" stroke-width="3" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header:not(.collapsed)::after {
  transform: rotate(180deg);
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
  overflow: hidden;
  padding: 0;
  font-size: 14px;
}

.pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body * {
  color: #7A7A7A;
  font-size: 14px;
}

@media (min-width: 992px) {
  .pro_faq .accordion.v1.v1-0-1 .accordion-item {
    margin-bottom: 0;
    padding: 26px 40px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item:has(.show) {
    padding: 32px 40px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item>div::after {
    top: 26px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header {
    font-size: 24px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header h3 {
    font-size: 18px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-header::after {
    width: 32px;
    height: 32px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body {
    padding: 0;
    font-size: 16px;
  }

  .pro_faq .accordion.v1.v1-0-1 .accordion-item .accordion-body p {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .pro_faq {
    padding: 100px 0 0;
  }
}

/*# sourceMappingURL=faq.css.map */

.step .list .cell {
  text-align: center;
  margin-bottom: 24px;
}

.step .list .cell .cell-img {
  width: 100%;
  /* border: 1px solid #1A1A1A;*/
  border-radius: 12px;
  margin-bottom: 33px;
}

.step .list .cell .step-title {
  font-size: 12px;
  padding: 3px 24px;
  border-radius: 24px;
  background: rgba(166, 255, 0, 0.3);
  margin: 24px 0 32px;
}

.step .list .cell .describe {
  font-size: 12px;
}

.step .list .cell .describe h4 {
  margin-bottom: 12px;
}

.step .tab-pane .ratio {
  width: 695px;
  height: 386px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .step .tab-pane .ratio {
    width: 100%;
    height: 54vw;
    border-radius: 10px;
  }
}

/* new */
.step .nav {
  width: max-content;
  padding: 4px;
  background: #F2F2F2;
  border-radius: 12px;
  margin-bottom: 40px;
}

.step .nav span {
  width: 186px;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  color: #1A1A1A;
  cursor: pointer;
}

.step .nav span.active {
  font-weight: 700;
  background: #FFFFFF;
}

@media (max-width: 767.98px) {
  .step .nav {
    width: 95%;
  }

  .step .nav span {
    width: 50%;
    font-size: 14px;
    height: 42px;
  }
}

@media (min-width: 992px) {
  .step .list .cell {
    text-align: start;
    margin-bottom: 0px;
  }

  .step .list .cell .cell-img {
    width: 288px;
    margin-bottom: 28px;
  }

  .step .list .cell .step-title {
    font-size: 14px;
  }

  .step .list .cell .describe {
    max-width: 288px;
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .step .list .cell .cell-img {
    width: 374px;
  }

  .step .list .cell .describe {
    max-width: 374px;
  }
}

@media (min-width: 1600px) {
  .step .list .cell .cell-img {
    width: 448px;
  }

  .step .list .cell .describe {
    max-width: 413px;
  }
}

@media (min-width: 1600px) {
  .step .list .cell .cell-img {
    height: 272px;
    width: 450px;
    border-radius: 16px;
  }

  .step .list .cell .cell-img img {
    border-radius: 12px;
  }

  .step .list .cell .step-title {
    padding: 3px 24px;
    border-radius: 24px;
    background: rgba(166, 255, 0, 0.3);
    margin: 24px 0 32px;
  }

  .step .list .cell .describe {
    max-width: 413px;
  }

  .step .list .cell .describe h4 {
    margin-bottom: 12px;
  }
}

/*# sourceMappingURL=step.css.map */

.new-btn {
  margin: 32px 0 24px;
}

.new-btn .desktop {
  gap: 16px;
  display: flex;
}

.new-btn .desktop .btn-xl {
  border: 2px solid #25442d;
  color: #25442d;
  background: none;
}

.new-btn .desktop .btn-xl:hover {
  background-color: #25442d;
  color: white;
}

.new-btn .desktop a .text-start span {
  font-family: HarmonyOS Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.new-btn .desktop a .text-start p {
  font-family: HarmonyOS Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: left;
}

.new-btn .mobile {
  gap: 16px;
  display: flex;
}

.new-btn a {
  width: auto;
  height: 72px !important;
  padding: 18px 45px 18px 45px;
  gap: 10px;
  border-radius: 12px;
  align-items: center;
}

@media (max-width: 1600px) {
  .new-btn a {
    padding: 18px 20px;
  }
}

@media (max-width: 992px) {
  .new-btn a {
    padding: 18px 48px;
  }
}

.new-btn a:hover {
  text-decoration: none;
}

.new-btn a .btn-icon {
  width: 36px;
  height: 36px;
}

.new-btn a span {
  font-family: HarmonyOS Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.new-btn .mobile a {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  max-width: 266px;
}

.all-sys {
  gap: 16px;
}

.all-sys a {
  width: 24px;
  height: 24px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  background: #000;
  fill: rgb(247, 255, 230);
  color: rgb(247, 255, 230);
}

.all-sys a svg {
  fill: rgb(247, 255, 230);
}

.all-sys a:hover {
  background: rgb(37, 68, 45);
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  max-width: 1046px;
  margin: 0 auto;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: left;
  color: rgb(26, 26, 26);
}

.btn {
  transition: all .4s;
}

.btn:hover {
  transform: translateY(-4px);

}

#tp-banner {
  background: linear-gradient(0deg, rgba(166, 255, 0, 0.12), rgba(166, 255, 0, 0.12)), linear-gradient(282.34deg, rgba(166, 255, 0, 0.1) -0.63%, rgba(255, 168, 30, 0.1) 101.97%);

}

#tp-banner .swiper-slide-1 {
  padding: 160px 0 128px;
}

#tp-banner .swiper-pagination-bullets {
  bottom: 80px;
}

#tp-banner .swiper-pagination-bullet {
  background: rgba(37, 68, 45, 1);
  width: 48px;
  height: 6px;
  border-radius: 4px;

}

#tp-banner .swiper-button-prev::after,
#tp-banner .swiper-button-next::after {
  content: none;

}

#tp-banner .swiper-button-prev {
  left: 100px;
}

#tp-banner .swiper-button-next {
  right: 100px;
}

#tp-banner .swiper-button-prev,
#tp-banner .swiper-button-next {
  width: 56px;
  height: 56px;
  opacity: 0.3;
}

#tp-banner .swiper-button-prev:hover,
#tp-banner .swiper-button-next:hover {
  opacity: 1;
}

#tp-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  height: 6px;
}

#tp-banner .sec-tit {
  width: max-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #25442D14;
  padding: 12px 20px;
  border-radius: 6px;
  margin-bottom: 16px;
}

#tp-banner .sec-tit a {
  color: #000000;
  text-decoration: underline;
}

#tp-banner .score {
  max-width: 336px;
}

#tp-banner p.conditional {
  font-size: 14px;
  line-height: 160%;
  color: #4A4A4A;
  margin-bottom: 16px;
}

#tp-banner .img-wrap {
  margin-top: 32px;
}

#tp-banner .tit-dec {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-flex;
}

#tp-banner .video-wrap {
  max-width: 480px;
  border-radius: 16px;
  overflow: hidden;
}

#sec-2 {
  padding: 120px 0;
}

#sec-2 .content-wrap {
  margin-top: 64px;
}

#sec-2 .content-wrap .lft {
  width: 42.6%;
}

#sec-2 .content-wrap .lft ul {
  padding-left: 18px;
}

#sec-2 .content-wrap .lft ul li {
  font-size: 18px;
  color: #333333;
  text-align: start;
}

@media (max-width: 991.98px) {
  #sec-2 .content-wrap .lft ul li {
    font-size: 14px;
  }
}

#sec-2 .content-wrap .rgt {
  width: 48.27%;
}

#sec-2 .top-wrap {
  padding: 60px 80px;
  border-radius: 32px;
  background: rgb(244, 255, 255);
}

#sec-2 .search-wrap {
  width: fit-content;
  margin: 64px auto 0;
  position: relative;
}

#sec-2 .search-wrap .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  z-index: 20;
}

#sec-2 .search-wrap input {
  width: 524px;
  border-radius: 71px;
  display: block;
  position: relative;
  height: 56px;
  z-index: 1;
  border: none;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 400;
}

#sec-2 .search-wrap input:focus-visible {
  border: none;
  outline: none;
}

#sec-2 .search-wrap .btn-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
  z-index: 20;
  padding: 0 36px;
  background: rgb(37, 68, 45);
  border-radius: 64px;
  font-size: 16.73px;
  font-weight: 700;
  line-height: 20.08px;
  text-align: center;
  color: #fff;
  height: calc(100% - 6px);
}

#sec-2 .search-wrap::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(271.98deg, #25442d 13.65%, #a6ff00 119.93%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 71px;
  z-index: 0;
}

#sec-2 .language-list-wrap {
  margin-top: 50px;
  padding-top: 32px;
}

#sec-2 .language-list {
  max-height: 306px;
  overflow: auto;
  padding-right: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 64px;
}

#sec-2 .language-list::-webkit-scrollbar {
  width: 8px;
}

#sec-2 .language-list::-webkit-scrollbar-track {
  background-color: inherit;
}

#sec-2 .language-list::-webkit-scrollbar-thumb {
  background: #d8dfe2;
  border-radius: 25px;
}

#sec-2 .language-list .item-wrap {
  max-height: 112px;
  transition: all 0.4s;
  width: calc(33.4% - 12px);
}

#sec-2 .language-list .item-wrap:hover {
  text-decoration: none;
}

#sec-2 .language-list .item-wrap:nth-child(n+4) {
  margin-top: 12px;
}

#sec-2 .language-list .item {
  background: rgb(220, 249, 249);
  padding: 20px 32px;
  border-radius: 12px;
  transition: all 0.4s;
  justify-content: center;
}

#sec-2 .language-list .item span:nth-child(1) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url(https://videotranslator.blipcut.com/images/product/template/bc-sec-10-img-1.png) no-repeat center center;
  background-size: 38px 35px;
  background-position-y: 6px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(166, 255, 0);
  display: none !important;
}

#sec-2 .language-list .item span:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}

#sec-2 .language-list .item span:nth-child(2)  a {
  color: rgb(26, 26, 26);
}

#sec-2 .language-list .item:hover {
  background: rgb(181, 220, 220);
  cursor: pointer;
  text-decoration: none;
}

#sec-2 .language-list-mask {
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec-2 .text-img-wrap .item {
  padding: 60px 80px;
  background: rgb(255, 249, 244);
  margin-top: 32px;
  border-radius: 32px;
}

#sec-2 .text-img-wrap .item .img-wrap {
  width: 48.6%;
}

#sec-2 .text-img-wrap .item .text-wrap {
  width: 42.6%;
}

#sec-2 .text-img-wrap .item .text-wrap .des {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-top: 32px;
}

#sec-2 .text-img-wrap .item .text-wrap .btn-wrap {
  margin-top: 32px;
}

#sec-2 .text-img-wrap .item .text-wrap .btn {
  height: 72px;
}

#sec-2 .text-img-wrap .item .des-list {
  margin-top: 64px;
}

#sec-2 .text-img-wrap .item .des-list .cell {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: rgb(37, 68, 45);
  border: 2px solid rgb(255, 221, 192);
  background: rgb(255, 238, 225);
  border-radius: 34px;
  padding: 2px 24px;
}

#sec-2 .text-img-wrap .item.item-2 {
  background: rgb(249, 255, 244);
}

#sec-2 .text-img-wrap .item.item-2 .des-list .cell {
  background: rgb(238, 255, 225);
  border: 2px solid rgb(205, 255, 192);
}

.editing-features {
  padding: 0 0 120px;
}

.editing-features .top-box {
  background: #ECEEFF;
  border-radius: 32px;
  margin-bottom: 32px;
}

.editing-features .top-box .lft {
  max-width: 578px;
  margin-left: 70px;
}

.editing-features .top-box .lft p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px;
}

.editing-features .top-box .rgt {
  width: 751px;
  margin-top: 35px;
}

.editing-features .swiper-slide {
  width: 335px;
  border-radius: 16px;
}

.editing-features .swiper-slide.one {
  background: #E4FFFB;
}

.editing-features .swiper-slide.two {
  background: #ECEEFF;
}

.editing-features .swiper-slide.three {
  background: #F2FFE7;
}

.editing-features .swiper-slide.four {
  background: #FFF5E7;
}

.editing-features .swiper-slide img {
  padding: 8px 8px 0 8px;
}

.editing-features .swiper-slide .text {
  padding: 28px 24px;
}

.editing-features .swiper-slide .text h4 {
  font-size: 20px;
}

.editing-features .swiper-pagination-bullet {
  background: #25442D;
}

@media (max-width: 1599.98px) {
  .editing-features {
    padding: 0 0 100px;
  }

  .editing-features .swiper-wrapper {
    align-items: stretch;
  }

  .editing-features .swiper-slide .text {
    padding: 20px;
  }
}

@media (max-width: 1279.98px) {
  .editing-features .top-box .lft {
    max-width: 100%;
    padding: 48px 32px 0;
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .editing-features {
    padding: 0 0 64px;
  }

  .editing-features .top-box {
    margin-bottom: 64px;
  }

  .editing-features .top-box .lft {
    text-align: center;
    padding: 24px 12px 0;
  }

  .editing-features .top-box .lft p {
    font-size: 14px;
    line-height: 1.6;
  }

  .editing-features .top-box .rgt {
    width: 100%;
    margin-top: 30px;
  }

  .editing-features .swiper-slide {
    width: 260px;
  }

  .editing-features .swiper-slide .text {
    padding: 22px 12px;
  }

  .editing-features .swiper-slide .text h4 {
    font-size: 16px;
  }

  .editing-features .swiper-slide .text p {
    font-size: 14px;
  }
}

#sec-3 {
  padding: 120px 0;
}

#sec-3 .content-wrap {
  margin-top: 64px;
  background: rgb(244, 255, 255);
  padding: 60px 80px;
}

#sec-3 .content-wrap .lft {
  width: 42.6%;
}

#bc-sec-6 {
  padding: 127px 0;
}

@media (min-width:1600px) {
  #bc-sec-6 .container {
    max-width: 1518px;
  }
}


#bc-sec-6 .content-wrap {
  margin-top: 64px;
}

#bc-sec-6 .item-text {
  width: 566px;
  flex-shrink: 0;
  position: relative;
}

#bc-sec-6 .item-text::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 6px;
  border-radius: 6px;
  left: -30px;
  top: 0;
  background: #F2F2F2;
}

#bc-sec-6 .item-text .swiper-slide {
  height: max-content;
  text-align: left;
  display: flex;
  align-items: start;
  flex-direction: column;
  border-radius: 16px;
  position: relative;
}

#bc-sec-6 .item-text .swiper-slide:not(:last-child) {
  margin-bottom: 32px;
}

#bc-sec-6 .item-text .swiper-slide.swiper-slide-thumb-active {
  background: linear-gradient(270deg, rgba(166, 255, 0, 0.1) -0.63%, rgba(255, 229, 187, 0.1) 100%);
  padding: 24px 16px;
}

#bc-sec-6 .item-text .swiper-slide.swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 6px;
  background: #A6FF00;
  border-radius: 6px;
  top: 0;
  left: -30px;
}

#bc-sec-6 .item-text .swiper-slide:not(:nth-child(1)) {
  /*margin-top: 16px;*/
}

#bc-sec-6 .item-text .swiper-slide span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

#bc-sec-6 .item-text .swiper-slide p {
  color: #4A4A4A;
  margin-top: 16px;
  display: none;
}

#bc-sec-6 .item-text .swiper-slide.swiper-slide-thumb-active p {
  display: block;
}

#bc-sec-6 .item-img {
  margin-left: 56px;
  width: 896px;
  overflow: hidden;
  text-align: center;
}

#bc-sec-6 .item-img .text-wrap {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background-blend-mode: color-dodge;
  margin-top: -150px;
  position: relative;
  z-index: 2;
  border-radius: 24px;
  padding: 32px 24px;
}

#bc-sec-6 .item-img .top {
  padding: 0 8px;
}

#bc-sec-6 .item-img .des {
  color: rgb(74, 74, 74);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin: 24px 0 0;
  text-align: left;
}

#bc-sec-6 .item-img .avator-wrap {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}

#bc-sec-6 .item-img .lft .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  color: rgb(26, 26, 26);
  margin: 0;
  text-align: left;
}

#bc-sec-6 .item-img .lft .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgb(26, 26, 26);
  text-align: left;
  margin: 4px 0 0;
}

@media (max-width: 1599.98px) {
  #bc-sec-6 {
    padding: 100px 0;
  }

  #bc-sec-6 .item-text .swiper-slide:not(:last-child) {
    margin-bottom: 24px;
  }

  #bc-sec-6 .item-text {
    width: 500px;
  }
}

@media (max-width: 1279.98px) {
  #bc-sec-6 .item-text .swiper-slide img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 1279.98px) {
  #bc-sec-6 .content-wrap {
    margin-top: 40px;
  }

  #bc-sec-6 .item-text {
    width: 100%;
  }

  #bc-sec-6 .item-img {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }

  #bc-sec-6 .item-text .swiper-slide {
    font-size: 16px;
    font-weight: 700;
  }

  #bc-sec-6 .item-text .swiper-slide:not(:nth-child(1)) {
    margin-top: 0;
  }

  #bc-sec-6 .item-img .text-wrap {
    margin-top: -170px;
    padding: 16px;
  }

  #bc-sec-6 .item-img .avator-wrap {
    width: 56px;
    height: 56px;
  }

  #bc-sec-6 .item-img .lft .tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  #bc-sec-6 .item-img .lft .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-top: 4px;
  }

  #bc-sec-6 .navigation-btn-wrap {
    height: 40px;
    position: absolute;
    top: 20%;
    width: 100%;
  }

  #bc-sec-6 .swiper-button-prev,
  #bc-sec-6 .swiper-button-next {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 40px;
    height: 40px;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 50%;
    margin-top: 0;
  }

  #bc-sec-6 .swiper-button-prev.swiper-button-disabled,
  #bc-sec-6 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
  }

  #bc-sec-6 .swiper-button-prev.swiper-button-disabled svg,
  #bc-sec-6 .swiper-button-next.swiper-button-disabled svg {
    opacity: 0.3;
  }

  #bc-sec-6 .swiper-button-prev::after,
  #bc-sec-6 .swiper-button-next::after {
    content: none;
  }
}

@media (max-width: 991.98px) {
  #bc-sec-6 {
    padding: 64px 0;
  }
}

@media (max-width: 767.98px) {
  #bc-sec-6 .item-text {
    padding-left: 18px;
  }

  #bc-sec-6 .item-text .swiper-slide {
    border-radius: 8px;
  }

  #bc-sec-6 .item-text .swiper-slide:not(:last-child) {
    margin-bottom: 32px;
  }

  #bc-sec-6 .item-text .swiper-slide.swiper-slide-thumb-active {
    padding: 8px 16px;
  }

  #bc-sec-6 .item-text::before {
    left: 0;
  }

  #bc-sec-6 .item-text .swiper-slide:not(:last-child):after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #E7E7E7;
    bottom: -16px;
    left: 0;
  }

  #bc-sec-6 .item-text .swiper-slide.swiper-slide-thumb-active::before {
    left: -18px;
    height: calc(100% + 16px);
  }

  #bc-sec-6 .item-text .swiper-slide span {
    font-size: 16px;
  }

  #bc-sec-6 .item-text .swiper-slide p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
  }

  #bc-sec-6 .item-img .text-wrap {
    margin-top: -60px;
  }

  #bc-sec-6 .item-img .des {
    font-size: 14px;
    margin-top: 16px;
  }

  #bc-sec-6 .navigation-btn-wrap {
    top: 30%;
  }
}

@media (max-width: 1600px) {
  #sec-2 .text-img-wrap .item .des-list .cell {
    width: 24%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2px 12px;
    font-size: 14px;
  }

  .sec-3,
  #sec-2 {
    padding: 100px 0;
  }

  #sec-2 .top-wrap {
    padding: 48px;
    border-radius: 32px;
  }
}

@media (max-width: 991.98px) {
  #tp-banner .img-wrap {
    margin-top: 32px;
  }

  #tp-banner .icon-wrap {
    margin: -35px 0;
    position: relative;
    z-index: 12;
  }

  #sec-2 .search-wrap input {
    width: 100%;
    max-width: 524px;
    font-size: 12px;
  }

  .new-btn .desktop {
    flex-wrap: wrap;
  }

  #tp-banner .swiper-slide-1 {
    padding: 104px 0px 109px;
  }

  #tp-banner .swiper-pagination-bullets {
    bottom: 24px;
  }

  /* #tp-banner h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  } */

  h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36.4px;
    text-align: center;
  }

  h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
  }

  .sec-3,
  #sec-2 {
    padding: 64px 0;
  }

  #tp-banner .sec-tit {
    text-align: center;
    margin-bottom: 24px;
  }

  #tp-banner .score {
    max-width: 256px;
  }

  #sec-2 .content-wrap {
    margin-top: 32px;
  }

  #sec-2 .top-wrap {
    padding: 24px 12px;
    text-align: center;
  }

  #sec-2 .content-wrap .lft,
  #sec-2 .content-wrap .rgt {
    width: 100%;
  }

  #sec-2 .content-wrap .lft h3 {
    margin-bottom: 24px;
  }

  #sec-2 .content-wrap .lft .des {
    margin-bottom: 32px;
  }

  #sec-2 .search-wrap {
    width: 100%;
  }

  #sec-2 .search-wrap .btn-search {
    padding: 0 24px;
    border: 0;
  }

  #sec-2 .language-list-mask {
    display: none;
  }

  #sec-2 .language-list .item-wrap {
    width: 100%;
  }

  #sec-2 .language-list .item-wrap:not(:nth-child(1)) {
    margin-top: 12px;
  }

  #sec-2 .language-list-wrap {
    margin-top: 24px;
    padding-top: 0;
  }

  #sec-2 .language-list .item {
    padding: 10px 30px;
  }

  #sec-2 .language-list {
    padding-bottom: 32px;
    padding-right: 12px;
  }

  #sec-2 .text-img-wrap .item {
    padding: 24px 12px;
  }

  #sec-2 .text-img-wrap .item .img-wrap,
  #sec-2 .text-img-wrap .item .text-wrap {
    width: 100%;
  }

  #sec-2 .text-img-wrap .item .img-wrap {
    margin-top: 32px;
  }

  #sec-2 .text-img-wrap .item .des-list .cell {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(37, 68, 45);
  }

  #sec-2 .text-img-wrap .item .des-list {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  #sec-2 .text-img-wrap .item .text-wrap .des {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
    color: rgb(74, 74, 74);
    margin-top: 24px;
  }

  #sec-2 .text-img-wrap .item .text-wrap .btn-wrap {
    text-align: center;
  }

  #sec-2 .text-img-wrap .item .text-wrap .btn {
    height: 56px;
    padding: 0 32px;
  }

  #sec-3 .swiper-pagination,
  .step .swiper-pagination {
    text-align: center;
    margin: 0 auto;
    position: relative;
  }

  #sec-3 .swiper-pagination .swiper-pagination-bullet,
  .step .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 5px;
    border-radius: 29px;
    margin: 0 3px;
    opacity: 0.2;
    background: rgb(37, 68, 45);
  }

  #sec-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .step .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    opacity: 1;
  }

  .step .swiper-pagination .swiper-pagination-bullet {
    background: rgb(166, 255, 0);
    opacity: 0.32;
  }

  #sec-3 {
    padding: 64px 0;
  }

  #sec-3 .container {
    padding-right: 0;
  }

  .sec-3 .review-content .text-p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 0;
  }

  .sec-3 .review-content .text-h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;
  }

  .sec-3 .h2-title {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=bc-home.css.map */


.tit-anima-span-wrap {
  position: relative;
  display: inline-block;
  margin-left: -9rem;
  color: #25442D;
}

.tit-anima-span {
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  white-space: pre;
}

@media (max-width: 992px) {
  .tit-anima-span {
    top: 38px;
    left: calc(50% - 60px);
  }
}

/* @media (max-width: 385px) {
  .tit-anima-span {
    top: 77px;
  }
} */

.tit-anima-span:nth-child(1) {
  background: linear-gradient(91.98deg, #25442d -19.93%, #a6ff00 86.35%);

}

.tit-anima-span:nth-child(2) {
  background: linear-gradient(91.75deg, #A41526 0.93%, #FF2842 101.05%);
}

.tit-anima-span:nth-child(3) {
  background: linear-gradient(91.43deg, #735C20 -7.2%, #FFC700 136.62%);
}

.tit-anima-span:nth-child(4) {
  background: linear-gradient(91.98deg, #252E44 -19.93%, #0057FF 86.35%);
}

.tit-anima-span:nth-child(5) {
  background: linear-gradient(91.98deg, #442543 -19.93%, #9E00FF 86.35%);
}



#tp-banner .lids {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.is-hidden {
  /* -webkit-animation: slide-out 0.1s forwards;
-moz-animation: slide-out 0.1s forwards;
animation: slide-out 0.1s forwards; */
  opacity: 0;

}

.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

@media (max-width: 992px) {
  .is-visible {
    top: 38px;
  }
}

/* @media (max-width: 385px) {
  .is-visible {
    top: 77px;
  }
} */

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@media(max-width:992px) {
  .tit-anima-span-wrap {
    margin-left: 0;
  }
}

.play-icon {
  position: absolute;
  width: 88px;
  height: 88px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  color: rgba(255, 255, 255, 1);

  svg {
    position: relative;
    left: 2px;
  }

  &:hover {
    color: rgba(166, 255, 0, 1);
  }
}

.top-banner {
  padding: 53px 0 277px;
  background: #77cdff;
  overflow-x: clip;
}

@media (min-width:992px) {
  .top-banner {
    padding: 10px 0 40px;
  }
}

@media (min-width:1600px) {
  .top-banner {
    padding: 72px 0 100px;
  }
}

.top-banner .play-icon img {
  width: 80px;
  height: 80px;
}

@media (min-width:992px) {
  .top-banner .play-icon img {
    width: 64px;
    height: 64px;
  }
}

@media (min-width:1600px) {
  .top-banner .play-icon img {
    width: 80px;
    height: 80px;
  }
}

.top-banner .sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #004771;
}

@media (min-width:992px) {
  .top-banner .sub-title {
    font-size: 24px;
  }
}

.top-banner .title img {
  width: 320px;
}

@media (min-width:992px) {
  .top-banner .title img {
    width: 400px;
  }
}

@media (min-width:1600px) {
  .top-banner .title img {
    width: 561px;
  }
}

.top-banner .p-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #004771;
}

@media (min-width:992px) {
  .top-banner .p-text {
    font-size: 18px;
  }
}

.top-banner .countdown-cont {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 31px 13px;
  margin: 0 auto 76px;
  background: url("https://images.hitpaw.com/promotion/student-2023/count-bg.png");
  background-size: 100% 100%;
}

@media (min-width:992px) {
  .top-banner .countdown-cont {
    padding: 20px 44px;
    margin: 0 auto;
  }
}

.top-banner .countdown-cont .cell:not(:last-child) {
  margin-right: 24px;
}

@media (min-width:992px) {
  .top-banner .countdown-cont .cell:not(:last-child) {
    margin-right: 34px;
  }
}

.top-banner .countdown-cont .num {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}

.top-banner .countdown-cont .num.num-colon {
  position: relative;
}

.top-banner .countdown-cont .num.num-colon::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
  width: 7px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="7" height="18" viewBox="0 0 7 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.4815 5.89502C2.75617 5.89502 2.12683 5.62835 1.5935 5.09502C1.0815 4.56169 0.8255 3.92169 0.8255 3.17502C0.8255 2.42835 1.0815 1.78835 1.5935 1.25502C2.12683 0.721687 2.75617 0.455021 3.4815 0.455021C4.22817 0.455021 4.8575 0.721687 5.3695 1.25502C5.90283 1.78835 6.1695 2.42835 6.1695 3.17502C6.1695 3.92169 5.90283 4.56169 5.3695 5.09502C4.8575 5.62835 4.22817 5.89502 3.4815 5.89502ZM3.4815 17.831C2.75617 17.831 2.12683 17.5644 1.5935 17.031C1.0815 16.4977 0.8255 15.8577 0.8255 15.111C0.8255 14.3644 1.0815 13.7244 1.5935 13.191C2.12683 12.6577 2.75617 12.391 3.4815 12.391C4.20683 12.391 4.83617 12.6577 5.3695 13.191C5.90283 13.7244 6.1695 14.3644 6.1695 15.111C6.1695 15.8577 5.90283 16.4977 5.3695 17.031C4.8575 17.5644 4.22817 17.831 3.4815 17.831Z" fill="white" /></svg>');
  background-size: 100% 100%;
}

@media (min-width:992px) {
  .top-banner .countdown-cont .num {
    font-size: 32px;
  }
}

.top-banner .countdown-cont .time {
  font-size: 12px;
  line-height: 160%;
  color: #fff;
}

@media (min-width:992px) {
  .top-banner .countdown-cont .time {
    font-size: 16px;
  }
}

.top-banner .gift-pic {
  bottom: -35px;
  right: 50%;
  transform: translateX(47%);
}

.top-banner .gift-pic::before {
  display: none;
}

@media (min-width:992px) {
  .top-banner .gift-pic {
    bottom: -67px;
    right: 0;
    transform: translateX(8%);
  }

  .top-banner .gift-pic::before {
    display: block;
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    transform: translateX(32%);
    width: 94px;
    height: 52px;
    background-image: url("https://videotranslator.blipcut.com/images/activity/back-to-school-2024/white-guide-arrow.svg");
    background-size: 100% 100%;
  }
}

@media (min-width:1600px) {
  .top-banner .gift-pic {
    bottom: -56px;
    transform: translateX(-18%);
  }

  .top-banner .gift-pic::before {
    top: -70px;
    transform: translateX(65%);
    width: 176px;
    height: 88px;
  }
}

.top-banner .gift-pic img {
  height: 222px;
}

@media (min-width:992px) {
  .top-banner .gift-pic img {
    height: 170px;
  }
}

@media (min-width:1280px) {
  .top-banner .gift-pic img {
    height: 250px;
  }
}

@media (min-width:1600px) {
  .top-banner .gift-pic img {
    height: 293px;
  }
}

.top-banner .top-left-pic {
  bottom: 32%;
  left: -78px;
  transform: translate(0, 50%);
}

@media (min-width:992px) {
  .top-banner .top-left-pic {
    bottom: 50%;
    left: 0;
    transform: translate(0, 49%);
  }
}

@media (min-width:1600px) {
  .top-banner .top-left-pic {
    left: 60px;
    transform: translate(0, 55%);
  }
}

.top-banner .top-left-pic img {
  width: 240px;
}

@media (min-width:992px) {
  .top-banner .top-left-pic img {
    width: 320px;
  }
}

@media (min-width:1280px) {
  .top-banner .top-left-pic img {
    width: 480px;
  }
}

@media (min-width:1600px) {
  .top-banner .top-left-pic img {
    width: 640px;
  }
}

.top-banner .top-right-pic {
  bottom: 36%;
  right: -83px;
  transform: translate(0, 50%);
}

@media (min-width:992px) {
  .top-banner .top-right-pic {
    bottom: 50%;
    right: 35px;
    transform: translate(0, 23%);
  }
}

@media (min-width:1600px) {
  .top-banner .top-right-pic {
    right: 148px;
    transform: translate(0, 12%);
  }
}

.top-banner .top-right-pic img {
  width: 220px;
}

@media (min-width:992px) {
  .top-banner .top-right-pic img {
    width: 270px;
  }
}

@media (min-width:1280px) {
  .top-banner .top-right-pic img {
    width: 400px;
  }
}

@media (min-width:1600px) {
  .top-banner .top-right-pic img {
    width: 552px;
  }
}

.orange-underline {
  text-decoration: none;
  /* é’æ¿†îé˜èˆµâ‚¬ä½¹ç—…éˆå¤‰ç¬…é’æŽ”åšŽ */
}

.orange-underline:hover {
  text-decoration: underline;
  text-decoration-color: orange;
  /* éŽ®î„€ä» éƒèˆµæ¨‰ç»€çƒ˜îŸ¶é‘¹è¹­ç¬…é’æŽ”åšŽ */
}

/* article-section */
.article-section {
  padding: 120px 0 0;
}

.article-section h2 {
  margin-bottom: 60px;
}

.article-section ul {
  width: 700px;
  padding: 40px 48px;
  border-radius: 24px;
  background: #F6F8FC;
  font-size: 18px;
  font-weight: 500;
}

.article-section ul li {
  padding-left: 14px;
  position: relative;
}

.article-section ul li a {
  color: #1A1A1A;
}

.article-section ul li:not(:last-child) {
  margin-bottom: 16px;
}

.article-section ul li:hover a {
  color: #026A0D;
}

.article-section ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  left: 0;
  top: 11.5px;
}

.article-section ul li:hover::before {
  background: #026A0D;
}

@media (max-width: 1599.98px) {
  .article-section {
    padding: 100px 0 0;
  }

  .article-section h2 {
    margin-bottom: 48px;
  }

  .article-section ul {
    width: 590px;
  }
}

@media (max-width: 1279.98px) {
  .article-section ul {
    width: 49%;
  }
}

@media (max-width: 991.98px) {
  .article-section {
    padding: 64px 0 0;
  }

  .article-section h2 {
    margin-bottom: 40px;
  }

  .article-section ul {
    width: 100%;
    padding: 24px 16px;
    border-radius: 16px;
  }

  .article-section ul:first-child {
    margin-bottom: 20px;
  }

  .article-section ul li {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  #tp-banner .lids {
    font-size: 16px;
  }
}

#tp-banner .deepseek {
  font-weight: 700;
  font-size: 24px;
  color: #25442D;
}

@media(max-width:991.98px) {
  #tp-banner .deepseek {
    font-size: 16px;
  }
}