/* banner start */
.hero-banner{
    margin-top: 70px;
    width: 100%;
    height: 4.99rem;
    background: url(/public/mobile/hero/images/1.png) no-repeat center / 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-banner .title{
    font-size: 0.8rem;
    font-weight: bold;
    color: #002776;
}

.hero-banner .sub-title{
    font-size: 0.2rem;
    color: #002776;
    text-align: center;
    margin: 0.4rem 0;
}

.hero-banner .list{
    display: flex;
    gap: 0 0.8rem;
}

.hero-banner .item{
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    box-shadow: inset 0px 1.45px 1px 0px #FFFFFF,inset 0px -1.45px 1px 0px #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.34rem;
    border-radius: 0.15rem;
}

.hero-banner .detail{
    margin-left: 0.16rem;
    text-align: center;
}

.hero-banner .detail-title{
    font-size: 0.24rem;
    font-weight: 700;
    color: #0073FF;
}

.hero-banner .detail-text{
    font-size: 0.2rem;
    color: #002776;
}

.hero-banner .item img{
    width: 0.46rem;
}
/* banner end */

/* 用户英雄展示 start */
.hero-show{
    width: 100%;
    background: #F5FAFF;
}
/* 用户英雄展示 end */
