/********* 留言 **********/

.sendMsg {
    height: 350px;
    width: 240px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top-right-radius: 5px;
    background: #ededed;
    overflow: hidden;
    transition: all 0.2s linear;
}

.title {
    background: #00aef3;
    height: 35px;
    padding: 0 8px;
    color: white;
    margin-bottom: 8px;
}

.layui-form-item {
    margin-bottom: 4px;
}

.layui-form-label {
    width: auto;
}

.layui-input-block {
    margin-left: 60px;
}

.layui-textarea {
    min-height: 80px;
}

.layui-btn {
    width: 60%;
    background: #00aef3;
    height: 34px;
    line-height: 34px;
    margin-top: 9px;
}

.unflodBtn {
    display: none;
}