.swiper-container1 {
    max-height: 100vw;
}
.swiper-slide > img {
    width: 100%;
}
.swiper-container2 {
    width: 100%;
    max-height: 30rem;
    min-height: 16rem;
}

.top-section {
    background-color: #fff;
    padding: 10px 12px;
}
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price-row {
    font-size: 1.2rem;
    font-weight: bold;
}
.price-right-btns {
    display: flex;
}
.group-btns {
    display: flex;
    flex-flow: wrap;
}
.group-btn-item {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 10px;
    display: inline-block;
    font-size: 0.875rem;
    border: 1px solid #999;
    box-sizing: border-box;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
}
.group-btn-item.selected {
    border: none;
    color: #fff;
    background-color: var(--color);
}
.btn-margin {
    border-radius: 1rem;
    margin-left: 1rem;
    margin-top: 6px;
}
.btn-center {
    flex: 1;
    text-align: center;
}
span.pindan-mark {
    padding: 2px 6px;
    font-size: 0.8rem;
    border-radius: 4px;
    margin-right: 6px;
}
.product-title-row {
    font-size: 1.1rem;
    font-weight: bold;
    padding-top: 10px;
}
.price-multi-row {
    padding-top: 0.4rem;
}
.price-multi-row > .price {
    font-size: 1.3rem;
    font-weight: bold;
}
.price-multi-row > .other {
    color: #444;
    font-size: 0.875rem;
    font-weight: bold;
}
.mark-item {
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.875rem;
    color: #666;
}

.company-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.company-logo {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 10px;
    overflow: hidden;
}
.company-logo > img {
    width: 100%;
}
.company-info {
    flex: 1;
    line-height: 1.4rem;
    font-size: 0.875rem;
    color: #666;
    padding-right: 10px;
}
.product-company-region {
    padding-top: 1rem;
    font-size: 0.875rem;
    color: #666;
}
.btn-company-entry {
    border: 1px solid #ccc;
    color: #444;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.875rem;
}

.section-box {
    margin-top: 10px;
}
.section-title {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
.section-title > a {
    font-weight: normal;
    font-size: 0.875rem;
    color: #999;
}
.section-body {
    padding: 12px;
    background-color: #fff;
}
.section-foot {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: center;
    color: #999;
    padding-bottom: 5px;
    display: block;
}

.before-line {
    display: flex;
    align-items: center;
}
.before-line:before {
    content: "";
    width: 4px;
    height:1rem;
    background-color: var(--color);
    margin-right: 8px;
    border-radius: 2px;
}

.info-box {
    display: flex;
    justify-content: space-between;
}
.info-left-box, .info-right-box {
    flex: 1;
}
.info-row {
    display: flex;
    padding: 4px 0;
    font-size: 0.9rem;
}
.info-label {
    color: #999;
    padding-right: 10px;
    white-space: nowrap;
    min-width: 4rem;
}

.textarea-box {
    margin: 8px 0;
    position: relative;
}
.textarea-box:after {
    content: attr(data-num);
    position: absolute;
    right: 8px;
    bottom: 6px;
    font-size: 0.8rem;
    color: #666;
}
textarea[name="comment"] {
    display: block;
    border: 1px solid #ccc;
    height: 8rem;
    font-size: 0.9rem;
    background-color: #f6f6f6;
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
}
.btn-sumbit-row {
    text-align: right;
    margin-bottom: 10px;
}
.btn-submit-comment {
    padding: 0 12px;
    height: 2rem;
    line-height: 2rem;
    border-radius: 1rem;
    font-size: 0.9rem;
    display: inline-block;
    cursor: pointer;
}

.description-box img {
    width: 100%;
    margin: 10px 0;
}

.comment-item {
    display: flex;
    margin-top: 0.8rem;
    border-bottom: 1px solid #eeee;
    padding-bottom: 0.8rem;
}
img.user-head-big {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.7rem;
}
.comment-item-right {
    width: 100%;
}
.comment-name-time {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    color: #999;
    font-size: 0.875rem;
}
.comment-time {
    font-size: 0.8rem;
}
.comment-content {
    color: #666;
    overflow: auto;
    line-height: 1.4rem;
    text-align: left;
    word-break: break-all;
    font-size: 0.875rem;
}

.comment-more-box {
    margin-top: 1rem;
    text-align: center;
    color: #ccc;
}
.btn-comment-more {
    display: inline-block;
    border: 1px solid #ccc;
    color: #bbb;
    padding: 0.4rem 2rem;
    cursor: pointer;
    font-size: 0.875rem;
}

img.pindan-product-image {
    width: 6rem;
    max-height: 8rem;
}
.pindan-note {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: -12px;
    margin-bottom: 0.8rem;
    margin-left: 2rem;
}
select#pindan-level {
    height: 36px;
    width: 100%;
    border: 1px solid #ccc;
}

.description-box {
    word-break: break-all;
}

.pindan-number-note {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    color: #999;
}