.detail-title {
		padding: 0 10px;
		height: 50px;
		flex-direction: row;
		&-left {
			margin-right: 10px;
			&-image{
				width: 40px;
				height: 40px;
				border-radius: 50%;
			}
		}
		&-right {
			flex-direction: row;
			&-left {
				height: 45px;
				&-title {
					height: 25px;
					line-height: 25px;
					font-size: 15px;
					font-weight: 600;
					@include onlyLineEllipsis;
				}
				&-intro {
					height: 25px;
					line-height: 25px;
					@include styleFont(#979497,12);
					@include onlyLineEllipsis;
				}
			}
			&-right {
				height: 25px;
				width: 170px;
				@include flexRowEnd;
				&-text {
					padding: 0 10px;
					background-color: #fff0f0;
					border-radius: 30px;
					@include  flexRowCenter;
					&-icon {
						width: 15px;
						height: 15px;
					}
					&-text {
						margin-left: 3px;
						@include styleFont(#e13730,14);
					}
					margin-right: 5px;
				}
				&-collect {
					padding: 0 10px;
					line-height: 25px;
					background-color: #f1eff0;
					border-radius: 30px;
					font-size: 14px;
				}
				&-act {
					padding: 0 10px;
					line-height: 25px;
					background-color: #fb2e2d;
					border-radius: 30px;
					@include styleFont(#FFFFFF,14);
				}
			}
		}
	}