html{
    overflow: auto;
}
.banner{
    background-size: cover;
    background-position: center right;
    background-image: url(../image/chanpinzhongxin/软件产品.png);
}
.title-img-box{
    /* position: absolute; */
    width: 240px;
    height: 240px;
    margin: auto;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center
}
.mySwiper1 .swiper-slide{
    background: #F6FBFF!important
}
.baihu_desc{
    display: flex;
    background-color: #F5F8FF;
    border-radius: 10px;
    height: 90px;
    margin-bottom: 10px;
    align-items: center;
}
.baihu_desc_text{
    margin-top: 10px;
    height: 80px;
}
.baihu_desc_img{
    margin-right: 20px;
}
.the-card {
    /* padding-top: 20px; */
    margin: auto;
    cursor: pointer;
    width: 300px;
    height: 384px;
    border-radius: 18px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 31px 31px 62px #d6d6d6, -31px -31px 62px #ffffff;
}
.circle-title{
    padding-top: 50px;
}
.example-card{
    width: 300px;
    /* height: 384px; */
    text-align: center;
    display: flex;
    flex-direction: column;
}
.circle-img{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.circle{
    margin-top: 50px;
    width: 160px;
    height: 160px;
}
.circle-desc{
    margin-top: 10px;
    margin-bottom: 30px;
}
.circle-1{
    background: rgba(0, 205, 201, 1);
    box-shadow: 0 0 0 12px rgb(0 205 201 / 56%), 0 0 0 24px rgb(0 205 201 / 20%);
}
.circle-2{
    background: rgba(51,128,255,1);
    /* background: rgba(95, 39, 229, 1); */
    box-shadow: 0 0 0 12px rgb(51 128 255 / 56%), 0 0 0 24px rgb(51 128 255 / 20%);
}
@keyframes circle-2 {
    0% {
        background: rgba(51,128,255, 1);
        box-shadow: 0 0 0 0px rgba(51,128,255, 1), 0 0 0 0px rgba(51,128,255, 1);
    }
    100% {
        background: rgba(51,128,255, 1);
        box-shadow: 0 0 0 12px rgba(51,128,255, 0.56), 0 0 0 24px rgba(51,128,255, 0.2);
    }
}
.circle-3{
    background: rgba(248, 157, 28, 1);
    box-shadow: 0 0 0 12px rgb(248 157 28 / 56%), 0 0 0 24px rgb(248 157 28 / 20%);
}
.circle-3-img{
    width: 100%;
    height: 100%;
    background-image: url(../image/chanpinzhongxin/baihu-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.circle-2-img{
    width: 100%;
    height: 100%;
    background-image: url(../image/chanpinzhongxin/xuanwu-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.circle-1-img{
    width: 100%;
    height: 100%;
    background-image: url(../image/chanpinzhongxin/qinglong-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.xuanwu-box-item{
    background-color: #fff;
    width: 100%;
    box-shadow: 0 3px 20px 0 rgb(60 120 239 / 20%);
    border-radius: 12px;
    transition: all .2s ease, opacity .2s ease;;
    cursor: pointer;
}
.xuanwu-box-item:hover {
    transform: scale(1.05);
}
.xuanwu-box-item{
    display: flex;
    flex-direction: column;
    align-content:center;
    align-items:center
}
.xbi-img{
    width: 90%;
    padding-bottom: 90%;
    position: relative;
    border-radius: 50%;
    background-color: #F6FBFF;
    overflow: hidden;
    margin-bottom: 20px;
}
.xbi-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.xbi-title{
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}
.xbi-content{
    display: inline-block;
    margin: 10px 10px 0 10px;
    height: 80px;
}
.hascirclecard{
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}
.hascirclecard .card-inner {
    width: inherit;
    height: inherit;
    background: rgba(255,255,255,.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    border-radius: 8px;
  }
  
  /* .hascirclecard:hover {
    transform: scale(1.04) rotate(1deg);
  } */
  
  .hascirclecard .circle {
    width: 50px;
    height: 50px;
    background: radial-gradient(#C0D8FF, #F6FBFF);
    border-radius: 50%;
    position: absolute;
    animation: move-up6 2s ease-in infinite alternate-reverse;
  }
  
  .hascirclecard .circle:nth-child(1) {
    top: -55px;
    left: 5px;
  }
  
  .hascirclecard .circle:nth-child(2) {
    bottom: -25px;
    right: -25px;
    animation-name: move-down1;
  }
  
  @keyframes move-up6 {
    to {
      transform: translateY(-10px);
    }
  }
  
  @keyframes move-down1 {
    to {
      transform: translateY(10px);
    }
  }

  .runCard{
    background: #F6FBFF;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
  }
  
  .runCard::before {
    content: '';
    position: absolute;
    width: 100px;
    background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
    height: 200%;
    animation: rotBGimg 20s linear infinite;
    transition: all 0.2s linear;
  }
  
  @keyframes rotBGimg {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  
  .runCard::after {
    content: '';
    position: absolute;
    background: #F6FBFF;
    ;
    inset: 5px;
    border-radius: 15px;
  } 