.compute_right {
  width: 986px;
  height: 500px;
  float: left;
  margin: 20px 0 0 20px;
}
.compute_box {
  width: 986px;
  height: 365px;
  display: flex;
  justify-content: space-between;
}
.compute_cn {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 280px;
  width: 393px;
}
.compute_cn select {
  width: 393px;
  height: 40px;
  border: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  border-radius: 4px;
  padding: 0 10px;
  color: #000;
}
.compute_item {
  margin-top: 20px;
}
.compute_go {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.compute_go span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(238, 247, 255, 1);
}
.compute_en {
  display: flex;
  align-content: space-between;
  flex-direction: column;
}
.compute_en select {
  width: 393px;
  height: 40px;
  border: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  border-radius: 4px;
  padding: 0 10px;
  color: #000;
}
.compute_en .compute_align {
  margin: 20px 0;
}
.compute_en input {
  width: 341px;
  height: 40px;
  border: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.compute_en .compute_weight span {
  color: #2a2a2a;
  margin-left: 20px;
}
.compute_weight {
  margin: 20px 0;
}
.compute_stere span {
  margin-left: 9px;
}
.compute_en button {
  width: 160px;
  height: 40px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  margin-top: 20px;
}
.compute_go :nth-child(2) {
  margin-top: 80px;
}
.compute_go :nth-child(3) {
  margin: 20px;
}
.compute_foot {
  width: 305px;
  display: flex;
  justify-content: space-between;
}
.compute_end,
.compute_message {
  display: flex;
  flex-direction: column;
}
.compute_end span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(238, 247, 255, 1);
  opacity: 1;
  color: #2a2a2a;
}
.compute_message span {
  width: 160px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  color: #666;
  margin-left: 40px !important;
}
.compute_end :nth-child(2),
.compute_message :nth-child(2) {
  margin: 20px 0;
}
.compute_end :nth-child(4),
.compute_message :nth-child(4) {
  margin-top: 20px;
}
