@charset "UTF-8";
/*
 * @作者: 陆陈伟
 * @创建时间: 2025-01-21 10:19:15
 * @修改时间: 2025-01-22 09:27:45
 * @版本: [1.0]
 * @版权: 国泰新点软件股份有限公司
 * @描述: 
 */
body {
  font-family: "SourceHanSansCN-Regular";
  color: #333;
  font-size: 0.16rem;
}

body * {
  box-sizing: border-box;
  font-size: 0.16rem;
}

.pore {
  position: relative;
}

.robot-ico {
  position: absolute;
  z-index: 1;
  top: 1.09rem;
  right: -0.4rem;
  width: 4.61rem;
  height: 3.37rem;
}

.banner {
  height: 4.85rem;
  background: url("../images/Intelligent/top_bg.png") center top no-repeat;
}
.banner .top .topbox {
  position: relative;
  z-index: 10;
  min-width: 12rem;
  height: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .top .logo.bg2 {
  display: none;
}
.banner .top .rcon {
  display: flex;
  align-items: center;
}
.banner .top .rcon .btn {
  margin-left: 0.1rem;
  min-width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  padding: 0 0.25rem;
  color: #fff;
  cursor: pointer;
  border-radius: 0.22rem;
  border: 0.01rem solid #fff;
}
.banner .intro {
  position: relative;
  z-index: 20;
  padding-top: 0.01rem;
}
.banner .intro .flag {
  margin-top: 0.61rem;
}
.banner .intro .flag .info {
  display: inline-flex;
  color: #fff;
  height: 0.46rem;
  line-height: 0.46rem;
  font-size: 0.2rem;
  padding: 0 0.16rem;
  border-radius: 0.08rem 0.08rem 0.08rem 0rem;
  background: linear-gradient(96deg, #b300e0 -31.16%, #177cfc 39.37%, #00b0f0 76.64%, #00f0a0 104.07%);
}
.banner .intro > .info {
  display: inline-flex;
  margin-top: 0.23rem;
  font-family: "Alimama_ShuHeiTi_Bold";
  color: #fff;
  line-height: 0.55rem;
  font-size: 0.46rem;
  letter-spacing: 0.0138rem;
  text-shadow: 0 0.04rem rgba(0, 0, 0, 0.25);
}
.banner .intro .msg {
  margin-top: 0.24rem;
  max-width: 70%;
  line-height: 0.22rem;
  color: #fff;
}
.banner .intro .msg > .item + .item {
  margin-right: 0.08rem;
}
.banner .intro .btns {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
}
.banner .intro .btns .btn {
  margin-right: 0.2rem;
  height: 0.64rem;
  padding: 0.17rem 0.3rem 0.17rem 0.36rem;
  border-radius: 0.5rem;
  background: linear-gradient(88deg, #b300e0 -69.93%, #177cfc -43.95%, #00b0f0 70.41%, #00f0a0 125.89%), linear-gradient(89deg, #67adff -4.93%, #1aa0ff 54.46%, #00b0f0 108.94%), #3672ff;
}
.banner .intro .btns .btn > span {
  padding-right: 0.53rem;
  color: #fff;
  background: url("../images/Intelligent/top_btn.png") right center no-repeat;
}
.banner .intro .btns .btn:nth-child(2) > span {
  background-image: url("../images/Intelligent/top_btn2.png");
}

.fui-content.full {
  padding: 0;
}

.container {
  width: 12rem;
  margin: 0 auto;
}

.banner .top .logo {
  width: 2.78rem;
  height: 0.33rem;
}

.scroll-style .top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
}
.scroll-style .banner .intro .flag {
  margin-top: 1.26rem;
}
.scroll-style .banner .top .logo {
  display: none;
}
.scroll-style .banner .top .logo.bg2 {
  display: block;
}
.scroll-style .banner .top .rcon .btn {
  border-color: #3373cb;
  color: #3373cb;
}
.scroll-style .banner .top .rcon .btn:nth-child(2) {
  color: #fff;
  background-color: #3373CB;
}