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;
}
.right_body{
    min-width:1250px;
}
.sub_left_frm{
    width:1000px;
    float:left;
    box-sizing: border-box;
    margin-left: 10px;
}


.sub_head_line {
    height: 35px;
    line-height: 35px;
    background-color: rgba(238, 138, 149, 0.47);
    /*border-left: 5px solid rgba(207, 121, 130, 0.81);*/
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 15px;
    box-sizing: border-box;

}


h1 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    color:#008a00;
    color: #5a5a5a;
    letter-spacing: 2px;

}

.des_frm {
    width: 100%;
    /*height: 50px;*/
    background-color: #fff;
    padding: 23px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 22px;
}

.sheet_table {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 300px;
    background-color: #fff;
    /*margin-top: 10px;*/
    padding: 1px 20px 10px 20px;
    box-sizing: border-box;


}

.text_edit_cnt {
    float: left;
    width: calc(100% - 60px);
    height: calc(100% - 200px);
    font-size: 16px;
    color: #5a5a5a;
    border: 1px solid #dbdbdb;
    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;
    /*background-color: rgba(238, 138, 149, 0.19);*/
}

.text_edit_cnt::placeholder {
    color: #ccc
}

.input_item {
    float: left;
    width: calc(100% - 60px);
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 10px 0 0 30px;
    border: 1px solid #e3e3e3;
    padding: 2px 10px;
    border-radius: 4px;
    outline: none;
    resize: none;
    color: #5a5a5a;
}

.input_item::placeholder {
    color: #ccc
}

.send_bnt {
    float: right;
    margin: 10px 30px 0 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    user-select: none;
    background-color: rgba(76, 180, 230, 0.89);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.send_bnt:hover {
    cursor: pointer;
    background-color: rgb(74, 173, 222)
}


.bot_cnt {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: 楷体;
    color: rgba(90, 90, 90, 0.77);
    background-color: rgba(164, 189, 235, 0.28);
    background-color: rgba(164, 189, 235, 0.12);
    margin-top: 10px;
    border-top: 1px dashed rgba(204, 82, 55, 0.15);

}

.msg_box{
    width:400px;
    min-height: 60px;
    line-height: 60px;
    background-color: rgba(254, 201, 206, 0.36);
    border: 1px solid rgba(204, 204, 204, 0.45);
    margin: auto;
    letter-spacing: 1px;
    color: #5a5a5a;
    border-radius: 5px;
    font-size: 17px;
    margin-top: 15%;
    text-align: center;
}