<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bg-d {
    background-color: #f9f9f9;
}
.bg-n {
    background-color: #f2f2f2;
}
/* #header {
    background-color: var(--nav-bga-color);
} */

.search-view {
    padding: 20px 0;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
}

.input-view {
    display: flex;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    margin: 0 10px;
    flex: 1;
    margin-bottom: 15px;
}

.input-view .input {
    /* flex: 1; */
    height: 38px;
    margin-left: 10px;
    border-radius: 4px;
    clear: both;
    border: none;
    border: 1px solid #e3e3e3;
}

.input-view .input-input {
    flex: 1;
    display: flex;
    align-items: center;
}

.input-view .input-input .input-i {
    width: auto;
    height: 38px;
    margin-left: 10px;
    clear: both;
    border: none;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    /* width: 100px; */
}

.input-view span {
    word-break: keep-all;
}

.input-view button {
    width: 150px;
    height: 38px;
    margin-right: 10px;
}

.input-view .search:focus {
    outline: none;
}

.input-view .search {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.line {
    height: 16px;
    width: 1px;
    background-color: #e3e3e3;
    margin: 0 20px;
}

.rank-content {
    font-size: 14px;
}

.rank-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-item .iconfont {
    font-size: 10px;
    margin-top: 2px;
    margin-left: 2px;
    color: #666666;
}

.rotateA {
    transition: all 0.3s;
}

.rotateB {
    transform: rotate(180deg);
    transition: all 0.3s;
    color: var(--main-color) !important;
}


.goods-check {
    padding: 4px 20px;
    color: var(--main-color);
    font-size: 12px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    border-radius:4px;
}

.goods-check:hover {
    color: var(--a-hover-color);
    border-color: var(--a-hover-color);
}

.goods-item-desc{
    padding: 10px 15px;
}
.goods-item-desc p {
    margin: 0px;
    font-size: 14px;
    color: #999;
}

.titles{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.titles div {
    width: 11%;
}
.titles div.s {
    width: 12%;
}
.titles div span {
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.goods-item-property{
    display: flex;
    flex-wrap: wrap;
}
.goods-item-property div {
    width: 11%; 
    margin: 4px 0px;
}
.goods-item-property div.s {
    width: 12%;
}


.lock-btn {
    width: 100%;
    background-color: var(--main-color);
    color: white;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.lock-input {
    border: none;
    border: 1px solid #e3e3e3;
    height: 36px;
    padding-left: 5px;
    border-radius: 5px;
}

.lock-input-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.lock-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
    margin-top: 10px;
}
.titles-wrap{
    width: 100%;
}

@media screen and (max-width: 576px) {
    .input-view .input-input .input-i {
        width: auto;
        max-width: 100px;
        padding-left: 7px;
    }

    .input-view .input {
        flex: 1;
        padding-left: 7px;
    }
    .titles-wrap{
        display: none;
    }

    .goods-item-property div {
        width: 33%; 
    }
    .goods-item-property div.s {
        width: 34%;
    }
    
}

@media screen and (min-width: 576px) {
    .input-view .input-input .input-i {
        width: 142px;
        padding-left: 7px;
    }

    .input-view .input {
        flex: 1;
        padding-left: 7px;
    }
    .titles-wrap{
        display: none;
    }
    .goods-item-property div {
        width: 33%; 
    }
    .goods-item-property div.s {
        width: 34%;
    }
}

@media screen and (min-width: 768px) {
    .input-view .input-input .input-i {
        width: 61px;
        padding-left: 7px;
    }

    .input-view .input {
        width: 141px;
        padding-left: 7px;
    }
    .titles-wrap{
        display: none;
    }
    .goods-item-property div {
        width: 33%; 
    }
    .goods-item-property div.s {
        width: 34%;
    }
}

@media screen and (min-width: 992px) {
    .input-view .input-input .input-i {
        width: 101px;
        padding-left: 7px;
    }

    .input-view .input {
        width: 220px;
        padding-left: 7px;
    }
    .titles-wrap{
        display: flex;
    }
    .goods-item-property div {
        width: 11%; 
    }
    .goods-item-property div.s {
        width: 12%;
    }
}

@media screen and (min-width: 1200px) {
    .input-view .input-input .input-i {
        width: 131px;
        padding-left: 7px;
    }

    .input-view .input {
        width: 281px;
        padding-left: 7px;
    }
}
</pre></body></html>