.finance_right {
  width: 986px;
  height: 500px;
  float: left;
  margin: 20px 0 0 20px;
  position: relative;
}
.finance_change {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.finance_change input {
  width: 300px;
  height: 40px;
  background: rgba(238, 247, 255, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  color: #666;
}
.finance_change span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(42, 42, 42, 1);
}
.finance_change button {
  width: 76px;
  height: 40px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
}
.finance_total {
  margin-top: 31px;
}
.finance_total :nth-child(1) {
  color: #2a2a2a;
}
.finance_total :nth-child(2) {
  color: #f99615;
  margin-left: 10px;
}
.finance_box {
  width: 986px;
  margin-top: 20px;
}
.finance_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;
}
.finance_box thead tr td {
  height: 40px;
}
.finance_box {
  /*cursor: pointer;*/
}

.finance_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;
}
.finance_box tbody tr td {
  height: 40px;
}
.finance_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
.page_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.22rem 0rem;
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.info {
  color: #409efe;
  margin-left: 10px;
}
/*结汇弹出框 */
.exchange_popup {
  width: 418px;
  height: 213px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.1);
  opacity: 1;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.popup_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 418px;
  height: 40px;
  background: rgba(103, 166, 230, 1);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
}
.popup_header span {
  margin-left: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 1);
}
.popup_header img {
  margin-right: 20px;
}
.popup_text {
  width: 132px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: rgba(42, 42, 42, 1);
  margin-left: 20px;
}
.popup_input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_input .popup_number {
  color: #2a2a2a;
  font-size: 14px;
}
.popup_all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.popup_all input {
  width: 140px;
  height: 24px;
  border: 1px solid rgba(103, 166, 230, 1);
  opacity: 1;
  border-radius: 4px 0px 0px 4px;
  border-right: none;
}
.popup_all button {
  width: 66px;
  height: 28px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 0px 4px 4px 0px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
}
.exchange_popup p {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #666;
}
.popup_btn {
  text-align: center;
  margin-top: 10px;
}
.popup_btn :nth-child(1) {
  width: 76px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
}
.popup_btn :nth-child(2) {
  width: 76px;
  height: 30px;
  background: rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
