*{
  margin:0;
  padding:0;
}
body{
  font-size: 14px;
  font-family: '微软雅黑'
}
.fy-container{
  width:1004px;
  margin:0 auto;
  margin-top:100px;
}
@media screen and(max-width:1003px){
  .fy-container{
    width:100%;
  }
}
.layui-row:after, .layui-row:before {
    content: '';
    display: block;
    clear: both;
}
.left{
  float: left;
}
.right{
  float:right;
}
.order-module {
  width: 100%;
  height: 36px;
  margin: 30px 0;
  position: relative;
}
.order-module:first-child {
  margin-top: 0;
}
.order-module .order-left {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
  z-index: 10;
  border: 1px solid #e8e9fb;
  padding: 5px;
  color: #4d9ff8;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px #e8e9fb;
  box-shadow: 0 0 10px #e8e9fb;
}
.order-module .order-left .order-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
  background-color: #4d9ff8;
  overflow: hidden;
  color: #fff;
}
.order-module .order-left .order-text {
  padding: 2px 7px;
}
.order-module .order-line {
  border-bottom: 1px solid #e8e9fb;
  width: 100%;
  position: absolute;
  left: 0;
  top: 18px;
}
.order-module.active .order-left {
  background-color: #f1f1f1;
  border: 1px solid #e8e9fb;
  color: #555;
  -webkit-box-shadow: 0 0 10px #b9d5f4;
  box-shadow: 0 0 10px #b9d5f4;
}
.order-module.active .order-left .order-number {
  background-color: #ccc;
  color: #fff;
}