

.fadeins {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  z-index: 9999999999; }
  .fadeins .showbox {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: -4rem;
    background: #fff; }
    .fadeins .showbox h2 {
      font-size: .3rem;
      color: #333;
      text-align: center;
      line-height: .8rem; }
    .fadeins .showbox ul {
      overflow: hidden; }
      .fadeins .showbox ul li {
        overflow: hidden;
        width: 33.33%;
        float: left;
        padding: .3rem 0; }
        .fadeins .showbox ul li img {
          width: .8rem;
          display: block;
          margin: 0 auto;
          margin-bottom: .15rem; }
        .fadeins .showbox ul li p {
          text-align: center;
          font-size: .26rem;
          color: #333; }
    .fadeins .showbox .close {
      width: 100%;
      font-size: .3rem;
      border-top: 1px solid #D7D7D7;
      color: #333;
      text-align: center;
      margin-top: .3rem;
      line-height: .8rem; }

/*# sourceMappingURL=css.css.map */
