@CHARSET "UTF-8";
*{box-sizing:border-box;}
.head-title{
    font-family: 'PingFang HK-Semibold';
    font-weight: 600;
    font-size: 38px;
    color: #000000;
    line-height: 52px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.wst-container .topic-main{margin-top:10px;position: relative;}
.topic-list{width:100%;}
.topic-list .topic{
    width:335px;
    height: 418px;
    border:1px solid #DCDCDC;
    margin-right: 50px;
    float: left;
    margin-bottom: 50px;
}
.topic-list .topic .img{width:335px;height: 198px;}
.topic-list .topic .img  a{
    display:table-cell;
    vertical-align:middle;
    width:335px;
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.topic-list .topic .img a img{width:100%;height:198px;}

.topic-list .topic-info-box{
    padding: 20px;
}
.topic-list .topic:nth-child(3n){
    margin-right: 0;
}
.topic-list .topic .p-time{
    height: 26px;
    font-family: 'PingFang HK-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px;
}
.topic-list .topic .p-name{
    font-family: 'PingFang HK-Medium';
    height: 24px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.topic-list .topic .p-sn,.topic-list .topic .p-desc{

    height: 42px;
    font-family: Alibaba PuHuiTi-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    display: -webkit-box;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.topic-list .topic-info-box .price-box{
    margin-top: 10px;
    position: relative;
    height: 60px;
}
.topic-list .topic-info-box .price-box .gprice{
    float: left;
    margin-right: 20px;
}
.topic-list .topic-info-box .price-box .gprice .ptitle{
    height: 30px;
    font-family: 'Alibaba PuHuiTi-Regular';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    display: inline-block;
}
.topic-list .topic-info-box .price-box .gprice img{
    vertical-align: middle;
    margin-right: 4px;
}
.topic-list .topic-info-box .price-box .gprice .vprice{
    font-family: 'PingFang HK-Semibold';
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.topic-list .topic-info-box .price-box .gprice .starfill-box{
    height: 30px;
    font-family: 'PingFang HK-Semibold';
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    background-image: linear-gradient(180deg, #F3C036 0%, #DF9525 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.topic-list .topic-info-box .price-box .gprice .starfill-price{
    height: 30px;
    font-family: 'PingFang HK-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    background-image: linear-gradient(180deg, #F3C036 0%, #DF9525 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


.topic-list .topic-info-box .topic-btn{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #000000;
    font-family: PingFang HK;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 50px;
    text-align: center;
    margin:0 auto;
    cursor: pointer;

}

.topic-list .topic-info-box .topic-btn .arrow{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../../../../wstmart/home/view/default/img/public/icon-arrow-right@2x.png');
    background-size: cover;
    position: relative;
    top: 3px;
}

.topic-list .topic-info-box .topic-btn:hover{
    border: 1px solid #E60039;
    background: #E60039 ;
    color: #fff;
}
.topic-list .topic-info-box .topic-btn:hover .arrow{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../../../../wstmart/home/view/default/img/public/icon-arrow-right-white@2x.png');
    background-size: cover;
    position: relative;
    top: 3px;
}


.wst-empty{
    width: 100%;
    margin-bottom: 60px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-track {
    background-color: #D8D8D9;
    display: none;
}
::-webkit-scrollbar-thumb {
    background-color: #D8D8D9;
    border: 2px solid transparent;
    border-radius: 6px;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.layui-form-select .layui-input{
    height: 38px;
    width: 277px;
    padding: 0 10px;
}
.layui-form-select dl dd.layui-this{
    color: #333;
}
.wst-line{
    border: 1px #DCDCDC solid;
}
