﻿.feibiaoimg {
  margin: 0 0 0 -100px;
  width: 800px;
}

/* 手机屏幕样式 - 一行显示一个 */
@media screen and (max-width: 600px) {
  .feibiaoimg {
    margin: 0 0 0 0px !important;
    width: 100% !important;
  }
}
