.box-content {
    padding: 1rem 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}
.project-top{
	position: relative;
    border-radius: 0.5rem;
    align-items: center;
}
.project-top .project-pic{
	width: 21rem;
	height: 14rem;
    border-radius: 0.5rem;
}
.project-top .detail{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.project-top .title{
	font-size: 1.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 8.5rem);
	float: left;
	padding-right: 10px;
}
.project-top .summary{
    line-height: 1.5;
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    min-height: 2.7rem;
}

.pro-title{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40rem);
    float: left;
}

.project-top .text{
    /* color: #aaa; */
}
.project-top .time{
	color: black;
	margin-bottom: 0.5rem;
	font-size: 0.7rem;
}
.project-top .money{
	color: #666;
	margin-bottom: 1.4rem;
	font-size: 0.7rem;
}
.project-top .amount{
	margin-bottom: 1rem;
}
.project-top .qrcode{
	width: 3.8rem;
    height: 3.8rem;
	position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
}
.project-top .qrback{
	width: 100%;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
}
.project-top .hander{
	width: 6rem;
    height: 6rem;
    overflow: hidden;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    background: #fff;
}
.project-detail{
	display: flow-root;
	margin-top: 3rem;
}
.project-detail .detail-title{
	flex: 1;
	margin-bottom: 2rem;
    font-size: 1.2rem;
    /* color: var(--main_color); */
}
.project-detail .left-title{
	float: left;
	width: 5rem;
	font-size: 1.2rem;
}
.project-detail .right-content{
	float: left;
	width: 100%;
}

/* 反馈列表 */
#feedback .project-feedback{
	/* padding-left: 1rem; */
}
#feedback .timeline-axis {
	color: var(--main_color);
	font-weight: bolder;
	font-size: 1rem;
	margin-top: 1rem;
	position: absolute;
    left: -0.25rem;
    top: 0;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

#feedback .layui-timeline-axis:hover {
	color: var(--main_color);
}
#feedback .layui-timeline-item:before {
	background-color: var(--main_color);
	left: 0.2rem;
	top: 1.9rem;
	z-index: 15;
	width: 2px;
	height: calc(100% - 0.9rem);
}
#feedback .layui-timeline-item-last:before {
	background-image: linear-gradient(180deg, #ee772d 0%, #FFFFFF 100%);
}
#feedback .layui-timeline-item-over:before {
	display: none;
}
#feedback .timeline-content {
	background: #fff;
	border: 1px solid #E0E0E0;
	box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.03);
	border-radius: 0.2rem;
	padding: 1rem;
	/* margin-left: 2rem; */
	word-break: break-all;
	font-size: 0.8rem;
	border-radius: 7px;
	margin-bottom: 1.5rem;
}
#feedback .left {
	position: absolute;
	left: 1rem;
	top: 1rem;
}
#feedback .left:before, .left:after {
	position: absolute;
	content: '';
	border-top: 0.5rem transparent dashed;
	border-left: 0.5rem transparent dashed;
	border-bottom: 0.5rem transparent dashed;
	border-right: 0.5rem #fff solid;
}
#feedback .left:before {
	border-right: 0.5rem #cacaca solid;
}
#feedback .left:after {
	left: 1px;
	border-right: 0.5rem #fff solid;
}
#feedback img {
	width: 9rem;
	height: 6rem;
    object-fit: cover;
	margin-top: 1rem;
	margin-right: 1rem;
	cursor: pointer;
}
#feedback .layui-flow-more {
	border: none!important;
}
#feedback .layui-timeline-item{
	padding-bottom: 0;
}
#feedback .timeline-title{
	margin-bottom: 0.5rem;
}
#feedback .timeline-title .title-font{
	font-weight: bold;
}
#feedback .project-feedback li:nth-last-child(2){
	padding-bottom: 0;
}
#feedback .project-feedback li:nth-last-child(2):before{
	height: calc(100% - 2rem);
}
.total-content{
	margin-top: 1.5rem;
	text-align: center;
}
.total-content span{
	font-size: 0.8rem;
}

.project-top .project-progress{
	display: flex;
}
.project-top .project-progress .progress-div{
	flex: 1;
	display: flex;
    align-items: center;
}
.progress-div .detail-progress{
	flex: 1;
}
.layui-progress-bar{
	background-color: var(--main_color);
	display: flex;
    justify-content: flex-end;
}
.actholder {
        margin-top: 13px;
    font-size: 0.9rem;
    color: #888;
    line-height: 18px;
}
.img-content{
	margin-right: 2rem;
}
.detail{
    /* padding-right: 4.2rem; */
}
.detail .button{
/* 	bottom: 0; */
/*     position: absolute; */
}
.donaterImage{
	width:100%;
	height:100%;
}
.leftImage{
	width:100px;
	margin-right:20px;
	float:left;
}
.listItem{
	display: flex;
	height:100px;
	margin-bottom:30px;
}
.donateInfo{
    font-size: 0.9rem;
    padding: 20px 0 15px 0;
	flex: 1;
}
.donateName{
	flex: 1;
	float:left;
}
.donateTime{
	float:right;
}
.donateline1{
	padding-bottom:30px;
	display: flex;
}
.donate-title{
	display: flex;
}
.donate-more{
    margin-bottom: 2rem;
    text-align: end;
    line-height: 1.5rem;
}
.point{
	cursor: pointer;
}
.maincolor{
	 color: black;
	 /* font-weight: bold; */
}
.typeBtn{
	border: 1px solid #b3b3b3;
    padding: 0.4rem 0.75rem 0.4rem 0.75rem;
    border-radius: 10px;
    float: right;
    margin-right: 2rem;
}
.actholder div {
    padding-bottom: 10px;
}
.donateMoney{
	color: var(--main_color);
	font-weight: bold;
}
#qrcode img{
	width: 100%;
}
.notallow{
	cursor: not-allowed!important;
}
.child-content .right-content{
	margin-bottom: -2rem;
}
.child-content .total-content{
    margin-top: 0;
    padding-bottom: 2rem;
}
.list-div{
	margin-bottom: 2rem;
}
.child-project{
	display: flow-root;
}

.project-file {
	/* color: var(--main_color); */
	color: #01AAED;
    cursor: pointer;
}
.annex{
	margin-top: 1rem;
}
.annex .annex-title{
	margin-bottom: 1rem;
	font-size: 0.9rem;
}
.annex .annex-file{
	font-size: 0.8rem;
}
.annex .annex-file div+div{
	margin-top: 0.5rem;
}

.pro-name{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#feedback .left:before, .left:after {
    position: absolute;
    content: '';
    border: 0;
}

.pointer{
	cursor: pointer;
}

.pointer:hover{
	color: red;
}

.button .layui-btn{
	min-width: 4rem;
	height: 1.8rem;
	line-height: 1.8rem;
	padding: 0 12px;
	border-radius: 6px;
}

.layui-layer-title{
	font-size: large !important;
	font-weight: 600;
}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: start;
}