* {
    margin: 0;
    padding: 0;
}

.pdfContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.page {
    /*width: 21cm;*/
    /*min-height: 29.7cm;*/
    width: 204mm;
    height: 138mm;
    padding: 40px 30px;
    /*border:1px solid #F00;*/
    box-sizing: border-box;
    color: #000000;
    font-size: 9.5pt;
    /*border: 1px solid #000;*/
    margin-top: -70px;
    /*margin-left: 20mm;*/
    font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}

.page .fontBlod {
    font-weight: bold;
}

.page .flexCenter {
    display: flex;
    align-items: center;
}

.page .pageTitle {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.page .tableTitle {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
}

.page .tableSubTitle {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
}

.page .logoIco {
    width: 62px;
    height: 10.7px;
    margin-right: 10px;
}

.page table,
.page table tr td {
    border: 1px solid #000;
    border-collapse: collapse;
    line-height: 10px;
}

.page .txtLine {
    border-bottom: 1px solid #333;
}

.page .flex {
    display: flex !important;
}

.page .flexCenter {
    display: flex !important;
    align-items: center;
}

.page .flexBetween {
    display: flex !important;
    justify-content: space-between;
}

.page .flexAround {
    display: flex;
    justify-content: space-around;
}

.page p {
    line-height: 1.5;
    text-align: left;
}

.page .textLeft {
    text-align: left;
}

.page .textRight {
    text-align: right;
}

.page .textCenter {
    text-align: center;
}

.page table {
    width: 100%;
    margin: 10px 0;
}

.page .content {
    line-height: 1.5;
    display: block;
    margin-top: 10px;
    text-align: left;
}

.page table tr td {
    padding: 10px 6px;
    box-sizing: border-box;
    text-align: center;
}

.page .tableHeadHint {
    margin: 6px;
}

.page .tableHeadHint .phone {
    margin-left: 30px;
}

.page .tableTopInfo {
    margin-top: 10px;
    font-size: 14px;
}

.page .tableTopInfo .item {
    display: flex;
    margin-top: 8px;
    width: 33%;
}

.page .tableTopInfo .item .left {
    min-width: 75px;
}

.page .tableTopInfo .item-order {
    width: 60%;
}

.page .tableTopInfo .item-date {
    width: 40%;
}
.page .tableBottomInfo {
    font-size: 10pt;
}

.page .tableBottomInfo .peopleItem {
    width: 33%;
    /*padding-left: 30px;*/
    box-sizing: border-box;
}

.page .tableBottomInfo .peopleItem .info {
    margin-top: 15px;
}

.page .tableBottomInfo .peopleItem .right {
    margin-left: 8px;
}

.page .tdMarginRight {
    margin-right: 10px;
}
.d_page {
    width: 210mm;
    height: 297mm;
    font-size: 10pt;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #1A6BE6;
    padding-top: 54.5mm;
    padding-left: 18mm;
}

.d_page .head {
    margin-top: 6mm;
    padding-left: 34mm;
    box-sizing: border-box;
    display: flex;
    height: 15mm;
}

.d_page .head .company {
    width: 38mm;
}

.d_page .head .date {
    margin-left: 4mm;
    text-align: left;
}

.d_page .head .date span {
    width: 12mm;
    display: inline-block;
}

.d_page .head .date span:first-child {
    width: 18mm;
}

.d_page .main {
    padding-left: 26mm;
    box-sizing: border-box;
    height: 182mm;
    overflow: hidden;
}

.d_page .main .tr {
    display: flex;
    height: 8.5mm;
    align-items: center;
}

.d_page .main .tr .td {
    padding: 0 2mm;
    text-align: center;
    box-sizing: border-box;
}

.d_page .main .tr .name {
    width: 44mm;
}

.d_page .main .tr .model {
    width: 23mm;
}

.d_page .main .tr .unit {
    width: 12mm;
}

.d_page .main .tr .num {
    width: 16mm;
}

.d_page .main .tr .price {
    width: 15mm;
}

.d_page .main .tr .money {
    width: 22mm;
}

.d_page .main .tr .txt {
    width: 28mm;
}

.d_page .bottom {
    padding: 1mm 16mm;
    box-sizing: border-box;
}

.d_page .bottom .getInfo {
    display: flex;
    flex-wrap: wrap;
}

.d_page .bottom .getInfo .item {
    height: 8.4mm;
    display: flex;
    align-items: center;
}

.d_page .bottom .getInfo .address {
    width: 49%;
    padding-left: 24mm;
    box-sizing: border-box;
}

.d_page .bottom .getInfo .nameAndTel {
    width: 51%;
    padding-left: 50mm;
    box-sizing: border-box;
}

.d_page .bottom .getInfo .txt {
    width: 49%;
    padding-left: 16mm;
    box-sizing: border-box;
}

.d_page .bottom .getInfo .money {
    width: 51%;
    padding-left: 70mm;
    box-sizing: border-box;
}

.d_page .bottom .openOrder {
    margin-top: 16mm;
    display: flex;
}

.d_page .bottom .openOrder .item {
    height: 8.5mm;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.d_page .bottom .openOrder .item.people {
    width: 40mm;
    padding-left: 16mm;
}

.d_page .bottom .openOrder .item.order {
    width: 38mm;
    padding-left: 14mm;
}

.d_page .bottom .openOrder .item.send {
    width: 28mm;
    padding-left: 14mm;
}

.d_page .bottom .openOrder .item.get {
    width: 65mm;
    padding-right: 5mm;
    justify-content: flex-end;
}
