.banner {
  height: 764px;
  background: radial-gradient(
      60% 44% at 26% 60%,
      #9988ff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(49% 50% at 48% 59%, #a7d0ff 0%, rgba(255, 255, 255, 0) 100%),
    var(--gray-color);
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px; */
  padding: 0 100px;
}
.banner-main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner h1 {
  height: 72px;
  font-size: 64px;
}
.btn-group {
  display: flex;
  gap: 16px;
}
.btn-group a {
  width: 192px;
  height: 64px;
  background: var(--white-color);
  border-radius: 12px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
}
.my2 {
  margin: 20px 0;
  font-size: 24px;
}

.btn-group a:hover {
  transition: 0.3s;

  border-radius: 52px;
}
.blue—btn {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.layui-tab-title {
  width: 100%;
  display: flex;
  padding: 0 6%;
  box-sizing: border-box;
  justify-content: space-around;
}
.gs {
  padding: 5% 0;
}
.gs h1 {
  font-size: 32px;
  text-align: center;
}

.gs .desc {
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0;
  text-align: center;
  color: #666;
}

.box {
  width: 100%;
  display: flex;
  padding: 40px;
  background-color: #000;
  border-radius: 16px;
}

.box .left {
  width: 45%;
}
.box .right {
  width: 55%;
}
.box .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15% 0 2%;
}
.box .left p {
  color: #aaa;
  line-height: 30px;
  text-align: center;
  padding: 0 10%;
}
.box .left h2 {
  color: var(--white-color);
  font-size: 24px;
  letter-spacing: 2px;
  margin: 24px 0;
}
.box .left img {
  width: 72px;
}
.box .right img {
  max-width: 100%;
}

.km img {
  max-width: 100%;
  max-height: 600px;
}
.km .left-tab {
  display: flex;
  align-items: center;
  gap: 24px;
}
.km .left-line {
  height: 518px;
  width: 3px;
  background: radial-gradient(
      60% 44% at 26% 60%,
      #9988ff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(49% 50% at 48% 59%, #a7c0ff 0%, rgba(255, 255, 255, 0) 100%),
    var(--gray-color);
}
.km .left-box {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.km .left-box div {
  width: 370px;
  min-height: 160px;
  padding: 10px 35px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  color: var(--text-color);
  cursor: pointer;
  box-shadow: none;
  transition: 0.3s;
  background-color: transparent;
}
.km .left-box div.active {
  background-color: var(--white-color);
  box-shadow: 0px 12px 40px 0px rgba(16, 24, 64, 0.1);
}

.km .left-box div h1 {
  font-size: 24px;
  color: #000;
}
.km .left-box div p {
  font-size: 16px;
}

.cbd {
  background: var(--gray-color);
  padding: 160px 144px 152px 156px;
}
.cbd h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 32px;
}
.cbd p.desc {
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
}
.cbd .mid {
  display: flex;
  align-items: center;
}
.cbd .mid img {
  max-height: 360px;
}

.cbd .mid ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 51px 0;
  padding-right: 20px;
}
.cover {
  border: 1px dashed #eee;
  text-align: center;
}
.cbd .mid ul li {
  height: 96px;
  font-weight: 600;
  background: var(--white-color);
  border-radius: 12px;
  font-size: 24px;
  line-height: 96px;
  padding: 0 40px;
}

.fot .item {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.fot .item img {
  width: 40px;
  height: 40px;
}
.fot .item h3 {
  font-size: 24px;
}
.fot .item p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  text-align: center;
}

.tjc {
  padding: 128px 0;
}
.xdc {
  padding-top: 8px;
}

.tjc h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 32px;
}
.tjc p.desc {
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 80px;
}

.tjc .item {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.tjc .item img {
  width: 40px;
  height: 40px;
}
.tjc .item h3 {
  font-size: 24px;
}
.tjc .item p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
  text-align: center;
}
.tjc .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 334px;
  padding: 0 15px;
  transition: all 0.3s;
  border: 1px solid var(--border-color);
}
.tjc .item a {
  margin-top: 40px;
}

.tjc .item a i {
  font-size: 10px;
  display: inline-block;
  transform: rotate(180deg);
}

.tjc .item:hover {
  background: var(--white-color);
  border-color: transparent !important;
  box-shadow: 0px 12px 40px 0px rgba(16, 24, 64, 0.1);
  a {
    color: var(--primary-color) !important;
  }
}

.yycj {
  padding: 128px 0;
  background: var(--gray-color);
}
.yycj h1 {
  font-size: 48px;

  margin-bottom: 32px;
}
.yycj .rowf {
  display: flex;
  justify-content: space-between;
}
.yycj p.desc {
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 80px;
}
.yycj a {
  color: var(--primary-color) !important;
}
.yycj a i {
  font-size: 10px;
  display: inline-block;
  transform: rotate(180deg);
}

.yycj .mti {
  display: flex;
  background-color: var(--white-color);
  justify-content: space-around;
  padding: 40px 100px 40px 20px;
  box-sizing: border-box;
  border-radius: 12px;
  gap: 20px;
  transition: all 0.3s;
}
.yycj .mti:hover {
  box-shadow: 0px 12px 40px 0px rgba(16, 24, 64, 0.1);
}

.yycj .mti h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.yycj .mti p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 24px;
}
.yycj .mti img {
  width: 90px;
  height: 90px;
}

.gl_app .list li {
  color: #aaa;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 15px;
}
.gl_app .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #aaa;
  border-radius: 50%;
  animation: color-glow 2s infinite ease-in-out;
}

@keyframes color-glow {
  0% {
    box-shadow: 0 0 2px 1px rgb(0, 101, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 10px 5px rgb(0, 101, 255, 0.9);
  }
  100% {
    box-shadow: 0 0 3px 1px rgba(0, 101, 255, 0.5);
  }
}

.dzkf {
  padding: 128px 0;
}
.dzkf img {
  max-width: 100%;
  max-height: 450px;
}
.dzkf h1 {
  font-size: 48px;
  text-align: center;
}

.dzkf p.sub-title {
  margin: 20px 32px 32px;
  font-size: 16px;
  text-align: center;
}
.dzkf .imy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 400px;
}
.dzkf .cover-img {
  align-items: center;
}
.dzkf .title {
  font-weight: 600;
  font-size: 32px;
  color: #000;
}
.dzkf .iec {
  font-size: 16px;
  color: var(--text-color);
}

.dzkf .rdbtn {
  width: 128px;
  height: 35px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border-color);
}
.dzkf .rdbtn b {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
}

.dzkf ul li {
  color: var(--text-color);
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 12px;
}
.dzkf ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}

.dzkf a {
  margin-top: 40px;
  color: var(--primary-color) !important;
}
.dzkf a i {
  font-size: 10px;
  display: inline-block;
  transform: rotate(180deg);
}
.my10 {
  margin-top: 108px;
}

.sod {
  background: var(--white-color);
}
.tlh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 128px;
  padding-bottom: 128px;
}

.tlh a {
  display: block;
  width: 192px;
  height: 64px;
  color: var(--white-color);
  line-height: 64px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 12px;
}

.tlh h1 {
  font-size: 48px;
  text-align: center;
}
.tlh p {
  font-size: 16px;
  max-width: 80%;
  line-height: 30px;
  text-align: center;
}

.rowline {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.rowline .left-line {
  height: 400px;
  width: 3px;
  background: radial-gradient(
      60% 44% at 26% 60%,
      #9988ff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(49% 50% at 48% 59%, #a7c0ff 0%, rgba(255, 255, 255, 0) 100%),
    var(--gray-color);
}

.rowline .tab-title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-right: 20%;
  /* gap: 40px; */
}
.dym {
  padding: 48px 0;
}
.dym h1 {
  font-size: 48px;
  margin-bottom: 24px;
}
.dym .abcove {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dym img {
  max-width: 80%;
}
.dym .tab-title span {
  display: block;
  transition: all 0.3s;
  margin-top: 10px;
  color: transparent;
}
.dym .tab-title .active {
  color: var(--primary-color);
  span {
    color: #666;
  }
}
/* dbao */

.dbao .mti {
  flex-direction: column;
  padding: 30px;
  max-height: 154px;
  overflow: hidden;
}
.dbao .mti .row {
  display: flex;
  gap: 20px;
  align-items: center;
}
.dbao .mti h3 {
  margin-bottom: 0px;
  color: transparent;
}
.dbao .layui-col-md4:nth-child(1) .mti h3 {
  background: linear-gradient(to right, #50c7f2, #c7def3);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(2) .mti h3 {
  background: linear-gradient(to right, #ded4e9, #ecf2f8);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(3) .mti h3 {
  background: linear-gradient(to right, #f1645b, #fcebd5);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(4) .mti h3 {
  background: linear-gradient(to right, #54ade1, #b9e4ed);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(5) .mti h3 {
  background: linear-gradient(to right, #edd190 50%, #eb7f7a 70%, #8e6b6e 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(6) .mti h3 {
  background: linear-gradient(to right, #769679, #7c3b18, #dec276);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(7) .mti h3 {
  background: linear-gradient(to right, #fb4933, #f4d494 95%, #fcb9a2);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .layui-col-md4:nth-child(8) .mti h3 {
  background: linear-gradient(to right, #cfb59a 30%, #2c94c3 55%, #a59181 75%);
  background-clip: text;
  -webkit-background-clip: text;
}
.dbao .mti .row img {
  width: 50px;
  height: 50px;
}
/* .dbao .mti p {
  height: 60px; 
  text-align: center; 
} */

/* safe */

.my20 {
  margin-top: 120px;
}
.safe h1,
.plan h1,
.tding h1,
.anli h1 {
  font-size: 48px;
  text-align: center;
}
.safe .sub,
.plan .sub,
.tding .sub,
.anli .sub {
  font-size: 16px;
  text-align: center;
  color: var(--text-color);
  margin: 20px 0 100px 0;
}
.safe .border,
.anli .border {
  width: 100%;
  display: flex;
  justify-content: center;
}
.safe .border .line,
.anli .border .line {
  width: 1px;
  height: 350px;
  background: var(--border-color);
}

.safe .two {
  padding: 40px 0;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  flex-direction: column;
}
.safe .col {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 350px;
  color: var(--text-color);
  justify-content: center;
}
.safe .col h2 {
  color: #000;
}

/* sfour */
.sfour img {
  width: 50px;
  height: 50px;
}
.sfour .item {
  min-height: 400px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 2px;
}
.sfour .shadw {
  background: var(--white-color);
  box-shadow: 5px 15px 10px 0px rgba(16, 24, 64, 0.05);
}
.sfour .item li {
  margin: 20px 0;
}

/* anli */
.anli {
  background: var(--white-color);
}

.anli .col {
  padding: 4% 10% 0 1%;
}
.anli img {
  height: 36px;
}
.anli .col h2,
.anli .col span {
  display: block;
  margin: 20px 0;
  font-weight: 600;
}

.anli .col ul li {
  color: var(--text-color);
}

.tding {
  padding: 140px 0;
}
.tding .item {
  height: 620px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
}
.tding .item img {
  max-width: 100%;
}
.tding .item h2 {
  margin: 30px 0;
}
.tding .item li {
  margin: 40px 0;
}
/* .plan */
.plan .item {
  padding: 0 2%;
}
.plan .item h2 {
  border-bottom: 1px solid var(--border-color);
  padding: 10px;
  margin-bottom: 10px;
}
.plan .item ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--text-color);
}

#translate {
  position: fixed;
  right: 10%;
  top: 12px;
  z-index: 999;
}
#translate select {
  width: 80px;
}
