.rank_title_mod{display:flex;justify-content:center}
.rank_title_mod .layout{width:1220px;padding:0 10px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}
.rank_title_mod .title{line-height:48px;color:var(--bwg3);font-size:18px;font-weight:800;border-bottom:solid 1px var(--bwg7)}
.rank_title_mod .tag_list{display:flex;flex-wrap:wrap;align-items:center;gap:24px}
.rank_title_mod .tag_item{line-height:40px;border-radius:var(--radius_lr);background-color:transparent;transition:var(--trs);font-size:16px;padding:0 16px;color:var(--bwg4);cursor:pointer}
.rank_title_mod .tag_item.is_active{color:var(--bwg2);background-color:var(--main)}
@media screen and (min-width:767px){
.rank_title_mod .tag_item:hover{background-color:var(--main)}
}
@media screen and (max-width:768px){
.rank_title_mod{display:none}
.rank_title_mod .layout{padding:16px;border-bottom:solid 1px var(--bwg7)}
.rank_title_mod .title{display:none}
.rank_title_mod .tag_list{gap:8px}
.rank_title_mod .tag_item{font-size:12px;line-height:34px;cursor:default}
}
.rank_top_three{width:1220px;box-sizing:border-box;margin:48px auto 0;padding:0 10px}
.rank_top_three .top_list{display:grid;grid-template-columns:repeat(3,calc((100% - 2*24px)/ 3));gap:24px;padding-top:78px}
.rank_top_three .top_item{position:relative;background-color:var(--bwg8);border-radius:var(--radius_l);display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:0 24px 32px}
.rank_top_three .cover_img{width:180px;height:240px;border-radius:var(--radius_l);margin-top:-78px}
.rank_top_three .rank_img{margin-top:8px;width:108px;height:auto}
.rank_top_three .name{font-weight:600;line-height:36px;color:var(--bwg2);font-size:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}
.rank_top_three .info_box{margin-top:4px;color:var(--bwg3);line-height:28px;font-size:18px;display:inline-flex;align-items:center;gap:4px}
.rank_top_three .info_box .is_end{color:var(--r_another)}
.rank_top_three .star_score{align-items:center;display:inline-flex;justify-content:center;margin-top:18px;gap:4px}
.rank_top_three .star_score .com_start_box{font-size:24px}
.rank_top_three .star_score .text{font-size:18px;color:var(--bwg2);line-height:24px}
.rank_top_three .btn_box{display:flex;gap:24px;align-items:center;width:100%;flex:0 0 auto;justify-content:center;margin-top:24px}
.rank_top_three .btn_box>*{line-height:48px;font-size:16px;align-items:center;display:inline-flex;justify-content:center;cursor:pointer;gap:4px}
.rank_top_three .btn_box .com_icon{font-size:20px;color:var(--r_another)}
.rank_top_three .btn_box .read_btn{border-radius:var(--radius_s);transition:var(--trs);width:177px;color:var(--bwg9);background-color:var(--main)}
.rank_top_three .btn_box .add_btn{color:var(--main)}
@media screen and (min-width:767px){
.rank_top_three .btn_box .read_btn:hover{background-color:var(--r_another)}
.rank_top_three .btn_box .add_btn:hover{color:var(--r_another)}
}
@media screen and (max-width:768px){
.rank_top_three{display:none}
}
.ohter_rankings_mod{width:1220px;padding:0 10px;box-sizing:border-box;display:flex;margin:24px auto}
.ohter_rankings_mod .rank_list{width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:24px}
.ohter_rankings_mod .rank_item{display:none;width:100%;gap:24px;align-items:center}
.ohter_rankings_mod .rank_item:nth-child(n+4){display:flex}
.ohter_rankings_mod .rank_item .order{font-size:28px;font-weight:700;color:var(--bwg5);width:50px;display:inline-flex;justify-content:center;flex:0 0 auto}
.ohter_rankings_mod .rank_item .cover_img{width:180px;height:240px;flex:0 0 auto;border-radius:var(--radius_l)}
.ohter_rankings_mod .rank_item .btn_box{display:flex;flex-direction:column;gap:24px;width:180px;flex:0 0 auto}
.ohter_rankings_mod .rank_item .btn_box>*{width:100%;justify-content:center;border-radius:var(--radius_s);align-items:center;display:inline-flex;gap:4px;line-height:48px;font-size:16px;transition:var(--trs);cursor:pointer}
.ohter_rankings_mod .rank_item .btn_box .com_icon{font-size:20px;color:var(--r_another)}
.ohter_rankings_mod .rank_item .btn_box .read_btn{color:var(--bwg9);background-color:var(--main)}
.ohter_rankings_mod .rank_item .btn_box .add_btn{color:var(--main);background-color:var(--addlibrary)}
.ohter_rankings_mod .rank_item .info_box{width:1px;flex:1 1 auto;display:flex;flex-direction:column;gap:12px}
.ohter_rankings_mod .rank_item .name{color:var(--bwg2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:24px;font-weight:600;line-height:36px;transition:var(--trs)}
.ohter_rankings_mod .rank_item .name .keyword{color:var(--main)}
.ohter_rankings_mod .rank_item .style_status{font-size:18px;color:var(--bwg3);line-height:26px;display:flex;gap:4px;align-items:center}
.ohter_rankings_mod .rank_item .style_status .is_end{color:var(--completed)}
.ohter_rankings_mod .rank_item .other_msg{display:flex;align-items:center;gap:8px;color:var(--bwg4);font-size:18px}
.ohter_rankings_mod .rank_item .other_msg>span{display:inline-flex;align-items:center;gap:4px}
.ohter_rankings_mod .rank_item .other_msg .com_icon{color:var(--show-star);font-size:20px}
.ohter_rankings_mod .rank_item .other_msg .text{color:var(--bwg2)}
.ohter_rankings_mod .rank_item .desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--bwg3);line-height:25px;font-size:14px;margin-top:8px}
@media screen and (min-width:767px){
.ohter_rankings_mod .rank_item:hover .name{color:var(--main)}
.ohter_rankings_mod .rank_item .btn_box .add_btn:hover{background-color:var(--addlibrary-hover)}
.ohter_rankings_mod .rank_item .btn_box .read_btn:hover{background-color:var(--r_another)}
}
@media screen and (max-width:768px){
.ohter_rankings_mod{width:100%;padding:0 16px;margin:16px auto}
.ohter_rankings_mod .rank_list{gap:14px}
.ohter_rankings_mod .rank_item{gap:12px}
.ohter_rankings_mod .rank_item:nth-last-child(n-3){display:flex}
.ohter_rankings_mod .rank_item:nth-child(1) .order{color:var(--r_main)}
.ohter_rankings_mod .rank_item:nth-child(2) .order{color:var(--r_minor)}
.ohter_rankings_mod .rank_item:nth-child(3) .order{color:var(--r_another)}
.ohter_rankings_mod .rank_item .order{font-size:16px;width:40px;margin-right:-12px}
.ohter_rankings_mod .rank_item .cover_img{width:83px;height:111px}
.ohter_rankings_mod .rank_item .btn_box{display:none}
.ohter_rankings_mod .rank_item .info_box{width:1px;flex:1 1 auto;display:flex;flex-direction:column;gap:4px}
.ohter_rankings_mod .rank_item .name{font-size:14px;line-height:21px}
.ohter_rankings_mod .rank_item .style_status{font-size:10px;line-height:15px;gap:2px}
.ohter_rankings_mod .rank_item .other_msg{gap:4px;font-size:10px;line-height:15px;margin-top:4px}
.ohter_rankings_mod .rank_item .other_msg .com_icon{font-size:12px}
.ohter_rankings_mod .rank_item .desc{-webkit-line-clamp:2;line-height:15px;font-size:10px}
}