  html,
  body {
  	width: 100%;
  	height: auto;
  	font-size: 14px;
  	color: #333;
		margin: 0;
		padding: 0;
  	font-family: "microsoft YaHei", "宋体", Arial;
  }

	.exchange-table {
		width: 350px;
		height: 260px;
		border: 1px solid #c9c9c9;
		border-collapse: collapse;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.exchange-table td,
	.exchange-table th {
		border: 1px solid #c9c9c9;
		/* padding: 2px 5px; */
		font-size: 12px;
	}

	.title {
		width: 350px;
		font-weight: bold;
		border: none;
		height: 31px;
		/* background-color: #e0e0e0; */
		text-align: center;
		font-size: 14px;
	}

	.currency {
		text-align: left;
		padding-right: 8px;
	}

	.value {
		text-align: right;
		padding-right: 8px;
	}

	.remark {
		text-align: center;
		font-size: 10px;
		padding: 3px;
	}

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

	.empty-row td {
		height: 10px;
	}