@font-face {
  font-family: "HarmonyOS Sans SC";
  font-weight: 700;
  src:
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"),
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.woff") format("woff"),
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  font-weight: 500;
  src:
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff2") format("woff2"),
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.woff") format("woff"),
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "HarmonyOS Sans SC";
  font-weight: 400;
  src:
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff2") format("woff2"),
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.woff") format("woff"),
    url("https://cdn-yunyin.modao.cc/FONTS/HarmonyOS_Sans_SC/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Outfit", "HarmonyOS Sans", "Noto Sans JP", sans-serif,
    -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue",
    arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji" !important;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

/* 只滚动，不折行 */
.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: 828px;
  min-height: 405px;
  margin-bottom: 96px;
  min-width: 375px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url("http://cdn-yunyin.modao.cc/CMS/delivery-page/top-banner-bg.png") center bottom / cover no-repeat;
}

.top-banner .top-banner-img {
  width: 1348px;
  height: 592px;
  margin: 0 auto;
  
  background: url("http://cdn-yunyin.modao.cc/CMS/delivery-page/top-banner-content.png")center bottom no-repeat;
  background-size: 100%;
}

.top-banner-text {
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top-banner-text h1 {
  margin-bottom: 28px;
  vertical-align: bottom;
  
}
.top-banner-text p{
  /* min-width: 335px; */
}
.top-banner-text h1 .part1 {
  font-family: Outfit;
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);


  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 56px;
  line-height: 48px;
  vertical-align: bottom;
}

.top-banner-text p {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(107, 112, 123, 1);
}

.top-banner-text .display-1 {
  font-size: 48px;
  line-height: 48px;
  color: #000;
}
.color1{
  color: #6B707B;
}
.free-use-btn {
  width: 240px;
  height: 60px;
  /* padding: 16px 72px; */
  border: 1px solid transparent;
  border-radius: 44px;
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.free-use-btn.small-btn {
  
  font-size: 19px;
  line-height: 24px;
}

.screen .btn-1 {
  display: inline-block;
  border-radius: 88px;
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
  color: rgb(255, 255, 255);
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.screen .btn-type2 {
  padding: 0.9375rem 3rem;
  line-height: 1.1rem;
}

.ad-container.px-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* @media (min-width: 1410px) {
  .container.ad-container {
    max-width: 1410px;
    
  }
  
} */

.ad-container-title-1 {
  margin: 0;
  font-family: HarmonyOS Sans SC;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.ad-container-title-2 {
  margin: 0;
  font-family: HarmonyOS Sans SC;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  text-align: start;
}
/* .introduce-content{
  -webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important
} */
.introduce-content.row {
  margin: 100px auto 120px;
  justify-content: space-between;
  align-items: center;
}

.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 .right-img {
  display: flex;
  /* justify-content: flex-end; */
}

.introduce-content .left-img {
  display: flex;
  justify-content: flex-start;
}

.introduce-content .left-text {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}

.introduce-content .right-text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}

.introduce-content .left-text .left-text-container .display-5,
.introduce-content .right-text .right-text-container .display-5 {
 
  line-height: 54px;
}

.introduce-content .left-text .left-text-container p,
.introduce-content .right-text .right-text-container p {
  
  line-height: 26px;
  color: rgba(107, 112, 123, 1);
}

.content-p-1 {
  margin-top: 45px;
  margin-bottom: 30px;
}

.content-p-2 {
  margin-bottom: 45px;
}

.introduce-content-img {
  width: 820px;
  height: 520px;
}

.service .container {
  padding: 0;
}

.service-item {
  padding: 52px 50px;
  min-height: 230px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
}

.service h2 {
  
  line-height: 48px;
}

.service-item h3 {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 38px;
}

.service .col-service-item-small {
  flex: 0 0 auto;
  max-width: 44.6%;
  margin-bottom: 30px;
}

.service .col-service-item-large {
  flex: 0 0 auto;
  max-width: 55.4%;
  margin-bottom: 30px;
}

.bewith {
  margin-top: 64px;
  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: 48px;
  line-height: 48px;
}

.bottompart-content {
  margin: 0 20px;
}

.screen.py-md-5,
.bottompart.py-md-5 {
  padding-top: 60px !important;
}

.screen.my-5,
.bottompart.my-5 {
  margin-top: 60px !important;
}

@media (min-width: 1699px) {
  .bottompart-content {
    width: 1680px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .service .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1410px;
  }
}



@media (max-width: 1400px) {
  
  
}

@media (max-width: 1280px) {
  

  .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: 992px) {
  
  .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:1599px){
  .introduce-content-img {
    width: 700px;
    height: 440px;
}
.right-text-container .display-5,.left-text-container .display-5{
    font-size: 37px;
  }
}
@media (max-width:1400px){
  top-banner-text p{
    line-height: 28px;
  }
  .left-text-container p.right-text-container p{
    font-size: 17px;
  }
  .introduce-content-img{
    width: 700px;
    height: 375px;
  }
  .left-text-container .display-5{
    font-size: 37px;
  }
  .right-text-container .display-5{
    font-size: 38px;
  }
  .top-banner .top-banner-img{
  width: 1100px;
  height: 720px;
  }
  .top-banner{
    height: 757.5px;
    margin-bottom: 90px;
  }
  .container h2{
    font-size: 35px;
  }
  .top-banner-text{
    top: 85px;
  }

}
@media (max-width:1280px){
  top-banner-text p{
    line-height: 26px;
  }
  .introduce-content-img {
    width: 560px;
    height: 300px;
  }
  .left-text-container .display-5,.right-text-container .display-5{
    font-size: 32px;
  }
  .top-banner-text{
    top: 65px;
  }
  .container h2{
    font-size: 23px;
  }
  .top-banner-text h1 .part1{
    font-size: 44px;
  }
  .top-banner-text .part2{
    font-size: 38px;
  }
  .top-banner-text p{
    font-size: 16px;
    line-height: 28px;
}
.free-use-btn{
  width: 196px;
  height: 49px;
  font-size: 19px;
}
.top-banner{
  height: 687px;
  margin-bottom: 77px;
}
.top-banner .top-banner-img{
  width: 1000px;
  height: 720px;
}

}

@media (max-width: 1024px) {
  
}

@media (max-width:1020px){
  top-banner-text p{
    line-height: 24px;
  }
  .left-text-container p.right-text-container p{
    font-size: 16px;
  }
  .left-text-container .display-5,.right-text-container .display-5{
    font-size: 19px;
  }
  .top-banner-text{
    top: 45px;
  }
  .container h2{
    font-size: 23px;
  }
  .top-banner{
    height: 616.5px;
    margin-bottom: 66px;
  }
  .top-banner .top-banner-img{
    width: 800px;
    height: 610px;
  }
}
@media (max-width:992px){
  .introduce-content-img{
    width: 600px;
    height: 375px;
  }
}
@media (MAX-width:991px){
  top-banner-text p{
    line-height: 22px;
  }
  .container-btn{
    text-align: center;
  }
  .left-text-container p.right-text-container p{
    font-size: 15px;
  }
  .introduce-content-img{
    width: 415px;
    height: 325px;
  }
}
@media (max-width:920px){
  .left-text-container p.right-text-container p{
    font-size: 14px;
  }
  
    width: 546px;
    .container h2{
      font-size: 32px;
    }
    
}

@media (max-width:790px){
  .ad-container-title-1 {
    line-height: 28px;
  }
  .container h2{
      font-size: 23px;
    }

  .top-banner-text h1 .part1{
    font-size: 34px;
  }
  .top-banner-text .part2{
    font-size: 28px;
  }
  .top-banner-text p{
    font-size: 12px;
    line-height: 18px;
  }
  .free-use-btn{
    width: 136px;
    height: 40px;
    font-size: 16.37px;
  }
  .top-banner{
    height: 475.5px;
    margin-bottom: 41px;
  }
  .top-banner .top-banner-img{
    width: 550px;
    height: 450px;
  }
}

@media (max-width: 768px) {
  top-banner-text p{
    line-height: 18px;
  }
  .left-text-container p.right-text-container p{
    font-size: 13px;
  }
  .introduce-content-img {
    width: 480px;
    height: 300px;
  }

  .introduce-content h3 {
    text-align: center;
  }

  .introduce-content .right-img,
  .introduce-content .left-img,
  .introduce-content .right-text,
  .introduce-content .left-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .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: 10px;
  }
}

@media (max-width: 576px) {
  .drag-wrapper{
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: calc(4 * 72px + 2 * 16px);
  margin: 0 auto;                     
}
.drag-wrapper::-webkit-scrollbar{display:none;}
.screen-nav-item{
  flex: 0 0 100px 100px;     
  min-width: 0;       
  white-space: nowrap;
}

  #dragRow{
    display: inline-flex;
    gap: 16px;
  }
  .left-text-container p{
    font-size: 12px;
  }
  .left-text-container .display-5,.right-text-container .display-5{
    font-size: 18px;
  }
  
  .top-banner-text{
    top: 20px;
  }
  .container h2{
    font-size: 22px;
  }
  .introduce-content-img {
    width: 335px;
    height: 213px;
  }

  .introduce-content .right-img,
  .introduce-content .left-img,
  .introduce-content .right-text,
  .introduce-content .left-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .introduce-content .right-img,
  .introduce-content .left-img {
    justify-content: center;
  }
  .top-banner{
    height: 405px;
    margin-bottom: 30px;
}
.top-banner .top-banner-img{
    width: 335px;
    height: 140px;
    
  }

}
.display-3{
  text-align: center;
}
@media (max-width:375px){
  .left-text-container p.right-text-container p{
    font-size: 12px;
  }
  .left-text-container,.right-text-container .display-3{
    font-size: 22px;
  }
  
  .top-banner .top-banner-img{
    /* margin-right:45px; */
  }
  .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: 330px;
}
.marquee-card {
  overflow: hidden;
  width: 400px;
  margin: 0 15px 30px;
  border-radius: 20px;
}
.marquee-card .img-fluid {
  transition: all 0.3s;
}
.marquee-card:hover .img-fluid {
  scale: 1.105;
}

@media (max-width: 1299px) {
  .marquee-card {
    width: 328px;
    margin: 0 12px 24px;
  }
  .marquee-card-partner {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .marquee-card {
    width: 228px;
    margin: 0 8px 16px;
  }
  .marquee-card-partner {
    width: 140px;
  }
}
@media (max-width: 576px) {
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* screent section */
.screen{
    position: relative;
  }
  .screen::before{
    content: '';
    width: 1404px;
    height: 2214px;
    background: url('https://images.modao.cc/images/images-2024/scenarioApp/deco-online.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: -60%;
    pointer-events: none;
  }
  .screen-nav-item {
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
  }
  .screen-nav-item.active{
    background: #ffffff;
    font-weight: 700;
    box-shadow: 0px 12px 16px 0px #D0DDE833;
  }
  .screen-nav-item > .d-flex{
    padding: 8px;
  }
  .screen-nav-icon{
    width: 38px;
    flex-shrink: 0;
  
    .img-fluid {
      border-radius: 30px;
    }
  }
  .intro-icon{
    width: 34px;
    flex-shrink: 0;
    margin-right: 8px;
  }
  .intro-desc{
    width: calc(100% - 45px);
  }
  .screen-nav > .row{
    margin-right: -4px;
    margin-left: -4px;
  }
  .screen-nav-icon{
    width: 36px;
  }
  .screen-nav-item{
    width: 32%;
    font-size: 16px;
    padding: 1px 4px;
    margin-bottom: 6px;
  }
  .screen-nav-item > .d-flex{
    padding: 6px;
  }
  .screen-nav-item.active{
    border-radius: 6px;
  }
  
  @keyframes fadeIn {0% { opacity: 0; transform: translateY(20px); }100% { opacity: 1; transform: translateY(0); }}
  
  @media (min-width: 1699px){
    .bottompart-content{
      width: 1680px;
      margin: 0 auto;
    }
  }
  @media (max-width: 1299px){
    .usefree{
      display: flex;
      width: 80%;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
    }
    .usefree-input{
      min-width: calc(100% - 224px);
    }
    .bottompart-content{
      padding: 0 15px;
    }
  }
  @media (max-width: 767px){
    .ad-container-title-1 {
      line-height: 28px;
    }
    .h1{font-size: 22px;}
    .display-3{font-size: 22px;}
    .usefree .btn.btn-secondary{
      padding: 8px 20px 6px;
    }
    .screen-item{text-align: center;}
    .usefree{
      width: 100%;
    }
    .usefree-input{
      width: 106px;
      min-width: calc(100% - 158px);
    }
    .template-nav {margin-right: -8px;margin-left: -8px;}
    .template-nav .col-4{padding-left: 8px;padding-right: 8px;}
    .template-nav-item{height: 40px;line-height: 40px;border-radius: 8px;font-size: 12px;margin-bottom: 8px;}
    .template-nav-item .mr-1 .img-fluid{width: 24px;}
  }
  @media (max-width: 576px){
    
  }
  
  @media (min-width: 1600px){
    .screen-nav-item{margin: 0 16px;}
  }
  @media (max-width: 1599px){
    
    .screen-nav-item {
      font-size: 15px;
    }
  }
  @media (max-width: 1299px){
    .screen-nav-item.col{
      flex-basis: initial;
      flex-grow: initial;
      width: 24%;
      margin-bottom: 16px;
    }
  }
  
  @media (max-width: 767px){
    .screen-nav{
      width: 100%;
    }
    .screen-nav > .row{
      margin-right: -4px;
      margin-left: -4px;
    }
    .screen-nav-icon{
      width: 24px;
    }
    .screen-nav-item.col{
      width: 32%;
      font-size: 12px;
      padding: 1px 4px;
      margin-bottom: 6px;
    }
    .screen-nav-item > .d-flex{
      padding: 6px;
    }
    .screen-nav-item.active{
      border-radius: 6px;
    }
    .screen-item {
      /* background: url('https://images.modao.cc/images/images-2024/homePage/bg-screenitem.png') no-repeat; */
      background-size: 100% 100%;
      border-radius: 14px;
      padding: 12px 0 0px;
      overflow: hidden;
      margin: 0px;
      text-align: left;
    }
    .screen-content h2.h1{
      font-size: 18px;
    }
    .screen-content .intro-desc .font-size-normal{
      font-size: 12px;
    }
    .intro {
      justify-content: center;
    }
    .intro-icon{
      width: 24px;
      margin-right: 8px;
    }
    .intro-desc {
      width: auto;
    }
    .intro{
      justify-content: left;
    }
  }
