html, body {
    font-family: "微软雅黑";
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    height: 100%;
    color: #000000;
}


.p-t-15 {
    padding-top: 1px!important;
}
/*表单头部标题框*/
.input-group-text {
    /*background-image: linear-gradient(#ffffff, #f3f3f3);*/
    background-image: linear-gradient(#ffffff, #eeebe8);
    /*background-image: linear-gradient(#f4edea, #e1d8cf);*/
}
.layui-layer-title {
    text-align: center;
    height: 39px !important;
    line-height: 39px !important;
    font-weight: bold;
    background-image: linear-gradient(#ffffff, #e9e6e3);
}
/*表单元素间距*/
.mb-3 {
    margin-bottom: 9px !important;
}

/*表单控件  作用于按钮选择框*/
.form-control {
    color: black;
    padding: 0rem 0rem;

}

/*整个页面*/
.card-body {
    padding: 0px;
}

/*表头样式*/
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.31rem;
    background-image: linear-gradient(#ffffff, #edebeb);
}

/*表格行间距*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: .31rem;
    font-size: 13px;
    border-color: #dbe0e7;

}

/*左上角工具栏操作按钮*/
.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .search, .bootstrap-table .fixed-table-toolbar .columns {
    margin-top: 1px;
    margin-bottom: 1px;
}

/*工具栏样式*/
.fixed-table-toolbar {
    height: 20px;
    width: 100%;
}

/*右键菜单样式*/
.layui-menu li {
    margin: 0px 0;
    font-weight: 500;
    line-height: 21px !important;
}

/*右键菜单样式*/
.layui-dropdown {
    border-radius: 17px !important;
}
.fixed-table-container{
    padding-top:3px;
}
/*分页组件前面文字部分样式*/
.bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 13px;
}

/*分页组件前面按钮样式*/
.page-link {
    margin: 0 3px;
    padding: .3rem .55rem;
}

/*分页组件每页条数按钮样式*/
.dropdown-toggle {
    padding: .1rem .15rem !important;
}

/*图片上传组件*/
.lyear-uploads-pic figure {
    background: white !important;
}
/*图片上传组件*/


/*导入模块消息提醒样式*/
.ssy_import_msg_title{
    color:#FAA64B;
    font-size: 17px;
}
.ssy_import_msg_info{

}
/**
图片上传组件样式
 */
.lyear-uploads-pic figure img {
    height: 79px;
    width: auto; /* 自动高度调整 */
}
/**
图片上传组件样式
 */
.upload-pic {
    width: 60px !important;
    /*height: 79px;*/
    display: inline-table;
    margin: 3px;
}

.upload-pic-one {
    width: 120px !important;
    display: inline-table;
    height: 86px;
}
/**
文件上传组件样式
 */
.upload-file {
    width: 60px !important;
    height: 45px;
    display: inline-table;
    margin: 3px;
}

/*所有文本框中 靠右3px*/
input[type=text],input[type=number]{
    padding-left: 7px;
}

/*设置水印*/
#onlyOneWatermark {
    text-align: center;
    width: 100%;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    font-size: 30px;
    color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
    font-family: '宋体', serif;
}

#onlyOneWatermark span{
    color: rgba(0, 0, 0, 0.2);

}

@media only screen and (max-width: 480px) {
    #onlyOneWatermark {
        font-size: 22px;
    }
}


/*设置合同列表样式  暂定*/


.statusSize{
    font-size:10px;
    padding:3px;
}
/*设置数据状态样式*/
.statusOrange{
    background-color: rgba(250,166,75, .15);
    color: #faa64b;
}

.statusBabyBlue {
    background-color: rgba(51, 202, 187, .15);
    color: #33cabb;
}
.statusGreen {
    background-color: rgba(21, 195, 119, .15);
    color: #15c377;
}
.statusBlue {
    background-color: rgba(72,176,247, .15);
    color: #48b0f7;
}

.statusDeepPink {
    background-color: rgba(249,104,104, .15);
    color: #f96868;
}
.statusPurple {
    background-color: rgba(146,109,222, .15);
    color: #926dde;
}
.statusBrown {
    background-color: rgba(141,102,88, .15);
    color: #8d6658;
}

.statusLightGrey {
    background-color: rgb(230, 232, 234);
    color: #575656;
}

.statusBlack {
    background-color: rgb(238, 218, 218);
    color: #7c6565;
}

 .site-dropdown-demo,
 .site-dropdown-demo .layui-menu{background-color: #000; border: none;}
.site-dropdown-demo .layui-menu li{color: #fff;}
.site-dropdown-demo .layui-menu li:hover{background-color: #333;}


#listMenu{
    width: 54px;
    height: 56px;
    border-radius: 10px;
    right: 0;
    background: rgba(54,54,54,0.1);
    position: fixed;
    z-index: 10;
    top: 87%;
}

#listMenu img{
    width: 48px;
    height: 48px;
    margin-left:4px;
    margin-top: 3px;
}


#searchForm .form-control{
    border: 1px #a1a09f solid;
}
/**与上面的元素写在一起没效果，就单独设置样式了*/
#searchForm select{
    border: 1px #a1a09f solid;
}
#searchForm xm-select{
    border: 1px #a1a09f solid;
}

.custom-select{
    font-size: 14px;
}

/*layui分页靠右*/
.layui-table-page{
    text-align: right;
}