.scrm{
    /* margin-bottom: 1.6rem; */
}
.scrm__header{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 6.4rem;
    background-color: #111111;
}
.scrm__header__icon{
    position: relative;
    width: 1.76rem;
    height: 1.76rem;
    margin-top: 0.9rem;
}
.scrm__header__icon img {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.scrm__header__icon--active {
    position: absolute;
    top: 0.40rem;
    left: 0.08rem;
    width: 1.6rem;
    height: 1.6rem;
    background: #4364f7;
    filter: blur(24px);
    z-index: 1;
}
.scrm__header__title{
    height: 0.64rem;
    margin: 0.48rem 0 0.16rem 0;
    font-size: 0.44rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #f4f4f6;
}
.scrm__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.72rem;
    margin: 1.6rem 0 0.16rem;
    font-size: 0.48rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
}
.scrm__title img{
    width: 0.32rem;
    height: 0.32rem;
}
.scrm__content {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.52rem;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
}
.scrm__content:last-child{
    margin-bottom: 0.64rem;
}
.scrm__content img{
    width: 0.32rem;
    height: 0.32rem;
}
.scrm__image{
    width: 100%;
}
.scrm__image--last{
    margin-bottom:1.6rem
}