@charset "UTF-8";
/*===================================================
index
===================================================*/

main .key-sub .cover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 880px) {
  main .main-section .enterprise-list {
    display: block;
  }
  main .main-section .enterprise-list .enterprise-item {
    width: 100%;
  }
  main .main-section .enterprise-list .enterprise-item .icon {
    height: 120px;
  }
}
