body {
  background: #f0f4f6;
}
.wws-order-left {
  width: 236px;
  padding-top: 46px;
  background: #fff;
}
.wws-order-left .order-left-user {
  padding-left: 72px;
  width: 92px;
  height: 92px;
  position: relative;
  cursor: pointer;
}
.wws-order-left .order-left-user .img {
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.wws-order-left .order-left-user .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wws-order-left .order-left-username {
  width: 190px;
  margin: 0 auto;
  padding-top: 24px;
  text-align: center;
  margin-bottom: 34px;
}
.wws-order-left .order-left-username .order-left-username-span2 {
  cursor: pointer;
  font-size: 16px;
  color: #fe8a02;
  margin-top: 14px;
}
.wws-order-left .order-left-ul {
  padding-left: 70px;
}
.wws-order-left .order-left-ul .order-left-li {
  cursor: pointer;
  margin-bottom: 33px;
  font-size: 16px;
  color: #2d364a;
  position: relative;
  left: 0px;
}
.wws-order-left .order-left-ul .order-left-li .span2 {
  display: inline-block;
  line-height: 1;
}
.wws-order-left .order-left-ul .active {
  font-size: 18px;
  color: #466de2;
  position: relative;
  left: -10px;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
.wws-order-left .order-left-ul .active .span1 {
  margin-right: 10px;
}
.wws-order-left .order-left-logo {
  text-align: center;
  padding-bottom: 22px;
  padding-top: 60px;
}
