.m-msg-swiper-wrap {
    position: fixed;
    bottom: 200px;
    left: 200px;
    width:126px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.m-msg-swiper-item {
    display: block;
    width: 126px;
    height: 200px;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.m-msg-swiper-item-img {
    display: block;
    width: 100%;
    height: 100%;
}

.m-msg-swiper-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.m-msg-swiper-item-title {
    height: 34px;
    background-color: #FF2E12;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.m-msg-swiper-item-title-title {
    height: 22px;
    background-color: #222222;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
}

.m-msg-swiper-item-title-icon {
    width: 24px;
    height: 24px;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #FF2E12;
    text-align: center;
    line-height: 24px;
}

.m-msg-swiper-item-title-num {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .m-msg-swiper-wrap {
        display: none;
    }
}