.layout-product-info .product-info-detail-other .attr-title .spec-options {
    width: 480px;
    padding-left: 80px;
    max-height: 50vh;
    overflow-y: auto;
}
.layout-product-info .product-info-detail-other .attr-title .spec-options .spectitle {
    position: relative;
    box-sizing: border-box;
    max-width: calc(100% - 4px);
    border-radius: 4px;
    margin: 4px 2px;
}
.layout-product-info .spec-options .spectitle > a {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.layout-product-info .product-info-detail-other .attr-title .spec-options .spectitle.has-display-label {
    padding-top: 22px;
    min-width: 106px;
}
.layout-product-info .spec-display-label {
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 1px 6px;
    border-radius: 3px;
    background: #fff1e8;
    color: #b73b19;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.layout-product-info .spec-options .spectitle.select .spec-display-label {
    background: #c64420;
    color: #fff;
}
