/*新闻中心*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.x_news_nav-pills a {
    margin: 0px;
    padding: 18px 28px;
}

.x_news_nav-pills a {
    display: block;
}

.xc_news_main {
    background: #fff;
    padding: 40px 20px 0 20px;
}

.xc_news_label {
    margin-left: -12.5px;
    margin-bottom: 30px;
}

.x_news_nav-pills a {
    cursor: pointer;
    color: #000;
}

.x_news_nav-pills a:hover {
    color: #CC2D34;
}

.x_news_nav-pills .active {
    background-color: #CC2D34 !important;
    color: #fff !important;
}


/*新闻中心首页自适应页面*/

@media screen and (max-width: 768px) {

    /* #donation_Toast{
        display: flex;
        justify-content: center;
        align-items: center;
    } */
    .x_news_nav-pills a {
        padding: 15px;
    }

    .x_news_nav-pills .active {
        border-radius: .25rem;
    }

    .public_projects_page {
        padding: 20px 0 0 0;
        margin-bottom: 0;
    }

    .x_news_nav-pills {
        margin-bottom: 0px;
    }

    .x_news_nav-pills a {
        font-size: 15px;
    }

    .xc_news_label {
        padding: 0 20px;
    }

    .public_projects_page .container {
        padding: 0;
    }

    .xc_news_main {
        padding: 20px 10px 0 10px;
    }
}


/*新闻中心详情页*/

.newdetail_main {
    background: #fff;
    margin-top: 30px;
    padding: 20px;
}

.newdetail_main_h5 {
    padding-top: 15px;
    text-align: left;
    color: #6a3906;
    font-size: 20px;
    line-height: 1.5;
}

.newdetail_main_p {
    margin: 20px 0;
    font-size: 16px;
    color: #a0a0a0;
}


/*新闻中心详情页*/

@media screen and (max-width: 768px) {
    .newsdetail_div .container {
        padding: 0px;
    }

    .newdetail_main {
        margin-top: 0px;
    }

    .newdetail_main_h5 {
        font-size: 16px;
    }

    .newdetail_main_p {
        margin: 10px 0;
        font-size: 14px;
    }

    .newdetail_main_div {
        font-size: 16px;
        line-height: 1.5;
    }

    .newdetail_main_div span {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
}


/*信息披露*/

.x_nav {
    padding-right: 20px;
}

.x_nav-link {
    color: #333132;
    padding: 20px 0 20px 20.14%;
    border-radius: 0;
    background-color: #FFFFFF;
}

.x_nav-link:hover {
    color: #CC2D34;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #CC2D34;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.x_management {
    background-color: #fff;
    padding: 20px 40px 20px 40px;
    height: auto;
    margin-bottom: 20px;
}

.x_management li {
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}

.x_management li span {
    margin-right: 14px;
    border: 0px solid #DE6449;
    padding: 5px;
}

.x_management_title {
    color: #000;
}

.x_management a li .flex {
    width: 100%;
}

.x_management_clone {
    white-space: nowrap;
}

.x_management_clone p {
    color: #000;
}

.x_management_clone i {
    color: #000;
}

.x_management_p {
    margin-right: 15px;
    margin-left: 5px;
}

.media {
    border-bottom: 1px solid #f2f2f2;
}

.media:last-child {
    border-bottom: 0;
}

@media screen and (min-width: 768px) {
    .x_nav-link {
        width: 100%;
    }
}


/*信息披露自适应页面*/

@media screen and (max-width: 768px) {
    .informdismain {
        padding: 0;
        margin-bottom: 0;
    }

    .x_nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        font-size: 14px;
        width: 100% !important;
    }

    .x_nav-link {
        text-align: center;
        margin-bottom: 15px;
        padding: 10px 0 !important;
        border-radius: 0;
        width: 33.33333% !important;
        max-width: 33.3333% !important;
        overflow: hidden important;
    }

    .x_management {
        padding: 0px 15px;
    }

    .x_management p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 200px;
        font-size: 12px;
    }

    .x_management_p {
        margin-right: 10px;
    }
}


/*信息披露自适应页面*/

@media screen and (max-width: 350px) {
    .x_management p {
        max-width: 135px;
    }
}


/*信息披露-捐赠查询*/

.x_managements {
    background-color: #fff;
    padding: 20px 40px 20px 40px;
    width: 100%;
    height: auto;
}

.x_information_lines {
    width: 100%;
    height: 60px;
}

.x_information_lines .col-md-4 {
    padding-right: 20px;
    padding-left: 0px;
}

.x_information_input {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    border: 1px solid #CC2D34;
}

.x_information_search {
    outline: none;
    width: 100%;
    height: 100%;
    border: 1px solid #CC2D34;
    background-color: #CC2D34;
    border-radius: 4px;
    color: #fff;
}

.x_information_table_title {
    color: #CC2D34;
    font-size: 18px;
}

.x_information_table_line {
    padding: 17px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

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

.x_information_table_title span:nth-of-type(1) {
    flex: 2;
}

.x_information_table_title span:nth-of-type(2) {
    flex: 2;
}

.x_information_table_title span:nth-of-type(3) {
    flex: 4;
}

.x_information_table_title span:nth-of-type(4) {
    flex: 2;
}

.x_information_table_title span:nth-of-type(5) {
    flex: 2;
}

.x_information_table_line span:nth-of-type(1) {
    flex: 2;
}

.x_information_table_line span:nth-of-type(2) {
    flex: 2;
}

.x_information_table_line span:nth-of-type(3) {
    flex: 4;
}

.x_information_table_line span:nth-of-type(4) {
    flex: 2;
}

.x_information_table_line span:nth-of-type(5) {
    flex: 2;
}


/*信息披露-捐赠查询*/

@media screen and (max-width: 768px) {
    .x_managements {
        padding: 15px;
    }

    .x_information_lines {
        padding: 0 15px;
        height: 36px;
    }

    .x_information_input {
        padding-left: 10px;
        width: 100%;
        height: 100%;
        border: 1px solid #de6449;
        font-size: 14px;
    }

    .x_information_input::-webkit-input-placeholder {
        padding-left: 0px;
        font-size: 14px;
    }

    .x_information_search {
        font-size: 15px;
    }

    #search_button {
        padding: 0px;
    }

    .x_information_table_title {
        font-size: 15px;
    }

    .x_information_table_title span:nth-of-type(4) {
        display: none;
    }

    .x_information_table_line span:nth-of-type(4) {
        display: none;
    }

    .x_information_table_line span {
        font-size: 12px;
    }

    .x_information_table_title span:nth-of-type(5) {
        flex: 3;
    }

    .x_information_table_line span:nth-of-type(5) {
        flex: 3;
    }

    .x_information_lines .col-md-6 {
        padding-left: 0 !important;
    }
}


/*关于我们*/

.aboutusmain {
    padding: 40px 40px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.aboutusmain span {
    font-size: 15px !important;
    color: #000 !important;
}

.x_council_p p {
    padding-left: 20px;
    border-left: 3px solid #CC2D34;
    font-size: 20px;
    font-weight: bold;
    color: #CC2D34;
    margin-bottom: 40px;
}

.x_council_row_div {
    padding: 0 10%;
    margin-bottom: 30px;
}

.x_council_row_div img {
    width: 100%;
}

.x_council_row_div h3 {
    margin: 30px 0 20px 0;
    font-size: 16px;
}

.x_council_row_div p {
    margin-bottom: 0px;
    font-size: 14px;
}

.x_council_row_img {
    width: 100%;
}

.x_council_row_img img {
    width: 100%;
}

.x_contact {
    padding: 40px 30px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


/*关于我们手机端*/

@media screen and (max-width: 768px) {
    .aboutusmain {
        padding: 20px;
    }

    .x_council_p p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .x_contact {
        padding: 20px;
    }

    .x_home_address {
        font-size: 12px;
    }

    .x_contact span {
        font-size: 12px;
    }
}


/*项目详情*/

.x_ecologyDetail {
    margin-bottom: 60px;
    margin-top: 20px;
}

.x_ecologyDetail_row {
    padding: 40px;
    margin-bottom: 30px;
}

.x_ecologyDetail_row_img {
    padding-bottom: 37.5%;
    height: 0;
    position: relative;
}

.x_ecologyDetail_row_img img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
}

.x_ecologyDetail_content {
    padding: 0 0 37.5% 30px;
    height: 0;
    position: relative;
}

.progress {
    height: 6px;
    margin-bottom: 20px;
}

.progress-bar {
    background-color: #CC2D34;
}

.x_moneys {
    width: 100%;
    padding-right: 30px;
}

.x_moneys span {
    padding: 10px 10px;
    cursor: pointer;
}

.x_pays {
    padding-right: 30px;
    margin-top: 30px;
}

.x_moneys_div {
    padding: 8px 10px;
    border-radius: 4px;
    background-color: #f3f3f3;
}

.x_moneys span:nth-of-type(1) {
    background-color: #CC2D34;
    color: #fff;
}

.x_edetail_donnation {
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: flex;
}

.flex_between_together {
    padding: 20px 30px;
    background: #CC2D34;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.flex_between_together div {
    width: 55px;
}

.flex_between_together img {
    width: 45px;
    height: 45px;
    margin: auto;
}

.x_pays button {
    height: auto;
    flex: 1;
    border: 0px;
    padding: 16px 0;
    cursor: pointer;
    color: #fff;
}

.x_pays button:first-child {
    margin-right: 20px;
}

.x_ecologyDetail_main {
    padding: 43px 20px 75px 20px;
    background-color: #fff;
}

.x_ecologyDetail_tabs {
    border-bottom: 0px;
    margin-bottom: 15px;
}

.x_ecologyDetail_tabs_li {
    width: 25%;
    text-align: center;
}

.x_ecologyDetail_tabs .x_ecologyDetail_link.active {
    color: #CC2D34;
    /*border-bottom: 4px solid #CC2D34;*/
}

.x_ecologyDetail_link p {
    margin-bottom: 20px;
}

#xiangmjieshu {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #C81333;
}

.pk_title {
    width: 100%;
    text-align: center;
    display: none;
    background: #fff;
    padding-top: 20px;

}

.pk_title img {
    width: 25%;
    margin: auto;
}

.search_box_box {
    display: none;
}

.search_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 10% 0 10%;
    background: #fff;
}

.search_box input {
    width: 70%;
    height: 40px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 5px;
    font-size: 18px;
    text-indent: 10px;
}

.search_box input::-webkit-input-placeholder {
    color: #ccc;
}

.search_box div {
    width: 25%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: #CC2D34;
    color: #fff;
    font-size: 18px;
    margin-left: 5%;
    cursor: pointer;
}

.no_data_pk {
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #ccc;
}

#Pk_List_box {
    display: table;
    width: 100%;
    font-size: 16px;
}

#Pk_List_box table th,
#Pk_List_box table td {
    padding: 5px 0;
    text-indent: 5px;
}

#Pk_List_box img {
    width: 20px;
}

.PK_title {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
    color: #CC2D34;
}

.more_data {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    color: #CC2D34;
    cursor: pointer;
}

/* PK列表 */
#PK_LIST {
    background: #fff;
    padding: 0 10% 30px 10%;
}

.pk_list {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
}

.pk_list_img {
    width: 25%;
    overflow: hidden;
    position: relative;
}

.rank {
    width: 32px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.rank_background {
    width: 32px;
    border-radius: 2px;
    background: #c70000;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.rank img {
    width: 100%;
}

.pk_list_img .pk_list_img_box {
    width: 100% !important;
}

.pk_list_content {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.pk_list_title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.pk_list_team {
    font-size: 18px;
    color: #A0A0A0;
    padding-bottom: 14px;
}


/**是否登陆**/

.xc_cen_islogin_content {
    width: 100%;
    padding: 50px 30px;
}

.xc_cen_islogin_content button {
    margin-top: 50px;
    border: 0px;
    border-radius: 4px;
    padding: 15px 0;
}


/*项目详情页*/

@media screen and (max-width: 768px) {
    .donation_Toast_box {
        width: calc(100% - 80px);
        height: 240px;
        top: calc((100vh - 240px) / 2);
        left: 40px;
        border-radius: 4px;
    }

    .donation_Toast_box_body {
        padding: 0;
    }

    .donation_Toast_content_box {
        display: flex;
        flex-direction: column;
        padding: 22px;
        border-bottom: 1px solid #eeeeee;
    }

    .donation_Toast_content_box h1 {
        font-size: 18px;
        font-weight: bold;
        padding: 0 0 10px 0;
        color: #333;
    }

    .donation_Toast_content_box span {
        font-size: 12px;
        color: #808080;
        padding: 5px 0 0 0;
    }

    .donation_Toast_content_box_button {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 70px;
        padding: 0 15px;
    }

    body {
        padding-right: 0px !important
    }

    .modal-open {
        overflow-y: auto;
    }

    .donation_Toast_cancel {
        width: 100px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #808080;
        line-height: 38px;
        color: #808080;
    }

    .donation_Toast_confirm {
        width: 100px;
        height: 40px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        background: #cb3638;
        line-height: 40px;
        color: #fff;
    }

    .x_ecologyDetail {
        padding: 0px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .x_ecologyDetail_row {
        padding: 20px;
        margin-bottom: 20px;
    }

    .x_ecologyDetail_row_img {
        padding-bottom: 90%;
    }

    .x_ecologyDetail_content {
        margin-top: 20px;
        padding: 0;
        height: auto;
    }

    .x_moneys {
        display: none;
    }

    .x_pays {
        display: none;
    }

    .x_ecologyDetail_main {
        padding: 20px;
    }

    .x_ecologyDetail_link {
        font-size: 16px;
    }

    .x_ecologyDetail_tabs .x_ecologyDetail_link.active {
        background: #fff;
    }

    .xc_cen_islogin_content {
        padding: 30px 15px;
    }

    /**是否登陆**/
    .xc_cen_islogin_content .islogin p:first-child {
        font-size: 18px;
    }

    .xc_cen_islogin_content .islogin p:nth-of-type(2) {
        font-size: 14px;
    }

    .xc_cen_islogin_content button {
        margin-top: 20px;
        padding: 10px 0;
        font-size: 14px;
    }
}


/*一日捐*/

.daydonatin_title {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 22px;
    color: #C81333;
    margin-bottom: 30px;

}

.daydonatin_title img {
    width: 26px;
    height: 25px;
    margin-right: 15px;
}

.daydonatin_table {
    padding: 30px 40px;
    background-color: #f5f5f5;
}

.daydonatin_table li img {
    flex: 1;
    width: 20px;
    max-width: 20px;
    height: 20px;
    text-align: left;
}

.daydonatin_table li p:nth-of-type(1) {
    padding-left: 1%;
    text-align: left;
    flex: 1;
    color: #C81333;
    font-size: 20px;
}

.daydonatin_table li {
    margin-bottom: 15px;
}

.daydonatin_table a:last-child {
    margin-bottom: 0px;
}

.daydonatin_table li p:nth-of-type(2) {
    color: #333;
    text-align: left;
    flex: 5;
    font-size: 20px;
}

.daydonatin_table li p:nth-of-type(3) {
    text-align: left;
    flex: 3;
    color: #333;
    font-size: 20px;
}

.daydonatin_table li div {
    text-align: left;
    flex: 2;
    color: #C81333;
    font-size: 20px;
    cursor: pointer;
}

.daydonatin_table li div a {
    color: #C81333;
}

.daydonatin_table_more {
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

.daydonatin_table_more img {
    width: 10px;
    height: 18px;
    margin-left: 6px;
}

.daydonatin_main:last-child {
    padding-bottom: 40px;
}

.daydonatin_table_more a {
    color: #000;
}

.donation_news {
    margin: 30px 0;
}

.daydonatinmore_more_img {
    width: 19px !important;
    height: 11px !important;
}


/*一日捐*/

@media screen and (max-width: 768px) {
    .daydonatin_main {
        padding: 0px
    }

    .daydonatin_title1 {
        color: #A0A0A0;
    }

    .daydonatin_title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .daydonatin_title img {
        height: 20px;
        width: 20px;
    }

    .daydonatin_table {
        padding: 15px;
    }

    .daydonatin_table li p:nth-of-type(1) {
        padding-left: 1%;
        text-align: left;
        flex: 2;
        color: #C81333;
        font-size: 14px;
    }

    .daydonatin_table li {
        margin-bottom: 15px;
    }

    .daydonatin_table a:last-child {
        margin-bottom: 0px;
    }

    .daydonatin_table li p:nth-of-type(2) {
        color: #333;
        text-align: left;
        flex: 5;
        font-size: 14px;
    }

    .daydonatin_table li p:nth-of-type(3) {
        text-align: left;
        flex: 4;
        color: #333;
        font-size: 14px;
    }

    .daydonatin_table li div {
        display: none;
    }

    .daydonatin_table_more {
        font-size: 14px;
    }

    .daydonatin_table_more img {
        width: 6px;
        height: 12px;
    }

    .daydonatin_main:last-child {
        padding-bottom: 0px;
    }
}


/**完善信息**/

#perview {
    width: 300px;
    height: 200px;
    border: 1px solid #C2C2C2;
}


/**移动端页面**/

#weixin_onlinedonate_invoice_button_id {
    display: none;
}

@media screen and (max-width: 768px) {
    .xc_public_option {
        margin-top: 15px;
    }

    #money_input {
        padding-left: 15px;
    }

    #weixin_onlinedonate_invoice_button_id {
        cursor: pointer;
        width: 100%;
        display: flex;
        margin-top: 15px;
        font-size: 16px;
        padding: 10px 0;
    }

    #onlinedonate_invoice_button_id {
        display: none;
    }

    .footer_copy a {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .project_datail_weixin {
        max-width: 100%;
        overflow: hidden;
        width: 100%;
    }

    .project_datail_weixin span {
        font-size: 15px !important;
    }

    .project_datail_weixin img {
        max-width: 100% !important;
        height: auto !important;
    }
}


/*发起项目样式*/

.IP-content {
    max-width: 100%;
}

.IP-content h5 {
    font-weight: bold;
    padding: 63px 0 60px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.IP-content .container ul li {
    margin-bottom: 3%;
}

.IP-content .container ul li p {
    font-size: 18px;
    margin-bottom: 2%;
    line-height: 1;
    color: #333;
    font-weight: bold;
}

.IP-content #IPadd2 {
    display: none;
}

.IP-content .form-control {
    padding: 1rem 0.75rem !important;
    border-radius: 0;
}

.IP-content select.form-control:not([size]):not([multiple]) {
    height: calc(4rem) !important;
}

.IP-content .photo {
    width: 20%;
    height: 25%;
    /*padding: 5% 0;*/
    text-align: center;
    border: 1px solid #C2C2C2;
    padding: -10%;
}

.IP-content .photo img {
    width: 25%;
    margin: 0 auto;
}

.IP-content .photo p {
    font-size: 14px !important;
    color: #BBBBBB !important;
    line-height: 24px !important;
}

.container .IP_img_upload {
    width: 70%;
    height: 220px;
    /*padding: 20% 0;*/
    margin: 0 auto;
    /*display: block;*/
    background-color: rgba(245, 245, 245, 1);
}

.container .IP_img_upload img {
    width: 15%;
    margin: 0 auto
}

.IP-content .container .modal-footer button {
    /*color: #fff;*/
    padding: 15px 60px;
    white-space: nowrap;
    outline: none;
    border: none;
    margin: 0 2%;
}

.IP-content .container .modal-footer .border_cd {
    border: 1px solid #cdcdcd !important;
}

.IP-success .container {
    padding-top: 6%;
    padding-bottom: 20%;
}

.IP-success .container p:nth-child(2) {
    line-height: 100px;
}

.IP-success .container p:nth-child(3) {
    color: #999;
}

.IP-success .container span {
    padding: 0 10px;
}

.IP-success .container .title {
    font-size: 18px;
    margin-bottom: 2%;
    line-height: 1;
    color: #333;
    font-weight: bold;
}

.xc_leader_form_submit button {
    margin-top: 30px;
    width: 200px;
    height: 60px;
    background: #C81333;
    border: 6px solid #f0b9ad;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}


/*列表图片上传*/

#cover_clipArea {
    margin: 10px;
    height: 400px;
}

#cover_clipBtn {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    outline: none;
    background: #de6449;
    border: 0px;
    display: none;
}

.cover_cover-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    text-align: center;
}

#cover_perview {
    width: 300px;
    height: 240px;
    border: 1px solid #C2C2C2;
}

.cover_peron_file_div {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 240px;
}

.cover_peron_file_div img {
    width: 27px;
    height: 27px;
    margin-bottom: 15px;
}

.cover_peron_file_div p {
    font-weight: bold;
    color: #BBBBBB !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

.cover_peron_file_div p:last-child {
    margin-bottom: 0px !important;
}


/*海报图片上传*/

#poster_clipArea {
    margin: 10px;
    height: 400px;
}

#poster_clipBtn {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    outline: none;
    background: #de6449;
    border: 0px;
    display: none;
}

.poster_cover-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    text-align: center;
}

#poster_perview {
    width: 300px;
    height: 450px;
    border: 1px solid #C2C2C2;
}

.poster_peron_file_div {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 450px;
}

.poster_peron_file_div img {
    width: 27px;
    height: 27px;
    margin-bottom: 15px;
}

.poster_peron_file_div p {
    font-weight: bold;
    color: #BBBBBB !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

.poster_peron_file_div p:last-child {
    margin-bottom: 0px !important;
}


/*封面图片上传*/

#thumb_clipArea {
    margin: 10px;
    height: 400px;
}

#thumb_clipBtn {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    outline: none;
    background: #de6449;
    border: 0px;
    display: none;
}

.thumb_cover-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    text-align: center;
}

#thumb_perview {
    width: 300px;
    height: 320px;
    border: 1px solid #C2C2C2;
}

.thumb_peron_file_div {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 320px;
}

.thumb_peron_file_div img {
    width: 27px;
    height: 27px;
    margin-bottom: 15px;
}

.thumb_peron_file_div p {
    font-weight: bold;
    color: #BBBBBB !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

.thumb_peron_file_div p:last-child {
    margin-bottom: 0px !important;
}

.peron_file_div {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 200px;
}

.peron_file_input {
    width: 300px;
    height: 200px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.peron_file_div img {
    width: 27px;
    height: 27px;
    margin-bottom: 15px;
}

.peron_file_div p {
    font-weight: bold;
    color: #BBBBBB !important;
    line-height: 1 !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

.peron_file_div p:last-child {
    margin-bottom: 0px !important;
}

.ycupload-mainbox_body {
    min-height: 1px;
    line-height: 160px;
    text-align: center;
    position: relative;
}

.cover-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    text-align: center;
}

.wrap_divone {
    width: 900px;
    height: 600px;
    margin: 100px auto;
    overflow: hidden;
    border-radius: 4px;
}

#clipArea {
    margin: 10px;
    height: 520px;
}

.clipArea_divone {
    height: 56px;
    line-height: 36px;
    text-align: center;
    padding-top: 8px;
}

#clipBtn {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    outline: none;
    background: #de6449;
    border: 0px;
    display: none;
}

#perview {
    width: 300px;
    height: 200px;
    border: 1px solid #C2C2C2;
}

.peron_file_input {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#city option {
    max-width: 100%;
    overflow: hidden;
}

.my_leader_detail_contents {
    display: none;
}

.my_tab_top_botton_div_love {
    display: none;
}

.my_tab_top_botton_div_payout {
    display: none;
}

.mywebshow {
    display: none;
}

#close_my_fengxiang_top_jixu {
    display: none;
}

.xialajiazai_ajax_loves_div {
    display: none;
}

.mylinkpublic {
    color: #803400;
}

.seefaqijigou_a {
    color: #333333;
}

.seefaqijigou_a:hover {
    color: #333333;
}

.seefaqijigou {
    cursor: pointer;
    font-size: 20px;
}

.seefaqijigou span {
    color: #333333;
}

.seefaqijigou span {
    margin-left: 40px;
}

.seefaqijigou_a_div {
    padding: 15px 30px;
    margin-bottom: 20px;
}

.seefaqijigou_a_div img {
    width: 10px;
}


/*企业捐款成功页面*/

.zxjjpay_success_ul {
    padding: 20px;
    margin: 30px auto;
    width: 520px;
    background: #f2f2f2;
    margin-bottom: 0px;
}

.zxjjpay_success_ul p {
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}

.zxjjpay_success_ul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
    color: #000;
}

@media screen and (max-width: 768px) {
    .zxjjpay_success_ul {
        width: 100%;
    }

    .btn_container a {
        width: 100%;
    }

    .zxjjpay_success_ul p {
        font-size: 15px;
    }

    .zxjjpay_success_ul li {
        font-size: 15px;
    }
}


/**捐款证书页面**/

.mycertificate {
    position: relative;
    margin: 10px auto;
    width: 300px;
    height: 425px;
    padding: 155px 35px 20px 35px;
}

.mycertificate_bg_imgae {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 425px;
    z-index: 10;

}

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

.mycertificate_bg_p {
    z-index: 999;
    position: absolute;
    width: 220px;
}

.mycertificate p {
    line-height: 2;
    font-weight: 500;
    color: #222;
}

.mycertificate_footer {
    z-index: 99;
    width: 100%;
    position: absolute;
    bottom: 60px;
    right: 20px;
}

.mycertificate_footer_wuxi {
    text-align: right;
    font-size: 14px;
    margin-right: 10px;
}

.mycertificate_footer_time {
    text-align: right;
    font-size: 10px;
    margin-right: 14px;
}

.mycertificate_image {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 35px;
    right: 28px;
    z-index: 99;
}

#mycertificate_none {
    margin: 25px 0;
}

.certificate_index {
    width: 300px;
    margin: 25px auto;
}

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

.xiazai_zhenshu {
    width: 110px;
    height: 32px;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(204, 45, 52, 0.3);
    border-radius: 16px;
}


/* 项目配捐 */

.parent {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    overflow-y: scroll;
}


/*设置的子盒子高度大于父盒子，产生溢出效果*/

.child {
    height: auto;
}

.child li {
    height: 160px;
    background: #fff;
}

.project_peijuan {
    width: 100%;
    display: flex;
    padding: 40px 40px;
}

.project_peijuan img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.project_peijuan_div {
    width: 100%;
}

.project_peijuan p {
    width: 100%;
    line-height: 1;
}

.project_peijuan div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

#parent {
    display: none;
    margin-bottom: 30px;
    overflow: hidden;
}

.together_title {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .parent {
        height: 80px;
    }

    .child li {
        height: 80px;
    }

    .project_peijuan {
        padding: 20px 20px;
    }

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

    .project_peijuan p {
        font-size: 15px;
    }

    .project_peijuan p:last-child {
        display: none;
    }

    #parent {
        margin-bottom: 20px;
    }

    .project_peijuan_div {}

    .project_peijuan div {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .about_us_allli a:last-child {
        width: 100%;
    }
}

#longpay_image table {
    width: 143px !important;
    height: 143px !important;
    max-width: 143px !important;
    min-width: 143px !important;
    max-height: 143px !important;
    min-height: 143px !important;
}

.home_general_ecology_div h3 {
    margin-top: 0;
}

.nonDirectional_float {
    position: fixed;
    right: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 10px 30px 0px rgba(42, 42, 42, 0.1);
}

.nonDirectional_float_one {
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 30px 35px;
    border-radius: 6px 6px 0px 0px;
    cursor: pointer;
    color: #de4669;
}

.nonDirectional_line {
    width: 100%;
    background: #f2f2f2;
    height: 2px;
    border: 1px solid#f2f2f2;
}

.nonDirectional_float_two {
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 30px 35px;
    border-radius: 0px 0px 6px 6px;
    color: #A0A0A0;
    cursor: pointer;
}

.nonDirectional_float_two:hover {
    color: #de4669;
}

.nonDirectional_float_two.active {
    color: #de4669;
}

.nonDirectional_float_one:hover {
    color: #de4669;
}

.nonDirectional_float_one.active {
    color: #de4669;
}

#nonDirectional_pay {
    width: 100%;
    display: none;
}

.web_nonDirectional {
    display: flex;
    bottom: 30%;
}

.mobile_nonDirectional {
    display: none;
    bottom: 128px;
}

.web_projectdetail_div {
    font-size: 20px;
    margin-bottom: 15px;
}

.web_projectdetail_div_p {
    max-width: 600px;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    #nonDirectional_pay {
        display: flex;
    }

    .web_nonDirectional {
        display: none;
    }

    .mobile_nonDirectional {
        display: flex;
    }

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

    .web_projectdetail_div {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .web_projectdetail_div_time {
        font-size: 12px !important;
    }

    .web_projectdetail_div_time_input {
        font-size: 12px !important;
    }

    .web_projectdetail_div_p {
        margin-bottom: 0 !important;
        max-width: 120px;
    }

    .m_onlinedonate_invoice {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .m_onlinedonate_invoice .isneed_fapiao {
        font-size: 16px;
        padding-right: 0 !important;
        min-width: 100px;
        width: 100px !important;
        text-align: left;
    }

    .m_onlinedonate_invoice #invoice {
        width: 220px !important;
    }

    .m_onlinedonate_invoice #invoice .flex:first-child {
        padding-right: 20px !important;
    }

    .m_onlinedonate_invoice #invoice .flex span {
        margin: 0 0 0 8px;
    }

    #min_box2_img {
        width: 20px;
        height: 20px;
    }
}

.together_row {
    background: #fff;
    padding: 30px 0;
}

.together_row_content_img {
    width: 100%;
    height: auto;
}

.together_row_content_h2 {
    margin: 0 0 0 30px;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.together_row1_img {
    width: 150px;
}

.together_row1_img img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.together_row1_img p {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.together_row1_p {
    font-size: 24px;
}

.together_row1_mubiao {
    width: 212px;
    height: 58px;
    font-size: 21px;
    font-weight: 400;
    color: #CF2012;
    line-height: 29px;
    margin-right: 60px;
}

.together_row1_input {
    width: 212px;
    height: 58px;
    background: #f5f5f5;
    padding-left: 20px;
    font-size: 21px;
}

.together_row1_input input {
    background: #f5f5f5;
    color: #a0a0a0;
    font-size: 21px;
    width: 130px;
    line-height: 1;
    padding: 0;
}

.together_row1_input input::-webkit-input-placeholder {
    background: #F5F5F5;
    border: 0;
}

.together_row1_queding {
    width: 200px;
    height: 60px;
    background: #CC2D34;
    border-radius: 30px;
    border: 10px solid#F2BFC5;
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
}

.together_row1_textarea {
    border: 0;
    background: #F5F5F5;
    color: #A0A0A0;
    height: 154px;
}

.truetogether_body {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    position: relative;
}

.flex_col_box {
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.level_team {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7)
}

.truetogether_bgimg {
    width: 100%;
    height: auto;
    position: relative;
}

.truetogether_acvotor {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.truetogether_main {
    padding: 120px 80px 0 80px;
}

.truetogether_main_title {
    width: 80%;
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
}

.truetogether_main_title p:first-child {
    color: #CC2D34;
    margin-right: 5px;
}

.truetogether_main_title p:last-child {
    color: #474546;
}

.money_show {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 24px;
}

.truetogether_main_textarea {
    background: #f5f5f5;
    padding: 24px;
    font-size: 21px;
    color: #535353;
}

.truetogether_main_project {
    margin-top: 80px;
}

.truetogether_main_project_p {
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}

.truetogether_main_project_button {
    padding-bottom: 40px;
    padding-top: 40px;
}

.truetogether_main_project_button button:first-child {
    margin-right: 80px;
    border-radius: 30px;
    width: 200px;
    height: 54px;
    background: #fff;
    border: 1px solid #979797;
    font-size: 20px;
    color: #000;
    line-height: 1;
}

.truetogether_main_project_button button:last-child {
    border-radius: 30px;
    width: 200px;
    height: 54px;
    background: #CC2D34;
    border: 6px solid #F1C2BD;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

#truetogether_main_queren_no {
    border-radius: 30px;
    width: 200px;
    height: 54px;
    border: 2px solid #ccc;
    background: none;
    font-size: 20px;
    color: #ccc;
    line-height: 1;
}

.m_together_body_mbottom {
    margin-bottom: 32px;
}

#m_together_true {
    display: none;
}

.together_row_content_image {
    display: none;
}

.truetogether_main_project_button {
    display: flex;
}

.m_truetogether_main_project_button {
    display: none;
}

.team_content {
    width: 100%;
    margin: 20px 0;
}

.team_content_box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.team_content_con {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    cursor: pointer;
}

.team_content_Ranking {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 40px;
}

.team_content_Ranking img {
    width: 100%;
}

.team_content_num {
    width: 30px;
    height: 30px;
    margin-right: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

.team_content_introduce {
    display: flex;
    flex-direction: column;
}

.team_content_introduce_name {
    font-size: 20px;
}

.team_content_introduce_name span {
    color: #888 !important;
}

.team_content_introduce_num {
    font-size: 16px;
    color: #999;
}

.team_content_con_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.team_content_arrow {
    width: 10px;
    height: 20px;
}

.organize_team {
    width: 100%;
    padding-top: 50px;
}

#organize_team_box {
    width: 130px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #CC2D34;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #CC2D34;
    margin: auto;
    cursor: pointer;
}

#organize_team_box_no {
    width: 130px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ccc;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #ccc;
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .m_together_body {
        padding: 20px !important;
        margin-bottom: 8px !important;
    }

    .together_row_content_h2 {
        font-size: 15px;
        margin-left: 20px;
    }

    .together_row1_p {
        font-size: 15px;
    }

    .together_row1_img img {
        width: 50px !important;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }

    .together_row1_img p {
        font-size: 10px;
    }

    .together_row1_img {
        width: 80px;
    }

    .m_together_row_one {
        padding-bottom: 20px !important;
    }

    .m_together_row_two {
        padding: 20px 0 !important;
        font-size: 15px;
    }

    .m_together_row_three {
        padding-top: 20px !important;
    }

    .m_together_row_three .together_row1_p {
        margin-bottom: 20px !important;
    }

    .together_row1_textarea {
        padding: 20px !important;
    }

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

    .m_together_body_mbottom {
        margin-bottom: 20px;
    }

    .together_row1_mubiao {
        margin-right: 10px;
        background: #f5f5f5;
        color: #333;
        border: 0;
        border-radius: 2px;
        height: 34px;
        font-size: 14px;
    }

    .together_row1_input {
        height: 34px;
        font-size: 14px;
        background: #f5f5f5;
        border: 0;
        color: #000;
    }

    .together_row1_input input {
        font-size: 14px;
        background: #f5f5f5;
        color: #000;
    }

    .together_row1_input input::placeholder {
        color: #000;
    }

    .m_together_row_five {
        display: none;
    }

    #m_together_true {
        width: 100%;
        padding: 15px 0;
        background: #CF2012;
        color: #fff;
        font-size: 16px;
        position: fixed;
        bottom: 0;
        display: flex;
        left: 0;
    }

    .together_row_content_image {
        display: flex;
        position: absolute;
        right: 0px;
        width: 18px;
        height: 25px;
        top: 35px;
    }

    .truetogether_main_project_button {
        display: none;
    }

    .m_truetogether_main_project_button {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        left: 0;
    }

    #m_truetogether_main_xiugai {
        width: 30%;
        height: 60px;
        z-index: 999;
        background: #fff;
        border-top: 1px solid#EEEEEE;
        font-size: 15px;
    }

    #m_truetogether_main_xiugai img {
        width: 22px;
        height: 18px;
    }

    #m_truetogether_main_queren {
        width: 70%;
        height: 60px;
        background: #CC2D34;
        color: #fff;
        font-size: 15px;
    }

    .load_box {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .load_box div {
        width: 140px;
        border-radius: 25px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        background: #CC2D34;
        padding: 5px 0;
    }

    .truetogether_main_project_button_m {
        display: flex;
    }
}

.pc_share_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.pc_share_box span {
    font-size: 25px;
    cursor: pointer;
}

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

.donation_share_div_row {
    background: #fff;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    width: 737px;
    font-size: 20px;

}

.donation_share_div_row div {
    padding: 0 15%;
}

.donation_share_div_row p {
    height: 80px;
    cursor: pointer;
}

.donation_share_div_row .active p {
    border-bottom: 1px solid #C81333;
}

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

.together_list_div img {
    width: 100%;
}

.together_list_div_col_8 {
    padding-left: 30px;
}

.together_list_div_col_8_one {
    color: #333;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}

.together_list_div_col_8_two {
    font-size: 18px;
    color: #A0A0A0;
}

.together_list_div_col_8_two span {
    color: #C81333;
    margin-left: 5px;
}

.together_list_div_col_8_two div:first-child {
    margin-right: 30px;
}

.together_list_div_col_8_name {
    font-size: 18px;
    color: #A0A0A0;
    padding-bottom: 14px;
}

.together_list_div_col_12 button {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #A0A0A0;
    color: #535353;
    font-size: 18px;
    background: #fff;
    margin-top: 20px;
    cursor: pointer;
}

.together_list_div_col_12.mine_together {
    align-items: flex-start !important;
    flex-direction: row;
    justify-content: start;
}

.flex_col.det {
    margin-left: 20px;
}

.together_list_div_col_4 {
    position: relative;
    width: 25%;
    height: 0;
    padding-bottom: 16.15%;
}

.together_list_div_col_4 img {
    width: 100%;
    position: absolute;
    height: 100%
}

.together_list_div_col_8 {
    width: 75%;
}

.minetogether_alert {
    padding: 15px;
}

.minetogether_alert div {
    padding: 25px 0;
    font-size: 15px;
    text-align: center;
}

.minetogether_alert ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.minetogether_alert ul .minetogether_close {
    padding: 5px 15px;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
}

.minetogether_alert ul #long_pay_completed {
    padding: 5px 15px;
    border: 1px solid #CC2D34;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    background: #CC2D34;
}

#together_exampleModal .modal-content {
    border-radius: 6px;
}

#yiqijuan {
    display: none;
}

@media screen and (max-width: 768px) {
    .donation_share_div_row {
        margin-left: 0;
    }

    .donation_share_div_row div {
        padding: 0 8%;
    }

    .together_list_div {
        padding: 20px;
    }

    .together_list_div_col_4 {
        padding-left: 0;
        padding-right: 0;
    }

    .together_list_div_col_8_one {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .together_list_div_col_8_two {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .together_list_div_col_8_two div {
        margin-right: 0px;
    }

    .together_list_div_col_8 {
        padding: 0 0 0 10px;
    }

    .together_list_div_col_8 div {
        min-width: 90px;
    }

    .together_list_div_col_8_two div:first-child {
        margin-right: 0;
    }

    #edit_together_button {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .together_list_div_col_12 button {
        margin-top: 10px;
    }

    .donation_share_div_row {
        font-size: 15px;
        margin-top: 0;
        font-weight: bold;
        height: 50px;
    }

    .donation_share_div_row p {
        height: 50px;
    }

    #yiqijuan {
        display: flex;
    }

    .x_footer_pay_buttom_yiqijuan {
        height: 60px;
        width: 22.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

    .x_footer_pay_buttom_yiqijuan img {
        width: 24px;
        height: 20px;
    }

    .x_footer_pay_buttom_build img {
        width: 20px;
        height: 20px;
    }

    .x_footer_pay_buttom_build {
        border-right: 1px solid #eee;
        height: 60px;
        width: 22.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

    .z_zxjj_buttom_xc_pay {
        width: 55% !important;
        height: 60px !important;
        background: #CC2D34;
        text-align: center;
        line-height: 60px;
        color: #fff;
        font-size: 16px;
    }

    #x_footer_pay.z_zxjj_buttom.z_zxjj_buttom_xc {
        padding: 19px 0;
    }

    .x_footer_mobile_pay {
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        flex-direction: row;
    }
}

.lovedonations_p_together {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.lovedonations_li_div_flex {
    font-size: 16px;
    margin-top: 10px;
    color: #a0a0a0;
}

.lovedonations_li_div_flex p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    color: #a0a0a0 !important;
}

.lovedonations_li_div_flex p span {
    font-size: 16px !important;
    color: #C81333;
    margin: 0 5px;
}

.lovedonations_li_div_flex p:first-child {
    margin-right: 20px;
}

.mlovedonations_li_div2_input {
    background: #E3E3E3;
    color: #000;
}

.m_web_projectdetail_div {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.m_web_projectdetail_div p {
    max-width: 300px;
    font-weight: bold;
    margin-right: 5px;
    color: #333 !important;
    font-size: 18px !important;
}

.m_lovedonations_li {
    position: relative;
}

.click_go_together {
    position: absolute;
    top: 40px;
    right: 0;
    width: 140px;
    height: 50px;
    border: 1px solid #C81333;
    background: #fff;
    font-size: 16px;
    border-radius: 36px;
    color: #C81333;
}

.click_go_together:hover {
    color: #C81333;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .click_go_together {
        position: absolute;
        top: 60px;
        right: 0;
        width: 100px;
        height: 30px;
        border: 1px solid #C81333;
        background: #fff;
        font-size: 12px;
        border-radius: 36px;
        color: #C81333;
    }

    .m_web_projectdetail_div p {
        max-width: 100px;
        font-size: 15px !important;
    }

    .m_web_projectdetail_div {
        font-size: 15px;
    }

    .lovedonations_li_div_flex {
        font-size: 12px;
    }

    .lovedonations_li_div_flex p {
        font-size: 12px !important;
    }

    .lovedonations_li_div_flex p span {
        font-size: 12px !important;
    }
}

.donation_share_money {
    margin-top: 40px;
    border-top: 8px solid #F6F6F6;
    padding: 40px 100px;
    border-bottom: 1px solid #eeeeee;
}

.donation_share_money p:first-child {
    font-size: 24px;
    color: #CC2D34;
    margin-bottom: 15px;
}

.donation_share_money p:last-child {
    font-size: 18px;
    color: #A0A0A0;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .donation_share_money {
        margin-top: 20px;
        padding: 20px 30px 30px 20px;
    }

    .donation_share_money p:first-child {
        font-size: 16px;
        color: #CC2D34;
        margin-bottom: 4px;
    }

    .donation_share_money p:last-child {
        font-size: 12px;
        color: #A0A0A0;
        margin-bottom: 0;
    }

    .m_together_bodys {
        padding: 0 20px !important;
    }

    .border_line_div_heng {
        display: none;
    }

    .m_together_bodys_m {
        padding: 0 !important;
    }
}

.share_modal_div_main {}

.share_modal_div_main img {
    width: 83px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 0;
}

.share_modal_div_main p {
    font-size: 14px;
    text-align: center;
    width: 100px;
    position: absolute;
    right: 83px;
    top: 63px;
    color: #fff;
}

#together_row1_mubiao_id {
    background: #F2BFC5;
    border: 1px solid #C81333;
    color: #C81333;
}

.border_line_div_heng {
    position: absolute;
    width: 100%;
    background: #f5f5f5;
}

#together_row1_input_zidingyi {
    height: 58px;
    background: #f5f5f5;
    font-size: 21px;
    text-indent: 10px;
}

#together_row1_input_zidingyi::-webkit-input-placeholder {
    font-size: 21px;
}

.together_row1_input_zidingyi_yuan {
    font-size: 21px;
    padding: 0 10px;
    background: #f5f5f5;
    height: 58px;
}

@media screen and (max-width: 768px) {
    .is_padding_div {
        padding: 20px !important;
    }

    #together_row1_input_zidingyi {
        height: 34px;
        font-size: 14px;
    }

    #together_row1_input_zidingyi::-webkit-input-placeholder {
        font-size: 14px;
    }

    .together_row1_input_zidingyi_yuan {
        height: 34px;
        font-size: 14px;
        padding: 0 10px 0 5px;
    }

    .mobile_padding_20 {
        padding: 0 20px;
    }

    .m_truetogether_main_xiugai_p {
        font-size: 10px;
    }

    .home_general_ecology {
        position: relative;
    }

    .index_newes_more {
        position: absolute;
        top: 40px;
        right: 0;
    }

    .ui_bnnerp_two {
        width: 100% !important;
    }
}

.public_projects_page_jijin {
    padding: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .public_projects_page_jijin {
        padding: 0;
    }

    .nonghang_is_show {
        display: none;
    }

    .nonghang_save {
        display: none;
    }
}
