.screen_box {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 0 20px 20px 0;
  box-sizing: border-box;
}
.screen_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status_bar {
  display: flex;
  align-items: center;
}
.recycle_flex {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.status_main {
  min-width: 124px;
  height: 44px;
  border-radius: 0px 0px 0px 0px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.recycle_icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  cursor: pointer;
}
.red_text {
  margin-left: 3px;
}
.calendar_box {
  display: flex;
  align-items: center;
  padding: 20px 0 0 25px;
}
.calendar_main {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.calendar_view {
  display: flex;
  align-items: center;
}
.calendar_value {
  width: 84px;
  height: 32px;
  border: 1px solid #cccccc;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 13px;
}
.calendar_icon {
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.calendar_title {
  margin-right: 8px;
}
.symbol {
  color: #cccccc;
  margin: 0 8px;
}
.order_search {
  width: 185px;
  height: 32px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  box-sizing: border-box;
  margin-left: 5px;
  font-size: 12px;
}
.search_button {
  width: 70px;
  height: 32px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}
.order_column {
  width: 100%;
  height: 38px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 60px;
  box-sizing: border-box;
  margin-top: 20px;
}
.details_node {
  width: 65%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column_text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.column_row {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_main {
  margin-top: 20px;
  border: 1px solid #eeeeee;
  border-bottom: none;
}
.order_head {
  width: 100%;
  height: 38px;
  background: #f5f5f5;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_infor {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.order_create {
  margin-right: 60px;
}
.order_goods {
  display: flex;
  align-items: initial;
  justify-content: space-between;
}
.goods_left {
  width: 60%;
  border-bottom: 1px solid #ECECEC;
}
.goods_left .order-total {
  display: flex;
  padding: 0px 20px 10px;
}
.goods_left .order-total p {
  color: #c9151e;
  font-size: 14px;
  margin-right: 20px;
}
.order_goods .goods_left .goods_item:not(:first-child) {
  border-top: 1px solid #ECECEC; 
}
.goods_item {
  display: flex;
  align-items: initial;
  min-height: 120px;
  padding: 20px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #ECECEC; */
}
.goods_item .goods_src {
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.goods_item .goods_mation {
  /*display: flex;
  flex-direction: column;
  justify-content: space-around;*/
  padding-left: 20px;
}

.goods_right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods_region {
  width: 33%;
  height: 100%;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mation_up {
  width: 336px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods_name {
  max-width: 236px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.goods_number {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.goods_feature {
}
.goods_type {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: block;
}
.goods_price {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  display: block;
}
.goods_payment {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
.goods_button {
  width: 100%;
  height: 38px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
  cursor: pointer;
}
.button_red {
  background: #c9151e;
  color: #fff;
  border: none;
}
.button_green {
  border: 1px solid #9ab869;
  color: #74b65b;
}
.button_grey {
  background: #f5f5f5;
  border: 1px solid #dddddd;
}
.status_current{
  color: #c9151e;
  border-bottom: none;
}
.visitor_timeslot{
  margin: 0;
}
.alignment{
  margin-top: 20px;
}
