body {
    margin: 0px;
    padding: 0px;
    background-color: #f1f2f4;
}

.sbody {
    height: calc(100vh - 50px);
    box-sizing: border-box;
    width: 100%;
}

.left_frm {
    width: calc(25% - 22px);
    height: calc(100vh - 50px);
    float: left;
    overflow: auto;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 10px;
}

.right_frm {
    width: 75%;
    height: calc(100vh - 50px);
    float: left;
    box-sizing: border-box;
    overflow: auto;
    padding-left: 10px;
    padding-bottom: 60px;
}

.right_body {
    width: calc(100% - 300px);
    min-width: 1000px;
}

.sub_head_line {
    height: 50px;
    width: 100%;
    padding-top: 15px;;
    box-sizing: border-box;
}

h1 {
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 30px;
    font-weight: bold;
    color: rgba(227, 73, 66, 0.85);
    text-align: center;
    font-size: 19px;
    letter-spacing: 2px;
    float: left;
    /*unicode-bidi: normal;*/

}

.table_body {
    min-height: calc(100vh - 260px);
}

.head_tool {
    background-color: #fff;
    height: 40px;
    box-sizing: border-box;
    border-left: 5px solid rgba(252, 154, 166, 0.85);
    /*margin-bottom: 20px;*/
}

.comment_bnt {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    /*font-weight: bold;*/
    font-size: 15px;
    /*border-radius: 5px;*/
    color: #fff;
    background-color: rgba(251, 104, 122, 0.67);
    letter-spacing: 2px;
    text-align: center;
    user-select: none;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.comment_bnt:hover {
    cursor: pointer;
    background-color: rgba(251, 104, 122, 0.83);

}

.reply_eidt_body {
    padding: 30px 10px;
    height: 220px;
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    box-sizing: border-box;
}

.reply_edit_cnt {
    float: left;
    width: calc(100% - 60px);
    height: 130px;
    font-size: 16px;
    color: #5a5a5a;
    border: 1px solid #e3e3e3;
    padding: 10px;
    outline: none;
    box-sizing: border-box;
    margin: 0px 0 0 30px;
    text-shadow: 0.1px 0.1px 0.1px #5a5a5a;
    border-radius: 4px;
    resize: none;
    background-color: #f9f9f9;
}

.reply_edit_cnt::placeholder {
    color: #ccc
}

.send_bnt {
    float: right;
    margin: 10px 30px 0 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    user-select: none;
    background-color: rgb(67, 222, 101);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    user-select: none;
}

.send_bnt:hover {
    cursor: pointer;
    background-color: rgba(148, 219, 142, 0.89);

}

.reply_box {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
}

.reply_box_head {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 6px;
    box-sizing: border-box;
    color: #5a5a5a;
    font-size: 13px;
}

.reply_user_head {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 10px;

}

.reply_head_img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.reply_user_name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    box-sizing: border-box;

}

.reply_time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.reply_floor {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: right;
    margin-right: 20px;
    margin-top: 7px;
    /*letter-spacing: 2px;*/
}

.reply_cnt {
    min-height: 40px;
    padding: 15px 20px 10px 35px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    font-size: 15px;
    font-family: inherit;
}

.comment_bot_row {
    width: 100%;
    height: 30px;
    /*background-color: red;*/
    /*background-color: #f1f2f4;*/
}

.subreply_edit_bnt {
    display: block;
    width: 60px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-size: 13px;
    float: right;
    text-align: center;
    user-select: none;
    background-color: #eeeeee;
    color: #00bc00;
    margin-right: 10px;
    letter-spacing: 2px;

}

.subreply_edit_bnt:hover {
    cursor: pointer;
    background-color: #e1e1e1;
}

.subreply_eidt_box {
    height: 175px;
    width: 100%;
    padding: 20px 30px 10px 30px;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
}

.subreply_edit_cnt {
    float: left;
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: #5a5a5a;
    border: 1px solid #dbdbdb;
    padding: 10px;
    outline: none;
    box-sizing: border-box;
    text-shadow: 0.1px 0.1px 0.1px #5a5a5a;
    border-radius: 4px;
    resize: none;
    background-color: #f9f9f9;
}

.subreply_edit_cnt::placeholder {
    color: #ccc
}

.subreply_close_bnt {
    float: right;
    margin: 10px 0px 0 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    user-select: none;

    font-size: 15px;
    /*font-weight: bold;*/
    text-align: center;
    letter-spacing: 5px;
    user-select: none;
    background-color: #eeeeee;
    color: #898989;
    margin-right: 30px;
    border-radius: 3px;
}

.subreply_close_bnt:hover {
    cursor: pointer;
    background-color: rgba(219, 219, 219, 0.89);

}

.subsend_bnt {
    float: right;
    margin: 10px 0px 0 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    user-select: none;
    font-size: 15px;
    text-align: center;
    letter-spacing: 5px;
    user-select: none;
    background-color: #eeeeee;
    color: #00bc00;
    border-radius: 3px;
    /*margin-right: 10px;*/
}

.subsend_bnt:hover {
    cursor: pointer;
    background-color: rgba(219, 219, 219, 0.89);

}

.subreply_frm {
    padding: 10px 35px 10px 35px;
}

.subreply_box {
    padding: 2px 0px;
}

.subreply_head {
    font-size: 13px;
    color: #5a5a5a;

}

.subreply_head_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 5px;
}

.subreply_user_name {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;

}

.subreply_time {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;

}

.subreply_cnt {
    padding: 8px 26px;
    font-size: 14px;
    font-family: inherit;
    margin: 0px;
}

.subreply_show_all_bnt {
    display: block;
    width: 110px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: auto;
    color: #5a5a5a;
    font-size: 13px;
    user-select: none;
}

.subreply_show_all_bnt:hover {
    cursor: pointer;
}

.subreply_tools_row {
    width: 100%;
    height: 25px;
    margin-top: -10px;
}

.bot_row {
    /*float: left;*/
    width: 100%;
    height: 65px;
    border: 0px solid #ccc;
    box-sizing: border-box;
    background-color: #eeeeee;
    margin-top: 10px;
}
.bot_frm {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box
}

.idx_frm {
    float: left;
    margin: 15px 0 0 20px;
}

.next_page_frm {
    float: right;
    margin: 18px 30px 0 0px;
    user-select: none
}

.next_page_frm:hover {
    cursor: pointer;
    color: #3f51b5;
    font-weight: bold
}
.comment_empty{
    text-align: center;
    padding-top: 200px;
    box-sizing: border-box;
    color: rgba(90, 90, 90, 0.83);
    letter-spacing: 1px;
}