.category_box {
  width: 1200px;
  margin: auto;
}
.category_text {
  display: flex;
  justify-content: space-between;
}
.category_text span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.category_text button {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}
.category_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);
}
.upc_text select {
  width: 292px;
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
}
.category_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;
}
.category_form thead {
  background: rgba(103, 166, 230, 1);
  color: #fff;
  font-size: 14px;
}
.category_form thead :nth-child(1) {
  width: 100px;
  height: 40px;
}
.category_form thead :nth-child(2) {
  width: 400px;
  height: 40px;
}
.category_form thead :nth-child(3) {
  width: 400px;
  height: 40px;
}
.category_form thead :nth-child(4) {
  width: 294px;
  height: 40px;
}
.category_form tbody {
  font-size: 14px;
  color: #666;
}
.category_form tbody tr td {
  height: 40px;
}
.category_form tbody tr:nth-child(odd) {
  background: rgba(238, 247, 255, 1);
}
/* .category_form tbody tr :nth-child(1) {
  width: 200px;
  height: 40px;
}
.category_form tbody tr :nth-child(2) {
  width: 200px;
  height: 40px;
} */
.buy_total {
  height: 40px;
  line-height: 40px;
  display: flex;
  margin-right: 57px;
  color: #000;
}
.buy_total span {
  margin-right: 57px;
  color: #f99615;
}
.affirm_btn {
  width: 138px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  margin-top: 20px;
}
/* 按钮 */
.radio {
  display: flex;
}
.radio label,
.checkbox label {
  padding-left: 0px;
}
.radio label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.16rem;
}
.radio label > div {
  margin-left: 0.2rem;
  line-height: 0.18rem;
}
.radio,
.checkbox {
  margin: 0px;
}
.a-radio {
  display: none;
}
.b-radio {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  margin: 0px !important;
  border: 1px solid #d9d9d9;
}
.b-radio:before {
  content: "";
  font-size: 0;
  width: 12px;
  height: 12px;
  background: url(../../images/confirm_icon.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.a-radio:checked ~ .b-radio:before {
  display: block;
}
/* 上传图片 */
.uploading {
  width: 230px;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.uploading .uploading_text {
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
}
.uploading_img {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uploading_add {
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(221, 221, 221, 1);
  border-radius: 50%;
  opacity: 1;
}
.uploading_add span {
  font-size: 40px;
}
.add_img_text {
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: rgba(170, 170, 170, 1);
}
