.quotation-classify .classifyList {
  background-color: #fff;
  margin-top: 32px;
}
.quotation-classify .classifyList dl {
  min-height: 75px;
}
.quotation-classify .classifyList dt {
  margin-left: 45px;
  display: block;
  width: 75px;
  color: #999999;
  float: left;
  text-align: right;
  height: 75px;
  line-height: 75px;
  padding-right: 8px;
}
.quotation-classify .classifyList dd {
  display: block;
  overflow: hidden;
  min-height: 75px;
  vertical-align: middle;
  text-align: center;
  line-height: 75px;
}
.quotation-classify .classifyList dd a {
  display: block;
  cursor: pointer;
  float: left;
  color: #333333;
  padding: 0px 8px;
  height: 75px;
  line-height: 75px;
  margin: 0 auto;
  text-decoration: none;
}
.quotation-classify .classifyList dd .active {
  color: #FC511D;
}
.order-box {
  margin: 24px 0 77px;
}
.order-box .order-content {
  min-height: 499px;
  background-color: #FFFFFF;
  padding: 47px 29px 0px;
  box-sizing: border-box;
}
.order-box .order-flex {
  display: flex;
}
.order-box .order-flex .order-flex-imgBox {
  width: 259px;
  height: 309px;
  padding: 27px 24px 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px #EBEEF3;
  border-radius: 2px;
}
.order-box .order-flex .order-flex-imgBox p {
  font-size: 20px;
  font-weight: bold;
  color: #023C99;
  margin-left: 14px;
}
.order-box .order-flex .order-flex-imgBox img {
  width: 212px;
  height: 160px;
  object-fit: contain;
  margin-top: 22px;
}
.order-box .order-list {
  margin-left: 44px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.order-box .order-list .order-item {
  width: 33%;
  margin-bottom: 33px;
}
.order-box .order-list .order-item .order-item-title {
  font-size: 16px;
  color: #222222;
}
.order-box .order-list .order-item .order-item-recycling {
  margin-top: 10px;
}
.order-box .order-list .order-item .order-item-recycling span {
  font-size: 14px;
  color: #666666;
}
.order-box .order-footer {
  height: 95px;
  margin-top: 48px;
}
.order-box .order-footer .order-foot-btn {
  width: 239px;
  height: 48px;
  line-height: 48px;
  background: #E50012;
  border-radius: 2px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  margin: 16px auto 0;
  cursor: pointer;
}
