﻿.page .content {
    padding: 30px 30px 18px;
    background: #fff;
    text-align: left
}

.page .section .section-title {
    position: relative;
    padding: 0px 0px 0px 15px;
}

.page .section .section-title::before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    height: 15px;
    margin: auto 0px;
    border-radius: 3px;
    background: #fd4c60;
    content: "";
}

.page {
    background: rgb(255, 255, 255);
}

.page .el-table__empty-text {
    min-height: 210px;
    line-height: 20px;
}

.page .el-table {
    color: rgb(51, 51, 51);
    font-size: 12px;
}

.page .el-table th {
    background-color: rgb(231, 236, 241);
    text-align: center;
    font-size: 13px;
    color: rgb(130, 142, 154);
    padding: 8px 0px !important;
}

.page .el-table tbody td {
    text-align: center;
}

.share-content {
    background: rgb(249 249 249);
    padding: 10px;
    height: 200px;
    margin-top: 55px;
}
.copy-code-btn {
    color: #000;
    width: 40px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    font-size: 12px;
}

.orderListWecomModal.el-dialog {
    width: 336px;
    min-height: 360px;
    background: #fff;
    box-shadow: 0 5px 26px 0 hsla(0,0%,48.2%,.1);
    border-radius: 12px;
}
.orderListWecomModal.el-dialog .el-dialog__header {
    display: none
}

.orderListWecomModal.el-dialog .el-dialog__body {
    padding: 0
}

.orderListWecomModal.el-dialog .el-dialog__body .content .img-war {
    width: 220px;
    height: 230px;
    margin: 0 auto;
    border: 1px solid #f5f5f5
}