html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #FFF;
}
.layui-laypage-count{
    margin-left: 10px !important;
}
.command_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.layui-card{
    box-shadow: none !important;
}
.layui-fluid{
    background: #fff;
}
.theme-color{
    color: #ff7002;
}
.success-color{
    color: #5cb85c;
}
.fail-color{
    color: #ed4014;
}
.cursor{
    cursor: pointer;
}
.layui-laydate-range {
    width: 548px !important ;
}

/* 发布页 */
.layui-card .layui-tab .layui-this{
    background: #ff7002;
    color: #fff;
}
.btn-footer{
    margin: 0;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 9999999;
    
}
.success {
    width: 500px;
    height: 500px;
    margin: 30px auto;
    text-align: center;
}
.publist_wrap{
    width:640px !important;
}
.publist_wrap2{
    width:600px !important;
    padding-left: 28px;
}
.layui-fluid .layui-card{
    margin-bottom: 60px ;
}
.layui-collapse {
    margin-bottom: 100px
}
#fileupload {
    padding: 0 5px;
}
#fileupload>div {
    display: inline-block;
}
.lay-step{
    padding-left: 230px !important;
}
.layui-form-required:before {
    content: "*";
    display: inline-block;
    font-family: SimSun;
    margin-right: 4px;
    font-size: 14px;
    line-height: 1;
    color: #ed4014;
}

/*发布页结束*/

/* 负责人录入 */
#list_name {
    margin-bottom: 25px;
    font-size: 16px;
    cursor: pointer;
}

.wid1{
    width: 100px !important;
}
.wid15{
    width: 150px !important;
}
.wid18{
    width: 180px !important;
} 
.wid2{
    width: 200px !important;
}
.wid25{
    width: 250px !important;
}
.wid3{
    width: 300px !important;
}
.wid4{
    width: 400px !important;
}
.wid5{
    width: 500px;
}
.mar10{
    margin-top: 10px;
}
.mar20{
    margin-top: 20px;
}
a {
    color: #337ab7;
    cursor: pointer;
}

table thead {
    text-align: center;
}
.layui-table th{
    font-weight: bold;
}
.fl{
    float: left !important;
}
.fr{
    float: right;
}

.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    
}
.layui-table-cell {
    height: auto;
    overflow: hidden;
    text-overflow: inherit;
    white-space: normal;
}
.bora4{
    border-radius: 4px;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.pro_type{
    background: #ff7002;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}


/* 去掉数字输入框右边的加减箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"]{
-moz-appearance: textfield;
}

/*单选框样式重构*/
input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 30px;
    border: 1px solid #ddd;
}

input[type=checkbox]:checked::after {
    content: "";
    background-color: #ff7002;
    border-color: #ff7002;
    background-color: #ff7002;

}

input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

/* 审核状态背景色 */
.success_state{
    background-color: #5cb85c;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.warning_state{
    background-color: #ff7002;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.danger_state{
    background-color: red;
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}
/*超出一行隐藏加...*/
.text-hide{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/* 发票开始 */
.active {
    display: block;
}

.hidden {
    display: none !important;
}
.checkreason{
    width: 250px;
    text-align: right;
}
.list-card {
    width: 340px;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 20px 10px;
    padding: 0 8px;
    position: relative;
}

.invoice-head {
    border-bottom: 2px dotted #ddd;
    display: flex;
    line-height: 40px;
    justify-content: space-between;
}

.invoice-head::before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    background-color: #f2f2f2;
    left: -1px;
    top: 35px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.invoice-head::after {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    background-color: #f2f2f2;
    right: 0px;
    top: 35px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.invoice-title{
    width: 80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.invoice-content {
    display: flex;
    justify-content: space-between;
}

.invoice-item1 {
    line-height: 35px;
    min-height: 35px;
}

.invoice-btn {
    line-height: 30px;
    cursor: pointer;
    height: 35px;
    border-top: 1px solid #ddd;
}

.cor-d {
    color: #999;
}

#noitem {
    text-align: center;
    padding: 30px 0;
}

#certificate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border-bottom: 2px dotted #ddd;
    padding: 15px;

}

#demoCardItem {
    width: 100%;
}

#test1 {
    text-align: center;
}


#demoCardList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 10px;
}
.project_head{
    width: 260px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.project_name{
    max-width: 260px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.invoice_address{
    max-width: 260px;
}


/*发票结束*/


.flex-lf{
    display: flex;
    justify-content: left;
    align-items: center;
}

/* 资金划拨弹层 */
#transfer_modal,#transfer_modal2 {
    width: 600px;
    height: 90%;
    position: fixed;
    left: 50%;
    top: 10px;
    margin-left: -300px;
    z-index: 999;
    background: #fff;
}

#transfer_modal .modal-head, #transfer_modal2 .modal-head{
    background: #ff7002;
    width: 100%;
    height: 10%;
    color: #fff;
    display: flex;
    align-items: center;
    text-indent: 20px;
    position: relative;
}

#transfer_modal .modal-center,#transfer_modal2 .modal-center{
    height: 80%;
    overflow-y: scroll;
    width: 100%;
}

#transfer_modal .modal-footer,#transfer_modal2 .modal-footer{
    border-top: 1px solid #ddd;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}