/*发票*/
.invoice_form_modal_title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    padding-left: 35px !important;
}

.invoice_form_modal_input {
    margin-bottom: 20px;
}

.invoice_form_modal_input input {
    width: 100%;
    background-color: #f3f3f3;
    color: #333333;
    outline: none;
    border: 0;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 16px;
}

.invoice_form_modal_submit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.invoice_form_modal_submit button {
    background-color: #CC2D34;
    border: 6px solid #EFC0C2;
    width: 180px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.invoice_form_modal_address {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invoice_form_modal_address p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    padding-left: 20px !important;
}

/*我要捐赠*/
.donation_line {
    width: 2px;
}

.donation_body_1 {
    border-bottom: 1px solid #fbf9f8;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

.donation_body_1 span {
    width: 3px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 3px;
}

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

.donation_select_money div {
    background-color: #F3F3F3;
    color: #333;
    border-radius: 4px;
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 50px;
    cursor: pointer;
}

.donation_select_money div:first-child {
    color: #ffffff;
}

.donation_select_input {
    position: relative;
}

.donation_select_input input {
    padding: 0 40px;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: none;
}

.donation_select_input span {
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.donation_body_2 {
    padding: 40px 0;
    border-bottom: 1px solid #fbf9f8;
}

.donation_body_2 .col-3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: rgba(106, 57, 6, 1);
    padding: 0 40px 0 20px;
}

.donation_body_2_div {
    width: 100%;
    background-color: #f3f3f3;
    padding: 15px 15px 15px 40px !important;
    border-radius: 4px;
    font-size: 16px;
}

.donation_body_2_input {
    width: 100%;
    background-color: #f3f3f3;
    padding: 0 15px 0 40px !important;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    height: 54px;
}

.donation_body_2_input input {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    outline: none;
    border: 0;
}

.donation_body_2_span {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
}

#invoice_1_true {
    width: 24px;
    height: auto;
    border-radius: 3px;
    margin-right: 15px
}

#invoice_1_false {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 15px;
    background-color: #F3F3F3;
    display: none;
}

#invoice_2_false {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 15px;
    background-color: #F3F3F3
}

#invoice_2_true {
    width: 24px;
    height: auto;
    border-radius: 3px;
    margin-right: 15px;
    display: none;
}

.donation_body_2_textarea {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    height: 100px;
}

.donation_body_2_textarea textarea {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    outline: none;
    border: 0;
    padding: 15px 15px 15px 40px;
}

.donation_body_2_submit {
    display: flex;
    align-items: center;
}

.donation_body_2_submit div {
    width: 22.5%;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5px 0;
    color: #333333;
    margin-right: 2.5%;
    cursor: pointer;
    border-radius: 4px;
}

#oneline_submit {
    width: 200px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
