body {
    font-family: "Microsoft Yahei";
    /* 导航栏间距；也可以去掉导航栏的浮动属性：navbar-fixed-top */
    padding-top: 70px;
}

button.btn.btn-default:hover {
    background-color: white;
    border-color: rgba(75, 192, 192, 1);
    box-shadow: 0 0 3px rgba(75, 192, 192, 1);
}


/* footer */
footer {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
}

/*进度条 */
.progress {
    margin-bottom: 11px;
}

/* 外边距 */
.mar_t15 {
    margin-top: 15px;
}

/* padding */
.pad0{
    padding: 0;
}


/* pageheader */
.page-header {
    margin-top: 0px;
}

.page-header h1 {
    margin: 0px;
    font-size: 16px;
}

/* 搜索表单 */
.user_search {
    padding: 15px;
    border: solid 1px #ddd;
    border-top: none;
}
/* taglist */
.taglist{
    padding-top: 15px;
}
.taglist .alert{
    margin: 0 15px 0 15px;
}

/* msg */
.container .message {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    align-items: flex-end;
}

.container .enterMsg {
    height: 180px;
    font-size: 18px;
    padding: 10px 2%;
    line-height: 26px;
}

.container .sendMsg {
    transition: all .3s;
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    background: #ffffff;
    border: 1px solid #f89338;
    border-radius: 6px;
}

.container .singleMsg {
    border-bottom: thin solid #ccc;
    padding: 15px 0 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container .singleMsg .delete {
    color: #999;
    cursor: pointer;
}

.container .singleMsg .delete:hover {
    text-decoration: underline;
}

.container .total {
    text-align: right;
    height: 60px;
    line-height: 60px;
}

.container .sendMsg:hover {
    color: #ffffff;
    background-color: #f89338;
    box-shadow: 2px 2px 0px #f89338;
}