html,body {
    background: #F7F7F7;
    height: 100%;   
    width: 100%;
}
.wemodel-page-blog-list-mood-list-1 {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 15px 2% 60px;
    overflow: auto;
}
.wemodel-page-blog-list-mood-list-1 .nick-box {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    padding: 0 5px 10px;
}
.wemodel-page-blog-list-mood-list-1 .head-img {
    width: 24px;
    height: 24px;
    /* margin-top: 4px; */
    margin-right:5px;
    border-radius: 32px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
}
.wemodel-page-blog-list-mood-list-1 .big-img-box {
    height: 160px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.wemodel-page-blog-list-mood-list-1 .nick-name {
    width: calc(100% - 75px);
    overflow: hidden;
    white-space: nowrap;
}
.wemodel-page-blog-list-mood-list-1 .lists {
    width: 46%;
    float: left;
    margin: 0 2% 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.wemodel-page-blog-list-mood-list-1 .slogan
{
    font-size: 14px;
    height: 20px;
    margin: 10px 5px;
    line-height: 20px;
    overflow: hidden;
}
/*发布按钮 begin*/
.wemodel-page-blog-list-mood-list-1 .release-btn-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    box-shadow: 0 0px 4px 1px rgba(100,100,100,0.1);
}
.wemodel-page-blog-list-mood-list-1 .release-btn-box .release-btn {
    width: 40%;
    height: 100%;
    text-align: center;
    padding-top: 34px;
    line-height: 100%;
    font-size: 12px;
    color: #666;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 16px;
}
.wemodel-page-blog-list-mood-list-1.show-mine .home-icon {
    background-image: url(/images/model/wemodel/page/blog/list/homeIcon_0.png);
}
.wemodel-page-blog-list-mood-list-1.show-home .mine-icon {
    background-image: url(/images/model/wemodel/page/blog/list/mainIcon_0.png);
}
.wemodel-page-blog-list-mood-list-1.show-mine .home-page,
.wemodel-page-blog-list-mood-list-1.show-home .mine-page {
    display: none;
}
.wemodel-page-blog-list-mood-list-1.show-home .home-page,
.wemodel-page-blog-list-mood-list-1.show-mine .mine-page {
    display: block;
}
.wemodel-page-blog-list-mood-list-1 .release { 
    position: absolute;
    top: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    background-image: url(/images/model/wemodel/page/blog/list/mood_list_1_camera.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.wemodel-page-blog-list-mood-list-1 .release-btn-box .release::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: scale(1.2);
}
.wemodel-page-blog-list-mood-list-1 .thumbs-num {
    background-image: url(/images/model/wemodel/page/blog/list/likeIcon_0.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    padding-left: 16px;
    float: right;
    box-sizing: border-box;
    max-width: 40px;
}
.wemodel-page-blog-list-mood-list-1 .list-box1 .lists {
    width: 98%;
}
.wemodel-page-blog-list-mood-list-1 .slide-down {
    animation: 1s slideDown 1;
    -moz-animation: 1s slideDown 1;
    -ms-animation: 1s slideDown 1;
}
@keyframes slideDown {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes slideDown {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.wemodel-page-blog-list-mood-list-1 .mine-page {
    padding: 0 2%;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .mine-blog-list-box {
    background: #fff;
    display: block;
    border-radius: 6px;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .nick-name {
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .mine-blog-list-content {
    padding: 5px 10px 15px;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .mine-blog-list-pic {
    width: 100%;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .datas-box {
    padding: 15px 0 5px;
    background: #FFFFFF;
    margin-top: 20px;
    position: relative;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .datas-box::before {
    content: "";
    width: 100%;
    position: absolute;
    border-top: 1px #F6F6F6 solid;
    top: 0;
    left: 0;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .icon {
    width: calc(100%/3);
    text-align: center;
    position: relative;
    line-height: 24px;
    height: 20px;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .icon span {
    color: #666;
    opacity: 0.5;
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-position: left center;
    float: none;
}
.wemodel-page-blog-list-mood-list-1 .mine-page .icon .share-num {
    background-image: url(/images/model/wemodel/page/blog/list/forwardIcon_0.png);
}
.wemodel-page-blog-list-mood-list-1 .mine-page .icon .comment-num {
    background-image: url(/images/model/wemodel/page/blog/list/commentIcon_0.png);
}
.wemodel-page-blog-list-mood-list-1 .mine-page .icon .thumbs-num {
    background-image: url(/images/model/wemodel/page/blog/list/likeIcon_0.png);
}
.wemodel-page-blog-list-mood-list-1 .mine-page span.num-click {
    opacity: 1;
}
.wemodel-page-blog-list-mood-list-1 .no-datas {
    padding: 70px 0;
    width: 100%;
    height: 100%;
}
.wemodel-page-blog-list-mood-list-1 .no-datas p {
    width: 110px; 
    height: auto;
    margin: 0 auto;
}
.wemodel-page-blog-list-mood-list-1 .no-datas img {
    width: 100%;
    height: auto;
}
.wemodel-page-blog-list-mood-list-1 .no-datas span {
    line-height: 30px; 
    margin-top: 20px; 
    color: #666666;
    text-align: center;
    display: block;
}