<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ml20{
    margin-left: 20px;
}
.wlkflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.justify-start{
    justify-content: flex-start!important;
}
.justify-end{
    justify-content: flex-end!important;
}
.justify-around{
    justify-content: space-around!important;
}
.justify-center{
    justify-content: center!important;
}
.align-start{
    align-items: flex-start!important;
}
.align-content-between{
    align-content: space-between!important;
}
.no-warp{
    flex-flow: nowrap!important;
}
.wrap{
    flex-flow: wrap!important;
}
.center{
    text-align: center;
}
.mt20{
    margin-top: 20px
}
.mb20{
    margin-bottom: 20px
}
.mt10{
    margin-top: 10px
}
.mt05{
    margin-top: 5px;
}
.mt02{
    margin-top: 2px;
}
.mt15{
    margin-top: 15px
}
.mb10{
    margin-bottom: 10px
}
.mb05{
    margin-bottom: 5px
}
.ml10{
    margin-left: 10px;
}
.ml05{
    margin-left: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}
.col9{
    color: #999999;
}
.col3{
    color: #333333;
}
.colf{
    color: #FFFFFF;
}
.col4{
    color: #f4710e;
}
.col606{
    color: #606266;
}
.pt20{
    padding-top: 20px;
}
.pt05{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.pl10{
    padding-left: 10px;
}
.pr10{
    padding-right: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb05{
    padding-bottom: 5px;
}
.pd05{
    padding: 5px 0;
}
.fs20{
    font-size: 20px!important;
}
.fs12{
    font-size: 12px!important;
}
.fs16{
    font-size: 16px!important;
}
.wd100{
    width: 100%;
}
.wd50{
    width: 50%;
}
.hg50{
    height: 50%;
}
.hg100{
    height: 100%;
}
.br02{
    border-radius: 2px;
}
.br04{
    border-radius: 4px;
}
.br08{
    border-radius: 8px;
}
.br30{
    border-radius: 30px;
}
.cursor{
    cursor: pointer;
}
.line-1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.line-1-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.line-2-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bold{
    font-weight: bold;
}
.relative{
    position: relative;
}
.shadow{
    box-shadow: 0 2px 4px rgba(0,0,0,.06)!important;
}
.bgw{
    background-color: #FFFFFF;
}
.fs15{
    font-size: 15px;
}
.minprice{
    color: #FF5904;
}
.overHidden{
    overflow: hidden;
}

.wlk-btn {
    background-color: #409EFF;
    /*padding: 3px 10px;*/
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px dashed #409EFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .4s;
}

.wlk-btn span:last-child {
    display: none;
}

.wlk-btn:hover {
    transition: .4s;
    border: 2px dashed #409EFF;
    background-color: #fff;
    color: #409EFF;
}

.wlk-btn:active {
    background-color: #79bbff;
}
</pre></body></html>