<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    display: flex;
    background-color: #fff;
    padding: .2667rem 0 .2667rem;
    width: 100%
}

.header .header_back {
    width: 1.08rem;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
    margin-bottom: .3rem
}

.header .header_back img {
    width: .24rem;
    margin-bottom: .1rem
}

.header .header_content {
    display: flex;
    width: 6.9333rem;
    height: .8rem;
    background: #fafafa;
    border-radius: .4rem;
    line-height: .8rem
}

.header .header_content img:first-child {
    width: .4133rem;
    height: .4133rem;
    margin-top: .206rem;
    margin-left: .32rem
}

.header .header_content input {
    width: 5.3333rem;
    margin-top: .15rem;
    height: .5rem;
    font-size: .32rem;
    color: #303030;
    border: none;
    background: #fafafa;
    border-left: 1px solid #e2e2e2;
    margin-left: .3rem;
    text-indent: .3rem
}

.header .header_content img:nth-child(3) {
    width: .2667rem;
    margin-top: .306rem;
    height: .2667rem
}

.header .header_btn {
    border: none;
    color: #303030;
    background: #fff;
    height: .8rem;
    line-height: .8rem;
    font-size: .3733rem;
    margin-left: .48rem;
    font-weight: 700
}

.history .history_title {
    display: flex;
    justify-content: space-between;
    padding: .5333rem .5333rem .4rem .3333rem
}

.history .history_title span {
    font-size: .4267rem;
    font-weight: 700;
    color: #303030
}

.history .history_title img {
    width: .4133rem;
    height: .44rem
}

.history .history_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .6rem 0 .3333rem
}

.history .history_list .history_list_item {
    display: flex;
    height: .6667rem;
    margin-bottom: 10px;
}

.history .history_list .history_list_item a {
    display: inline-block;
    padding: .1333rem .2667rem;
    background: #f1f1f1;
    border-radius: .2933rem;
    font-size: .32rem;
    font-weight: 500;
    color: #777;
    margin-right: .32rem
}

.hot_shop .hot_shop_title {
    padding: .5333rem .5333rem 0 .3333rem;
    font-size: .4267rem;
    font-weight: 700;
    color: #303030
}

.hot_shop .hot_list .hot_list_item {
    display: flex;
    justify-content: space-between;
    margin-top: .5333rem;
    margin-bottom: .6667rem
}

.hot_shop .hot_list .hot_list_item .hot_list_item_icon {
    width: .4533rem;
    height: .4533rem;
    font-size: .32rem;
    font-weight: 700;
    color: #fff;
    background-color: #ababab;
    text-align: center;
    line-height: .4533rem;
    margin-left: .3333rem
}

.hot_shop .hot_list .hot_list_item .hot_list_item_name {
    width: 7.36rem;
    font-size: .3733rem;
    font-weight: 500;
    color: #303030;
    margin-right: 1.6rem
}

.hot_shop .hot_list .hot_list_item:nth-child(1) .hot_list_item_icon {
    background-color: #e52a19
}

.hot_shop .hot_list .hot_list_item:nth-child(2) .hot_list_item_icon {
    background-color: #ff6e05
}

.hot_shop .hot_list .hot_list_item:nth-child(3) .hot_list_item_icon {
    background-color: #ffb607
}</pre></body></html>