<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¯¼èˆª */
.left-list {
    width: 200px;
    /* position: absolute; */
    top: 46px;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.left-content-box {
    position: relative;
    width: 950px;
    height: 416px;
}

/* ç­›é€‰ */
.top-search-box {
    display: flex;
    padding: 0 22px 16px 30px;
    background-color: #fff;
    min-height: 108px;
}

.search-label {
    width: 46px;
    color: #666;
    margin-top: 22px;
}

.search-list {
    width: 850px;
    height: 92px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.search-item {
    height: 24px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px;
    margin-right: 28px;
    cursor: pointer;
    margin-top: 20px;
}

.search-item.active {
    background: #2c85ff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.search-opreate-box {
    width: 256px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 22px;
}

.operate-one {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-item-input {
    width: 80px;
    height: 24px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding-left: 5px;
    font-size: 12px;
    color: #666;
}

.search-item-input::placeholder {
    font-size: 12px;
    color: #999;
}

.search-item-btn {
    width: 54px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-left: 4px;
    line-height: 23px;
    font-size: 12px;
    color: #999;
    padding: 0;
}

.search-item-more {
    cursor: pointer;
    position: relative;
    padding-right: 16px;
}

.search-item-more::after {
    font-family: 'layui-icon';
    content: '\e61a';
    position: absolute;
    top: 1px;
    right: 5px;
}

.search-item-more.active::after {
    font-family: 'layui-icon';
    content: '\e619';
    position: absolute;
    top: 1px;
    right: 5px;
}

.operate-two {
    display: flex;
    justify-content: flex-end;
}

.page-operate-btn {
    width: 54px;
    height: 24px;
    border-radius: 4px;
    text-align: center;
    line-height: 23px;
}

.page-search-ok {
    background: #2c85ff;

    color: #fff;
}

.page-search-reset {
    background: #ebf3fe;
    border: 1px solid #2c85ff;

    color: #2c85ff;
    margin-left: 6px;
}

/* æŽ’åº */
.page-list-top {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    background: #f0f0f0;
}

.page-list-top-inner {
    height: 100%;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.page-list-top-right {
    padding-right: 20px;
    font-size: 12px;
}

.page-totle-label {
    margin-right: 20px;
}

.page-total {
    color: #2c85ff;
    font-weight: bold;
}

.page-current {
    color: #2c85ff;
}

.page-order-btn {
    width: 80px;
    height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}

.page-order-btn.active {
    background-color: rgba(44, 133, 255, 0.1);
    color: #2c85ff;
}

/* åˆ—è¡¨ */
.page-list {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

.page-item {
    padding: 12px;
    width: 240px;
    height: 266px;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
    position: relative;
}

.page-item.active::after {
    content: "";
    width: 24px;
    height: 38px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url("/static/images/shop/top-label.png") no-repeat;
    background-size: 100% 100%;
}

.page-item:hover {
    box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 10%);
}

.page-item-top {
    display: flex;
    align-items: center;
}

.page-item-logo {
    width: 218px;
    height: 158px;
    object-fit: contain;
}

.page-price-box {
    height: 18px;
    line-height: 1;
    margin: 18px 0 0;
    display: flex;
    align-items: center;
}

.page-item-price {
    font-size: 20px;
    font-weight: bold;
    color: #d0111a;
    margin-right: 6px;
}

.page-item-name {
    font-weight: bold;
    height: 14px;
    margin-top: 14px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-item-company {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex-wrap {
    flex-wrap: wrap;
}
.hauto{
    height: auto;
}

.ui-menu-item{
    line-height: 32px !important;
}</pre></body></html>