body {
    background-color: #F3F5F8 !important;
}
.wapper {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.LqHead{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.lqBar{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #999999;
}
.lqBar span{
    color: #666;
}
.myLqCenter{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FF5A00;
    cursor: pointer;
}
.lq-list {
    float: left;
    width: 1200px;
}
#lqCont{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.lq-item {
    width: 284px;
    height: 207px;
    background: url(/s_p/web/LqCenter/index/images/lqBg.png) no-repeat;
    background-size: cover;
    margin-right: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.lq-item:hover{
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.1);
}
.lq-item:hover .wlqBtn{
    background: #FE7931;
    border: none;
    color: #fff;
}
.spq{
    width: 128px;
    height: 22px;
    background: linear-gradient(1deg, #FE9B31, #FE7931);
    border-radius: 0px 0px 8px 8px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
}
.spq_{
    color: #FEA879;
    background: #FFEBDA;
}
.jgCon{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.jg{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FE7931;
    line-height: 42px;
    margin-right: 10px;
}
.jg span{
    font-size: 40px;
}
.lqDetail{
    margin:0px 20px 5px 20px;
    border-top: dashed 1px #DDDDDD;
}
.syzy{
    height: 48px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    padding: 7px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.time{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.lqbtn{
    width: 276px;
    height: 34px;
    border: 1px solid #FE7931;
    border-radius: 8px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FE7931;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
}
.ylwBtn{
    background:#FFF2E7 ;
    color: #FFA75E;
}
.popup{
    position: fixed;
    top: 255px;
    left:12%;
    right: 12%;
    padding: 50px 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    text-align: center;
    z-index: 999;
    display: none;
}