@font-face {
  font-family: DingTalk-JinBuTi;
  src: url(/imgs/DingTalkJinBuTi.ttf);
}

/* 仅桌面端样式 */
@media screen and (min-width:1200px) {
  .layoutBoxItemCont {
    display: none;
  }

  .layoutBox {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }

  .logo {
    width: 108px;
    height: 38px;
  }

  .topMenuTag {
    font-size: 16px;
    height: 72px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .topMenuTag :hover {
    font-weight: bold;
  }

  .bottomIcon {
    width: 10px;
    height: 10px;
    background: url('/imgs/bottomIcon.webp') no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
    transition: .3s;
  }

  .topIcon {
    width: 10px;
    height: 10px;
    background: url('/imgs/bottomIcon.webp') no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
    transform: rotate(180deg);
    transition: .3s;
  }

  .register1 {
    width: 80px;
    height: 32px;
    border-radius: 20px;
    border: 1px solid #4575FB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4575FB;
    cursor: pointer;
  }

  .loginBtn1 {
    width: 80px;
    height: 32x;
    border-radius: 20px;
    background: #4575FB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 8px;
  }

  .layoutMenu {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 72px;
    left: 0;
    z-index: 999;
    transition: height 0.3s ease;
    height: 0;
  }

  .layoutMenuTwo {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 72px;
    left: 0;
    z-index: 100;
    transition: height 0.3s ease;
    height: 0;
  }

  .banner1 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .banner1Cont1 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .lang {
    height: auto;
    border: 1px solid rgb(240, 240, 240);
    /* width: 2px; */
    margin: 10px;
  }

  .lang2 {
    height: 1px;
    border: 1px solid #DDDDDD;
    width: 400px;
    margin: 10px;
  }

  .lang2Desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: left;
  }

  .pullDownTitle {
    height: 12px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    line-height: 12px;
  }

  .pullDownTitle1 {
    height: 12px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgb(160, 160, 160);
    line-height: 12px;
  }

  .pullDownLT {
    display: flex;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
  }

  .pullDownText {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    width: 225px;
    height: 40px;
    font-size: 14px;
    margin-top: 8px;
  }

  .one {
    display: flex;
    justify-content: space-between;
  }

  .more {
    height: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3366FF;
    line-height: 12px;
  }

  .moreA {
    color: #3366FF;
  }

  /* 图标位图切片（保持与原有路径一致） */
  .pullDownLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -76px -174px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo1 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -76px -227px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo2 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -113px -174px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo3 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -113px -227px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo4 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -150px -174px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo5 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -150px -227px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo6 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -187px -174px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo7 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -187px -226px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo11 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -76px -322px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo12 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -76px -375px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo13 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -113px -322px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo14 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -113px -375px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo15 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -150px -322px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .pullDownLogo16 {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp') no-repeat;
    background-position: -187px -322px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 2147px 535px;
  }

  .douyinLogo {
    width: 16px;
    height: 16px;
    background: url('/images/douyin/logo.webp') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .yllLogo {
    width: 16px;
    height: 16px;
    background: url('/images/yunlianluo/logo.webp') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .wrzbLogo {
    width: 16px;
    height: 16px;
    background: url('/images/wurenzhibo/logo.webp') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .aifxLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/aifxLogo.png') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .zngpLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/zngpLogo.png') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .mdmLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/mdmLogo.png') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .aijuzhenLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/aizbsjLogo.png') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .yxsjLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/yxsjIcon.png') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  .aiwaihuLogo {
    width: 16px;
    height: 16px;
    background: url('https://wwwcdn.yunkecn.com/img/aiwaihuLogo.png') no-repeat;
    border-radius: 2px;
    margin-right: 6px;
    background-size: 16px;
  }

  /* 解决方案二级菜单 */
  .leftTabs {
    width: 83px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .leftTab {
    height: 12px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .jiantouSelect {
    width: 10px;
    height: 10px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -203px -113px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    margin-left: 5px;
    background-size: 2147px 535px;
  }

  .rightTabs {
    padding-left: 31px;
    padding-top: 22px;
    position: relative;
    flex: 1;
  }

  .menuTagBox {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -117px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox1 {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -167px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox2 {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -217px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox3 {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -267px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox4 {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -317px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox5 {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -367px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox6 {
    width: 16px;
    height: 16px;
    background-image: url('https://wwwcdn.yunkecn.com/img/iconAllNow.webp');
    background-position: -327px -417px;
    background-repeat: no-repeat;
    background-size: 2147px 535px;
  }

  .menuTagBox7 {
    width: 18px;
    height: 18px;
    background-image: url('/imgs/iconCar.webp');
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }

  .menuTagBoxTitle {
    height: 16px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    line-height: 16px;
    margin-left: 11px;
  }

  .rightMenuDesc {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 28px;
    margin-top: 14px;
  }

  .rightMenuBtn {
    width: 140px;
    height: 36px;
    background: #3366FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;

    cursor: pointer;
    margin-top: 30px;
  }

  .rightMenuImg,
  .rightMenuImg1,
  .rightMenuImg2,
  .rightMenuImg3,
  .rightMenuImg4,
  .rightMenuImg5,
  .rightMenuImg6 {
    width: 372px;
    height: 290px;
    background-image: url('/imgs/menuimg01.webp');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 10px;
    background-size: 451px 403px;
  }

  .jinrong {
    display: flex;
    margin-top: 10px;
    align-items: center;
  }

  .jinrongImg {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}

/* 简易弹窗样式（桌面端） */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal-overlay.show {
  display: flex;
}

.modal-content {
  background: #fff;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 12px;
  position: relative;
}

.modal-content img {
  max-width: 80vw;
  max-height: 80vh;
  display: block;
}

.modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #00000066;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* 顶部弹窗视觉（专属顾问） */
.advisor-modal {
  width: 360px;
  padding: 24px;
}

.advisor-title {
  font-weight: 600;

  text-align: center;
  margin-top: 4px;
  font-size: 20px;
  margin-top: 8%;
  color: #333;
  font-family: DingTalk-JinBuTi, DingTalk;
}

.advisor-subtitle {
  font-size: 14px;
  color: #595959;
  text-align: center;
  margin-top: 8px;
}

.advisor-qrcode {
  width: 150px;
  height: 150px;
  display: block;
  margin: 18px auto 0;
}

.advisor-action {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.advisor-btn {
  height: 40px;
  padding: 0 63px;
  background: #1677ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 30px;
}

.advisor-btn:hover {
  filter: brightness(0.95);
}