* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
}

body {
    background-color: #F8FAFF;
    color: #3f536e;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    color: #2c405a;
}

p {
    color: #3f536e;
    font-size: 14px;
}

a {
    color: #6190e8;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

img {
    display: block;
    outline: none;
    border: none;
    margin: auto;
}

.main {
    width: 100%;
    background: #1f4aeb;
}

.main-left {
    width: 100px;
    background: #1f4aeb;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.top-bar {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.logo {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.logo img {
   width: 60px;
    height: 60px;
}

.nav {
    float: right;
    height: 80px;
    line-height: 80px;
}

.nav ul {
    float: left;
}


.nav li {
    list-style: none;
    float: left;
    height: 80px;
    margin: 0 24px;
}

.nav-center {
    height: 80px;
    float: left;
    position: relative;
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 40px;
    cursor: pointer;

    border-left: 1px solid #eee;
}

.nav-center img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    float: left;
}

.nav-center span {
    height: 27px;
    float: left;
    font-size: 14px;
    color: rgba(44,64,90,.75);
    line-height: 27px;
    margin-left: 10px;

}

.nav-center:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-center-list {
    display: none;
    padding: 15px 0;
    position: absolute;
    width: 130px;
    height: 160px;
    top: 80px;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    color: #1D1D1F;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,0.07);
    font-size: 14px;
}

.nav-center:after {
    clear: both;
}

.nav-center:hover .nav-center-list{
    display: block;
}


.nav-center-list ul li {
    height: 30px;
    line-height: 30px;
    color: rgba(44,64,90,.35);
}

.nav-center-list ul li a {
    color: rgba(44,64,90,.75);
}

.nav-center-list ul li:last-child {
    border-top: 1px solid #e0e0e0;
    margin-top: 5px;
    padding-top: 5px;
}

.nav-center-list ul li:first-child {
    cursor: not-allowed;
}

.nav-center-list ul li i {
    margin-right: 10px;
}

.main-right {
    width: 100%;
    padding-left: 100px;
    padding-right: 0;
    height: auto;
    background: #fff;
    overflow: hidden;
}

.top-bar {
    line-height: 80px;
    padding-left: 50px;
}

.logo-text {
    font-size: 20px;
    font-weight: 400;
    color: rgba(44,64,90,.75);
}

.left-nav {
    margin-top: 40px;
}

.left-nav ul li {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    list-style: none;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.left-nav ul li img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

/*.left-nav-open {*/
    /*background: #f9f9f9;*/
    /*border-radius: 10px;*/
/*}*/

.left-nav ul li a span {
    color: #f9f9f9;
}

/*.left-nav-open a span {*/
    /*color: #1f4aeb!important;*/
/*}*/

.left-nav ul li:hover {
    background: #9eaee5;
    border-radius: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content {
    padding: 40px 50px;
}

.col-2 {
    width: 50%;
    height: 350px;
    float: left;

}

.footer {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #ccc;
    text-align: right;
    line-height: 40px;
    background: #fff;
    padding-right: 50px;
}

.gw-item {
    position: relative;
    width: 95%;
    height: 85%;
    background: red;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

.gw-item img {
    margin-bottom: 10px;
}

.gw-notice {
    position: absolute;
    width: 50px;
    height: 50px;
    background: red;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    top: -25px;
    right: -25px;
}

.content textarea {
    display: block;
    width: 100%;
    padding: 15px;
    color: #3f536e;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: border .3s;
    transition: border .3s;
    outline: 0;
    resize: vertical;
    height: 300px;
}

.content  input {
    display: block;
    width: 100%;
    color: #3f536e;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    -webkit-transition: border .2s;
    transition: border .2s;
    outline: none;
    padding: 15px;
}

.content  button {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #6190e8;
    color: #fff;
    width: 200px;
    height: 60px;
    float: right;
    margin-top: 30px;
}

.f1 {
    width: 250px!important;
    margin-right: 20px;
    float: left;
}


.article-input-line {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    display: inline-block;
}

.article-input-line select {
    position: relative;
    display: inline-block;
    padding: 0 24px 0 8px;
    outline: none;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    overflow: hidden;
    margin-right: 20px;
}

.article-input-line input {
    width: 400px;
}

.gw-list {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #f9f9f9;
    margin-top: -1px;
}

.gw-list:nth-child(2n) {
    width: 100%;
    height: 70px;
    border: 1px solid #eee;
    margin-top: -1px;
    background: #fff;
}

.gw-list:hover {
   background: #eee;
    transition: all .3s ease-in;
}

.gw-title {
    width: 100%;
    height: 70px;
    padding: 0 20px;
        color: #2c405a;
    font-size: 18px;
    font-weight: 400;
    line-height: 70px;
    position: relative;
}

.gw-status {
    border-left: 1px solid #eee;
    width: 150px;
    text-align: center;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: #70a0e8;
    color: #fff;
    font-size: 16px;
}

/**
 * Animate the stripes.
 */

.gw-one {
    color: #fff;
    background-color: #28a745;
    font-size: 14px;
    padding: 3px 6px;
    margin-right: 10px;
    border-radius: 4px;
}

.gw-two {
    color: #fff;
    background-color: #bd2130;
    font-size: 14px;
    padding: 3px 6px;
    margin-right: 10px;
    border-radius: 4px;
}

.gw-there {
    color: #fff;
    background-color: #d39e00;
    font-size: 14px;
    padding: 3px 6px;
    margin-right: 10px;
    border-radius: 4px;
}

.gw-meta {
    font-size: 14px;
    margin-left: 10px;
    color: rgba(44,64,90,.75);
}

.page-header {
    background: #fff;
    padding: 20px 50px;
    color: rgba(0,0,0,.65);
    border-bottom: 1px solid #e8e8e8;
}

.page-header a {
        color: rgba(0,0,0,.45);
}

.gw-flow-main {
    width: 100%;
    border: 1px solid #eee;
    margin-top: -1px;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}


.gw-desc {
    font-size: 21px;
    padding: 20px;
    line-height: 40px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
    font-family: '宋体', Arial, sans-serif;
}

.add-gw {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px dashed #eee;
    margin-bottom: 10px;
    color: rgba(0,0,0,.65);
}

.add-gw:hover {
    color: #1f4aeb;
    border: 1px dashed #1f4aeb;
    transition: all .3s ease-in;
}

.gw-aff {
    padding: 20px;
    font-size: 18px;
    font-family: '宋体', Arial, sans-serif;
    line-height: 40px;
     border-top: 1px solid #e8e8e8;
    background: url("../image/fj.png") center right no-repeat;
}


.get-flow {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    color: #004085;
    background: #fff;
    border:1px solid  #eeeeee;

}

.get-flow-title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 18px;
    background-color: #f9f9f9;
    border-color: #eee;
}

.get-flow-xl {
    width: 33%;
    float: left;
     padding-top: 10px;
    border-right: 1px solid #eee;
    height: auto;
    overflow: hidden;
    padding-right: 20px;
}

.get-flow-zc {
    width: 33%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}

.get-flow-main {
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.get-flow-main ul {
    margin-top: 10px;
}

.get-flow-main li {
    float: left;
    list-style: none;
    width: 80px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.get-flow-main li:hover {
    color: #fff;
    background-color: #007bff;
}

.sp-btn {
    width: 200px!important;
    margin-top: 80px!important;
}

.ld-xz {
    color: #fff;
    background-color: #007bff;
}

.log-span {
    margin-left: 20px;
}
.gw-sign  {
    margin-top: 20px;
    font-size: 16px;
}

.gw-sign img{
    width: 200px;
    height: auto;
   margin: 0!important;
}

.card-main {
    background-color: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
    border-radius: 10px;
    width: 350px;
    height: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.card-body {
    /*box-shadow: inset 0 4px 0 0 #7f1300;*/
    width: 350px;
    height: 400px;
    border: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 30px;
}




.card-body p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: rgba(44,64,90,.75);
    margin: 10px 0;
}

.card-body input {
    width: 100%;
    height: 40px;
    padding: .4375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    font-weight: 300;
    will-change: border-color,box-shadow;
    border-radius: .25rem;
    box-shadow: none;
    outline: none;
    margin-top: 2px;
    transition: box-shadow 250ms cubic-bezier(.27,.01,.38,1.06),border 250ms cubic-bezier(.27,.01,.38,1.06);
}
.card-body input:focus {
    border-color: #007bff;
}

.card-body .line {
    margin-top: 20px;
}

.card-body .sub {
    color: #fff;
    background-color: #006fe6;
    border-color: #0062cc;
    background-image: none;
    cursor: pointer;
    font-size: 18px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)!important;
}

.card-footer {
    width: 100%;
    height: 70px;
    padding-top: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    line-height: 43px;
    color: #ddd;
}

.card-footer img {
    margin-left: 60px;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    body {
        background: #F8FAFF!important;
    }
    .card-main {
        background-color: #F8FAFF;
        box-shadow: none;
    }
    .card-body {
       box-shadow: none;
        border: none;
    }
    .card-footer{
        border: none;
        padding-top: 0;
    }
}

.my-tab {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.my-tab-item {
    width: 400px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.my-tab-doing,.my-tab-done {
    width: 200px;
    height: 60px;
    float: left;
    background: #fff;
    text-align: center;
    line-height: 60px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    color: rgba(44,64,90,.75);
}

.my-tab-doing:hover,.my-tab-done:hover {
    background: #f5f5f5;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.my-tab-doing {
    border-right: none;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.my-tab-done {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.my-tab-active {
    background: #f5f5f5;
}

.hidden {
    display: none;
}



.get-flow-bj,.get-flow-gd {
    margin-right: 40px;
}



.flow-setting {
    width: 680px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.flow-setting button {
    float: left;
}

.ready-p {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #6190e8;
    color: #fff;
    width: 200px;
    height: 60px;
    float: right;
    margin-top: 30px;
    position: fixed;
    bottom:30px;
    right: 30px;
}

@media print {
    .ready-p{display: none}
}

.gw-ap-written {
    height: 300px!important;
    width: 100%;
    font-size: 18px!important;
    border-color: #5061b7!important;
    background: url("../image/psbg.jpg") center center no-repeat;
}

.signs {
    margin-top: 20px;
    width: 100%;
    height: 50px;
}

.sign-li {
    float: left;
    padding: 10px 20px;
    width: 240px;
    text-align: center;
    background: #eee;
    margin-right: 20px;
    cursor: pointer;
    color: #333;
}

.sign-li-sx {
    margin-right: 0;
}

.sign-li-xz {
    background: #6190e8;
    color: #fff;
}

#signature {
    width: 100%;
    margin-top: 20px;
    height: 127px;
    border: 1px dotted black;
    background-color: lightgrey;
}

.sign-wrap {
    width: 100%;
    height: 430px;
    float: left;
    position: relative;
}

.sign-btns {
    width: 100%;
    height: 30px;
    margin-top: 20px;
}

.sign-btn {
    float: left;
    padding: 10px 20px;
    width: 240px;
    text-align: center;
    background: #eee;
    margin-right: 20px;
    cursor: pointer;
    color: #666;
}

#yes {
    margin-right: 0;
}

#images {
    width: 200px;
    height: 50px;
    border: none;
    outline: none;
    position: absolute;
    top: 240px;
    z-index: 10;
    right: 10px;
}

.clr {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 12px;
    padding-top: 10px;
    position: relative;
}

.clr-list span {
    padding: 5px 10px;
    background: #1f4aeb;
    color: #FFF;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.clr-all {
    width: 100%;
    height: 300px;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    margin-top: 20px;
    padding: 20px;
}

.clr-xld,.clr-zg, .clr-zy {
    width: 100%;
    float: left;


}

.clr-all-title {
    color: #333;
    font-size: 14px;
}


.clr-search {
    height: 48px;
    margin-top: 18px;
    position: relative;
}

.empty {
    width: 60px;
    height: 40px;
    background: #eee;
    text-align: center;
    line-height: 40px;
    border: #e0e0e0;
    position:absolute;
    cursor: pointer;
    top:0;
    right: 0;

}

.empty:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: red;
    color: #fff;
}

#ui-id-1 {
    background: #6190e8;
    border: 1px solid #ccc;
    color: #fff;
}

.add-name {
    position: absolute;
    background: #6190e8;
    color: #fff;
    right: 0;
    top: 0;
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.up-sp-work {
    width: 500px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;

}

.up-sp-work  button{
    margin-right: 10px;
}

.xl-ch {
    margin-top: 50px;
    border-top: 1px solid #e0e0e0!important;
    height: auto;
    overflow: hidden;

}

.zc-ch {
    width: 100%;
    height: 400px;
}

.hidden {
    display: none;
}

.list-page {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    height: 30px;
    margin-bottom: 30px;

}

.list-page a {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    float: left;

}

.list-page a:hover {
    background: #f45d02;
    border: 1px solid #f45d02;
    color: #fff;

}

.page-jump-num {
    width: 60px!important;
    height: 28px!important;
    float: left;
    border: 1px solid #e5e5e5!important;
    border-radius: 0!important;
}

.list-page-item {
    min-width: 64px;
    height: auto;
    float: left;
    margin-right: 10px;

}

.page-jump {
    width: 60px;
    height: 32px;
    line-height: 30px;
    float: left;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    font-size: 14px;
}

.page-jump:hover {
    background: #f45d02;
    border: 1px solid #f45d02;
    color: #fff;
    cursor: pointer;
}

.g-search {
    width: 100%;
    height: 70px;
}

.g-search select {
    width: 20%;
    height: 48px;
    float: left;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
    color: #3f536e;
    background-color: #fff;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
}

.ml-year  {
    width: 17%;
    height: 48px;
    float: left;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
    color: #3f536e;
    background-color: #fff;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
}

.ml-month  {
    width: 16%;
    height: 48px;
    float: left;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
    color: #3f536e;
    background-color: #fff;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
}


.g-search input {
    width: 60%;
    float: left;
}



.g-search button {
    width: 20%;
    height: 48px;
    margin-top: 0;
}

.open-list,.open-search {
    width: 49%;
    height: 48px;
    background: #1f4aeb;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    float: left;
    border-radius: 4px;
}

.open-search  {
    float: right;
}


.list-page {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    height: 30px;
    margin-bottom: 30px;

}

.list-page a {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    float: left;

}

.list-page a:hover {
    background: #f45d02;
    border: 1px solid #f45d02;
    color: #fff;

}

.page-jump-num {
    width: 60px!important;
    height: 28px!important;
    float: left;
    border: 1px solid #e5e5e5!important;
    border-radius: 0!important;
}

.list-page-item {
    min-width: 64px;
    height: auto;
    float: left;
    margin-right: 10px;

}

.page-jump {
    width: 60px;
    height: 32px;
    line-height: 30px;
    float: left;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    font-size: 14px;
}

.page-jump:hover {
    background: #f45d02;
    border: 1px solid #f45d02;
    color: #fff;
    cursor: pointer;
}


.ml-btn, .ml-download-btn {
    width: 33.33%!important;
    height: 48px!important;
    margin-top: 0!important;
    float: left!important;
    background: #1f4aeb!important;
}

.ml-g {
    width: 100%;
    height: 48px;
    margin-bottom: 30px;
}

.hr-list-table, .doc-list-table, .tj, .ml {
    collapse: 0;
    width: 100%;
    border-collapse:collapse;
}


.tj tr td {
    width: 20%;
    border:1px solid black;
    height: 40px;
    text-align: center;
}

.ml tr td {
    border:1px solid black;
    height: 35px;
    text-align: center;
}

.ml tr th {
    border:1px solid black;
    height: 35px;
    text-align: center;
}


.doc-list-table tr td {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.doc-list-table tr td a {
    color: #3f536e;
}

.doc-list-table tr td a:hover {
    color: #447e9b;
}

.hr-list-table tr td {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.hr-list-table tr td a {
    color: #3f536e;
}

.hr-list-table tr td a:hover {
    color: #447e9b;
}

.hr-list-table thead tr td {
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
    border-right: 1px solid #eee;
}

.hr-list-td1 {
    width: 60px;
}

.hr-list-td2 {
    width: 160px;
}

.hr-lv img{
    width: 24px;
    height: auto;
}

.hr-sign img {
    width: 140px;
    border: 1px solid #eee;
}

.doc-list-table tbody tr td:nth-child(3) {
    text-align: left;
}

.doc-list-table thead tr td {
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
    border-right: 1px solid #eee;
}

.doc-list-check {
    width: 30px;
}

.doc-list-td1,.doc-list-td4 {
    width: 90px;
}

.doc-list-td5 {
    width: 205px;
}

.doc-list-td3 {
    width: 200px;
}

.doc-list-table tbody tr:nth-child(2n) {
    background: #f9f9f9;
}

.hr-list-table tbody tr:nth-child(2n) {
    background: #f9f9f9;
}

.table-edit {
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 30px;
}

.table-edit p {
    color: #999;
}

.table-edit select{
    width: 200px;
    height: 30px;
    outline: none;
    float: left;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
}

.table-edit button {
    height: 30px;
    width: 80px;
    float: left;
    padding: 0;
    margin: 0 15px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    color: #333;
}

.doc-list-line {
    background: #FFFFCC;
}

.he {
    width: 600px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.he-line {
    width: 600px;
    height: 48px;
    margin-bottom: 20px;
}

.he-line-t {
    width: 120px;
    height: 48px;
    background: #e0e0e0;
    text-align: center;
    line-height: 48px;
    float: left;
    font-size: 15px;
    border: 1px solid #c5d9e8;
    font-weight: bold;

}

.he-line-input {
    width: 480px;
    height: 48px;
    float: left;
}

.he-btn {
    width: 280px!important;
}

.he-back {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #3cb53c;
    color: #fff;
    width: 280px;
    height: 60px;
    float: left;
    line-height: 38px;
    margin-top: 30px;
}

.he-btn {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    outline: 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c5d9e8;
    border-radius: 4px;
    -webkit-transition: background .2s;
    transition: background .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #6190e8;
    color: #fff;
    width: 280px;
    height: 60px;
    float: right;
    line-height: 38px;
    margin-top: 30px;
}

.he select {
    width: 100%;
    height: 48px;
    border: 1px solid #c5d9e8;
    padding-left: 10px;
}

.p-title {
    width: 100%;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: red;
    margin-bottom: 10px;
}

.p-num {
    width: 100%;
    text-align: right;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}


.p-table {
    collapse: 0;
    width: 100%;
    border-collapse:collapse;
}


.p-table  tr td {
    width: 20%;
    border:1px solid red;
    height: 35px;
    text-align: center;
}

.p-tips {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 30px;
}

.p-left {
    text-align: left!important;
    padding-left: 10px;
}

.loading-overlay {
    position: fixed; /* 固定定位 */
    top: 0;
    left: 0;
    width: 100%; /* 全屏宽 */
    height: 100%; /* 全屏高 */
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    z-index: 9999; /* 确保它在页面上其他元素之上 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-message {
    color: white; /* 白色文本 */
    font-size: 2em; /* 文本大小 */
}
