.container-wrap {
    min-height: 100%;
    height: auto;
    position: relative;
}
.content-wrap {
    position: relative;
    background-color: #F8F9FA;
    box-sizing: border-box;
    padding-left: 160px;
    min-height: 100vh;
}
/* .copy-rights { position: absolute; bottom: 0; left: 0; width: 100%; display: block; color: #aaa; text-align: center; }

.copy-rights a { color: #aaa; } */

.copy-rights{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 160px);
    display: block;
    color: #aaa;
    text-align: center;
    padding-left: 160px;
}

.copy-rights a{
    color: #ccc;
}

.content-title{
    padding: 20px 0 20px 40px;
}
.content-title .corp_name{
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    margin-bottom: 4px;
}
.content-title .last_time{
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.46);
    line-height: 17px;
}

.table-wrap {
    padding: 0 50px 40px 40px;
    background-color: transparent; }
.table-wrap .table-content {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    /*margin-bottom: 20px;*/
}
.table-wrap .table-content tr:nth-child(even) {
    background-color: #fff; }
.table-wrap .table-content tr:nth-child(odd) {
    background-color: #f8f8f9; }
.table-wrap .table-content tr.table-title {
    background-color: #F1F2F8;
    box-sizing: border-box;
    border-bottom: 1px solid #ECECEC; }
.table-wrap .table-content th, .table-wrap .table-content td {
    height: 70px; }
.table-wrap .table-content th div, .table-wrap .table-content td div {
    text-align: center;
    color: #5D5D5D;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap; }
.table-wrap .table-content th.name, .table-wrap .table-content td.name {
    width: 7%; }
.table-wrap .table-content th.phone,  .table-wrap .table-content td.phone {
    width: 9%; }
.table-wrap .table-content th.order_id,.table-wrap .table-content td.order_id {
    width: 11%; }
.table-wrap .table-content th.order_type,.table-wrap .table-content td.order_type {
    width: 11%; }
.table-wrap .table-content th.order_content,.table-wrap .table-content td.order_content {
    width: 15%; }
.table-wrap .table-content th.order_name,.table-wrap .table-content td.order_name {
    width: 11%; }
.table-wrap .table-content th.create_time,.table-wrap .table-content td.create_time {
    width: 14%; }
.table-wrap .table-content th.pay_money,.table-wrap .table-content td.pay_money {
    width: 10%; }
.table-wrap .table-content th.order_status,.table-wrap .table-content td.order_status {
    width: 10%; }
.table-wrap .table-content th.operation,.table-wrap .table-content td.operation {
    width: 8%; }
.table-wrap .table-content td.operation div {
    cursor: pointer }
.lately_order{
    float: left;
    border-left: 3px solid #4074F1;
    font-size: 16px;
    color: #5D5D5D;
    padding-left: 10px;
    line-height: 20px;
    margin: 10px 40px;
    float: left;
}
.more{
    float: left;
    font-size: 14px;
    color: #5D5D5D;
    line-height: 20px;
    margin: 10px 50px;
    float: right;
    cursor: pointer;
}
.mask_div{
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    display: none;
}
.divMsg{
    display: none;
    width: 570px;
    min-height: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    margin-left: -240px;
    margin-top: -180px;
    z-index: 9;
    border-radius: 4px;
}
.divMsg_title{
    background: #F1F2F8;
    border-radius: 4px 4px 0 0;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #3F3F3F;
    text-align: center;
    /*margin-bottom: 30px;*/
}
.divMsg_content {
    overflow-y:scroll;
    height: 200px;
    margin-bottom: 30px;
    padding-top: 30px;
}
::-webkit-scrollbar {/*隐藏滚轮*/
    display: none;
}
.divMsg_content div{
    height: 44px;
    line-height: 44px;
}
.divMsg_content div p{
    display: inline-block;
    vertical-align: top;
}
.divMsg_content div p:nth-child(1){
    width: 370px;
    padding: 0 20px 0 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
}
.divMsg_content div p:nth-child(2){
    font-size: 14px;
    color: #4074F1;
    cursor: pointer;
}
.close{
    background: url(../imgs/close.png) no-repeat center;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top:12px;
    cursor: pointer;
}
.close:hover{
    background: url(../imgs/close_hov.png) no-repeat center;
}
.prohibit_btn{
    color: #CAD2DB!important;
    cursor: default!important;
    position: relative;
}
.prohibit_btn:hover .tip{
    display: block;
}
.prohibit_btn:hover .sj{
    display: block;
}
.tip{
    display: none;
    color: #fff;
    position: absolute;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 6px;
    background: rgba(0,0,0,.8);
    text-align: center;
    top: -16px;
    right: -22px;
}
.sj{
    display: none;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,.8);
    position: absolute;
    top: 8px;
    right: 22px;
}
.export{
    color: #4074F1!important;
}