.index_banner {min-height: auto;position: relative;background-repeat: no-repeat;margin-bottom: 0}
.post-label .index_banner {display: none}
.index_banner img {height: 100%;width: 100%;object-fit: cover;}
.user_info{position: absolute;bottom: 13%;left: 0;z-index: 1;width: 100%;padding:0 3%;}
.user_info .name {float:left;color: #fff;font-weight: 600;width: calc(100% - (68px) - (15px));}
.user_info .name p{font-size: 18px;text-align: right;margin-top: 15px;margin-bottom: 0;text-shadow: 1px 1px 2px rgba(0,0,0,.7);}
.user_info .avatar {float:right;width: 68px;height: 68px;}
.user_info .avatar img {width: 100%;height: 100%;object-fit: cover;border-radius: 7px;}
.user_info_des{background: #fff;color:rgb(108, 108, 108)}
.user_info_des p{margin-bottom: 0;text-align: right;padding:10% 3% 0 10%;font-size: 12px; font-weight: bold;}
.dark .user_info_des{background: #363636;}
.user_info_image{background-color:#ccc;width: 100%;height: 250px;background-size: 100% 100%;}
.user_info_video{width: 100%;height: auto;display: block;vertical-align:top}
@media (max-width:768px){
    .header{width: 100%;z-index: 10;position: fixed;top:0;backdrop-filter:unset;-webkit-backdrop-filter:unset;box-shadow:none}
    .top .mobile_an i {color:#fff;}
    .top .top_r .top_r_an i {color:#fff;}
    .post-label .index_banner{display:block}
    .index_area{top:24px;}
    .post_loop:first-child{}
}