body {
  margin: 0;
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Arial', sans-serif;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
ul,ol{
  list-style: none;
}
a{
  text-decoration: none;
}
header {
  color: #fff;
  padding: 0;
  width: 100%;
  z-index: 9;
  background-size:100%;
  min-height: 146vw;
  background: linear-gradient(180deg, #7189B2 0%, #D1DDF1 100%);
  position: relative;
  font-size: 0;
}

header .title-box{
  position: absolute;
  width: 100%;
  left: 0;
  top: 29%;
  transform: translate(0, -50%);
}
header .title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  text-align: center;
  font-size: 38px;
  letter-spacing: 2px;
  margin-left: 30px;
}
header .title-sm{
  font-size: 18px;
  margin-left: 0;
  margin-bottom: 6px;
}
@media (max-width: 360px) {
  header .title {
    margin-left: 20px;
  }
  header .title-sm{
    margin-left: 0;
  }
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 25px;
  z-index: 999;
  /* position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 50px);*/
}
.navbar .menu{
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/static/sp/images/menu-white.png) no-repeat center;
  background-size: 100%;
  margin-right: 20px;
}
.navbar-logo {
  display: flex;
  align-items: center;

}
.navbar-logo .logo {
  display: inline-block;
  width: 54px;
  height: 28px;
  background: url(/static/sp/images/logo-white.png) no-repeat center;
  background-size: 100%;
}
.navbar .navbar-button{
  background: #1E2A4A;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 7px 18px;
  border-radius: 20px;
  cursor: pointer;
}
.navbar.active {
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.navbar.active .menu {
  background: url(/static/sp/images/close.png) no-repeat center;
  background-size: 100%;
}
.navbar.active .navbar-logo .logo{
  background: url(/static/sp/images/logo-black.png) no-repeat center;
  background-size: 100%;
}
.navbar .navbar-menu-box{
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
  height: auto;
  z-index: 111;
}
.navbar-menu {
  width: 100%;
  overflow: auto;
  background: #fff;
  padding: 20px 0;
  display: none;
}
.navbar-menu li {
  font-size: 20px;
  padding: 12px 30px;
  position: relative;
  white-space: nowrap;
}

.navbar-menu li a{
  color: #1E2A4A;
  display: flex;
  align-items: center;
}
.navbar-menu li.active a{
  font-weight: bold;
}
.footer .name{
  font-size: 14px;
  color: #1E2A4A;
  font-weight: bold;
  margin: 30px 20px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .icon{
  margin: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .contact-box .code{
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  padding: 10px;
  background: #fff;
  display: none;
}
.footer .layer{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
  display: none;
}
.footer .contact-box{
  z-index: 111;
}
.footer .contact-box .close{
  position: absolute;
  right:-20px;
  top: -20px;
  width: 18px;
  height: 18px;
  background: url(/static/sp/images/close-white.png) no-repeat center;
  background-size: 100%;
}
.copyright{
  font-size: 10px;
  color: #1E2A4A;
  margin: 20px 20px 30px;
  opacity: .5;
}
.about-header{
  background: url(/static/sp/images/banner2.png) no-repeat;
  background-size:100%;
}
.company-header .navbar .menu,
.join-header .navbar .menu,
.robot-header .navbar .menu,
.about-header .navbar .menu{
  background: url(/static/sp/images/menu-black.png) no-repeat center;
  background-size: 100%;
}
.company-header .navbar.active .menu,
.join-header .navbar.active .menu,
.robot-header .navbar.active .menu,
.about-header .navbar.active .menu{
  background: url(/static/sp/images/close.png) no-repeat center;
  background-size: 100%;
}
.company-header .navbar-logo .logo,
.join-header .navbar-logo .logo,
.robot-header .navbar-logo .logo,
.about-header .navbar-logo .logo{
  background: url(/static/sp/images/logo-black.png) no-repeat center;
  background-size: 100%;
}
.about-header .icon-box{
  margin-left: 48%;
  margin-right: 2%;
  text-align: right;
}
.about-header .msg{
  margin: 24vw 8.3vw 0;
  color: #1E2A4A;
}
.about-header .msg .text{
  font-size: 6.8vw;
  letter-spacing: .5vw;
}
.about-header .msg .tip{
  font-size: 3vw;
  margin-top: 10px;
  letter-spacing: .1vw;
  line-height: 4.8vw;
}
.imp{
  color: #246dff;
  font-weight: 500;
}
.about-team{
  margin: 30px 14.4vw;
}
.about-team .title{
  font-size: 26px;
  color: #1E2A4A;
  text-align: center;
  margin-bottom: 10px;
}
.about-team .box{
  margin-top: 40px;
  color: #1E2A4A;
}
.about-team .box .name{
  font-size: 6vw;
  margin-top: 10px;
}
.about-team .box .sm,
.about-team .box .identity{
  font-size: 3vw;
  letter-spacing: .1vw;
}
.about-team .box .identity{
  margin: .5vw 0 2.5vw;
}
.about-team .box .info{
  font-size: 3vw;
  opacity: .5;
  line-height: 5vw;
  letter-spacing: .1vw;
}
.about-investor {
  margin: 60px 0;
  background: url(/static/sp/images/bg.png) no-repeat center;
  background-size: 100%;
}
.about-investor .title{
  font-size: 26px;
  color: #1E2A4A;
  text-align: center;
  margin-bottom: 10px;
}
.about-investor .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px;
  gap: 10px;
}
.about-investor li{
  width: calc(33.3% - 10px);
}
.robot-header{
  background: initial;
  height: auto;
  min-height: auto;
}
.robot-header .navbar{
  background: #fff;
}
.robot-content .title{
  font-size: 6.5vw;
  color: #1E2A4A;
  text-align: center;
  margin: 20px 0 0;
}
.robot-content .title-sm{
  font-size: 3vw;
  margin: 0 0 20px;
} 
.robot-content .info{
  margin: 0 25px;
  padding: 10px 0;
  color: #1E2A4A;
}
.robot-content .name,
.carousel .box .name{
  font-size: 6vw;
  margin: -5vw 0 3vw 1vw;
  font-weight: bold;
}
.robot-content .desc,
.carousel .box .desc{
  font-size: 3vw;
  width: 86%;
  margin: 2vw 5px;
  line-height: 5vw;
  letter-spacing: .1vw;
}
.robot-content .box1{
  background: #F8FAFF;
}
.carousel {
  position: relative;
  width: 100%;
  /* height: 550px; */
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}

/* 控制按钮 */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
  z-index: 10;
}

.carousel-control:hover {
  opacity: 1;
}

/* 指示器 */
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  right: 5px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.carousel-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-indicator.active {
  background: #fff;
}
.carousel .box{
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.join-header{
  background: #FAFBFE url(/static/sp/images/banner3.png) no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
}
.join-header .box{
 position: absolute;
 left: 50%;
 top: 24%;
 width: 65%;
 transform: translate(-50%,0);
 font-size: 4.5vw;
 color: #1E2A4A;
 text-align: center;
}
.join-header .box .text{
  margin-top: -10px;
}
.join-info{
  margin: 0 20px 14vw;
  color: #1E2A4A;
}
.join-info .title{
  font-size: 6vw;
  text-align: center;
  margin: 1vw 0 3vw;
}
.join-info .desc{
  font-size: 2.68vw;
  margin: 10px .1vw 30px;
  text-align: center;
  line-height: 4.5vw;
  letter-spacing: .1vw;
}
.join-info .list{
  display: flex;
  gap: 10px;
  margin-top: 8vw;
}
.join-info .list li{
  width: 25%;
  background: #F3F5F8;
  border-radius: 10px;
  text-align: center;
  font-size: 2.5vw;
  padding: 3vw 0 2vw;
  line-height: 4.5vw;
}
.join-info .list .team-active{
  display: none;
}
.join-info .list li.active {
  background: #202848;
  color: #fff;
}
.join-info .list li.active .team{
  display: none;
}
.join-info .list li.active .team-active{
  display: inline-block;
}
.join-info .info {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
  text-align: left;
}
.join-info .info .name{
  font-weight: bold;
  font-size: 4.2vw;
}
.join-info .info .text{
  font-size: 3.5vw;
  margin-top: 5vw;
  font-weight: 500;
}
.join-info .info .tip{
  font-size: 2.6vw;
  margin-top: 1.5vw;
  letter-spacing: .1vw;
  line-height: 4.2vw;
  opacity: .8;
}
.join-info .info .btn{
  width: 44vw;
  height: 15vw;
  background: url(/static/sp/images/btn.png) no-repeat;
  background-size: 100%;
  border: none;
  margin: 8vw 0 4vw;
}
.company-header{
  background: initial;
  height: auto;
  min-height: auto;
}
.company-content{
  margin: 20px 20px 60px;
  color: #1E2A4A;
}
.company-content .title{
  font-size: 22px;
  margin: 20px 0 10px;
}
.company-content .box{
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #F6F9FC;
  min-height: 70vw;
  padding-bottom: 7vw;
  position: relative;
}
.company-content .desc{
  font-size: 4vw;
  font-weight: bold;
  margin: 5px 15px;
  letter-spacing: .1vw;
}
.company-content .date{
  text-align: right;
  font-size: 3vw;
  opacity: .7;
  position: absolute;
  right: 20px;
  bottom: 3vw;
}