@prefixCls: ~'igloo-transit-footer';

.@{prefixCls} {
  width: 100%;
  padding: 0 16px;
  background: #f6f6ff;
  &-main {
    max-width: 1140px;
    margin: 0 auto;
    &-infos {
      padding: 32px 0 24px;
      border-bottom: 1px solid #eeeeee;
      &-item {
        display: flex;
        align-items: center;
        &-text {
          margin-left: 16px;
          color: #424242;
        }
      }
    }
    &-simple-footer {
      padding: 24px 0 24px;
    }
  }
  &.@{prefixCls}-mobile {
  }
}
