.order_logo {
  align-items: center;
}
.order_logo .logo img {
  width: 119px;
  height: auto;
}
.order_logo .btnList {
  display: flex;
}
.order_logo .btnList .item {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
  line-height: 22px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}
.order_logo .btnList .highLight {
  color: #ffffff;
  font-weight: bold;
}
