<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.member-container{
    padding-top: 100px;
    margin: 0 auto;
    /* background: url('/img/product.jpeg') no-repeat right; */
}

.txt-lab{
    display: inline-block;
    /* width: 50px; */
}

.left{
    float: left;
}
.right{
    float: right;
}

.mr10{
    margin-right: 10px;
}

.row{
    overflow: hidden;
}

.product-title{
    color: #333;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.product-list{
    border: 1px solid #e3e3e3;
    max-width: 600px;
    margin-bottom: 40px;
}
.product-item{
    /* margin: 10px auto; */
    /* max-width: 500px; */
    transition: all .5s;
    cursor: pointer;
    padding: 10px 4px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0;

}

.panel-heading{
    font-size: 18px;
    height: 30px;
}
.panel-body{
    font-size: 14px;
}
.time{
    color: #666;
}
.num{
    font-weight: bold;
}

.product-item:hover,.product-item:focus{
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 780px){
    .txt-lab {
        padding: 10px 0 0;
    }
}</pre></body></html>