.topBg {
    width: 100%;
    height: 30vh;
}

.topBg img {
    width: 100%;
    height: 100%;
}

.ii {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    border-radius: 0.5rem;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
}

.ii .img1 {
    width: 80px;
    height: 80px;

}

.ii .img2 {
    width: 100px;
    height: 40px;
}

.topBg2 {
    width: 100%;
    height: 25vh;
    position: relative;
}

.topBg2 img {
    width: 100%;
    height: 100%;
}

.info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.info-img {
    width: 120px;
    height: 120px;
    padding: 3px;
    background: #eee;
    margin-top: 10px;
    border-radius: 3px;
}

.info h5{
    margin-top: 20px;
}



.info-img img {
    width: 100%;
    height: 100%;
}

.qun-img{
    width: 100%;
}

.qun-img img{
    width: 100%;
    height: auto;
}