* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "Microsoft YaHei";
}

.main-wrap {
    background-color: #F6F6F6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container {
    width: 1200px;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
}

.container:after {
    content: '';
    display: table;
    clear: both;
}

.main-content {
    width: 880px;
    float: left;
    background: #fff;
    padding: 16px;
}

.container .right-side-bar {
    width: 300px;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    float: right;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 20px;
}

#video-player {
    height: 400px;
    width: 700px;
}

.right-side-bar .hot-content {
}

.hot-content .hot-content-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.hot-content .hot-content-title img {
    margin-right: 6px;
}


.tweet-detail-page {
    background-color: #fff;
}

.tweet-item {
    margin-bottom: 14px;
}

.tweet-item:after {
    display: block;
    content: '';
    height: 1px;
    background: #efefef;
}

.tweet-user-info {
    display: flex;
    height: 40px;
}

.tweet-user-info .right {
    flex: 1;
}

.tweet-user-info .right .ui.basic.mini.buttons {
    float: right;
}

.tweet-user-info .avatar {
    width: 35px;
    height: 35px;
}

.tweet-user-info .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.tweet-user-info .user-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 1rem;
}

.tweet-user-info .user-info .user-name {
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, .85);
}

.tweet-user-info .user-info .tweet-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
}

.tweet-detail {

}

.tweet-detail .tweet-text {
    margin: 12px 0;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.tweet-detail .tweet-multi-image .multimgs div {
    display: flex;
    align-items: center;
}

.tweet-detail .tweet-multi-image .multimgs div a {
    margin: 0 10px;
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.tweet-detail .tweet-multi-image .multimgs div a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tweet-extra {
    margin: 12px 0;
    font-size: 12px;
}

.tweet-extra * {
    color: rgba(0, 0, 0, .5);
}

.tweet-extra a {
    margin: 0 4px;
}

.tweet-extra a.view {
    float: right;
}

.tweet-extra a:hover, .tweet-extra a:hover span, .tweet-extra a:hover i.icon {
    color: rgba(0, 0, 0, .95);
}

#tweetCommentsList {
    margin-top: 4rem;
}

.tweet-form textarea {
    resize: none !important;
}


/*!*评论样式*!*/
.comments-item {
    display: flex;
    padding: 10px;
}

.comments-item .comments-user-info {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-item .comments-user-info .avatar {
    width: 35px;
    height: 35px;
}

.comments-item .comments-user-info .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comments-item .comments-detail {
    padding-left: 1rem;
}


.comments-item .comments-detail .comments-text {
    margin: .5em 0;
    width: 720px;
}


.comments-item .comments-detail .comments-text .user-name {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
}

.comments-item .comments-detail .comments-bottom {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

.comments-item .comments-detail .comments-bottom .comments-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
}

.comments-item .comments-detail .comments-bottom .reply-comment {
    color: #333;
    cursor: pointer;
}

.comments-item .comments-detail .comments-bottom .reply-comment:hover {
    color: #32a2d5;
}

.reply-comment-list-box {
    background-color: #EAEAEC;
    width: 720px;
    padding: 5px 10px;
}

.has-reply-comment-content {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
    cursor: pointer;
}

.sub-comments-detail {
    width: 700px;
    border-bottom: 1px solid #ddd;
}

.sub-comments-text {
    margin: .5em 0;
}

.sub-user-name {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
    cursor: pointer;
}

.relationUser-name {
    font-size: 14px;
    font-weight: 700;
    color: #32a2d5;
    cursor: pointer;
}

.sub-comments-bottom {
    display: flex;
    justify-content: space-between;
}

.sub-comments-date {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
}

.sub-reply-comment {
    color: #333;
    cursor: pointer;
}

.sub-reply-comment:hover {
    color: #32a2d5;
}

.count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #bbb;
}

.ui.checkbox.anonymity {
    position: absolute;
    left: 560px;
    bottom: -40px;
}

#tweetCommentForm {
    position: relative;
}

#tweetCommentForm .unlogin-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
