.capital-list {
		display: flex;
		margin: 0.8rem;
		border-bottom: 1px solid #DFD6CB;
		font-size: 0.7rem;
		justify-content: space-between;
		padding-bottom: 0.8rem;

		$size: 0.7rem;

		.time-icon {
			width: $size;
			height: $size;
			vertical-align: middle;
		}

		.title {
			font-size: 1.1rem;
		}

		.price {
			color: #FF1313;
			font-weight: 600;
		}

		.note {
			font-size: $size;
			color: #666666;
		}

		.line-2 {
			margin-top: 15upx;
		}
		.right{
			text-align: right;
		}
	}
	