/*表格太宽*/
.table td,.table th{border-bottom:1px solid #E3EBF3;padding:6px;}

/*通知窗口*/
.foot {
    width: 100%;
    height: 50px;
    min-width: 960px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    border-top: 1px solid #aaaaaa;
    background: #f5f5f5;
}

.order-msg-box {
    width: 400px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: fixed;
    right: 20px;
    bottom: 55px;
    z-index: 12;
    max-height: 700px;
    overflow-y: auto;
    display: none;
}
.order-msg-box .msg-body {max-height: 650px;padding-bottom: 45px;}
.order-msg-box .msg-foot {
    width: 400px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: fixed;
    right: 20px;
    bottom: 55px;
    z-index: 13;
    max-height: 50px;
    overflow-y: auto;
}
.order-msg-box .msg-foot .btn-mark{ margin: 5px;}
.order-msg-box .msg-foot .btn-close{margin: 5px 15px 5px 5px;padding: 5px;}
.font-sm{font-size: 0.2rem}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.w-30 {
    width: 30% !important;
}

.bg-dark-green{
    background-color: #eff8f1;
}
.bg-dark-blue{
    background-color: #C5E0F7;
}

.warn_403{
    background-image: url("/img/403forbidden.jpg");
    margin-top: 100px;
}

.w-m-100{
    width:100px;
    min-width: 100px;
}
.w-m-130{
    width:130px;
    min-width: 130px;
}

.w-m-200{
    width:200px;
    min-width: 200px;
}
