.wiki{
    width: 100%;
    padding: 0.426666rem;
}
.wiki_swiper{
    width: 100%;
    height: 5.333333rem;
    border-radius: 0.133333rem;
    overflow: hidden;
    border: 1px solid #cdcdcd;
}
.wiki_swiper_img{
    width: 100%;
    height: 5.333333rem;
}
.swiper-pagination-bullet{
    width: 0.186666rem;
    height: 0.186666rem;
    border: 2px solid #FFFFFF;
    opacity: 1!important;
    background-color: rgba(0,0,0,0);
}
.swiper-pagination-bullet-active{
    background-color: #FFFFFF;
}
.swiper-pagination{
    text-align: end!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    left: -0.32rem;
    bottom: 0.266666rem;
}
.wiki_swiper_ts{
    color: #FFFFFF;
    font-size: 0.32rem;
    position: absolute;
    bottom: 0.266666rem;
    left: 0.266666rem;
}
.wiki_itembox>.wiki_item:last-child{
    border-bottom: none;
}
.wiki_item{
    width: 100%;
    padding: 0.426666rem 0;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    align-items: center;
}
.wiki_item_left{
    width: 3.466666rem;
    height: 2.6rem;
    margin-right: 0.293333rem;
}
.wiki_item_left>img{
    width: 3.466666rem;
    height: 2.6rem;
}
.wiki_item_title{
    width: 5.44rem;
    font-size: 0.426666rem;
    color: #121429;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-clamp: 1;
}
.wiki_item_ms{
    width: 5.44rem;
    font-size: 0.32rem;
    color: #40435c;
    margin-top: 0.266666rem;
}
.wiki_item_log{
    margin-top: 0.133333rem;
}
