.body-box {
    display: flex;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.body-left {
    background-color: #fff;
    padding: 2rem;
    flex: 1;
}
.body-right {
    width: 20rem;
    margin-left: 1rem;
}
.block-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.purchase-title {
    font-size: 1.6rem;
    font-weight: bold;
}
.purchase-category {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 8px;
    color: #888;
}
.purchase-content {
    color: #464646;
    line-height: 2rem;
}
.purchase-data-box {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid #ddd;
}
.purchase-data-row {
    padding: 4px 0;
    display: flex;
    color: #444;
}
.purchase-data-right {
    margin-left: 1rem;
}
.detail-cover-list {
    display: flex;
    flex-wrap: wrap;
}
.detail-cover-item {
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.detail-cover-item > img {
    width: 8rem;
}

.relevance-article-box {
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 1rem;
}
.relevance-article-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 0.8rem 0;
}
.relevance-article-item:last-of-type {
    border: none;
}
.article-cover-box {
    max-width: 5rem;
    min-width: 3.6rem;
    height: 3.2rem;
    background-color: #f9f9f9;
    text-align: center;
}
.article-cover-box > img {
    max-width: 100%;
    max-height: 100%;
}
.relevance-item-title {
    width: 0;
    flex: 1;
    margin-left: 0.6rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6rem;
    word-break: break-all;
}

.btn-offer {
    width: 10rem;
    text-align: center;
    height: 2.7rem;
    line-height: 2.7rem;
    margin-top: 1rem;
}
.btn-offer.close {
    background-color: #ccc;
    color: #fff;
}
.btn-offer.open {
    cursor: pointer;
}

.purchase-offer-total {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
}

label {
    margin-right: 1rem;
}
.contact-title {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
    font-size: 1.1rem;
}
span.icon-money-type {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #999;
}

table {
    width: 100%;
}
th {
    background-color: #eee;
    color: #666;
    padding: 10px 0;
}
td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    color: #666;
    text-align: center;
}