.yr-app-list {
    border: 2px solid rgba(255,136,30,0.14);
    background: #FFFDFB;
    border-radius: 10px;
    margin: 10px auto;
    user-select: none;
    overflow: hidden;
    width:75%;
}

.yr-app-item {
    display: flex;
    margin: 8px;
    position: relative;
    cursor: pointer;
}

.yr-app-item a[data-fancybox="gallery"] {
    pointer-events: none;
}

.yr-app-item .yr-app-logo {
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 6px;
}

.yr-app-main {
    width: 80%;
    margin-left: 15px;
}

.yr-app-main .yr-col {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yr-app-main .yr-col.yr-name {
    font-size: 18px;
    font-weight: 600;
}

.yr-app-main .yr-col.yr-type,
.yr-col.yr-desc {
    color: #666666;
}

.yr-app-main .yr-download-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    background: none;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    background-color: #f10c0c;
    color: #fff;
    font-size: 18px;
    cursor: inherit;
}

.yr-swiper-danmu-container {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
}

.yr-swiper-danmu-wrapper {
    display: flex;
    transition-timing-function: linear;
    z-index: 1;
}

.yr-swiper-slide-danmu-container {
    opacity: 0.82;
}

.yr-swiper-slide-danmu-wrapper {
    background: #bdbdbd4d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 20px;
    padding: 4px 10px;
    max-width: 260px;
    margin-left: 10px;
    margin-top: -6px;
    font-size: 14px;
}

.yr-swiper-slide-danmu-wrapper .yr-swiper-slide-danmu-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 6px;
}

.yr-swiper-slide-danmu-wrapper .yr-swiper-slide-danmu-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width:750px) {
    .yr-app-list{
        width: 100%;
    }
    .yr-app-item .yr-app-logo {
        width: 70px;
        height: 70px;
    }
    .yr-app-main{
        margin-left: 8px;
    }
    .yr-app-main .yr-col {
        height: 20px;
        line-height: 20px;
        margin-top: 2px;
        font-size: 12px;
    }

    .yr-app-main .yr-col.yr-name {
        font-size: 14px;
    }

    .yr-app-main .yr-download-btn {
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        width: 90px;
    }

    .yr-swiper-slide-danmu-wrapper {
        margin-top: -10px;
        font-size: 12px;
        padding: 2px 10px;
    }
}