<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page .sift-top img{
    width: 140px;
    height: 86px;
    border-radius: 4px;
}
.page .sift-top ul{
    width: 1210px;
}
.page .sift-top {
    font-size: 14px;
    color: #333333;
    width: 1200px;
    margin-top: 20px;
}
.page .sift-top li{
    margin-right:11px;
    margin-bottom: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
}
.page.sift .tab{
    height: 60px;
    background: white;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.page.sift .tab li{
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 58px;
    line-height: 60px;
    margin: 0 60px;
}
.page.sift .tab li.active a{
    color: #23c268;
}
.page.sift .tab li.active{
    color: #23c268;
    border-bottom: #23c268 solid 2px;
}
.page .sift-row{
    height: 60px;
    line-height: 60px;
    background: white;
    margin-top: 10px;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.page .sift-row a{
    position: absolute;
    right: 26px;
    top: 0;
    color: #999;
    height: 60px;
    line-height: 60px;
}
.page .sift-row em{
    position:absolute;
    right: 26px;
    top: 26px;
}
.page .sift-row a em{
    right: -12px;
    top: 25px;
}
.page .sift-row{
    width: 1180px;
}
.page .sift-row a{
    /*float: right;*/
}
.page .sift-row a em{
    float: none;
}
.page .sift-expand img{
    height: 84px;
    width: 84px;
    vertical-align: top;
}
.page .sift-expand ul{
    width: 1205px;
}
.page .sift-expand li
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: white;
    text-align: center;
    padding: 28px  20px 24px 28px;
    border-top: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    white-space: nowrap;
    width: 251px;
}
.page .sift-expand-1 .btn{
    padding: 4px 20px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 6px;
}
.page .sift-expand-1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    margin-left: 18px;
    font-size: 16px;
    height: 84px;
}
.page .sift-expand-1 .score{
    font-size: 12px;
    color: #ffaf0f;
    margin: 11px 0;
}
.page .sift-expand-1 p{
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 155px;
}
.page.classify .sift-expand{
    margin-top: 20px;
}

.page.sift.developer-game .tab{
    text-align: left;
}
.page.sift.developer-game .tab li{
    margin: 0 40px;
}
.page .sift-expand-bottom{
    background: white;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-top: solid #eeeeee 1px;
    
}

.page .sift-expand-bottom .close_up{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

/*-----*/
.page .sift-head{
    height: 36px;
    line-height:36px;
    overflow: hidden;
    margin-top: 20px;
}
.sift-head .tit{
    float: left;
    font-size: 24px;
}
.sift-head .od{
    float: right;
}
.sift-head .od li{
    float: left;
    margin-left: 80px;
}
.sift-head .od a{
    display: block;
    height: 34px;
    font-size: 16px;
    color: #666;
}
.sift-head .od .active a,.sift-head .od a:hover{
    color: #23C268;
    border-bottom:2px solid #23C268
}
.sift-list{
    overflow: hidden;
    min-height: 400px
}
.sift-list ul{width: 1225px;}

.sift-list li {
    float: left;
    height: 208px;
    width: 182px;
    background: white;
    border-radius: 8px;
    text-align: center;
    padding: 28px 0 24px;
    font-size: 16px;
    color: #333333;
    margin:  20px 22px 0 0;
}
.sift-list li img{
    width: 124px;
    height: 124px;
    border-radius: 15px;
}
.sift-list li p {
    height: 28px;
    overflow: hidden;
    margin: 0 10px;
}
.sift-list p span{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin: 0 8px;
    cursor: default;
}
.sift-list li .score{
    font-size: 14px;
    font-weight: bold;
    color: #ffaf0f;
    cursor: default;
}</pre></body></html>