.buy_upc_box {
  width: 1200px;
  margin: auto;
}
.buy_upc_text {
  display: flex;
  justify-content: space-between;
}
.buy_upc_text span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.buy_upc_text button {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}
.buy_upc_box p {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
}
.selet_buy {
  height: 40px;
  line-height: 40px;
}
.selet_buy span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
}
.selet_buy select {
  width: 254px;
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
}
.upc_text {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
}
.buy_upc_form {
  width: 1200px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 0px 0px 4px 4px;
}
.buy_upc_form thead {
  background: rgba(103, 166, 230, 1);
  color: #fff;
  font-size: 14px;
}
.buy_upc_form thead :nth-child(1) {
  width: 200px;
  height: 40px;
}
.buy_upc_form thead :nth-child(2) {
  width: 860px;
  height: 40px;
}
.buy_upc_form thead :nth-child(3) {
  width: 136px;
  height: 40px;
}

.buy_upc_form tbody {
  font-size: 14px;
  color: #666;
}
.buy_upc_form tbody tr:nth-child(odd) {
  background: rgba(238, 247, 255, 1);
}
.buy_upc_form tbody tr :nth-child(1) {
  width: 200px;
  height: 40px;
}
.buy_upc_form tbody tr :nth-child(2) {
  width: 200px;
  height: 40px;
}
.buy_total {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  background: rgba(238, 247, 255, 1);
  box-shadow: 0px 3px 10px rgba(64, 158, 254, 0.16);
  display: flex;
  justify-content: flex-end;
  margin-right: 57px;
  color: #000;
}
.buy_total span {
  margin-right: 57px;
  color: #409efe;
}
.affirm_btn {
  width: 138px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  float: right;
  border: none;
  outline: none;
  color: #fff;
  margin-top: 20px;
}
