.wikidetail{
    width: 100%;
    padding: 0.426666rem;
}
.wikidetail_title{
    width: 100%;
    font-size: 0.48rem;
    font-weight: bold;
    color: #121429;
}
.wikidetail_time{
    width: 100%;
    font-size: 0.346666rem;
    color: #2b2b2b;
    margin-top: 0.266666rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #C7C7C7;
}
.wikidetail_content{
    width: 100%;
    min-height: 0.666666rem;
    margin-top: 0.4rem;
    overflow: hidden;
}
.wikidetail_content img{
    width: 100%;
}
.wikidetail_changewiki{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
}
.wikidetail_prev{
    transform: rotate(180deg);
}
.wikidetail_changewiki_item>p{
    font-size: 0.373333rem;
    color: #333333;
}
.wikidetail_changewiki_item:active >p{
    color: #ff5450;
}
.wikidetail_changewiki_item{
    display: flex;
    align-items: center;
}
.wikidetail_changewiki_item>p:first-child{
    margin-right: 10px;
}
.wikidetail_hot{
    width: 100%;
    margin-top: 0.533333rem;
}

.index_appreciate_title {
    padding-bottom: 0.266666rem;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_appreciate_title>span:first-child {
    font-size: 0.48rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #121429;
}

.index_appreciate_title>span:last-child {
    font-size: 0.373333rem;
    color: #858494;
    transition: .2s;
}

.index_appreciate_title>span:last-child:active {
    color: #ff4e4d;
}
.wikidetail_hot_box{
    width: 100%;
}
.wikidetail_hot_box>.wikidetail_hot_item:last-child{
    border-bottom: none;
}
.wikidetail_hot_item{
    width: 100%;
    padding: 0.426666rem 0;
    border-bottom: 1px solid #C7C7C7;
}
.wikidetail_hot_item_title{
    font-size: 0.426666rem;
    color: #121429;
    margin-bottom: 0.48rem;
}
.wikidetail_hot_item_imgbox{
    width: 100%;
    height: 2.266666rem;
}
.wikidetail_hot_item_imgbox::after{
    content: '';
    clear: both;
}
.wikidetail_hot_item_imgbox>img{
    width: 2.933333rem;
    height: 2.266666rem;
    float: left;
    margin-right: 0.133333rem;
}
.wikidetail_hot_item_imgbox>img:last-child{
    margin-right: 0px!important;
}
.wikidetail_hot_item_log{
    font-size: 0.32rem;
    color: #40435c;
    margin-top: 0.266666rem;
}
.wikidetail_hot_item_other{
    width: 100%;
    display: flex;
}
.wikidetail_hot_item_other_left{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.266666rem;
}
.wikidetail_hot_item_other_left>p:first-child{
    color: #121429;
    font-size: 32px;
}
.wikidetail_hot_item_other_left>p:last-child{
    font-size: 0.32rem;
    color: #40435c;
}
.wikidetail_hot_item_other_right{
    width: 3.2rem;
    height: 2.266666rem;
    border-radius: 0.16rem;
    overflow: hidden;
}
.wikidetail_hot_item_other_right>img{
    width: 3.2rem;
    height: 2.266666rem;
}
