.together_form_container {
    padding: 40px;
}

.together_form_container .form_wrap {
    margin-top: 35px;
}

.together_form_container .form_wrap .form_item_wrap {
    margin: 20px 0;
}

.together_form_container .form_wrap .form_item_wrap .form_item_title {
    color: #111;
    font-weight: bold;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content {
    margin-top: 20px;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content .type_item {
    cursor: pointer;
    color: #666;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content .type_item i {
    font-size: 35px;
    line-height: 1;
    color: #666;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content .type_item.active {
    color: #111;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content .type_item.active i {
    color: var(--ThemeColor);
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.team_image_upload_wrap {
    position: relative;
    padding: 15px 0;
    background-color: #f5f5f5;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.team_image_upload_wrap .image_wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.team_image_upload_wrap input {
    width: 80px;
    height: 113px;
    position: absolute;
    top: 15px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.team_name_input_wrap {
    height: 44px;
    padding: 0 10px;
    font-size: 15px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.team_name_input_wrap input {
    width: 100%;
    height: 100%;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.slogan_wrap {
    position: relative;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.slogan_wrap textarea {
    border: 0;
    width: 100%;
    padding: 10px 20px 35px 20px;
    min-height: 140px;
    resize: vertical;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.slogan_wrap .counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #696969;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap {
    width: 320px;
    margin: 20px auto 0 auto;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap .no_target_wrap {
    width: calc(50% - 10px);
    height: 44px;
    color: #111;
    font-size: 15px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    cursor: pointer;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap .no_target_wrap.active {
    border: 1px solid var(--ThemeColor);
    color: var(--ThemeColor);
    background-color: var(--ThemeColorAlpha2);
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap .target_money {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    font-size: 15px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    padding: 0 10px;
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap .target_money.active {
    border: 1px solid var(--ThemeColor);
    color: var(--ThemeColor);
    background-color: var(--ThemeColorAlpha2);
}

.together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap .target_money input {
    width: calc(100% - 20px);
    height: 100%;
    background: transparent;
}

.together_form_container .form_wrap .together_btn_wrap div {
    padding: 14px;
    width: 95%;
    box-shadow: 0 0 0 8px var(--ThemeColorAlpha6);
    margin: 60px auto 40px auto;
    cursor: pointer;
}

.together_detail_container {
    /* padding: 40px; */
    /* padding-top: 40px; */
    padding-bottom: 60px;
}

.together_detail_bg_wrap .bg_wrap {
    /* height: 70px; */
}

.together_detail_bg_wrap .bg_wrap svg {
    width: 100%;
    height: auto;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; */
}

.together_detail_container .wrap_title {
    color: #111;
    font-weight: 700;
    font-size: 18px;
}

/* .together_detail_container .together_wrap {
    border-bottom: 1px solid #eee;
} */

.together_detail_container .together_wrap .together_content {}

.together_detail_container .together_wrap .together_content .head_content {
    position: relative;
}

.together_detail_container .together_wrap .together_content .head_content .head_img {
    position: relative;
    width: 100%;
    height: 38px;
}

.together_detail_container .together_wrap .together_content .head_content .head_img img {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.together_detail_container .together_wrap .together_content .text_wrap .name_wrap {
    margin: 15px;
    color: #111;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.together_detail_container .together_wrap .together_content .text_wrap .target_wrap {
    margin-bottom: 15px;
    color: #111;
    font-size: 15px;
    text-align: center;
}

.together_detail_container .together_wrap .together_content .text_wrap .slogan_wrap {
    margin: 0 15px 15px;
    padding: 15px;
    color: #696969;
    font-size: 14px;
    text-align: center;
    background-color: #f5f5f5;
}

.together_detail_container .relation_wrap {
    padding: 15px;
}

.together_detail_container .relation_wrap .relation_content {
    margin-top: 20px;
    padding: 20px 15px 15px 15px;
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.05);
}

.together_detail_container .relation_wrap .relation_content img:first-child {
    width: 80px;
}

.together_detail_container .relation_wrap .relation_content .title_desc_field>div:first-child {
    font-size: 16px;
}

.together_detail_container .relation_wrap .relation_content .title_desc_field .desc {
    font-size: 12px;
}

.together_detail_container .together_total_wrap .together_total_content {
    padding: 15px 0;
    margin: 20px 15px 0 15px;
    border-bottom: 1px solid #eee;
}

.together_detail_container .together_total_wrap .together_total_content>div {
    flex-grow: 1;
}

.together_detail_container .together_total_wrap .together_total_content>div:first-child {
    border-right: 1px solid #eee;
}

.together_detail_container .together_total_wrap .together_total_content>div>div:first-child {
    margin-bottom: 10px;
    font-size: 16px;
}

.together_detail_container .together_total_wrap .together_total_content>div>div:last-child {
    color: #696969;
    font-size: 12px;
}

.together_love_list_wrap {
    padding: 20px;
}

.together_love_list_wrap .together_love_list_item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
}

/* 一起捐的爱心捐助-头像 */
.together_love_list_wrap .together_love_list_item .together_love_list_item_one .together_love_list_item_one_left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

.together_love_list_wrap .together_love_list_item .together_love_list_item_one .together_love_list_item_one_right {
    width: calc(100% - 60px);
    margin-left: 10px;
}

/* 一起捐的爱心捐助-名字帮助了钱 */
.together_love_list_wrap .together_love_list_item .together_love_list_item_one_right .together_love_list_item_one_right_one {
    font-size: 16px;
    margin-bottom: 4px;
}

.together_love_list_wrap .together_love_list_item .together_love_list_item_one_right .together_love_list_item_one_right_one>span:nth-child(2) {
    color: #696969;
}

/* 一起捐的爱心捐助-时间 */
.together_love_list_wrap .together_love_list_item .together_love_list_item_one_right .together_love_list_item_one_right_two {
    font-size: 14px;
    color: #333;
}

.together_love_list_wrap .together_love_list_item .together_love_list_item_two {
    color: #666;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 10px;
}

.together_love_list_wrap .mescroll .upwarp-nodata {
    padding-top: 40px;
}

.together_detail_container .btn_wrap .share_wrap {
    display: none;
}

.together_detail_container .btn_wrap .donate_wrap {
    text-align: center;
    width: 80%;
    /* height: 50px; */
    padding: 14px;
    box-shadow: 0 0 0 8px var(--ThemeColorAlpha6);
    cursor: pointer;
    margin-top: 150px;
    cursor: pointer;
}

/** 一起捐列表公共样式-start */
.charity_detail_together_list_ul {
    padding: 0 30px;
}

.together_list_li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.together_list_li:first-child {
    padding-top: 0;
}

.together_list_li:last-child {
    border-bottom: none;
}

/* 图片 */
.together_list_li .together_list_one .together_list_one_left {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.together_list_li .together_list_one .together_list_one_right {
    margin-left: 10px;
    width: calc(100% - 70px);
    flex-grow: 1;
}

/* 名字 */
.together_list_li .together_list_one .together_list_one_right .together_list_one_right_one span:first-child {
    color: #111;
    font-size: 16px;
    display: inline-block;
    max-width: calc(100% - 155px);
}

/* 发起了一起捐 */
.together_list_li .together_list_one .together_list_one_right .together_list_one_right_one span:nth-of-type(2) {
    margin: 0 10px 0 5px;
    color: #696969;
    flex-shrink: 0;
}

/* 立即加入 */
.together_list_li .together_list_one .together_list_one_right .together_list_one_right_one span:nth-of-type(3) {
    padding: 2px 6px;
    color: var(--ThemeColor);
    border: 1px solid var(--ThemeColor);
    border-radius: 4px;
    word-break: keep-all;
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
}

.together_list_li .together_list_one .together_list_one_right .together_list_one_right_two {
    margin-top: 10px;
    color: #696969;
}

.together_list_li .together_list_two {
    position: relative;
    margin-top: 15px;
    padding: 10px;
    color: #696969;
    line-height: 1.5;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.together_list_li .together_list_two:before {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-color: transparent transparent #f5f5f5;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
}

/** 一起捐列表公共样式-end */

/** 一起捐列表页-start样式 */
.together_list_container {
    padding: 40px;
}

.together_list_container .together_total_wrap {
    color: #111;
    font-size: 16px;
    margin-bottom: 40px;
}

.together_list_container .together_total_wrap .together_total_count {
    margin: 0 10px;
    padding: 4px;
    color: #fff;
    background: var(--ThemeColor);
    border-radius: 4px;
}

/** 一起捐列表页-end样式 */

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

    .together_form_container .form_wrap .form_item_wrap .form_item_content.target_wrap {
        width: 100%;
    }

    .together_detail_container {
        padding: 0;
    }

    .together_detail_container .btn_wrap {
        padding: 15px 0;
        z-index: 999;
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0px;
        background-color: #fff;
    }

    .together_detail_container .btn_wrap .share_wrap {
        display: flex;
        margin-right: 50px;
    }

    .together_detail_container .btn_wrap .donate_wrap {
        margin-top: 0;
        width: calc(100% - 200px);
        /* padding: 10px 0 !important; */
        color: #fff;
        font-size: 15px;
        text-align: center;
        background: var(--ThemeColor);
        border-radius: 25px;
        box-shadow: 0 4px 7.5px 0 var(--ThemeColorAlpha6);
    }

    .charity_detail_together_list_ul {
        padding: 0;
    }

    .together_list_li .together_list_one .together_list_one_left {
        width: 40px;
        height: 40px;
    }

    .together_list_li .together_list_one .together_list_one_right {
        width: calc(100% - 50px);
    }

    /* 名字 */
    .together_list_li .together_list_one .together_list_one_right .together_list_one_right_one span:first-child {
        font-size: 14px;
        max-width: calc(100% - 135px);
    }
}