/**微语样式**/
.tweet_text{overflow:hidden;display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient: vertical;}
.tweet_text.more{-webkit-line-clamp:unset;display:block;}
.single .tweet_text{ }
.tweet_more{cursor: pointer;opacity:.8;display: inline-block;}
.tweet_imgs{line-height:0;width:100%;max-width:400px;margin-top: 5px;position: relative;}
.tweet_imgs a{float:left;margin:0 2px 2px 0;display:inline-block;position: relative;overflow: hidden;background: #fff;}
.tweet_imgs img{width:100%;height:100%;position: absolute;top: 0;left:0;vertical-align:middle;-o-object-fit:cover;object-fit:cover;transition: .5s;}
.tweet_imgs img:hover {transform: scale(1.1);}
.tweet_imgs img.tweet_video_play{height:40px;width:40px;top: calc(50% - 20px);left: calc(50% - 20px);}

/*图片布局*/
.tweet_imgs a{width:calc(100% / 3 - 2px);padding-top:calc(33% - 2px);}
/*特殊宽度*/
.tweet_imgs a.tweet_imgs_1{width:50%;}
.tweet_imgs a.tweet_imgs_2{width:calc(40% - 2px);}
.tweet_imgs a.tweet_imgs_3,
.tweet_imgs a.tweet_imgs_4,
.tweet_imgs a.tweet_imgs_5:not(:nth-child(n+3):nth-child(-n+5)),
.tweet_imgs a.tweet_imgs_7:not(:nth-child(n+3):nth-child(-n+5)),
.tweet_imgs a.tweet_imgs_8:nth-child(n+4):nth-child(-n+5)
{width:calc(50% - 2px);}
/*特殊高度*/
.tweet_imgs a.tweet_imgs_1,
.tweet_imgs a.tweet_imgs_2{padding-top:50%;}
.tweet_imgs a.tweet_imgs_3:first-child{padding-top:66%;}
.tweet_imgs a.tweet_imgs_3:nth-child(n+2):nth-child(-n+3){padding-top:calc(33% - 1px);}
.tweet_imgs a.tweet_imgs_4,
.tweet_imgs a.tweet_imgs_5,
.tweet_imgs a.tweet_imgs_6{padding-top:40%;}
.tweet_imgs a.tweet_imgs_10,
.tweet_imgs a.tweet_imgs_11,
.tweet_imgs a.tweet_imgs_12{padding-top:25%;}
.tweet_imgs a.tweet_imgs_10:nth-child(n+4):nth-child(-n+5),
.tweet_imgs a.tweet_imgs_11:nth-child(4){padding-top:calc(50% + 2px);}
/*左上角*/
.tweet_imgs a:nth-child(1){border-top-left-radius:10px;}
/*右下角*/
.tweet_imgs a:nth-last-child(2){border-bottom-right-radius:10px}
/*右上角*/
.tweet_imgs a:nth-child(3):not(.tweet_imgs_1):not(.tweet_imgs_2):not(.tweet_imgs_3):not(.tweet_imgs_4):not(.tweet_imgs_5):not(.tweet_imgs_7),
.tweet_imgs a.tweet_imgs_1:nth-child(1),
.tweet_imgs a.tweet_imgs_2:nth-child(2),
.tweet_imgs a.tweet_imgs_3:nth-child(2),
.tweet_imgs a.tweet_imgs_4:nth-child(2),
.tweet_imgs a.tweet_imgs_5:nth-child(2),
.tweet_imgs a.tweet_imgs_7:nth-child(2)
{border-top-right-radius:10px}
/*左下角*/
.tweet_imgs a:nth-last-child(4):not(.tweet_imgs_1):not(.tweet_imgs_2):not(.tweet_imgs_4):not(.tweet_imgs_7),
.tweet_imgs a.tweet_imgs_1:nth-last-child(2),
.tweet_imgs a.tweet_imgs_2:nth-last-child(3),
.tweet_imgs a.tweet_imgs_4:nth-last-child(3),
.tweet_imgs a.tweet_imgs_7:nth-last-child(3)
{border-bottom-left-radius:10px}

.tweet_imgs a.tweet_imgmore{position:absolute;z-index:9;bottom:5px;right:5px;height:10px;color:#fff;font-size:12px;border-radius:10px 0 10px 0;width: unset;margin: 0;padding:10px 10px 0 10px;background:rgba(0,0,0,.55);}
