@charset "UTF-8";
.banner{
    width: 100%;
    height: 38.95rem;
    text-align: center;
    margin: 0 auto;
}
.banner .swiper-img{
    width: 100%;
    height: 38.95rem;
    background-size: cover;
}

.index-items{
    margin: 2.3rem auto 3.5rem;
    width: 61.3rem;
}
.index-items ul{
    display: flex;
    justify-content: space-between;
}
.index-items li,
.index-items li img{
    width: 19.65rem;
    height: 26.5rem;
}
.index-items li{
    position: relative;
    border-radius: 8px;
}
.index-items li .bar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.5rem;
    background: #21a888;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.index-items li .bar img{
    width: 2.55rem;
    height: 2.5rem;
    margin: 0 0.8rem;
}
.index-items li .bar-title{
    font-size: 1.8rem;
}
.index-items li .bar-desc{
    font-size: 1.2rem;
}
