ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li a {
  cursor: pointer;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

li a.active {
  color: #337ab7;
}

li a:hover {
  color: #337ab7;
}

/* 下拉箭头 */
.arrow {
  margin-left: 8px;
}

.header {
  width: 100vw;
  height: 78px;
  background: rgba(255, 255, 255, 0.9);

  /* backdrop-filter: blur(20px); */
  position: fixed;
  left: 0;
  top: 32px;
  z-index: 999;
  box-shadow: 0px 4px 20px 0px rgba(0, 78, 161, 0.1);
  padding: 0 72px;
  box-sizing: border-box;
}

.header .app a {
  color: #004ea1 !important;
}

.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 78px;
  left: 0;
  top: 0;
  z-index: -1;
  /* background: rgba(255, 255, 255, 0.5); */
}

/* logo */
.header .logo {
  width: 148px;
  height: 40px;
  object-fit: contain;
  user-select: none;
}

/* tel */
.header .mini-tel {
  display: none;
  font-size: 14px;
  color: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* navs */
.header .navs {
  user-select: none;
  margin: 0 20px;
  width: 1012px;
  height: 100%;
}

.header .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .nav-item .dropdown-menu {
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 20px 0px rgba(0, 78, 161, 0.1);
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}

/* .header .nav-item:hover .dropdown-menu{
    display: block;
} */

.header .nav-item ul {
  /* display: none; */
  margin: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header .navs .dropdown-menu a:hover {
  background: none;
  color: #337ab7;
}

.header .navs .dropdown-menu a.active {
  background: none;
  color: #337ab7;
}

.header .nav-item ul li a {
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: center;
}

.menu-header {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 998;
  width: 100%;
  display: none;
}


.menu-navs {
  user-select: none;
  width: 100%;
  max-height: 80%;
  overflow: auto;
  list-style: none;
  background: linear-gradient(180deg,
      rgba(0, 78, 161, 0.31) 50%,
      rgba(255, 255, 255, 0) 99%);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.menu-navs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  /* backdrop-filter: blur(10px); */
}

.menu-navs .dropdown-menu {
  position: unset;
  background: none;
  border: none;
  box-shadow: none;
}

.menu-navs .dropdown-menu a:hover {
  background: none;
  color: #337ab7;
}

.menu-navs .dropdown-menu a.active {
  background: none;
  color: #337ab7;
}

.menu-navs li {
  margin: 8px 0;
}

.menu-navs a {
  font-size: 16px;
}

/* search */
.header .search {
  position: relative;
}

.header input {
  width: 160px;
  height: 40px;
  background: transparent;
  border-radius: 36px;
  backdrop-filter: blur(10px);
  border: 1px solid #004ea1;
  backdrop-filter: blur(10px);
  padding: 0 34px 0 10px;
  box-sizing: border-box;
}

.header .search-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  object-fit: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.header .contact {
  margin-left: 27px;
}

.header .contact .text {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
}

.header .contact span {
  font-size: 18px;
  font-weight: 500;
}

.header .contact .tel {
  align-items: center;
}

.header .contact .tel img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.header .contact .tel span {
  color: #004ea1;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.wechat {
  position: relative;
  cursor: pointer;
}

.wechat:hover .qrcode {
  display: flex !important;
}

.wechat .wechat-icon {
  width: 26px;
  object-fit: contain;
}

.wechat .qrcode {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  transform: translate(-50%, 110%);
  display: none;
  padding: 10px 0;
  box-sizing: border-box;
}

.wechat .qrcode img {
  width: 200px;
  object-fit: contain;
}

.wechat .qrcode .text {
  font-size: 16px;
  color: black;
  margin-top: 15px;
}

.app-page img {
  width: 26px;
  object-fit: contain;

}

.app-page a {
  color: #004ea1;
  margin-left: 15px;
  text-align: center;
  white-space: nowrap;
}

.header .header-right .menu {
  display: none;
  margin-left: 20px;
  font-size: 22px;
  color: #004ea1;
  cursor: pointer;
}


.top-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: white;
  width: 100%;
  padding: 3px 0;
}

.top-area .top-area-content {
  padding: 0 200px;
  box-sizing: border-box;
  width: 100%;
  justify-content: flex-end;
  min-height: 26px;
}

.top-area .text {
  font-size: 12px;
  color: #004ea1;
}

.top-area .btn {
  padding: 0px 5px;
  font-size: 14px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #004ea1;
  border: 1px solid #004ea1;
  margin-left: 15px;
}

.top-area .btn.register {
  color: white;
  background: #004ea1;
}


@media screen and (max-width: 1400px) {

  .contact,
  .wechat,
  .app-page {
    display: none;
  }

  .header li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .header .search {
    display: none;
  }

  .header {
    height: 60px;
  }

  .header::before {
    height: 60px;
  }
}

@media screen and (min-width: 960px) {
  .menu-header {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .header .navs {
    display: none;
  }

  .header .header-right .menu {
    display: block;
  }

  .header .mini-tel {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .menu-header {
    top: 40px;
  }

  .header {
    padding: 0 20px;
    height: 40px;
    top: 0;
  }

  .header::before {
    height: 40px;
  }

  .header .logo {
    width: 88px;
    height: 24px;
  }

  .top-area {
    display: none;
  }
}




/* 数字人 */
.online {
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 9999;
}

.online .online-img {
  cursor: pointer;

}

.online .online-img img {
  width: 150px;
  object-fit: contain;
}

.online .online-img .text {
  font-size: 22px;
  color: #004EA1;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.74);
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* 配景1 */
.my-ai {
  width: 100%;
  height: 100%;
  background: url(/static/images/ai-online/bg.png) 100% 100% no-repeat;
}

.my-ai .video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  font-size: 14px;
  color: white;
}

.my-ai .welVideo-box {
  width: 100%;
  height: 100%;
}

.my-ai .welVideo-box .audio-box {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-142%);
  cursor: pointer;
  cursor: pointer;
}

.my-ai .welVideo-box .audio-box .audio-icon {
  width: 30px;
  object-fit: contain;
}

.my-ai .welVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.my-ai-hidden {
  display: none;
}

/* 配景2 */
.my-ai .my-ai-bg2 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url(/static/images/ai-online/bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 数字人配景 */
.my-ai .my-p {
  position: absolute;
  left: 34.5%;
  top: 9.1%;
  width: 32.2%;
  height: 82.7%;
  background-image: url(/static/images/ai-online/p.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.my-ai #player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.my-ai #player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 全身半身 */
.my-ai .pop-items {
  position: absolute;
  bottom: 8%;
  left: 2%;
  z-index: 99;
}

.my-ai .pop-items img {
  cursor: pointer;
  width: 52%;
  object-fit: contain;
  margin-bottom: 12px;
}

.my-ai .lang-items {
  width: 10%;
  position: absolute;
  top: 3%;
  right: 7%;
  z-index: 99;
}

.my-ai .lang-items .lang-item {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1 / 1;
  color: white;
  font-size: 10px;
  padding-top: 50%;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-image: url(/static/images/ai-online/sd.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.my-ai .lang-items .lang-item.over {
  background-image: url(/static/images/ai-online/sd-sele.png);
}


.my-ai .text-cont {
  position: absolute;
  z-index: 98;
  left: 16.5%;
  bottom: 10.9%;
  width: 70.2%;
  height: 5.6%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  white-space: nowrap;
  padding: 0 10px;
}

.my-ai .text-cont .content {
  width: 100%;
  overflow: hidden;
}

.my-ai .text-cont .text {
  margin: 0 10px;
  animation: text-scroll 8s linear infinite;

  /* 动画名称、一连时间、动画类型和循环播放 */
}



.banner-content .box-content {
  width: 18%;
  height: unset !important;
}

.banner-content .box-item {
  height: 100%;
  justify-content: flex-start !important;
}


@keyframes text-scroll {
  0% {

    transform: translateX(100%);
    /* 初始位置: 在容器右侧 */

  }

  100% {
    transform: translateX(-220%);
    /* 竣事位置: 在容器左侧 */

  }
}


.my-ai .input-cont {
  position: absolute;
  z-index: 98;
  left: 16.5%;
  bottom: 3.9%;
  width: 78.2%;
  height: 5.6%;
  background-image: url(/static/images/ai-online/input.png);
  background-size: contain;
}

.my-ai .input-cont input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding-right: 6.4%;
  padding-left: 2.1%;
  box-sizing: border-box;
  font-size: 14px;
  color: #FFFFFF;
}

.my-ai .input-cont .send-btn {
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);

}

.my-ai .audio {
  position: absolute;
  z-index: 99;
  right: 4%;
  top: 50%;
  transform: translateY(-135%);
  width: 10%;
  object-fit: contain;
  cursor: pointer;
}

.my-ai .d-content {
  position: absolute;
  z-index: 99;
  /* background: url(/static/images/ai-online/area.png) 100% 100% no-repeat; */
  left: 4.9%;
  top: 38%;
  width: 70%;
  height: 35%;
  /* padding: 2.9% 3.2% 3.5% 3.2%; */
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: none;

  font-size: 12px;


  border-image-source: url(/static/images/ai-online/area.png);
  border-image-slice: 10 15 15 10 fill;
  border-top: 10px solid;
  border-right: 15px solid;
  border-bottom: 15px solid;
  border-left: 10px solid;
}

.my-ai .d-content .mess-title {
  margin-top: 5px;
  font-weight: 600;
}

.my-ai .d-content .v-right {
  display: flex;
  align-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 3%;
}

.my-ai .d-content .v-left {
  display: flex;
  margin-bottom: 3%;
}


.my-ai .v-right .mess {
  background: rgba(50, 102, 158, 0.8);
  color: white;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 10px;
}

.my-ai .v-left .mess {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 10px;
}

.my-ai .mess-img-div {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  margin-right: 1%;
}

.my-ai .mess-img {
  /* width: 32%; */
  width: 80%;

  object-fit: contain;
  /* border-radius: 50%; */
}


.my-ai #sound-bg {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  color: #fff;
  width: 274px;
  padding: 20px;
  box-sizing: border-box;

  border-image-source: url(/static/images/app/sound-box.png);
  border-image-slice: 10 15 15 10 fill;
  border-top: 10px solid;
  border-right: 8px solid;
  border-bottom: 8px solid;
  border-left: 10px solid;
  backdrop-filter: blur(30px);
  background: rgba(150, 150, 150, 0.2);
}

.my-ai #sound-bg .sound-title {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: white;
}

.my-ai #sound-bg .sound-loading {
  width: 100%;
  height: 110px;
  background-image: url(/static/images/app/Voice3-1.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -6px -28px;
}

.my-ai #sound-bg .sound-mess {
  width: 100%;
  max-height: 100px;
  overflow: auto;
  scrollbar-width: none;
}

.my-ai #sound-bg .btn {
  padding: 4px 10px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  margin: 10px 10px 0 10px;
}

.my-ai #sound-bg .btn:hover {
  color: white;
}

/* 语音互动图片 */
#LRfloater0 img.yyhd {
  width: 150px;
  cursor: pointer;
}




/* 常见问题 */
.my-ai .ques {
  position: absolute;
  bottom: 18%;
  left: 2%;
  z-index: 99;
  width: 103px;
  height: 60px;
  cursor: pointer;
}

.my-ai .ques .cont {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  background: rgba(250, 250, 250, 0.2);
  box-sizing: border-box;
  border: 0.5px solid #FFFFFF;
  backdrop-filter: blur(20px);
  padding: 10px;
  color: white;
}

.my-ai .ques .dlogo {
  width: 77px;
  height: 14px;
  object-fit: contain;
}

.my-ai .ques .text1 {
  font-size: 12px;
  line-height: 1.4;
}

.my-ai .ques .text2 {
  font-size: 8px;
  line-height: 1.4;
}

.my-ai .ques .icon {
  position: absolute;
  right: 4px;
  bottom: 6px;
  border-radius: 100px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.8);
  width: 16px;
  height: 16px;
}

.my-ai .ques .icon img {
  width: 8px;
  height: 4px;
}

/* 常见问题列表 */
.my-ai .ques-list {
  position: absolute;
  z-index: 100;
  width: 296px;
  height: 279.67px;
  background: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 15px 0px rgba(13, 24, 59, 0.2);
  left: 20px;
  bottom: 100px;
  padding: 15px;

}

.my-ai .ques-list .top {
  width: 100%;
}

.my-ai .ques-list .top .title {
  color: #004EA1;
  font-size: 12px;
  font-weight: 400;
}

.my-ai .ques-list .top .title img {
  width: 12px;
  height: 6px;
  margin-right: 7px;

}

.my-ai .ques-list .top .close1 {
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.my-ai .ques-list .line {
  width: 100%;
  height: 1px;
  margin: 5px 0;

}

.my-ai .ques-list .list {
  width: 100%;
  height: 1px;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 5px 0;
  box-sizing: border-box;

}

.my-ai .ques-list .list .item {
  padding: 4px 5px;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.my-ai .ques-list .list .item:hover {
  background: #89F7FF;
}

.my-ai .ques-list .list .item:last-child {
  margin-bottom: 0;
}

.my-ai .ques-list .list .item img {
  width: 12px;
  height: 6px;
  margin-right: 4px;
}


.ques-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
}

.canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}<!--耗时1755802522.1266秒-->