/*
Theme Name: Modown Child
Theme URI: https://www.mobantu.com
Description: Modown排行榜子主题
Author: armentrout
Template: modown
Version: 1.0
*/


@import url("../modown/style.css");


.rank-page{
    max-width:1200px;
    margin:auto;
}

.rank-box{
    background:#fff;
    padding:20px;
    border-radius:12px;
    margin-bottom:25px;
}


.rank-title{
    font-size:22px;
    font-weight:bold;
    margin-bottom:20px;
}


.rank-item{
    display:flex;
    align-items:center;
    padding:15px 0;
    border-bottom:1px solid #eee;
}


.rank-num{
    width:40px;
    font-size:22px;
    font-weight:bold;
}


.rank-img img{
    width:70px;
    height:50px;
    object-fit:cover;
    border-radius:6px;
}


.rank-info{
    flex:1;
    padding-left:15px;
}


.rank-info a{
    font-size:16px;
}


.rank-meta{
    color:#999;
    font-size:13px;
    margin-top:5px;
}


.rank-num:nth-child(1){
    color:#f5b400;
}