.yr-app-list {
    border: 1px solid #cac0c0;
    border-radius: 10px;
    margin: 10px 0;
}

.yr-app-item {
    display: flex;
    margin: 12px;
    position: relative;
    cursor: pointer;
}

.yr-app-item a[data-fancybox="gallery"] {
    pointer-events: none;
}

.yr-app-item .yr-app-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
}

.yr-app-main {
    width: 80%;
}

.yr-app-main .yr-col {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yr-app-main .yr-col.yr-name {
    font-size: 20px;
}

.yr-app-main .yr-col.yr-type,
.yr-col.yr-desc {
    color: #959dad;
}

.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: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #f10c0c;
    color: #fff;
    font-size: 18px;
    cursor: inherit;
}

@media only screen and (max-width:750px) {
    .yr-app-item .yr-app-logo {
        width: 60px;
        height: 60px;
    }

    .yr-app-main .yr-col {
        height: 18px;
        line-height: 18px;
        margin-top: 2px;
        font-size: 12px;
    }

    .yr-app-main .yr-col.yr-name {
        font-size: 16px;
    }

    .yr-app-main .yr-download-btn {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        width: 80px;
    }
}