@font-face {
    font-family: 'fonts';
    src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'title';
    src: url('../font/SourceHanSansCN-Bold.otf');
}
body{
    font-family: fonts !important;
}

button{
    outline: none;
    border-color: transparent;
    box-shadow:none;
}
a:hover {
    text-decoration: none !important;
}
.el-dialog{
    width: 40% !important;
}
.system-name{
    color: #eeeeee;
    padding-left: 9%;
    font-size: 18px;
    margin-bottom: 5%;
    display: block;
    font-weight: bold;
}
.top{
    width: 90%;
    height: 70px;
    margin-left: 10%;
    background: #fff;
}
.top .layui-nav{
    background: #fff;
    text-align: right;
    border-bottom: 1px solid #eee;
}
.top .layui-nav .layui-nav-item a{
    color: #333;
}
.nav-left{
    padding-top: 0.5%;
}
.tools a img{
    width: 22px;
}
.tools a{
    margin-right: 2%;
}
.body-background{
    width: 100%;
}
.body-background-div{
    padding: 0 !important;
}
.index-centen{
    text-align: center;
    margin: 200px auto;
}
.body-background-div h1{
    font-size: 50px;
    color: rgba(212,86,105,1);
    padding-bottom: 3%;
}
.system-body{
    padding: 1% 1% 1% 1.5%;;
}
.layui-nav-tree .layui-nav-more{
    right: 0px !important;
}
.layui-layout-admin .layui-header{
    background-color: #fff !important;
}
.layui-bg-black{
    background-color: #fff !important;
}
.layui-nav{
    background-color: #fff !important;
}
.layui-nav .layui-nav-item a{
    color: #303332 !important;
}
.username{
    color:#303332 !important;
}
.layui-layout-admin .layui-body{
    bottom: 0 !important;
}
.layui-nav-itemed>.layui-nav-child{
    background-color:#fff !important;
}

.layui-nav-items-hover{
    position: absolute;
    left: 0;
    z-index: 999;
    top: 10px;
    display: none;
}

.layui-nav-items-hover img{
    vertical-align: middle !important;
}

.layui-nav-items{
    text-align: center;
    cursor: pointer;
}

.layui-nav-items img{
    /*vertical-align: initial;*/
    position: relative;
    top: -3px;
    left: 12px;
}

.layui-nav-tree .layui-nav-items a{
    /*position: unset !important;*/
    display:inline-block !important;
    height: auto!important;
    line-height: inherit !important;
    overflow: unset !important;
}

.layui-nav-item-icon{
    width: 30%;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.layui-nav-tree .layui-nav-item:hover{
    border-radius: 10px;
    background: unset !important;
    color: #e495aa !important;
}

.layui-nav-tree .layui-nav-item:hover >a{
    color: #e495aa!important;
}

.layui-nav-tree .layui-nav-item:hover >.layui-nav-items-hover{
    display: block;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color:unset !important;
}

.system-title{
    /*width:161px;*/
    /*height:45px;*/
    font-size:17px;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:24px;
    color:rgba(26,19,17,1);
    opacity:1;
    font-weight: 500;
    vertical-align:middle;
    padding-left: 10px;
}

.layui-layout-admin .layui-logo{
    height: 40px !important;
    top: 10px !important;
    line-height: normal !important;
    border-right: 1px solid rgba(135,135,135,0.12);
}
.layui-layout-admin .layui-logo,.layui-layout-admin .layui-side {
    width: 250px !important;
}
.layout-logo-customize{
    line-height: 60px ;
    /*padding-left: 5%;*/
    padding: 12px 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    background: white;
    border: 0.5px solid #f3f3f3;
    width:230px;
    border-top: 0px;
    border-left: 0px;
}
.left-nav-icon{
    padding-top: 18%;
    padding-left: 30%;
}
.layui-nav-tree{
    width: 100% !important;
    border-radius: 10px;
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 2% !important;
}
.layui-nav-tree .layui-this>a ,
.layui-nav-tree .layui-nav-bar,
.layui-nav-bar ,
.layui-nav-tree .layui-this{
    border-radius: 10px !important;
    color: #e495aa!important;
    background-color:unset !important;
}
.header-layout .layui-this:after{
    content: '';
    display: none;
}
.layui-nav-tree .layui-this .layui-nav-items-hover{
    display: block;
}
.layui-nav-itemed>.layui-nav-child{
    background-color:#fff !important;
}

layui-nav-child{
    background-color:#F7EAEA !important;
}
.layui-body{
    left: 150px !important;
}
.header-layout{
    height: 68px;
    background: #fff;
}
.layui-side-scroll{
    border-left: 1px solid rgba(135,135,135,0.12);
    width: 100% !important;
}
.layui-nav-item{
    height: auto !important;
}
.layui-nav-item span{
    color: #232323;
}
.title-position{
    position: relative;
}
.layui-layout-right{
    width: 100% ;
    text-align: right;
}
.layui-nav-item a{
    font-size: 15px;
}
.layui-nav-item{
    padding: 0 0.5%;
}
.nav-left li{
    height: 45.5px;
}

.layui-nav-itemed>a .layui-nav-more {
    border-color: transparent transparent rgba(26,19,17,1) !important;
}
.layui-nav .layui-nav-more{
    border-color: rgba(26,19,17,1)  transparent transparent !important; ;
}
.nav-relative{
    position: relative;
}
.nav-left-icon{
    width: 8px;
    height: 38px;
    position: absolute;
    top: 6px;
    display: none;
}
.layui-nav-child dd a {
    border-radius: 10px !important;
}

.center-top{
    position: relative;
    height: 55px;
    border-bottom: 1px solid rgba(135,135,135,0.12);
}
.content-img{
    height: 35px;
    position: relative;
    left: -2.3%;
}
.order-index{
    left: -0.2%;
    top: 20px;
}
h3{
    position: absolute;
    top: 2px;
}
.add-left{
    padding-right: 8%;
}
.button-insert{
    position: relative;
}
#submits{
    width:128px;
    background:linear-gradient(90deg,rgba(231,161,175,1) 0%,rgba(212,86,105,1) 100%);
    opacity:1;
    border-radius:10px;
}
#clearSession img{
    width: 25px;
    height: 25px;
}
.btn-search , .btn-reset-list , .btn-reset-amunt ,.btn-journal ,.btn-reset-journal ,.submitChange , .btn-add-amunt ,.btn-reset-excel,.btn-journal-download, .btn-add{
    width:168px;
    width:140px;
    height:48px;
    background:linear-gradient(90deg,rgba(231,161,175,1) 0%,rgba(212,86,105,1) 100%);
    opacity:1;
    border-radius:10px !important;
    margin-left: 1%;
}
.btn-journal{
    margin: 1% 0;
}
.btn-reset{
    width:140px;
    height:48px;
    border:1px solid rgba(205,79,119,1) !important;
    opacity:1;
    background: #fff !important;
    color:rgba(205,79,119,1) !important;
    border-radius:10px !important;
    position: relative;
    left: 84%;
    bottom: 44px
}
.list-reset{
    width:110px;
    height:48px;
    opacity:1;
    background: linear-gradient(90deg,rgba(231,161,175,1) 0%,rgba(212,86,105,1) 100%);
    color:#fff ;
    border-radius:10px !important;
}
.table-form{
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.table-nav-info  td:last-child{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.table-nav-info  td:first-child{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.table-nav-list:nth-child(odd) {
    background-color:#FFF;
}
.table-nav-list:nth-child(even) {
    background-color:#f7f9fa;
}

.table-form  tr:first-child th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table-form  tr:last-child th:first-child {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.table-nav{
    /*linear-gradient(90deg,rgba(231,161,175,1) 0%,rgba(217,136,149,1) 100%);*/
    height:60px;
    background: #f7f9fa;
    opacity:1;
}
.table-nav th{
    width:87px;
    height:38px;
    font-size:14px;
    font-weight:500;
    line-height:19px;
    color: #0a0302;
    opacity:1;
    text-align: center;
}
.table-nav-info{
    width:87px;
    height:60px;
    font-size:14px;
    font-weight:500;
    line-height:19px;
    color:rgba(124, 124, 123, 1);
    opacity:1;
    text-align: center;
    background: #fff;
}
.body-content{
    width: 100%;
    padding-left: 0 !important;
    background: rgba(245, 245, 245, 1)!important;
}
.search-form{
    background: #fff;
    padding: 1%;
    border-radius: 10px;
    margin-top: -2%;
    margin-bottom: 2%;
}
.list-form{
    height: 220px;
}
/*tr{*/
/*    line-height: 50px;*/
/*}*/
.table-nav-info:hover td{
    /*border: 0.7px solid #4288c9;*/
    /*background:#eee;*/
    color: #cea586;
}

.layui-laydate-content td.laydate-selected{
    background: rgb(236, 234, 234)!important;
}
.choose-input{
    font-size: 12px;
}
.add-order{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 2%;
}
.amount-right , .padding-none{
    margin-left: 3%;
}
.padding-none{
    font-size: 16px;
    color:#333;
}
.amount-left{
    padding-left: 1px;
}
.log-box{
    display: flex;
    width: 100%;
    color:#7C7C7B;
}
.log-left{
    width: 10%;
    padding-left: 2.5%;
}
.log-right{
    width: 90%;
    padding: 0.8%;
}

.red-time{
    color:rgba(190,76,112,1) !important;
}

.content-padding{
    padding-left: 3%;
    padding-right: 3%;
    color:#4288C9;
}
.flex-left{
    width: 13%;
}
.flex-right{
    width: 87%;
}
.right-flex{
    display: flex;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}
.flex-right p{
    padding-bottom: 0.5%;
}
.pagination{
    margin-top: 30px;
}
.journal-table{
    border-radius: 10px;
}

#submits-journal ,#edit-journals,#edit-over-bonus{
    width:140px;
    background:linear-gradient(90deg,rgba(231,161,175,1) 0%,rgba(212,86,105,1) 100%) !important;
    opacity:1;
    border-radius:24px 24px 24px 24px;
    color: #fff;
}
.finance-tr{
    line-height: 30px;
}
.finance-tr td{
    padding: 15px 0;
}
.finance-tr .p-top-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.finance-tr .p-top-row p{
    width: 14%;
    padding-left: 20px;
}
.finance-tr .p-top-row p:first-child{
    padding-left: 0;
}
.finance-tr .p-top-row:last-child{
    margin-bottom: 0;
}
.finance-tr:nth-child(odd) {
    background: #f7f8fa;
}
.btn-pink-s{
    width:140px;
    height:48px;
    background:linear-gradient(90deg,rgba(231,161,175,1) 0%,rgba(212,86,105,1) 100%);
    opacity:1;
    border-radius:10px !important;
    margin-left: 1%;
}
/*.finance-tr td{*/
/*    position: relative;*/
/*    padding: 10px 0;*/
/*}*/
.finance-tr td:hover{
    background:rgb(243, 243, 243) !important;
}
/*.finance-tr td p{*/
/*    !*display: inline-block;*!*/
/*    width: 200px;*/
/*    !*float: left;*!*/
/*    padding-right: 12px;*/
/*    font-size: 14px;*/
/*    margin-left: 20px;*/
/*}*/
/*.finance-tr .p-top-row p:first-child {*/
/*    !*margin-left: 20px;*!*/
/*    padding-right: 0;*/
/*}*/
/*.finance-tr .p-top-row{*/
/*    padding: 5px 0;*/
/*    display: flex;*/
/*    !*justify-content: center;*!*/
/*}*/
.finance-tr  td:last-child{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.finance-tr  td:first-child{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.clear{
    clear: both;
}
.left-icon{
    width: 100px;
    height: 25px;
    line-height: 25px;
    background:linear-gradient(90deg,rgba(231,161,175,1) 0%,rgb(232, 123, 140) 100%);
    position: absolute;
    border-radius: 0 12px 12px 0 ;
    color: #fff;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: 14px;
}
.subdividing-list{
    width: 100px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 120px;
    border:1px solid rgba(231,161,175,1);
    border-radius: 12px;
    color: rgba(231,161,175,1);
    text-align: center;
    font-size: 14px;
}

.download-excel{
    position: absolute;
    left: 500px;
    top: 10px;
    color: rgba(66, 136, 201, 1);
}

.message-info {
    min-width: 17px;
    padding: 6px;
    position: absolute;
    background: #da668a;
    border-radius: 17px;
    height: 17px;
    line-height: 6px;
    text-align: center;
    top: 0px;
    left: 26px;
    color: #fff;
}

.layui-box a {
    float: left;
    padding: 0 10px !important;
}

.layui-box span {
    display: inline-block;
    float: left;
    padding: 0 10px !important;
}

.layui-box:after {
    content: '';
    clear: both;
}

.message-tooltip {
    width: 300px;
    /*max-height: 300px;*/
    background: #fff;
    position: absolute;
    left: -253px;
    top: 55px;
    display: none;
    /*overflow: hidden;*/
    color: #0a0302;
    box-shadow: 0 2px 8px rgba(0,0,0,.15)
}

.message-spin-container {
    position: relative;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    overflow-y: hidden;
    max-height: 200px;
    padding: 5px 2px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    overflow: scroll;
}

.message-list-item {
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.message-layout, .message-layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.message-list-item, .message-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.message-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
}

.message-list * {
    outline: none;
}

.message-list-item-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0;
}

.message-list-item, .message-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.message-list-item, .message-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.message-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
}

.message-list * {
    outline: none;
}

.message-list-item-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0;
}

.message-list-item, .message-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.message-list-item-meta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.message-list-item-meta-title {
    margin-bottom: 4px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 22px;
}

.message-list-item-meta-description {
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
}

.message-spin-container::-webkit-scrollbar {display:none}

.massage-list-tab-item{
    display: none;
    overflow-y: scroll;
    max-height: 200px;
}

.massage-list-tab-item.message-list-tab-item-active {
    display: block;
}

#message_prestore_search{
    border: none;
    height: 28px;
    padding-left: 5px;
}

.message-list-search{
    line-height: 30px;
    border: 1px solid #eee;
    width: 96%;
    margin-left: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.message-list-tab-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}

.message-list-tab-title div {
    flex-grow: 1;
    width: 0;
    text-align: center;
    min-width: 50%;
    position: relative;
    cursor: pointer;
}

.message-list-tab-title .tab-active {
    color:  rgba(205, 79, 119, 1);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: rgba(205, 79, 119, 1) !important;
}

.message-list-tab-title div:after {
    content: '|';
    position: absolute;
    right: 0;
    color: #0a0302;
}

.message-list-tab-title div:last-child:after {
    content: '';
}

.message-list-item-meta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.message-list-item-meta-title {
    margin-bottom: 4px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    line-height: 22px;
}

.message-list-item-meta-description {
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 22px;
}

.message-spin-container::-webkit-scrollbar {display:none}

.message-tooltip-arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border-width: 10px;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #fff;
    -webkit-box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    right: 16px;
}

.message-header {
    height: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    flex-wrap: wrap;
    line-height: 20px;
    color: rgba(212,86,105,1);
}

.message-content-item {
    height: 50px;
    display: flex;
    line-height: normal;
    padding: 0 10px;
    flex-wrap: wrap;
    cursor: pointer;
}

.message-content-item:hover{
    background: rgba(212,86,105,1);
    color: #e6e6e6;
}

.message-content-item div:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.finance-left-icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.finance-left-icon:hover{
    cursor: pointer;
}
.list-search{
    margin-top: 40px;
}
.top-list-from{
    border: none !important;

}
#message_list{
    padding: 0 1%;
}
.news-bottom{
    margin-bottom: 2%;
    font-size: 14px;
}
.massage-list-tab{
    padding: 6%;
}
.loading-next-page{
    padding: 4% 20% !important;
    margin-left: 20% !important;
    margin-top: 4% !important;
}
.nomore{
    text-align: center;
}
.message-list-item:hover{
    background: rgba(212,86,105,0.1);
}
.contents{
    height: 100vh;
    position: relative;
    top: 68px;
}
.contents .el-col-3{
    height: 100%;
    background: #fff;
}
.no-rext-decretion{
    border-right:none !important;
}
.menu-block .not-more-nav,.menu-block .more-nav .el-submenu__title,.menu-block .more-nav .el-menu-item{
    border-radius: 0 15px 15px 0;
}
.menu-block .not-more-nav .el-submenu__title{
    border-bottom-right-radius:15px ;
}
.menu-block .not-more-nav:hover,.menu-block .more-nav .el-submenu__title:hover,.menu-block .more-nav .el-menu-item:hover{
    color:  rgba(205, 79, 119,1) !important;
    background: rgba(205, 79, 119, 0.1);
}
.menu-block .not-more-nav:hover i,.menu-block .more-nav .el-menu-item:hover i,.menu-block .not-more-nav:hover i,.menu-block .more-nav .el-submenu__title:hover i,.menu-block .more-nav .el-submenu__title:hover span{
    color:rgba(205, 79, 119, 1) !important
}
.menu-block .not-more-nav i,.menu-block .more-nav .el-submenu__title i{
    margin-right: 10%;
}
.menu-block .el-menu-item .el-menu{
    max-width: 13% !important;
}
.menu-block .more-nav .el-menu-item{
    min-width: 3% !important;
}
.menu-block .el-menu-item:focus{
    color: rgba(205, 79, 119, 1) !important;
    background: rgba(205, 79, 119, 0.1);
}
.menu-block .is-opened .el-submenu__title span,
.menu-block .is-opened .el-submenu__title i{
    color: rgba(205, 79, 119, 1) !important;
}
.header-layout{
    width: 100%;
    position: fixed !important;
    z-index: 1;
}

.menu-left{
    height: 100%;
    background: #fff;
    max-width: 11%;
    overflow: auto;
    scrollbar-width: none;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    /*position: fixed;*/
}
.display-layout{
    display: block !important;
}
.right-iframe{
    max-width: 90%;
    height: 100%;
    /*padding-top: 10px;*/
    /*padding:10px 20px 0 10px;*/
    position: absolute;
    overflow-y:scroll ;
    left: 11%;
    z-index: 0;
}
.menu-left::-webkit-scrollbar,body::-webkit-scrollbar{
    display: none; /* Chrome Safari */
}
#layoutIframe{
    width: 100%;
    height: 100vh;
}
.layout-index-content{
    display: none;
    background: rgba(245, 245, 245, 1)!important;
    padding: 20px 30px 10px 20px;
}

.element-pro-global-header {
    line-height: 60px;
    display: flex;
    align-items: center;
    padding: 0;
    background: #fff;
}

.el-header {
    padding: 0 !important;
}

.el-header-item {
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.layui-layout-body {
    padding-right: 0 !important;
}

.aside {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.aside::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.el-menu--vertical .el-menu-item:focus, .el-menu-item:hover{
    color: rgba(205, 79, 119,1) !important;
    background: rgba(205, 79, 119, 0.1) !important;
}
.amount-kefu-list .el-drawer__container .el-drawer {
    overflow: auto !important;
}
.kefu_list-table{
    padding-top: 4%;
}
.dialog-amount .cell,
.dialog-amount .el-table__header-wrapper table tr th,
.kefu_list-table .el-table__header-wrapper table tr th,
.kefu_list-table  .cell,
.amount-table .el-table__header-wrapper table tr th,
.amount-table .cell{
    font-size: 14px !important;
}
.dialog-amount .el-table__header-wrapper table tr th,
.kefu_list-table .el-table__header-wrapper table tr th,
.amount-table .el-table__header-wrapper table tr th{
    color:#333;
}
.dialog-amount .cell,
.amount-table  .cell,
.kefu_list-table  .cell {
    color: rgba(124, 124, 123, 1);
}
.amount-table  .cell a,
.kefu_list-table  .cell a{
    color: #e6759a !important;
}
.amount-kefu-list-content{
    padding: 3% 5%;
    color:#333;
}
.click-look-more-list-kefu .el-button{
    position: absolute;
    right: 0;
    z-index: 999;
}
.dialog-amount .el-dialog{
    width: 80% !important;
    border-radius: 15px !important;
    margin-top: 5% !important;
}

.dialog-amount .el-table__row td:nth-child(7) .cell,
.amount-table .el-table__row td:nth-child(8) .cell{
    color: #fa5e5e !important;
}
.dialog-amount .el-table__row td:nth-child(6) .cell{
    color: #e6759a !important;
}
.dialog-amount .el-table__row td:nth-child(5) .cell{
    color: rgb(66, 136, 201) !important;
}

.menu-list .has-gutter .cell{
    font-size: 14px !important;
    color: rgba(124, 124, 123, 1) !important;
}

.menu-list .cell,.menu-list .cell div{
    font-size: 14px !important;
    color: rgba(124, 124, 123, 1) !important;
}
.user-button-reset
{
    display: block !important;
    width:9.5%;
    height:38px;
    min-width: 6%;
    border:1px solid rgba(205,79,119,1) !important;
    opacity:1;
    background: #fff !important;
    color:rgba(205,79,119,1) !important;
    border-radius:10px !important;
}
.discount-tab-bar
{
    padding: 10px 20px;
}

.discount-input
{
    width: 70% !important;
}

.fuck-btn {
    width: 140px;
    height: 48px;
    border: 1px solid rgba(205,79,119,1) !important;
    opacity: 1;
    background: #fff !important;
    color: rgba(205,79,119,1) !important;
    border-radius: 10px !important;
}
