.exchange_right {
  width: 986px;
  height: 500px;
  float: left;
  margin: 20px 0 0 20px;
}
.exchange_mony {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.exchange_mony select {
  width: 393px;
  height: 40px;
  border: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  border-radius: 4px;
  padding: 0px 10px;
}
.exchange_mony span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(238, 247, 255, 1);
  opacity: 1;
  color: rgba(42, 42, 42, 1);
}
.exchange_rate_mony {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.exchange_rate_mony select {
  width: 345px;
  height: 40px;
  border: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  border-radius: 4px;
}
.exchange_rate_mony span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(238, 247, 255, 1);
}
.exchange_rate_mony button {
  width: 76px;
  height: 40px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.exchange_box {
  width: 986px;
  margin-top: 20px;
}
.exchange_box thead tr {
  width: 986px;
  background: rgba(238, 247, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
}
.exchange_box thead tr td {
  width: 245px;
  height: 40px;
}
.exchange_box {
  /*cursor: pointer;*/
}

.exchange_box tbody {
  width: 986px;
  height: 640px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.exchange_box tbody tr td {
  height: 40px;
}
.exchange_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
