.link-box {
    border: 0.1rem solid #ddd;
    padding: 1rem;
    display: flex;
    background-color: #fff;
}

.link-box .image {
    width: 12rem;
}

.link-box .image img {
    width: 100%;
    display: flex;
}

.link-box .meta {
    flex: 1;
    margin-left: 1rem;
}

.link-box .meta .name a {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    max-height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.link-box .meta .name a:hover {
    color: #e1251b;
}

.link-box .meta .desc {
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
}

.link-box .meta .link {
    display: flex;
    margin-top: 1rem;
}

.link-box .meta .link a {
    display: flex;
    height: 3rem;
    align-items: center;
    padding: 0 1rem;
    line-height: 3rem;
    color: #fff;
    font-size: 1.3rem;
}

.link-box .meta .link a.coupon {
    background-color: #f60;
    margin-right: 1.5rem;
}

.link-box .meta .link a.buy {
    background-color: #e1251b;
}
