
.content {
    width: 210mm;  /* A4宽度 210mm */
    margin: 0 auto;
    page-break-before: always;
}

/* 移除页眉、页脚等元素 */
header, footer, nav {
    display: none;
}

/* 去除默认边距 */
@page {
    margin: 10mm;  /* 设置页面边距 */
}
.one{
    border-bottom: 1px solid #000;
}
.one-all{
    padding: 0 20px;
    box-sizing: border-box;
}
.one-all>h2{
    font-size: 30px;
    color: #000;
    font-style: italic;
}
.one-all ul{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.one-all ul li{
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.one-all ul li:last-child{
    display: block;
}
.one-all ul li p{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.one-all ul li input{
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #000;
}
.one-all ul li span{
    display: block;
    font-size: 16px;
    color: #000;
    text-align: end;
    padding-right: 10px;
}
.one-all ul li h2{
    font-size: 24px;
    color: #000;
    margin-top: 5px;
    font-weight: lighter;
    text-align: end;
}
.two{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-left{
    width: 60%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.two-left-zuo{
    width: 40px;
}
.two-left-zuo p{
    font-size: 20px;
    color: #000;
}
.two-left-you{
    width: calc(100% - 50px);
    margin-left: 10px;
}
.two-left-you>input{
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #000;
}
.two-left-you p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.two-left-you p span{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.two-left-you p span input{
    width: calc(100% - 40px);
    margin-left: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #000;
}
.two-right{
    width: 35%;
}
.two-right p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.two-right p span{
    width: 50%;
    font-size: 16px;
    color: #000;
}
.two-right p input{
    width: calc(50% - 5px);
    margin-left: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #000;
}
.three{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three-cont:first-child{
    width: 55%;
}
.three-cont:last-child{
    width: 42%;
}
.three-cont p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}
.three-cont p span{
    width: 35%;
    font-size: 16px;
    color: #000;
}
.fen input{
    width: calc(30% - 5px) !important;
}
.three-cont p input{
    width: calc(63% - 5px);
    margin-left: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #000;
}
.five{}
.five-all{}
.five-all ul{
    position: relative;
}
@media print {
    .five-all ul .xian{
        border-left: 2px solid #000;
    }
}
.five-all ul .xian{
    width: 2px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: calc(20% - 5px);
}
.five-all ul .five-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.five-all ul .five-one p:first-child{
    width: 80%;
    font-size: 20px;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    text-align: center;
    font-weight: bold;
}
.five-all ul .five-one p:last-child{
    width: 20%;
    font-size: 20px;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    text-align: center;
    font-weight: bold;
}
.five-all ul .five-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.five-all ul .five-two p:first-child{
    text-align: left;
}
.five-all ul .five-two p:first-child{
    width: 40%;
}
.five-all ul .five-two p{
    width: 20%;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: end;
    display: block;
    padding: 10px 0;
}
.five-all ul .five-three{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.five-all ul .five-three p:first-child{
    width: 40%;
    text-align: left;
}
.five-all ul .five-three p{
    width: 20%;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.five-all ul .five-three p:nth-child(2)::before{
    content: "￥";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
.five-all ul .five-three p input{
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-left: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border: none;
    text-align: end;
    padding-right: 5px;
}
.five-all ul .five-four{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.five-all ul .five-four p:first-child{
    width: 40%;
    text-align: left;
}
.five-all ul .five-four p{
    width: 20%;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
}
.five-all ul .five-four p input{
    width: 100%;
    font-size: 16px;
    color: #000;
    margin-left: 5px;
    box-sizing: border-box;
    outline: none;
    background-color: transparent;
    border: none;
    text-align: end;
    padding-right: 5px;
}
.five-all ul .five-four p:nth-child(3) input::placeholder{
    font-weight: bold;
    color: #000;
}
.amount span,.totalAmount span{
    display: inline-block;
    position: relative;
}
.amount span::before,.totalAmount span::before{
    content: "￥";
    display: block;
    font-size: 16px;
    color: #000;
    position: absolute;
    top: 0;
    left: -15px;
}
.unit-price{
    text-align: left !important;
}
.six{
    margin-top: 5px;
}
.six p{
    font-size: 12px;
    color: #000;
}
.seven{
    margin-top: 30px;
}
.seven-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.seven-left{
    width: 60%;
}
.seven-left h1{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.seven-left h2{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: end;
}
.seven-left p{
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.seven-right{
    width: 35%;
    position: relative;
}
.seven-right img{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.seven-right h1{
    font-size: 14px;
    color: #000;
}
.seven-right ul{
    margin-top: 30px;
}
.seven-right ul li{}
.seven-right ul li p{
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
}
.seven-right{}