:root {
    --themr-color: #cc2d34;
    --theme-bg-color: #f9e9ea;
    --theme-bg-color-mine: #ffffff;
    --theme-font-size-nickn: 16px;
    --theme-font-size-nickn: 16px;
}

/* 重置样式 start */

/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural
		elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

pre,

/* text formatting elements 文本格式元素 */

fieldset,
button,
input,
textarea,
/* form elements 表单元素
		*/

.nav-tabs .nav-link {
    border: 0px;
}

th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft Yahei", Helvetica Neue, Helvetica, STHeiTi, sans-serif;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
}

/*指鼠标在链接*/

a:active {
    text-decoration: none;
}

button {
    outline: none;
}

img,
input {
    border: 0 none;
}

div,
a {
    outline: none
}

.clear {
    clear: both
}

.hide {
    display: none
}

p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

input {
    outline: none;
}

.container {
    width: 71.74%;
    max-width: 71.74%;
    margin: 0 auto;
}

.form-control {
    box-shadow: 0 0 0 0;
}

input {
    outline: none !important;
}

/* 重置样式 end */

/*************************************自定义布局************************************/

/*
    @flex布局
*/

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

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

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

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

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

.flex_right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

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

.flex_col_right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

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

.flex_top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex_c_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
}

.flex_start {
    display: flex;
    justify-content: flex-start;
}

.flex_end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*
    @padding
*/

.no_padding {
    padding: 0 0 !important;
}

.padding_10 {
    padding: 10px;
}

.padding_15 {
    padding: 15px;
}

.padding_20 {
    padding: 20px;
}

.padding_30 {
    padding: 30px;
}

.padding_40 {
    padding: 40px;
}

.padding_50 {
    padding: 50px;
}

.padding_l40 {
    padding-left: 40px;
}

.padding_r0 {
    padding-right: 0px;
}

.padding_r30 {
    padding-right: 30px;
}

.padding_t40 {
    padding-top: 40px;
}

.padding_tb10 {
    padding: 10px 0;
}

.padding_tb15 {
    padding: 15px 0;
}

.padding_l10 {
    padding-left: 10px;
}

.padding_lr15 {
    padding: 0 15px;
}

.padding_lr40 {
    padding: 0 40px;
}

.padding_lr68 {
    padding: 0 68px;
}

.padding_lr60 {
    padding: 0 60px;
}

.padding_t20 {
    padding-top: 20px;
}

.padding_t30 {
    padding-top: 30px;
}

.padding_t50 {
    padding-top: 50px;
}

.padding_tb20 {
    padding: 20px 0;
}

.padding_lr20 {
    padding: 0 20px;
}

.padding_tb30 {
    padding: 30px 0;
}

.padding_tb40 {
    padding: 40px 0;
}

.padding_tb50 {
    padding: 50px 0;
}

.padding_lr30 {
    padding: 0 30px;
}

.padding_b20 {
    padding-bottom: 20px;
}

.padding_b30 {
    padding-bottom: 30px;
}

.padding_b50 {
    padding-bottom: 50px;
}

.padding_t10 {
    padding-top: 10px;
}

.padding_b10 {
    padding-bottom: 10px;
}

.padding_b15 {
    padding-bottom: 15px;
}

.padding_b40 {
    padding-bottom: 40px;
}

.padding_b60 {
    padding-bottom: 60px;
}

.padding_b200 {
    padding-bottom: 200px;
}

/*
    @margin
*/

.no_margin {
    margin: 0 0 !important;
}

.margint1 {
    margin-top: 1px;
}

.margintb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margint8 {
    margin-top: 8px;
}

.marginb7 {
    margin-bottom: 7px;
}

.marginb10 {
    margin-bottom: 10px;
}

.marginb15 {
    margin-bottom: 15px;
}

.marginb20 {
    margin-bottom: 20px;
}

.marginb30 {
    margin-bottom: 30px;
}

.marginb35 {
    margin-bottom: 35px;
}

.marginb70 {
    margin-bottom: 70px;
}

.margint8 {
    margin-top: 8px;
}

.margint20 {
    margin-top: 20px;
}

.margint30 {
    padding-top: 30px;
}

.margint40 {
    margin-top: 40px;
}

.marginl10 {
    margin-left: 10px;
}

.marginl15 {
    margin-left: 15px;
}

.marginl20 {
    margin-left: 20px;
}

.marginr20 {
    margin-right: 20px;
}

.marginlr20 {
    margin: 0 20px;
}

.margin_auto {
    margin: 0 auto;
}

/*
    @背景色

    @bg_ff: #FFFFFF;
*/

.bg_ff {
    background-color: #fff;
}

.bg_black {
    background-color: #000;
}

.bg_242A2F {
    background-color: #242A2F;
}

.bg_f5 {
    background-color: #f5f5f5;
}

.bg_f9 {
    background-color: #f9f9f9;
}

.bg_20262B {
    background-color: #20262B;
}

.bg_CC2D34 {
    background-color: #CC2D34;
}

.bg_f9e9ea {
    background-color: #F9E9EA;
}

.bg_FBF9F8 {
    background-color: #FBF9F8;
}

.bg_f3 {
    background-color: #f3f3f3;
}

.bg_6bb351 {
    background-color: #6bb351;
}

.bg_47a5a5 {
    background-color: #47a5e5;
}

.bg_f9e9ea {
    background-color: var(--theme-bg-color);
}

/*
    @字体颜色
    @color_3: 字体文字;
*/

.black {
    color: #000;
}

.white {
    color: #fff;
}

.F949B {
    color: #8F949B;
}

.col_939699 {
    color: #939699;
}

.col_000000 {
    color: #000000;
}

.col_333 {
    color: #333333;
}

.col_666 {
    color: #666666;
}

.col_CC2D34 {
    color: #CC2D34;
}

.col_A0A0A0 {
    color: #A0A0A0;
}

.col_999 {
    color: #999999;
}

.a0a0a0 {
    color: #a0a0a0;
}

/*
    @font-size字体
 */

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_15 {
    font-size: 15px;
}

.font_16 {
    font-size: 16px;
}

.font_17 {
    font-size: 17px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_22 {
    font-size: 22px;
}

.font_24 {
    font-size: 24px;
}

.font_28 {
    font-size: 28px;
}

.font_32 {
    font-size: 32px;
}

/*
    @自动换行
 */

.wrap-word {
    word-wrap: break-word;
    word-break: normal;
}

/*
    @省略
    @singleEllipses:单行省略号;
    @multipleEllipses:多行省略号;
*/

.singleEllipses {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multipleEllipses {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*
  @自适应
 */

.heightauto {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/*
    行间距
 */

.line-height1 {
    line-height: 1;
}

.line-height30 {
    line-height: 30px;
}

.line-height15 {
    line-height: 1.5;
}

/*
    段落居中
 */

.text-center {
    text-align: center;
}

/*
    nowrap：强制不换行
    normal:自动换行
    break-all:强制英文单词断行
 */

.nowrap {
    white-space: nowrap;
}

.normal {
    word-wrap: break-word;
    word-break: normal;
}

.break-all {
    word-break: break-all;
}

/*
    font-weight:加粗
*/

.fontbold {
    font-weight: bold;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

/*
隐藏
 */

.text_clip {
    overflow: hidden;
    text-overflow: clip;
}

/*
手掌箭头
 */

.point_view:hover {
    cursor: pointer;
}

/*公共标题*/

.home_public_title {
    text-align: center;
    color: #CC2D34;
    font-size: 25px;
    font-family: PingFangSC-Regular;
    margin-bottom: 0px;
    font-weight: 400;
}

/*圆角*/

.radius4 {
    border-radius: 4px;
}

.radius30 {
    border-radius: 30px;
}

.radius50 {
    border-radius: 50px;
}

/*公共隐藏样式*/

.display_none {
    display: none;
}

.isdisplaynone {
    display: none;
}

/*iphone5/6/7/8 安卓 ipad*/

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

    .home_public_title {
        font-size: 16px;
    }

    /*公共隐藏样式*/
    .displaynone {
        display: none;
    }

    .public_container {
        padding: 0;
    }

    .modal-dialog {
        border-radius: 0px;
        border: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .modal-content {
        border: 0px;
        border-radius: 0px;
    }
}

/*按钮*/

.public_button {
    background: #CC2D34;
    border-radius: 32px;
    border: 6px solid #EFC0C2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin: 0 auto;
}

/*公共图文*/

.public_image_text {
    background-color: #fff;
    padding: 40px 30px;
    margin-right: 20px;
}

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

.public_image_text_div img {
    max-width: 100%;
}

/*累计捐款*/

.public_all_donation {
    padding: 40px 0;
    background-color: #fff;
}

/*搜索*/

.public_search_div input::-webkit-input-placeholder {
    padding-left: 0px;
}

.public_all_donation h3 {
    font-size: 32px;
    font-weight: 500;
    color: rgba(204, 45, 52, 1);
    margin-bottom: 15px;
    text-align: center;
}

.public_all_donation p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.public_all_donation div {
    width: 57.5%;
    height: 60px;
    font-size: 16px;
    margin-top: 40px;
}

/*捐款动态列表*/

.public_donation_dynamics {
    padding: 25px 15px 0 15px;
    margin-top: 10px;
    background-color: #fff;
}

.public_donation_dynamics_div {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public_donation_dynamics_div div:nth-of-type(1) {
    width: 35%;
    height: 21px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public_donation_dynamics_div div:nth-of-type(2) {
    width: 40%;
    height: 21px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public_donation_dynamics_div div:nth-of-type(3) {
    width: 25%;
    height: 21px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*查看更多*/

.public_see_more {
    font-size: 15px;
    font-weight: 400;
    color: rgba(204, 45, 52, 1);
    line-height: 21px;
}

.public_see_more:hover {
    color: rgba(204, 45, 52, 1);
}

.public_info {
    padding: 0 !important;
}

.public_main {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    body {
        width: 100%;
        min-width: unset;
    }

    .public_main {
        margin: 0;
    }

    /*公共图文*/
    .public_image_text {
        margin-right: 0 !important;
        padding: 20px;
        font-size: 14px;

    }

    .public_info {
        display: none;
    }

}

/*头像上传*/

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

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

/*加载图片*/

.jiazai_image {
    width: 100%;
}

.jiazai_image img {
    width: 50%;
}

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

.public_content_tuwenshow {

    line-height: 1.5;
    overflow: hidden;
    max-width: 100%;
}

.public_content_tuwenshow span {
    line-height: 1.5 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.public_content_tuwenshow img,
p,
span,
div {
    max-width: 100%;
    line-height: 1.5;
    
}

.public_projects_page_show {
    margin-bottom: 15px;
}

.public_tuwen_detail {
    font-size: 18px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    width: 100% !important;
    height: auto;
}

.public_tuwen_detail div {
    font-size: 18px !important;
}

.public_tuwen_detail p {
    font-size: 18px !important;
}

.public_tuwen_detail span {
    font-size: 18px !important;
}

.public_tuwen_detail h2 {
    font-size: 18px !important;
}

@media screen and (max-width: 768px) {
    .public_tuwen_detail {
        font-size: 16px !important;
    }

    .public_tuwen_detail div {
        font-size: 16px !important;
    }

    .public_tuwen_detail p {
        font-size: 16px !important;
    }

    .public_tuwen_detail span {
        font-size: 16px !important;
    }

    .public_tuwen_detail h2 {
        font-size: 16px !important;
    }
}

.mobile_row_main {
    padding: 30px;
}

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