*{box-sizing: border-box;}
body{
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;
}

.m-container{
  position: relative;
  width: 100%;
}

.m-container a{
  position: absolute; z-index: 9;
}

.m-list{
  width: 100%;
  overflow: scroll;
  font-size: 0;
  overflow-y: hidden;
}

.m-list .l-con{

  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.m-list img{
  width: 7.5rem !important;
}