.bread_crumbs_box button {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  margin-top: 103px;
  border: none;
  outline: none;
  color: #fff;
}
.bread_crumbs_box {
  display: flex;
  justify-content: space-between;
}
.fregiht_container {
  width: 1200px;
  height: 880px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
  opacity: 1;
  margin: auto;
}
.fregiht_header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background: rgba(103, 166, 230, 1);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
}
.fregiht_box {
  width: 1120px;
  height: 500px;
  margin: 20px auto;
}
.select_operation span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(85, 85, 85, 1);
}
.select_operation select {
  width: 480px;
  height: 40px;
  border: 1px solid rgba(170, 170, 170, 1);
  border-radius: 4px;
  padding: 0 10px;
}
.fregiht_container p {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.fregiht_text {
  width: 478px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fregiht_text span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.fregiht_text_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fregiht_text_box .text_item {
  width: 333px;
  height: 40px;
  line-height: 40px;
  background: rgba(238, 247, 255, 1);
  display: flex;
}
.text_item span {
  width: 166px;
  text-align: center;
}
.text_item :nth-child(1) {
  color: rgba(42, 42, 42, 1);
}
.text_item :nth-child(2) {
  color: #67a6e6;
}
.fregiht_onbtn {
  width: 96px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  margin-top: 40px;
  float: right;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
