/**改变bootstrap样式**/
.page-link {
    width: 40px;
    font-size: 18px;
    padding: 6px;
    text-align: center;
}

.x_donaquiry_links ul li:first-of-type span {
    color: white;
    background-image: url("../img/button_left1.png");
    background-size: 40px 40px;
}

.x_donaquiry_links ul li:first-of-type a {
    color: white;
    background-image: url("../img/button_left1.png");
    background-size: 40px 40px;
}

.x_donaquiry_links ul li:last-child span {
    color: white;
    background-image: url("../img/button_right.png");
    background-size: 40px 40px;
}

.x_donaquiry_links ul li:last-child a {
    color: white;
    background-image: url("../img/button_right.png");
    background-size: 40px 40px;
}

.x_donaquiry_links ul li:first-child span:hover {
    color: white;
}

/*在线捐赠*/
.height_inherit {
    height: inherit;
}

.div_relative input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.4);
    padding: 0px;
}

.onlinedonate_information input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.4);
    padding: 0px;
}

.line {
    border-left: 3px solid #DE6449;
    padding-left: 20px;
}

.onlinedonate_text {
    font-size: 24px;
    font-weight: bold;
    color: #CC2D34;
    line-height: 1;
}

.onlinedonate_text2 {
    padding: 14px;
    border: 2px solid #CC2D34;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #CC2D34;
}

.onlinedonate_text3 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 49, 50, 1);
}

.onlinedonate_money {
    margin-bottom: 20px;
}

.onlinedonate_money div:nth-of-type(1) {
    width: 210px;
    height: 50px;
    background: #F3F3F3;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    background-color: #CC2D34;
    color: #FFFFFF;
    text-align: center;
    padding: 13px 0;
    margin-right: 20px;
}

.onlinedonate_money div:nth-of-type(2) {
    width: 210px;
    height: 50px;
    background-color: #F3F3F3;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 13px 0;
    margin-right: 20px;
}

.onlinedonate_money div:nth-of-type(3) {
    width: 210px;
    height: 50px;
    background-color: #F3F3F3;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 13px 0;
    margin-right: 20px;
}

.onlinedonate_money div:nth-of-type(4) {
    width: 210px;
    height: 50px;
    background-color: #F3F3F3;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 0;
    text-align: center;
}

.onlinedonate_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;
}

.div_relative {
    position: relative;
}

.font_absolute {
    position: absolute;
    top: 26%;
    right: 5%;
}

.onlinedonate_select span {
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(106, 57, 6, 1);
    padding-right: 30px;
    text-align: right;
}

.onlinedonate_select select {
    border: 0px;
    width: 80%;
    height: 50px;
    background: rgba(243, 243, 243, 1);
    border-radius: 4px;
    padding: 0 40px 0 80px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.onlinedonate_information {
    margin-bottom: 40px;
}

.onlinedonate_information span {
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(106, 57, 6, 1);
    padding-right: 30px;
    text-align: right;
}

.onlinedonate_information input {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    width: 80%;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
}

.onlinedonate_information1 span {
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(106, 57, 6, 1);
    padding-right: 30px;
    text-align: right;
}

.onlinedonate_information1 input {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    width: 80%;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
}

.onlinedonate_invoice>span {
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(106, 57, 6, 1);
    text-align: right;
    padding-right: 30px;
}

.onlinedonate_invoice>div {
    width: 80%;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.onlinedonate_invoice div div span {
    margin: 0 0 0 20px;
}

.min_box {
    width: 30px;
    height: 30px;
    background: rgba(243, 243, 243, 1);
    border-radius: 4px;
}

.min_box_img1 {
    width: 100%;
    height: 100%;
}

.min_box_img2 {
    display: none;
}

.onlinedonate_invoice_text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 49, 50, 1);
    padding-bottom: 40px;
}

.onlinedonate_invoice_message div {
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(106, 57, 6, 1);
    padding-right: 30px;
    text-align: right;
    padding-bottom: 67px;
}

.onlinedonate_invoice_message textarea {
    border: 0px;
    width: 80%;
    height: 109px;
    background: rgba(243, 243, 243, 1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding-left: 50px;
    padding-top: 9px;
}

textarea {
    outline: none;
}

.onlinedonate_invoice_Nickname>div:nth-of-type(1) {
    width: 20%;
}

.xc_public_option span {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.onlinedonate_invoice_payment_method span {
    width: 20%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(106, 57, 6, 1);
    padding-right: 30px;
    text-align: right;
}

.onlinedonate_invoice_payment_method>div {
    width: 80%;
}

.onlinedonate_invoice_payment_method div div:nth-of-type(1) {
    width: 22.5%;
    background: #CC2D34;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 14px 0;
}

.onlinedonate_invoice_payment_method div div:nth-of-type(2) {
    width: 22.5%;
    background: rgba(243, 243, 243, 1);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: 14px 0;
}

.onlinedonate_invoice_payment_method div div:nth-of-type(3) {
    width: 22.5%;
    background: rgba(243, 243, 243, 1);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: 14px 0;
}

.onlinedonate_invoice_payment_method div div:nth-of-type(4) {
    width: 22.5%;
    background: rgba(243, 243, 243, 1);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: 14px 0;
}

.onlinedonate_invoice_Nickname_agree {
    padding-top: 30px;
    padding-bottom: 50px;
}

.onlinedonate_invoice_Nickname_agree span {
    background-color: #fff;
    border: 0px;
}

.onlinedonate_invoice_Nickname_agree span:hover {
    color: #CC2D34;
    border: 0px;
}

.onlinedonate_invoice_button {
    width: 30.61%;
    height: 60px;
    box-shadow: 0 0 0 2px rgba(243, 106, 34, .4);
    font-size: 18px;
    font-weight: bold;
    color: rgba(251, 249, 248, 1);
}

.onlinedonate_agreement_button {
    background-color: #CC2D34;
    color: white;
}

.onlinedonate_agreement_button:hover {
    color: white;
}

.paperinvoice_input {
    width: 100%;
    padding: 20px 10px 20px 10px;
    border: 1px solid #f3f3f3;
    height: 30px;
    font-size: 16px;
    color: #000;
    background-color: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 4px;
}


.paperinvoice_select select {
    text-transform: none;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    width: 200px;
    padding: 10px;
    font-size: 16px;
}

.paperinvoice_select option {
    padding: 10px;
}

.paperinvoice_region {
    margin-bottom: 15px;
}


.paperinvoice_button {
    background-color: #CC2D34;
    color: white;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #CC2D34;
    width: 200px;
    height: 40px;
    outline: none;
}

.paperinvoice_button:hover {
    color: white;
}

.zmc_wechat_pay {
    padding: 14px 34px;
}

ul.zmc_wechat_pay li:first-child p {
    line-height: 1;
    margin-bottom: 30px;
}

ul.zmc_wechat_pay li:first-child #wechat_qr {
    display: flex;
    justify-content: center;
    height: 143px;
}

.zmc_pay_btns {
    padding: 43px 34px 34px;
}

.zmc_pay_btns li:first-child {
    border: 1px solid #000;
    line-height: 48px;
}

.zmc_pay_btns li:last-child {
    background: #CC2D34;
    color: white;
}

.zmc_pay_btns li {
    width: calc(100% / 2 - 15px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}



/**在线捐赠移动端**/

@media screen and (max-width: 700px) {
    .weixian_hind {
        display: none;
    }

    .weixian_bg_ff {
        background-color: #fff;
        padding: 20px;
    }

    .onlinedonate_text3 {
        font-size: 15px;
    }

    br {
        display: none;
    }

    .no_hide {
        display: inline;
    }

    .weixian_no_padding {
        padding: 0;
    }

    .onlinedonate_money div:nth-of-type(1) {
        width: 21%;
        font-size: 12px;
        line-height: 1;
        height: inherit;
        padding: 12px 0;
    }

    .onlinedonate_money div:nth-of-type(2) {
        width: 21%;
        font-size: 12px;
        line-height: 1;
        height: inherit;
        padding: 12px 0;
    }

    .onlinedonate_money div:nth-of-type(3) {
        width: 21%;
        font-size: 12px;
        line-height: 1;
        height: inherit;
        padding: 12px 0;
    }

    .onlinedonate_money div:nth-of-type(4) {
        width: 21%;
        font-size: 12px;
        line-height: 1;
        height: inherit;
        padding: 12px 0;
    }

    .onlinedonate_money {
        margin-top: 20px;
    }

    .div_relative input {
        padding: 12px 40px;
        height: auto;
        font-size: 12px;
    }

    .font_absolute {
        font-size: 12px;
    }

    .onlinedonate_select span {
        font-size: 15px;
    }

    .onlinedonate_select select {
        width: 62%;
        padding: 10px 0px 10px 10px;
        margin: 35px 0 30px;
    }

    .onlinedonate_select span {
        width: inherit;
        padding-right: 0px;
    }

    .onlinedonate_information span {
        font-size: 15px;
    }

    .onlinedonate_information {
        margin-bottom: 15px;
    }

    .onlinedonate_information1 span {
        font-size: 15px;
    }

    .padding_lr40 {
        padding: 0;
    }

    .padding_tb50 {
        padding: 0;
    }

    .onlinedonate_invoice {
        display: none;
    }

    .onlinedonate_invoice_text {
        display: none;
    }

    .onlinedonate_invoice_message div {
        font-size: 15px;
    }

    .onlinedonate_invoice_message textarea {
        padding-left: 20px;
        font-size: 14px;
    }

    .onlinedonate_invoice_message {
        margin: 27px 0 23px 0;
    }

    .onlinedonate_invoice_payment_method {
        display: none;
    }

    .onlinedonate_invoice_Nickname_agree span {
        font-size: 15px;
    }

    .min_box {
        width: 20px;
        height: 20px;
    }

    .onlinedonate_invoice_button {
        width: 100%;
        margin-bottom: 56px;
        margin-top: 42px;
    }

    .padding_t40 {
        padding: 0px;
    }
}


/**其他捐赠方式**/

.otherdonations_text2 {
    width: 150px;
    text-align: center;
}

.otherdonations_bank>p {
    font-size: 20px;
    font-weight: bold;
    color: rgba(106, 57, 6, 1);
}

.red_circle {
    width: 10px;
    min-width: 10px;
    height: 10px;
    background: #CC2D34;
    border-radius: 50%;
}

.otherdonations_bank>div {
    margin-top: 40px;
    margin-bottom: 40px;
}

.otherdonations_bank div p {
    font-size: 18px;
    color: rgba(51, 49, 50, 1);
    padding-left: 15px;
}

.otherdonations_bank ul {
    margin-left: 25px;
    margin-bottom: 50px;
}

.otherdonations_bank ul li {
    font-size: 18px;
    color: rgba(51, 49, 50, 1);
    margin-bottom: 15px;
}

.no_font_weight {
    font-weight: inherit;
}


/**其他捐赠方式移动端**/

@media screen and (max-width: 700px) {
    .onlinedonate_text {
        font-size: 18px;
    }

    .otherdonations_text2 {
        display: none;
    }

    .weixian_otherdonations_bg_ff {
        background-color: #fff;
        padding: 40px 30px 50px;
        margin-top: 10px;
    }

    .otherdonations_bank>p {
        font-size: 16px;
    }

    .otherdonations_bank div p {
        font-size: 15px;
    }

    .otherdonations_bank ul li {
        font-size: 15px;
    }

    .otherdonations_bank>div {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .otherdonations_bank div p {
        font-size: 15px;
    }
}


/**捐款成功页**/

.donationsuccess_title {
    padding-top: 65px;
    padding-bottom: 130px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(51, 49, 50, 1);
}

.donationsuccess_title_div {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.donationsuccess_title_div img {
    width: 100%;
    height: 100%;
}


.donationsuccess_title p:nth-of-type(2) {
    color: #DE6449;
}

.donationsuccess_letter input {
    width: 60%;
    font-size: 20px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    text-indent: 5px;
}

.donationsuccess_letter>p {
    padding-left: 57px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}

.donationsuccess_letter>div {
    padding-left: 93px;
    padding-right: 40px;
    margin-top: 30px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
}

.donationsuccess_letter div p:nth-of-type(3) {
    margin-top: 0px;
    margin-bottom: 0px;
}

.donationsuccess_letter div:nth-of-type(2) {
    padding-bottom: 50px;
}

.weixian_donationsuccess {
    display: none;
}

.web_donationsuccess {
    display: inherit;
}


/**捐款成功页移动端**/

@media screen and (max-width: 700px) {
    .weixian_donationsuccess {
        display: inherit;
    }

    .web_donationsuccess {
        display: none;
    }

    .weixian_donationsuccess {
        padding: 0px;
    }

    .donationsuccess_title {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 20px;
    }

    .donationsuccess_letter p {
        font-size: 15px;
        line-height: 2;
    }

    .donationsuccess_letter>div {
        font-size: 15px;
        margin-top: 5px;
    }

    .donationsuccess_letter>p {
        padding-left: 20px;
    }

    .donationsuccess_letter div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .donationsuccess_letter div p:nth-of-type(3) {
        padding-left: 30px;
    }

    .donationsuccess_letter span {
        color: #DE6449;
    }

    .mydonation_ajax_img_div span {
        font-size: 14px;
        color: #555;
        margin-right: 18px;
    }

    .mydonation_ajax_img_div textarea {
        border: 0;
        background-color: #f3f3f3;
        width: 83%;
        height: 100px;
        padding: 15px;
    }

    .donationsuccess_invoice_button {
        width: 150px;
        height: 40px;
        font-size: 15px;
        color: #fff;
        margin-top: 30px;
    }

    .marginb70 {
        margin-bottom: 40px;
    }
}


/**基金捐赠页**/

.leaderdonation_text {
    border: 1px solid #CC2D34;
}

.leaderdonation_invoice_payment_method>div {
    width: 100%;
}

.leaderdonation_invoice_payment_method div div:nth-of-type(1) {
    width: 49%;
}

.leaderdonation_invoice_payment_method div div:nth-of-type(2) {
    width: 49%;
}

.leaderdonation_invoice_Nickname>div:nth-of-type(1) {
    width: 100%;
}

.leaderdonation_invoice_button {
    width: 300px;
    padding: 15px 0;
    font-size: 18px;
}


/**基金捐赠页移动端**/

@media screen and (max-width: 700px) {
    .leaderdonation_text {
        padding: 10px 15px;
        font-size: 15px;
    }

    .leaderdonation_money div:nth-of-type(1) {
        font-size: 14px;
        width: 24%;
        height: 50px;
        text-align: center;
    }

    .leaderdonation_money div:nth-of-type(2) {
        font-size: 14px;
        width: 24%;
        height: 50px;
        text-align: center;
    }

    .leaderdonation_money div:nth-of-type(3) {
        font-size: 14px;
        width: 24%;
        height: 50px;
        text-align: center;
    }

    .leaderdonation_money div:nth-of-type(4) {
        font-size: 14px;
        width: 24%;
        height: 50px;
        text-align: center;
    }
}


/**手机登录注册**/
.zmc-login-modal-content {
    padding: 40px 30px;
    height: inherit;
}

nav div a:hover {
    color: #CC2D34;
}

.login_mobile {
    margin-right: 20px;
    font-size: 16px;
    color: #CC2D34;
    width: 65px;
    text-align: center;
    padding: 5px 0px;
}

.login_mobile1 {
    margin-right: 20px;
    width: 65px;
    text-align: center;
    padding: 5px 0px;
    border-bottom: 4px solid #CC2D34;
}

.login_mobile2 {
    margin-left: 86px;
    width: 65px;
    text-align: center;
    padding: 5px 0px;
    border-bottom: 4px solid #CC2D34;
}

.login_password {
    font-size: 16px;
    color: #333333;
    width: 65px;
    text-align: center;
    padding: 5px 0px;
    border-bottom: 4px solid white;
}

#logindelete {
    cursor: pointer;
}

.mobile_account_login_li1 {
    margin-top: 36px;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #CDCDCD;
    padding: 10px 0px 10px 17px;
    font-size: 15px;
    width: 100%;
    border-radius: 4px;
}

.mobile_account_register_li1 {
    margin-bottom: 0px;
    margin-top: 20px;
}

.mobile_account_login_li1_input {
    height: 30px;
}

.mobile_account_login_li1 input::-webkit-input-placeholder {
    color: #CDCDCD;
}

.mobile_account_login_li2 input::-webkit-input-placeholder {
    color: #CDCDCD;
}

.mobile_account_login_li1 input {
    width: 80%;
}

.mobile_account_login_li2 {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    border: 1px solid #CDCDCD;
    font-size: 15px;
    border-radius: 4px;
}

.mobile_account_login_li2 input {
    width: 80%;
}

.mobile_account_login_li1 input::-webkit-input-placeholder {
    text-align: left;
    padding: 0px;
}

.mobile_account_login_li2 input::-webkit-input-placeholder {
    text-align: left;
    padding: 0px;
}

.mobile_account_login ul li img {
    margin-right: 20px;
}

.verification {
    padding: 10px 0px 10px 17px;
    width: 80%;
}

#cen-login-moble-mobile {
    color: #000;
}

#cen-login-moble-code {
    color: #000;
}

#cen-login-moble-mobile1 {
    color: #000;
}

#cen-login-moble-code1 {
    color: #000;
}

#cen-register-moble-mobile {
    color: #000;
}

#cen-register-moble-code {
    color: #000;
}

#register_password {
    color: #000;
}

.verification_code {
    background-color: #CC2D34;
    margin: 5px 0;
    margin-right: 5px;
    width: 100px;
    height: 38px;
    font-size: 15px;
    color: white;
    border-radius: 4px;
}

.no_account_registration {
    font-size: 16px;
    color: #CC2D34;
    cursor: pointer;
}

.login_button {
    width: 100%;
    padding: 16px 0;
    background-color: #CC2D34;
    color: #f3f3f3;
    border-radius: 4px;
    font-size: 16px;
}

.socialcontact_line {
    background-color: #cdcdcd;
    width: 100%;
    height: 2px;
}

.socialcontact {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.socialcontact span:nth-last-of-type(2) {
    min-width: 200px;
    line-height: 1;
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.zmc_socialcontact img {
    width: 33px;
    height: 33px;
    cursor: pointer;
}

#cen-login-mobile-uidt {
    padding: 0px !important;
    border: 0px;
    height: auto;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .verification_code {
        font-size: 14px;
    }

    .login_button {
        line-height: 1;
    }

    .zmc-login-modal-content {
        height: 100%;
    }
}

/**微信登录**/
.zmc-weixianlogin-modal-content {
    padding: 40px 30px;
    height: 580px;
}

.weixianlogin_title {
    font-size: 20px;
    color: #333333;
}

.weixianlogin_main {
    width: 300px;
    margin: 15px auto 0px;
}

.weixianlogin_img {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    border: 1px solid #E2E2E2;
}

.weixianlogin_img img {
    width: 100%;
    height: 100%;
}

.weixianlogin_text {
    text-align: center;
    padding: 7px 14px;
    font-size: 13px;
}

#tel_login {
    cursor: pointer;
}

/**立即捐赠**/
.immediatedonation_online {
    border-left: 5px solid #CC2D34;
    padding-left: 10px;
    font-size: 19px;
    color: #CC2D34;
}

.immediatedonation_department {
    font-size: 18px;
}

.immediatedonation_department label {
    font-weight: 400;
    line-height: initial;
    margin: 0;
}

.immediatedonation_department li>input {
    display: none;
}

.immediatedonation_department li>label {
    position: relative;
    margin-right: 34px;
}

.immediatedonation_department li>label::before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #CC2D34;
    margin-right: 20px;
    vertical-align: bottom;
}

.immediatedonation_department li>input:checked+label::before {}

.immediatedonation_department li>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #CC2D34;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.immediatedonation_department li {
    padding-bottom: 20px;
}

.immediatedonation_money {
    padding-bottom: 30px;
}

.immediatedonation_money div:nth-of-type(1) {
    width: 19.23%;
    padding: 10px 0px;
    background-color: #CC2D34;
    text-align: center;
    font-size: 18px;
    color: #f3f3f3;
    border-radius: 4px;
}

.immediatedonation_money div:nth-of-type(2) {
    width: 19.23%;
    padding: 10px 0px;
    background-color: #F3F3F3;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}

.immediatedonation_money div:nth-of-type(3) {
    width: 19.23%;
    padding: 10px 0px;
    background-color: #F3F3F3;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}

.immediatedonation_money div:nth-of-type(4) {
    width: 19.23%;
    padding: 10px 0px;
    background-color: #F3F3F3;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
}

.immediatedonation_money input {
    width: 30.76%;
    background-color: #F3F3F3;
    padding: 10px 0px 10px 10px;
    font-size: 16px;
    border-radius: 4px;
}

.immediatedonation_money input::-webkit-input-placeholder {
    color: #A0A0A0;
}

.immediatedonation_payment_method div:nth-of-type(1) {
    width: 46.15%;
    background-color: #6BB350;
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
}

.immediatedonation_payment_method div:nth-of-type(2) {
    width: 46.15%;
    background-color: #47A5E5;
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
}

.immediatedonation_dynamics {
    height: 376px;
}

.web_none {
    display: none;
}

/**立即捐赠页微信端**/
@media screen and (max-width: 700px) {
    .web_none {
        display: inherit;
    }

    .weixian_immediatedonation_banner {
        background-image: url(../img/bg_1.png);
        text-align: center;
        padding: 50px 0;
        width: 100%;
        height: 160px;
        color: #f3f3f3;
    }

    .weixian_immediatedonation_banner div:nth-of-type(1) {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .weixian_immediatedonation_banner div:nth-of-type(2) {
        font-size: 14px;
    }

    .weixian_immediatedonation_banner img {
        width: 100%;
        height: 100%;
    }

    .weixian_day_donation {
        width: 70px;
        height: 70px;
    }

    .weixian_day_donation img {
        width: 100%;
        height: 100%;
    }

    .weixian_day_donation_text {
        height: 70px;
    }

    .weixian_day_donation_text p {
        font-size: 13px;
        color: #A0A0A0;
        padding-bottom: 17px;
    }

    .weixian_day_donation_text span {
        font-size: 12px;
        color: #A0A0A0;
    }

    .immediatedonation_subordinate {
        width: 50%;
        padding: 5px 0;
    }

    #subordinate {
        color: #CC2D34;
        font-size: 16px;
        width: 50%;
        text-align: center;
    }

    #love_dynamics {
        color: #333333;
        font-size: 16px;
        width: 50%;
        text-align: center;
    }

    .immediatedonation_subordinate_value_div {
        width: 50%;
        border-bottom: 4px solid #CC2D34;
    }

    .immediatedonation_love_dynamics_value_div {
        margin-left: 50%;
        width: 50%;
        border-bottom: 4px solid #CC2D34;
    }

    .immediatedonation_subordinate_value_zhichi {
        width: 100px;
        padding: 7px 0;
        color: #CC2D34;
        text-align: center;
        border-radius: 18px;
        border: 1px solid #CC2D34;
    }

    .immediatedonation_subordinate_value1 {
        padding: 15px 20px;
    }

    .immediatedonation_love_dynamics_value1 {
        padding: 15px 20px;
    }

    .immediatedonation_love_dynamics_value1>span:nth-of-type(1) {
        flex: 3;
        height: 21px;
        overflow: hidden;
        padding-right: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .immediatedonation_love_dynamics_value1>span:nth-of-type(2) {
        flex: 4;
        height: 21px;
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .immediatedonation_love_dynamics_value1>span:nth-of-type(3) {
        flex: 5;
        height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .weixian_support {
        width: 100%;
        font-size: 16px;
        padding: 15px 0;
        background-color: #CC2D34;
        color: #f3f3f3;
        text-align: center;
        position: fixed;
        bottom: 0;
        z-index: 99;
    }

}

/**项目详情**/
.border_left2 {
    border-left: 2px solid #CC2D34;
}

.project_debriefing_ul li {
    padding: 10px 0px 10px 10px;
}

.project_debriefing_ul li span:nth-of-type(3) {
    width: 100%;
    /*background-color: #CC2D34;*/
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    /*color: #ffffff;*/
    color: #000;
}

.project_debriefing_ul li span:nth-of-type(3) img {
    max-width: 100% !important;
    /*width: 100%;*/
    height: auto;
}

.lovedonations_li {
    padding: 30px 0;
    border-bottom: 1px solid #EEEEEE;
}

.lovedonations_li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 50px;
}

.lovedonations_li_div p:first-child {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.lovedonations_li_div p:last-child {
    line-height: 1;
    font-size: 16px;
    color: #999;
}

.lovedonations_li_div2_input {
    margin-left: 70px;
    margin-top: 10px;
    background: #fafafa;
    border-radius: 4px;
    border: 0px;
    padding: 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;

}

.xialajiazai_div {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 23px;
    background: #fff;
}

.xialajiazai_click {
    width: 84px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.xialajiazai_click img {
    height: 20px;
}

.xialajiazai_click:hover {
    cursor: pointer;
}

.x_ecologyDetail_tabs>li>a:focus,
.nav>li>a:hover {
    background-color: white;
}

.x_ecologyDetail_tabs>li>a:focus,
.nav>li>a:focus {
    background-color: white;
}

@media screen and (max-width: 700px) {
    .project_debriefing_ul li span:nth-of-type(1) {
        font-size: 15px;
    }

    .project_debriefing_ul li span:nth-of-type(2) {
        font-size: 14px;
    }

    .project_debriefing_ul li span:nth-of-type(3) {
        font-size: 14px;
    }

    .lovedonations_li img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        min-width: 40px;
    }

    .lovedonations_li_div p:first-child {
        font-size: 15px;
    }

    .lovedonations_li_div2_input {
        margin-left: 55px;
        padding: 10px;
        font-size: 15px;

    }

}

.zmc_displaynone {
    display: none;
}

/**一日捐手机端**/
@media screen and (max-width: 700px) {
    .daydonatin_title {
        font-size: 16px;
    }

    .daydonatin_title:hover {
        cursor: pointer;
    }

    .public_donation_dynamics_p {
        color: #CC2D34;
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 10px;
        border-left: 5px solid#CC2D34;
    }

    .mobile_account_login ul li img {
        margin-right: 5px;
    }
}

/**慈善杂志**/
@media screen and (max-width: 700px) {
    .magazine_con {
        padding: 0;
    }
}

/**modal弹框**/
.modal_img_fail {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.modal_img_fail img {
    width: 100%;
    height: 100%;
}


.newdetail_main_div img {
    max-width: 100%;
    height: auto;
}





.margin_top_34 {
    margin-top: 34px;
}
