* {
    margin: 0;
    bottom: 0;
    box-sizing: border-box;
}

body .content {
    width: 620px;
    height: 520px;
    background: #35394a;
    color: #000;
    padding: 10px;
    background: linear-gradient(-224deg, rgba(53, 57, 74, 0.3) 0%, rgb(0, 0, 0) 100%);
}

body .content .box {
    height: 440px;
    background: rgba(255, 255, 255, 0.6);
}

body .content .left {
    float: left;
    width: 440px;
    position: relative;
}

body .content .nav {
    height: 60px;
    /* background: yellow; */
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

body .content .right {
    text-align: center;
    float: right;
    width: 160px;
    border-left: 1px solid gray;
}

.content .top {
    height: 280px;
    overflow-y: auto;
    padding: 0 10px;
}

.content .top li {
    margin: 5px 0;
    width: 100%;
}

.content .top img {
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* vertical-align: middle; */
}

.content .top .rrr {
    /* float: left; */
    margin-left: 50px;
    margin-top: -40px;
}

.content .top .lll {
    /* float: left; */
    margin-right: 50px;
    margin-top: -40px;
}

.content .top .usr-hh {
    font-style: normal;
    color: #ccc;
    font-size: 12px;
}

.content .top .con {
    margin-top: 4px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    /* margin-left: 8px; */
    min-height: 34px;
    max-width: 210px;
    padding: 5px;
    border-radius: 2px;
    background: grey;
    position: relative;
}

.content .top .left-li .con::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: grey;
    position: absolute;
    left: -10px;
    top: 10%;
}

.content .top .right-li {
    float: right;
}

.content .top .right-li img {
    float: right;
}

.content .top .right-li .con {
    border-radius: 2px;
    background: green;
    position: relative;
    margin-right: 8px;
    float: right;
}

.content .top .right-li .con::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: green;
    position: absolute;
    right: -10px;
    top: 10%;
}

.content .bot {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid gray;
    height: 160px;
}

.content #text {
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 90px;
    resize: none;
    border: 0;
    outline: 0;
    background: transparent;
}

.content #btn {
    width: 80px;
    height: 40px;
    background: rgba(53, 57, 74, 0.8);
    color: #FFF;
    border: 0;
    outline: 0;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.right .mine {
    padding: 20px;
    height: 140px;
    border-bottom: 1px solid gray;
}

.right .mine img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.right .mine i {
    font-size: 12px;
    font-style: normal;
}

.right .list {
    overflow: auto;
    /* height: 280px; */
    padding: 5px;
}

.right .list li {
    width: 100%;
    height: 30px;
}

.right .list img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}

.right .list span {
    text-align: left;
    text-indent: 4px;
    vertical-align: middle;
    display: inline-block;
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}