<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.RecentOrder{
    position: fixed;
    bottom: 10px;
    left: -360px;
    height: 100px;
    width: 360px;
    background: #0a53be;
    border-radius: 10px;
    padding: 10px;
    z-index: 999;
}
.RecentOrder div{
    float: left;
}
.RecentOrder_l{
    width: 80px;
    height: 80px;
}
.RecentOrder_l img{
    width: 100%;
    border-radius: 10px;
}
.RecentOrder_r{
    margin-left: 10px;
    width: 220px;
    overflow: hidden;
}
.RecentOrder_r p{
    line-height: 15px;
    color: #fff;
}
.RecentOrder_r .RecentOrder_r_1{
    width: 100%;
    height: 20px;
}
.RecentOrder_x{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    background: #fbfffd;
    color: #514e63;
    border-radius: 10px;
    cursor: pointer;
}
.RecentOrder_r_2{
    overflow: hidden;
}
.goodsextinfo{
    position: relative;
    padding: 16px 24px;
    background-color: #f6f6f6;
    border-radius: 4px;
}
.goodsextinfo ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.goodsextinfo ul li{
    list-style: none;
    font-size: 13px;
    height: 30px;
    width: 100%;
    line-height: 25px;
}
.goodsextinfo ul li i{
    font-size: 18px;
    float: left;
    margin-right: 10px;
}
.goodsextinfo ul li p{
}
.goodsextinfo ul li p span{
    font-size: 14px;
    font-weight: bold;
}
.goodsextinfo ul li p img,.RecentOrder_r_2 img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
</pre></body></html>