<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_container .theme_box{
    margin:0 auto; 
    width:1159px;
}
.theme_box .theme_pick{
    height: 20px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}
.theme_box .theme_pick &gt;span{
    height: 17px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color:#333333;
    line-height: 17px;
}
.theme_box .theme_pick &gt;span:hover{
    color: #01B15A;
}
.theme_box .theme_content .theme_title{
    width: 100%;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.theme_box .theme_content .theme_title&gt;span{
    margin-right:20px;
}
.theme_line{
    margin: 10px 0px 20px 0px;
    height:1px;
    width:100%;
    border:1px solid #bbb;

}
.theme_items_box{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.theme_items_box .theme_item{
    width:200px;
    /* float:left; */
    margin-right:24px;
    /* make it simply */
    border:1px solid #ddd;
    background: #FFFFFF;
}
.theme_items_box .theme_item:nth-of-type(5n){
    margin-right:0px !important;
}
.theme_item .item_img{
    width:199px;
    height:199px;
}
.theme_item .item_img img{
    width:198px;
    height:199px;
    object-fit: contain;
}
.theme_item .item_titlex{
    display: block;
    margin:8px 6px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}
.theme_item .item_titlex&gt;h2{
    line-height: 22px;
    height: 44px;
    font-size: 16px;  
    font-weight: 700;
    color:#333333;
    margin:0;
}
.theme_item .item_price_area{
    font-size: 15px;
    font-weight: 700;
    color: #F5434A;
    margin:0 6px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}
.theme_item .item_produce{
    font-size: 13px;
    color: #B0B0B0;
    margin: 8px 6px;
    line-height: 20px;
    height: 60px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
}
.theme_item .item_other{
    height:24px;
    margin:0 6px 10px 6px;
}
.theme_item .item_other .other_box {
    margin-bottom:20px;
}
.theme_item .item_other .other_box .other_left{
    float:left;
}
.other_box .other_left &gt;span&gt;img{
    width:18px;
    height:18px;
    object-fit: contain;
}
.other_box .other_left &gt;span&gt;i{
    font-size:10px;
}</pre></body></html>