#conversation_list{
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 60px;
}

.from_user_con_item
{
    margin-bottom: 15px;
}

.from_user_con_item .face
{
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 8px #ccc;
    border-radius: 0.5rem;
    padding: 5px;
    float: left;
}

.from_user_con_item .face img
{
    width: 100%;
    height: 100%;
}

.from_user_con_item .jt
{
    float: left;
    margin-left: 15px;
    line-height: 50px;
    color: #cccccc;
}

.from_user_con_item .message
{
    float: left;
    background-color: #cccccc;
    min-height: 50px;
    padding: 15px;
    color: black;
    border-radius: 5px;
    margin-left: -4px;
    max-width: 60vw;
}

.from_user_con_item .message img
{
    max-width: 100%;
}

.to_user_con_item
{
    margin-bottom: 15px;
}

.to_user_con_item .face
{
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 8px #ccc;
    border-radius: 0.5rem;
    padding: 5px;
    float: right;
}

.to_user_con_item .face img
{
    width: 100%;
    height: 100%;
}

.to_user_con_item .jt
{
    float: right;
    margin-right: 15px;
    line-height: 50px;
    color: #e9e9e9;
}

.to_user_con_item .message
{
    float: right;
    background-color: #e9e9e9;
    min-height: 50px;
    padding: 15px;
    color: black;
    border-radius: 5px;
    margin-right: -4px;
    max-width: 60vw;
}

.to_user_con_item .message img
{
    max-width: 100%;
}

#input-warp
{
    background-color: rgb(0,153,204);;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: flex-start;
}

.input-sub-warp
{
    width: 100%;
}

#text-area
{
    background-color: white;
    min-height: 30px;
}

#btn-warp
{
    padding-left: 0px;
    text-align: right;
    width: 200px;
}

#btn-warp button
{
    height: 30px;
    width: 55%;
}

#text-area{
    line-height: 30px;
    padding-left: 3px;
    padding-right: 3px;
}

#btn-warp #pic_upload
{
    width: 35%;
}

#imgDialog
{
    position: fixed;
    top:20vw;
    box-shadow: 0 1px 8px #ccc;
    padding: 15px;
    width: 70vw;
    background-color: #ffffff;
    margin-left: 15vw;
    display: none;
}

#imgViewWarp
{
    text-align: center;
    margin-bottom: 15px;
}

#imgView
{
    max-height: 50vw;
    max-width: 50vw;
}

#img-ctrl-warp
{
    display : flex;
    flex-direction: row;
    justify-content: space-between;
}

#img-ctrl-warp button
{
    width: 45%;
}