*{
  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;
  margin-left: 60px;
  position: relative;
}
.order-module:first-child {
  margin-top: 0;
}
.order-module .order-left {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 50px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding-right: 5px;
  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;
  position: absolute;
  left: -55px;
  top: 5px;
}
.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;
}
.order-module .active-title {
  width: 25px!important;
  height: 25px!important;
  min-width: 0!important;
  overflow: hidden;
}