body{background: #F1f1f1;font-family: ""PingFang SC",Proxima Nova","Helvetica Neue","Helvetica","Hiragino Sans GB","STHeitiSC Light","Microsoft YaHei UI Light","Microsoft YaHei","微软雅黑",Arial,sans-serif; -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-weight: 300;}


.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-table; }
.clearfix { display: block; }

a,a:hover{
    text-decoration: none;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 300px;
}

.body-default{
    background-color: #f1f1f1;
}
.top-menu{
    height:80px;
    background-color: #0a4c7e;
}

.debug{
    border:1px solid red;
}

.ui-state-focus{
    background-color: #0a4c7e;
}
.top-menu .logo{
    line-height: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    width:350px;
    float:left;
}

.top-menu .navitems {
    float: left;
    height: 80px;
    width: 350px;
    font-size: 14px;
    color:#fff;
    font-weight:200;
}

#ddmenu {
    display: inline-block;
    margin: 0 auto;
    padding: 0 15px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    color: #fff;
}

#ddmenu li { display: block; position: relative; float: left; font-size: 14px; height:80px; margin:0 10px;padding:0 20px;}

#ddmenu li a {
    display: block;
    float: left;
    padding: 0 12px;
    line-height: 80px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*#ddmenu li:hover > a {color: #7180a0;}*/
#dropdown .title{
    line-height:80px;
}

#dropdown-content{
    display:none;z-index: 999; position: absolute;top: 80px;left:0;width: 500px;
    /*height:240px;*/
    border:1px solid #ddd;background-color: #fff;color:#333;box-shadow: 0 1px 1px rgba(20, 20, 20, 0.2);
    padding:15px 25px 20px 25px;
}
#dropdown-content .subopt a{
    font-weight:200;
    color:#333;
    line-height:30px;
    display: inline-block;
    width:110px;

}

#dropdown-content .subopt a:hover {
    color:#0a4c7e;
    font-weight: 600;
}

#dropdown-content .subtitle{
    font-weight:500;
    color:#333;
    line-height:30px;
}

.dropdown-open{
    /*border-top:1px solid #ccc;*/
    /*border-left:1px solid #ccc;*/
    /*border-right:1px solid #ccc;*/
    background-color: #0066CC;
    color:#fff;
    /*opacity: 0.8;*/
}

.required{
    color:red;
}


#ddmenu ul {
    position: absolute;
    top: 80px;
    width: 300px;
    background: #fff;
    display: none;
    margin: 0;
    padding: 7px 0;
    list-style: none;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.top-menu a.btn-signout {
    display: inline-block;
    color:#fff;
    background-color: transparent;
    padding:3px 15px;
    line-height: 80px;
    color:#fff;
    border:1px solid transparent;
}

.top-menu a.btn-signout:hover{
    border:1px solid #fff;
    border-radius: 5px;
    line-height: 30px;
}


.footer-simple {
    text-align: center;
    color: #9E9E9E;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-simple .copyright {
    line-height: 30px;
}

.main-content{
    margin-top:20px;
    background-color: #fff;
    min-height:560px;
    padding: 20px;
}

.opt-monthhead{
    display: inline-block;

}


.opt-monthhead .title{
    border-bottom: 2px solid #f1f1f1;
    height:40px;
}

.opt-monthhead .title span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height:40px;
    padding:0 30px;
    background-color: #f1f1f1;
}

.opt-monthhead .opt-menu{
    display: block;
    padding:20px 0;
}

.opt-monthhead .opt-menu li{
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    float: left;
    height:60px;
    width:76px;
    margin-right:10px;
    text-align: center;
    padding:8px;
}

.opt-monthhead .opt-menu li.bor{
    border: 1px solid #0a4c7e;
    cursor: pointer;
    background-color: #0a4c7e;
    color:#fff;
}

.opt-monthhead .opt-menu li.bor span {
    color:#fff;
}

.opt-monthhead .opt-menu li.old{
    background-color: #f4f4f4;
    cursor: pointer;
}




.opt-monthhead .opt-menu li:hover{
    border: 1px solid #0a4c7e;
    cursor: pointer;
    background-color: #fff;
}
.opt-monthhead .opt-menu li:hover span{
   color:#0a4c7e;
}

.opt-monthhead .opt-menu li:hover i,.opt-area .opt-menu li:hover span{
    color:#0a4c7e;
}


.opt-monthhead .opt-menu li i{
    font-size:30px;
    font-weight:500;
    line-height: 45px;
    color:#9E9E9E;
}

.opt-monthhead .opt-menu li span{
    display: block;
    font-size:14px;
    font-weight:500;
    color:#9E9E9E;
    line-height:22px;
}

.opt-area{
    margin-top: 20px;

}

.opt-area .title{
    border-bottom: 2px solid #f1f1f1;
    height:40px;
}

.opt-area .title span{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height:40px;
    padding:0 30px;
    background-color: #f1f1f1;
}

.opt-area .opt-menu{
    display: block;
    padding:20px 0;
}

.opt-area .opt-menu li{
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    float: left;
    height:100px;
    width:100px;
    margin-right:10px;
    text-align: center;
    padding:8px;
}

.opt-area .opt-menu li:hover{
    border: 1px solid #0a4c7e;
    cursor: pointer;
    border-bottom: 5px solid #0a4c7e;
}

.opt-area .opt-menu li:hover i,.opt-area .opt-menu li:hover span{
    color:#0a4c7e;
}


.opt-area .opt-menu li i{
    font-size:30px;
    font-weight:500;
    line-height: 45px;
    color:#9E9E9E;
}

.opt-area .opt-menu li span{
    display: block;
    font-size:14px;
    font-weight:500;
    color:#9E9E9E;
    line-height:30px;
}

.page-path{
    padding:5px 0;
    margin:15px 0;
}


.title-bar-hastab {
    height: 50px;
    padding: 0 20px;

}

.title-bar-notab {
    min-height: 50px;
    border-bottom: 1px solid #e7e7eb;
    padding: 0 20px;
    margin-bottom:20px;

}

.title-bar-notab span.title {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #0C4C7F;
}

.title-bar-hastab span.title {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
}

.title-bar-hastab .opt, .title-bar-notab .opt {
    float: right;
    padding-top: 10px;

}


/*详情页开始*/
.detail{
    border:1px solid #f4f4f4;
    margin-top:20px;
}

.detail .detail-title{
    background-color: #f1f1f1;
    font-size: 14px;
    height:40px;
    line-height:40px;
    padding-left:20px;
}

.detail .detail-body{
    padding:20px;
}

.detail .detail-body .detail-table{
    border-spacing: 2px;
}

.detail td.detail-label{
    color:#797979;
    padding-right:20px;
    height:30px;
    line-height:30px;
    width:140px;
}

.detail td.detail-value{
    padding:10px 20px;
    width:80%;
}

.mtop20{
    margin-top:20px;
}
.debug{
    border:1px solid red;
}
.main-content-detail{
    margin-top:20px;
}
.user-info{
    float:left;width:420px;min-height:160px;border:1px solid #f1f1f1;border-radius: 5px;background-color: #f1f1f1;padding:20px 30px;
}
.user-info .avatar{
    width:120px;float:left;margin-top:5px;
}
.user-info .avatar img{
    width:100px;height:100px;
}
.user-info-detail {
   line-height:25px;
    float:left;
    margin-left:10px;
}

.user-info-detail .userName{
    font-weight:500;
}

.business-count{
    float:left;
    margin-left:40px;
    /*border:1px solid red;*/
    min-height:160px;
}


.business-count ul{
    display: block;
}

.business-count ul li{
    float:left;
    width:140px;
    height:160px;
    margin-right:20px;
    text-align: center;
    border:1px solid #f1f1f1;
}


.business-count ul li p.name{
    display: block;
    padding:10px 20px;
    background-color: #f4f4f4;
}

.business-count ul li p.number{
    display: block;
    color:#0a4c7e;
    font-size:36px;
    font-weight:500;
    line-height:100px;
    height:100px;
}

/*列表查询栏*/
.search-bar {
    font-size:12px;
}

.search-bar .label,.search-bar  label{
    font-weight:200;!important;
}

/*列表查询上方,查询条件,修改layerui样式*/
.search-bar .layui-form-pane .layui-form-label {
    width: 80px;
    padding: 8px;
    height: 40px;
}

.search-bar .layui-form-item .layui-input-inline {
    width: 120px;
    height: 36px;
    margin-right: 10px;
}

.search-bar .layui-form-select .layui-input {
    padding-right: 0px;
    cursor: pointer;
}

.search-bar .el-form-item__content{
    line-height:30px;
    font-size:12px;
}

.search-bar .el-range-editor .el-range-input,.search-bar .el-range-editor .el-range__icon{
    font-size:12px;
}

.search-bar .el-date-editor .el-range-input{
    height:20px;
}

.search-bar  .el-range-editor.el-input__inner{
    padding:0 10px;
}
.search-bar .layui-btn {
    margin-left: 10px;

}

.search-bar .el-input{
    font-size:12px;
}

.search-bar .el-input__inner{
    height:32px;
}

.search-bar .el-form-item{
    margin-bottom:0px;
}


.title-bar-hastab span.title {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
}

.title-bar-hastab .opt, .title-bar-notab .opt {
    float: right;
    padding-top: 10px;

}

.title-tab {
    height: 40px;
    border-bottom: 1px solid #e7e7eb;
    padding: 0 20px;
    margin-bottom:20px;
}

.title-tab ul {
    height: 40px;
}

.title-tab li {
    display: inline-block;
    color: #CCC;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    text-align: center;
    margin-right: 20px;
    cursor:pointer;
}

.title-tab li.active, .title-tab li.active a {
    color: #0C4C7F;
}

.title-tab li a {
    color: #797979;
}

.title-tab li.active {
    border-bottom: 2px solid #0C4C7F;
}

.title-tab li:hover {
    border-bottom: 2px solid #797979;
}

/*列表查询栏结束 */

/*表格通用样式*/
.cmis-table thead td {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 20px;
    background: #FCFCFC;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    padding: 10px 0px;
    text-align: center;
}

.cmis-table tbody td {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px 20px;
    font-size: 13px;
    color: #797979;
}

.cmis-table tbody td span.font-success{
    color:#13CE66;!important;
}

.cmis-table tbody td:first-child {
    text-align: left;
    padding-left: 15px;
}

.cmis-table tbody td a {
    color: #0C4C7F;
}

.cmis-table tbody td a:hover {
    color: #000;
}

.cmis-table tr:hover {
    background: #F8FCFF;
}


.cmis-table td.is-null{
    color:#ccc;
    height:300px;
}
.cmis-table td.is-null span{
    font-size:40px;
    font-weight:500;
}

.item-width-120 .layui-form-label{
    width:120px;
}

.item-width-120 .layui-input-block{
    margin-left:150px;
}
.item-width-120 .layui-form-mid{
    margin-left:0px;

}

[v-cloak]{
    display: none;
}

.search-title{
    font-size:12px;font-weight:200;margin-right:0px;
}


/*表格通用样式结束*/

.page-pagination {
    line-height: 28px;
    padding: 10px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background: #FCFCFC;
    height: 50px;
    margin-bottom:10px;
}

.page-pagination .page-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 28px;
    height: 28px;
    margin-left: 6px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px 0 #cccccc;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
}

.selectItemcont {
    padding: 8px;
}

.selectItem {
    background: #FFF;
    position: absolute;
    top: 0px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    overflow: auto;
    width: 550px;
    max-height: 400px;
    z-index: 1000;
    border-radius: 2px;
    font-size: 12px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: laydate-upbit;
    animation-name: laydate-upbit;
}

.selectItemtit {
    line-height: 30px;
    height: 30px;
    margin: 1px;
    padding-left: 12px;
    border-bottom: 1px solid #ccc;
}

.selectItemleft {
    float: left;
    margin: 0px;
    padding: 0px;
    fcolor: #fff;
}

.selectItemright {
    float: right;
    cursor: pointer;
    color: #000;
    margin-right: 10px;
    font-weight: 600;
    font-size: 20px;
}

.selectItemcls {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.selectItemhidden {
    display: none;
}

.selectSub span {
    font-size: 12px;
}

.btn_select {
    margin: 40px 0 20px 0;
    text-align: right;
}

.auditInfo .title{
    font-weight:500;
    margin-right:20px;
}

.auditInfo .auditUser{
    background-color: #f1f1f1;height:40px;padding:5px;
}
.auditInfo .auditUserList{
    border:1px solid #f1f1f1;margin-top:10px;
}

.justify{
    width: 300px;
    text-align: justify;
    font-weight:500;
}

.justify:after{
    content: "";
    padding-left: 100%;
    display: inline-block;
}

a.showurl{
    color:#409EFF;
}
.auditMemo{
    color:#ff6c16;
}

.table-title{

    background: #FCFCFC;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    color:#333;
    font-weight:200;

}