.invoice-record {
    width: 1135px;
    margin: 10px auto;
}

.pay-record-msg {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.pay-msg-left {
    font-size: 18px;
    color: #101010;
    margin-right: 12px;
}



.pay-msg-body {
    font-size: 14px;
    color: #FF4300;

}

.pay-msg-body div {
    margin-bottom: 5px;
}

.pay-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.btn button {
    width: 125px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(1, 104, 179, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.record-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.record-t-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.avater {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: red;
}

.record-t-left span {
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-left: 15px;
}

.record-t-right button {
    width: 100px;
    height: 40px;
    border-radius: 4px;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
    border: 1px solid rgba(187, 187, 187, 100);
    line-height: 40px;
    outline: none;
    background: #fff;
}

.record-table {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #333;
    margin-top: 28px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    margin-bottom: 38px;
}

.record-row {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.record-column {
    flex: 1;
    border-right: 1px solid #E2E2E2;
}

.noData {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
}

.record-column1 {
    flex: 1;
}

.record-column:last-child {
    border-right: 0px solid #E2E2E2;
}

.record-th {
    background-color: #E8E8E8;
    height: 60px;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
    line-height: 60px;


}

.record-td {
    border-top: 1px solid #E2E2E2;
    height: 60px;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
    /* line-height: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.record-td a {
    color: #0168B3;
    cursor: pointer;
}

.record-bottom {
    border-radius: 10px;
    background-color: rgba(92, 187, 239, 0.2);
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.icon-know {
    width: 24px;
    margin-right: 20px;
}

.record-b-right {
    flex: 1;

}

.record-b-right .title {
    color: rgba(102, 102, 102, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: 600;
    width: 70px;
}

.know-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 14px;

}

.know-item .point {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0168B3;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.know-item .content {
    color: rgba(102, 102, 102, 100);
    font-size: 12px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    flex: 1;
}

.know-item .content span {
    font-weight: 600;
}

/* 发票抬头 */
.invoice-title {
    width: 735px;
    margin: 0 auto;


}

.invoice-title-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #DBDBDB;
    border-bottom: 0;

}

.invoice-title-left {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    font-family: Microsoft Yahei;
    border-right: 1px solid #DBDBDB;
    width: 217px;
    box-sizing: border-box;
}

.invoice-title-left span {
    color: #FF4300;
}

.invoice-title-right {
    flex: 1;
    height: 55px;
    /* border: 1px solid #DBDBDB; */
    border-bottom: 0;
    line-height: 55px;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
}

.invoice-title-right input {
    width: 80%;
    height: 30px;
    /* color: rgba(136, 136, 136, 100); */
    font-size: 14px;
    text-align: left;
    font-family: Microsoft Yahei;
    border: 1px solid rgba(187, 187, 187, 100);
    padding: 0 6px;
    outline: none;
}

.invoice-title .invoice-title-item:nth-child(9) {
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}

.invoice-pd {
    padding: 22px 24px;
}

.record-invoice-msg {
    width: 900px;
    margin: 17px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}

.r-i-item {
    flex: 0 0 48%;
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.record-invoice-msg .required {
    color: rgba(255, 67, 0, 100);
    font-size: 14px;
    text-align: right;
    font-family: SourceHanSansSC-regular;
    display: inline-block;
    width: 80px;
    text-align: right;
}

.r-i-item .ordinary {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.record-invoice-msg input {
    flex: 1;
    height: 40px;
    border-radius: 4px;
    color: rgba(136, 136, 136, 100);
    font-size: 14px;
    text-align: left;
    font-family: Microsoft Yahei;
    border: 1px solid rgba(221, 221, 221, 100);
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}

.i-r-border {
    margin-bottom: 26px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(187, 187, 187, 100);
}