/* 顶部图片 */
.homeBg{
    height: 7.1875rem;
    background: url('../static/bigDataBg.jpg') no-repeat;
    background-size: cover;
    position: relative;
   }
   /* .homeBg .message{
     position: absolute;
     top: 2.3rem;
     right: 0;
   } */
.homeBg .message img{
     display: block;
     padding-bottom: .05rem;
  }
.homeBg .onTrial{
display: flex;
align-items: center;
color: #FFFFFF;
width: 3.4375rem;
height: .875rem;
font-size: .325rem;
padding: .1375rem .1375rem .1375rem .375rem;
background: linear-gradient(90deg, #0761ED 0%, #02BEFB 100%);
border-radius: 80px 80px 80px 80px;
position: absolute;
top: 5.4375rem;
left: 1.85rem;
cursor: pointer;
}
.onTrial img{
  margin-left: .25rem;
}
.firstTab{
 background-color: #0089FF;
 color: #FFFFFF;
 padding: 0 1.625rem;
 font-size: .25rem;
}

.firstTab ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 1rem; */
}

.firstTab ul li{
    position: relative;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.firstTab ul .active::after{
  position: absolute;
  top: 0rem;
  content:'';
  height: .075rem;
  width: 1rem;
  background-color: #FFFFFF;
  border-radius: .625rem .625rem .625rem .625rem;
  left: 50%;
  transform: translateX(-50%);
}

