.activity-title-img > img {
    width: 100%;
}


#activity-hot-list {

}

.item.activity-item {
    position: relative;
}


.item.activity-item .item-content {
    background: var(--header-bg-color);
    border-radius: 6px;
    text-align: center;
    /*padding: 12px 10px 10px 10px;*/
    padding: 12px 10px 20px 10px;
    position: relative;
}

#activity-hot-list >.item.activity-item{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 ;
    padding: 0 ;
    margin-bottom: 15px ;
}

.activity-page-wrap.activity-hot-wrap > .media-list-row{
    max-width: 100%;
}


.home-activity a.item-head-a img {
    width: 59%;
    border-radius: 0;
    margin: auto;
    height: auto;
}

.item-model-name {
    text-align: center;
    font-weight: bold;
}

.hot-flog {
    position: absolute;
    top: 10px;
    left: 3px;
    background: #DA2F2F;
    border-radius: 0px 15px 15px 0px;
    color: white;
    padding: 0px 12px;
    line-height: initial;
}


.hot-wrap .media-list-header > h2 {
    margin: 16px 0 0;
}

.model-info {
    display: flex;
    align-items: center;
    margin: 20px 20px 19px 0;
    justify-content: space-between;
}

.model-info-left {
    display: flex;
    align-items: center;
}

.model-info-left > img {
    height: 90px;
}

.model-info-content {
    margin-left: 30px;
}

.model-name {
    font-weight: bold;
}

.model-pic {
}

.model-info-right {
    color: var(--comment-date-text-color);
}

.i-right {
    border-color: var(--comment-date-text-color);
    padding: 4px;
    margin-left: 9px;
}

.activity-article-list {}

.hot-author{
    background: var(--header-bg-color);
    /*margin-top: 40px;*/
    /*border-radius: 50px 50px 0 0;*/
}

.hot-author-list {
    padding: 20px 0 28px;
}

img.author-head-img {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    margin: auto;
}

.author-item {
    display: inline-block;
    margin: 15px 3px;
    text-align: center;
}

.author-name {
    margin-top: 10px;
    color: var(--header-popup-menu-color);
    width: 56.4px;
    font-size: 12px;
    display: block;
}

.activity-page-wrap{
    display: none;
}
.activity-footer-logo-img{
    width: 100%;
}
.model-header-img{
    height: 120px;
}


@media screen and (max-width: 599px) {

    .author-name {
        width: 79px
    }

    .model-header-img{
        height: 65px;
    }
    img.author-head-img{
        width: 40px;
        height: 40px;
    }


   .page-main .home-activity > .media-list-row,
   .page-main .hot-wrap > .media-list-row
    {
        max-width: 100%;
    }

   #activity-hot-list.items-list.article-item-list-three{
        display: block;
   }
}
