.document-warp {
    width: 180mm;
    height: auto;
    margin: 0 auto;
    /*padding: 20px 45px;*/
    box-sizing: border-box;
    background: #ffffff;
    font-family: "仿宋";
    font-size: 22px;
    color: #000;
    /*letter-spacing: .3em;*/
}
.document-warp .document-head {
    padding: 20px 0;
}
.document-warp .document-head .document-number {
    text-align: right;
}
.document-warp .document-head .document-title {
    line-height: 1.5;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}
.document-warp .document-body p {
    text-indent: 2em;
    line-height: 1.5;
}
.document-warp .document-body .document-body-orgname {
    text-indent: 0;
}
.document-warp .document-foot {
    position: relative;
    padding: 50px 0;
}
.document-warp .document-foot p {
    position: relative;
    line-height: 1.5;
    text-align: right;
    padding: 0 20px;
    margin-bottom: 10px;
    z-index: 2;
}
.document-warp .document-foot .document-copyto {
    padding: 0;
    margin-top: 50px;
    text-align: left;
}
.document-warp .document-foot .signature-position {
    position: absolute;
    top: 20px;
    right: 0;
    width: 159px;
    height: 159px;
    z-index: 1;
}
