/* 只滚动，不折行 */
.drag-wrapper {
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  /* iOS 惯性 */
  scrollbar-width: none;
  /* Firefox 隐藏滚动条 */
}

.drag-wrapper::-webkit-scrollbar {
  display: none;
}

/* Chrome/Safari 隐藏滚动条 */

/* 保证一行 */
#dragRow {
  display: inline-flex;
  /* 关键：让 row 宽度由内容撑开 */
  min-width: 100%;
  /* 至少占满父级 */
}

.top-banner {
  height: 51.75rem;
  min-height: 25.3125rem;
  margin-bottom: 10rem;
  min-width: 23.4375rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url("/mb-cms/__/en/img/ad/compare-with-sketch/top-banner-bg.png") center bottom / cover no-repeat;
}

.top-banner .top-banner-img {
  width: 84.25rem;
  height: 37rem;
  margin: 0 auto;

  background: url("/mb-cms/__/en/img/ad/compare-with-sketch/top-banner-content.png")center bottom no-repeat;
  background-size: 100%;
}

.top-banner-text {
  position: absolute;
  top: 6.5625rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top-banner-text h1 {
  margin-bottom: 1.75rem;
  vertical-align: bottom;

}

.top-banner-text p {
  /* min-width: 20.9375rem; */
}

.top-banner-text h1 .part1 {
  background: linear-gradient(92.64deg, #FF2776 0.91%, #FF3333 51.51%, #FF8C19 95.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 3rem;
  vertical-align: bottom;
}

.part2 {
  font-size: 3.5rem;
  line-height: 3rem;
  vertical-align: bottom;
  font-weight: 800;
}

.top-banner-text p {
  margin-bottom: 1.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
  color: #555557;
}

.top-banner-text .display-1 {
  font-size: 3rem;
  line-height: 3rem;
  color: #000;
}

.color1 {
  color: #717273;
}

.star-icon {
  width: 1.75rem;
  margin-right: 0.625rem;
}

@media (max-width: 48rem) {
  .star-icon {
    width: 1.25rem;
    margin-right: 0.4375rem;
  }
}

@media (max-width: 31.25rem) {
  .star-icon {
    width: 1rem;
    margin-right: 0.3125rem;
  }
}

.free-use-btn {
  display: inline-block;
  padding: 1rem 1.59375rem;
  border-radius: 2.75rem;
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  max-height: 3.75rem;
  line-height: 1;
}

a,
a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.free-use-btn:hover {
  background: linear-gradient(92.64deg,
      rgba(43, 89, 255, 0.8) 0.91%,
      rgba(167, 40, 255, 0.8) 51.51%,
      rgba(255, 78, 228, 0.8) 95.77%);
}

.free-use-btn.small-btn {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.8125rem 1.875rem;
  min-height: 3.125rem;
  text-box-trim: trim-both;
}


.screen .btn-1 {
  display: inline-block;
  border-radius: 5.5rem;
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
  color: rgb(255, 255, 255);
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-decoration: none;
}

.screen .btn-type2 {
  padding: 0.9375rem 3rem;
  line-height: 1.1rem;
}

@media (min-width:62rem) {
  .mt-lg-5 {
    margin-top: 1.8125rem !important;
  }
}

.ad-container.px-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* @media (min-width: 88.125rem) {
  .container.ad-container {
    max-width: 88.125rem;
    
  }
  
} */
.sketch-bg1 {
  width: 35.4825rem;
  height: 58.45rem;
  position: absolute;
  top: 37.373125rem;
  left: -15.825rem;
  background: linear-gradient(180deg, #5C5FFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(159.13deg);
  opacity: 0.2;
  filter: blur(16.25rem);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.sketch-bg2 {
  width: 32.66125rem;
  height: 65.199375rem;
  position: absolute;
  top: 37.3425rem;
  left: 87.7925rem;
  background: #278EFF;
  transform: rotate(-48.21deg);
  opacity: 0.1;
  filter: blur(12.5rem);
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}

.sketch-bg3 {
  width: 130.15rem;
  height: 177.71875rem;
  position: absolute;
  top: 82.46875rem;
  left: -5.201875rem;
  background: url("/mb-cms/__/en/img/ad/compare-with-sketch/sketch-bg-3.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.sketch-bg4 {
  width: 167.645rem;
  height: 194.91rem;
  position: absolute;
  top: 221.75rem;
  background-image: url("/mb-cms/__/en/img/ad/compare-with-sketch/sketch-bg-4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}

.ad-container-title-1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}

.ad-container-title-2 {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
  text-align: start;
}

/* .introduce-content{
  -webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important
} */

.introduce-content.row {
  margin: 4.5rem auto 7.5rem;
  justify-content: space-between;
  align-items: center;
}

.introduce-content.first-part {
  margin-top: 2rem;
}

.introduce-content.row:last-child {
  margin-bottom: 0;
}

.introduce-content .left-text,
.introduce-content .right-text,
.introduce-content .left-img,
.introduce-content .right-img {
  padding: 0;
}

.introduce-content .left-text,
.introduce-content .right-text {
  max-width: 31rem;
}

.introduce-content .right-img {
  display: flex;
  /* justify-content: flex-end; */
}

.introduce-content .left-img {
  display: flex;
  justify-content: flex-start;
}

.introduce-content .left-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}

.introduce-content .right-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}

@media (max-width:1660px) {
  .introduce-content .left-text {
    padding-right: 45px;
  }

  .introduce-content .right-text {
    padding-left: 45px;
  }
}

@media (max-width:767px) {
  .introduce-content .left-text {
    max-width: 100%;
    padding-right: 0;
  }

  .introduce-content .right-text {
    max-width: 100%;
    padding-left: 0;
  }
}

.introduce-content .left-text .left-text-container .display-5,
.introduce-content .right-text .right-text-container .display-5 {
  line-height: 1.5;
}

.introduce-content .left-text .left-text-container p,
.introduce-content .right-text .right-text-container p {
  line-height: 1.625rem;
  color: #717273;
}

.content-p-1 {
  margin-top: 2.8125rem;
  margin-bottom: 1.875rem;
}

.content-p-1 strong {
  font-weight: 600;
}

.content-p-2 {
  margin: 1.875rem auto 2.8125rem;
}

.content-p-2 strong {
  font-weight: 600;
}

/* .right-text-container,
.left-text-container {
  max-width: 31rem;
} */

.introduce-content-img {
  width: 51.25rem;
  height: 32.5rem;
}

.service .container {
  padding: 0;
}

.service-item {
  padding: 48px 44px 46px 50px;
  min-height: 14.375rem;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
}

.service h2 {
  line-height: 3rem;
}

.service p {
  line-height: 26px;
  letter-spacing: -0.005em;
}

.service-item h3 {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.375rem;
}

.service .col-service-item-small {
  flex: 0 0 auto;
  max-width: 44.6%;
  margin-bottom: 1.875rem;
}

.service .col-service-item-large {
  flex: 0 0 auto;
  max-width: 55.4%;
  margin-bottom: 1.875rem;
}

.bewith {
  margin-top: 4rem;
  background: linear-gradient(262.22deg, #c0e4ff -2.17%, #d3dfff 107.73%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  overflow: hidden;
}

.bewith h2 {
  font-size: 3rem;
  line-height: 3rem;
}

.bottompart-content {
  margin: 0 1.25rem;
}

.screen .screen-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.625rem;
  margin-top: 8.125rem
}

.screen.py-md-5,
.bottompart.py-md-5 {
  padding-top: 3.75rem !important;
}

.screen.my-5,
.bottompart.my-5 {
  margin-top: 3.75rem !important;
}

@media (min-width: 106.1875rem) {
  .bottompart-content {
    width: 105rem;
    margin: 0 auto;
  }
}

@media (min-width: 87.5rem) {

  .service .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 88.125rem;
  }
}



@media (max-width: 87.5rem) {}

@media (max-width: 80rem) {


  .service .col-service-item-small {
    flex: 0 0 auto;
    max-width: 50%;
  }

  .service .col-service-item-large {
    flex: 0 0 auto;
    max-width: 50%;
  }

  .service-br {
    display: none;
  }

}


@media (max-width: 62rem) {

  .service .row {
    justify-content: center;
  }

  .service .col-service-item-small {
    flex: 0 0 auto;
    max-width: 70%;
  }

  .service .col-service-item-large {
    flex: 0 0 auto;
    max-width: 70%;
  }

}




/* 媒体查询锚点 */
@media (max-width:99.9375rem) {
  .introduce-content-img {
    width: 43.75rem;
    height: 27.5rem;
  }

  .right-text-container .display-5,
  .left-text-container .display-5 {
    font-size: 2.3125rem;

  }
}

@media (max-width:87.5rem) {
  top-banner-text p {
    line-height: 1.75rem;
  }

  .left-text-container p.right-text-container p {
    font-size: 1.0625rem;
  }

  .introduce-content-img {
    width: 43.75rem;
    height: 23.4375rem;
  }

  .left-text-container .display-5 {
    font-size: 2.3125rem;
  }

  .right-text-container .display-5 {
    font-size: 2.375rem;
  }

  .top-banner .top-banner-img {
    width: 68.75rem;
    height: 45rem;
  }

  .top-banner {
    height: 47.34375rem;
    margin-bottom: 5.625rem;
  }

  .container h2 {
    font-size: 2.1875rem;
  }

  .top-banner-text {
    top: 5.3125rem;
  }

}

@media (max-width:80rem) {
  top-banner-text p {
    line-height: 1.625rem;
  }

  .introduce-content-img {
    width: 35rem;
    height: 18.75rem;
  }

  .left-text-container .display-5,
  .right-text-container .display-5 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .top-banner-text {
    top: 4.0625rem;
  }

  .container h2 {
    font-size: 1.4375rem;
  }

  .top-banner-text h1 .part1 {
    font-size: 2.75rem;
  }

  .top-banner-text .part2 {
    font-size: 2.375rem;
  }

  .top-banner-text p {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .free-use-btn {
    font-size: 1.1875rem;
    padding: 0.875rem 1.59375rem;
  }

  .top-banner {
    height: 42.9375rem;
    margin-bottom: 4.8125rem;
  }

  .top-banner .top-banner-img {
    width: 62.5rem;
    height: 45rem;
  }

}

@media (max-width: 64rem) {}

@media (max-width:63.75rem) {
  top-banner-text p {
    line-height: 1.5rem;
  }

  .left-text-container p.right-text-container p {
    font-size: 1rem;
  }

  .left-text-container .display-5,
  .right-text-container .display-5 {
    font-size: 1.1875rem;
  }

  .top-banner-text {
    top: 2.8125rem;
  }

  .container h2 {
    font-size: 1.4375rem;
  }

  .top-banner {
    height: 38.53125rem;
    margin-bottom: 4.125rem;
  }

  .top-banner .top-banner-img {
    width: 50rem;
    height: 38.125rem;
  }
}

@media (max-width:62rem) {
  .introduce-content-img {
    width: 37.5rem;
    height: 23.4375rem;
  }
}

@media (MAX-width:61.9375rem) {
  top-banner-text p {
    line-height: 1.375rem;
  }

  .container-btn {
    text-align: center;
  }

  .left-text-container p.right-text-container p {
    font-size: 0.9375rem;
  }

  .introduce-content-img {
    width: 25.9375rem;
    height: 20.3125rem;
  }
}

@media (max-width:57.5rem) {
  .left-text-container p.right-text-container p {
    font-size: 0.875rem;
  }

  .container h2 {
    font-size: 2rem;
  }

}

@media (max-width:49.375rem) {
  .ad-container-title-1 {
    line-height: 1.75rem;
  }

  .container h2 {
    font-size: 1.4375rem;
  }

  .top-banner-text h1 .part1 {
    font-size: 2.125rem;
  }

  .top-banner-text .part2 {
    font-size: 1.75rem;
  }

  .top-banner-text p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }

  .free-use-btn {
    font-size: 1.023125rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 48rem) {
  top-banner-text p {
    line-height: 1.125rem;
  }

  .left-text-container p.right-text-container p {
    font-size: 0.8125rem;
  }

  .introduce-content-img {
    width: 30rem;
    height: 18.75rem;
  }

  .introduce-content h3 {
    text-align: center;
  }

  .introduce-content .right-img,
  .introduce-content .left-img,
  .introduce-content .right-text,
  .introduce-content .left-text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .introduce-content .btn-center {
    text-align: center;
  }

  .introduce-content .right-img,
  .introduce-content .left-img {
    /* order: 3 !important; */
    justify-content: center;
  }

  .free-use-btn.small-btn {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 36rem) {
  .drag-wrapper {
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: calc(4 * 7.5rem + 2 * 1rem);
    margin: 0 auto;
  }

  .drag-wrapper::-webkit-scrollbar {
    display: none;
  }

  .screen-nav-item {
    flex: 0 0 6.25rem 6.25rem;
    min-width: 0;
    white-space: nowrap;
  }

  #dragRow {
    display: inline-flex;
    gap: 1rem;
  }

  .left-text-container p {
    font-size: 0.75rem;
  }

  .left-text-container .display-5,
  .right-text-container .display-5 {
    font-size: 1.125rem;
  }

  .top-banner-text {
    top: 1.25rem;
  }

  .container h2 {
    font-size: 1.375rem;
  }

  .introduce-content-img {
    width: 20.9375rem;
    height: 13.3125rem;
  }

  .introduce-content .right-img,
  .introduce-content .left-img,
  .introduce-content .right-text,
  .introduce-content .left-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .introduce-content .right-img,
  .introduce-content .left-img {
    justify-content: center;
  }

  .top-banner {
    height: 25.3125rem;
    margin-bottom: 1.875rem;
  }

  .top-banner .top-banner-img {
    width: 20.9375rem;
    height: 8.75rem;

  }

}

.display-3 {
  text-align: center;
}

@media (max-width:23.4375rem) {
  .left-text-container p.right-text-container p {
    font-size: 0.75rem;
  }

  .left-text-container,
  .right-text-container .display-3 {
    font-size: 1.375rem;
  }

  .top-banner .top-banner-img {
    /* margin-right:2.8125rem; */
  }

  .left-text-container h3,
  .right-text-container h3 {
    text-align: left;
  }

  .top-banner {
    min-width: unset;
  }
}



/* 婊氬姩 */
.marquee {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.marquee .marquee-item {
  display: flex;
  flex-wrap: nowrap;
  animation: marquee 25s linear infinite;
}

.marquee:hover .marquee-item {
  animation-play-state: paused;
}

.marquee-card-partner {
  width: 20.625rem;
}

.marquee-card {
  overflow: hidden;
  width: 25rem;
  margin: 0 0.9375rem 1.875rem;
  border-radius: 1.25rem;
}

.marquee-card .img-fluid {
  transition: all 0.3s;
}

.marquee-card:hover .img-fluid {
  scale: 1.105;
}

@media (max-width: 81.1875rem) {
  .marquee-card {
    width: 20.5rem;
    margin: 0 0.75rem 1.5rem;
  }

  .marquee-card-partner {
    width: 11.25rem;
  }
}

@media (max-width: 47.9375rem) {
  .marquee-card {
    width: 14.25rem;
    margin: 0 0.5rem 1rem;
  }

  .marquee-card-partner {
    width: 8.75rem;
  }
}

@media (max-width: 36rem) {}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* screent section */
.screen {
  position: relative;
}

.screen-item>.col-lg-8 {
  padding-right: 5rem;
}

/* .screen::before {
  content: '';
  width: 87.75rem;
  height: 138.375rem;
  background: url('/mb-cms/__/en/img/ad/common/deco-online.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -60%;
  pointer-events: none;
} */

.screen-nav-item {
  border-radius: 0.5rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.screen-nav-item.active {
  background: #ffffff;
  font-weight: 700;
}

.screen-nav-item>.d-flex {
  padding: 0.5rem;
}

.screen-nav-icon {
  width: 2.375rem;
  flex-shrink: 0;

  .img-fluid {
    border-radius: 1.875rem;
  }
}

.intro-icon {
  width: 2.125rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.intro-desc {
  width: calc(100% - 2.8125rem);
}

.screen-nav>.row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.screen-nav-icon {
  width: 2.25rem;
}

.screen-nav-item {
  width: 32%;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.0625rem 0.25rem;
  margin-bottom: 0.375rem;
}

.screen-nav-item>.d-flex {
  padding: 0.375rem;
}

.screen-nav-item.active {
  border-radius: 0.375rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(1.25rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 106.1875rem) {
  .bottompart-content {
    width: 105rem;
    margin: 0 auto;
  }
}