.information_box {
  width: 100%;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.infor_state {
  width: 28%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px 10px;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
}
.order_no {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.order_state {
  font-weight: bold;
  font-size: 24px;
  color: #c9151e;
  margin-top: 15px;
}
.order_button {
  width: 147px;
  height: 45px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #c9151e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #c9151e;
  cursor: pointer;
  margin-top: 17px;
}
.order_cancel {
  background: #f5f5f5;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #dddddd;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.infor_process {
  width: 82%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addrs_infor {
  padding: 30px;
  box-sizing: border-box;
}
.addrs_title {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 18px;
}
.addrs_value {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  margin-top: 8px;
}
.address_title {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.table_text {
  font-weight: bold;
  font-size: 14px;
  color: #c9151e;
}
.cashiers_value {
  width: 90px;
}
.payment_path {
  width: 516px;
}
.path_one,
.path_two,
.path_three,
.path_four {
  width: 30px;
  height: 30px;
  top: -13px;
  box-shadow: rgba(224, 224, 224, 0.8) 0px 0px 8px;
}
.path_one::after {
  top: -20px;
  content: "提交订单";
  width: 60px;
}
.path_two::after {
  top: -20px;
  content: "买家支付";
}
.path_time {
  position: absolute;
  top: 50px;
  left: 70%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  width: 135px;
}
.path_three::after {
  top: -20px;
  content: "商家发货";
  width: 65px;
}
.path_four::after {
  top: -20px;
  content: "收货完成";
}
.current_text::after {
  color: #c9151e;
}
.information_row {
  width: 100%;
  display: flex;
  height: 221px;
  justify-content: space-between;
}
.information_left,
.information_right {
  padding: 30px 20px;
  box-sizing: border-box;
}
.information_left {
  width: 30%;
  border-right: 1px solid #e0e0e0;
  padding-left: 40px;
}
.information_right {
  width: 70%;
}
.logistics_ul {
  overflow: auto;
  max-height: 100%;
}
.logistics_li {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
}
.option_two{
  display: none;
}



.goods-cell {
  display: flex;
  flex-wrap: wrap;
}

.goods-cell__item {
  width: 33.333333%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}