@minColor: #3e90ec;
.button {
    border: 1PX solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 4px;
    color: #000;
    padding: 6px 10px;
    float: left;
    font-size: 13px;
    &.active {
      background-color:  rgba(54,136,255, 0.06);
      border-color: #3688FF;
      color:  #3688FF !important;
    }
}
.dateMask {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.sort-popover {
  width: 100%;
}
.dateGroup {
  background: #fff;
  overflow: hidden;
  padding: 15px 20px 0 15px;
  box-sizing: border-box;
  .button {
    text-align: center;
  }
}
@media screen and ( orientation : landscape) {
    .dateGroup {
      display: flex;
      flex-direction: row;
      padding: 15px 20px 0 15px;
      flex-wrap: wrap;
      .button {
        width: 56px;
        margin:0 18px 12px 0;
        font-size: 12px;
      }
    }
    .tplus_android {
      .dateGroup {
        padding: 10px 13px 0 10px;
        .button {
          width: 45px;
          margin:0 12px 8px 0;
          font-size: 9px;
        }
      }
    }
}

@media screen and ( orientation : portrait) {
  .dateGroup {
    .button {
      width: 60px;
      margin:0 34px 15px 0;
      flex-wrap: wrap;
      &:nth-child(3n) {
        margin-right: 0;
      }
    }
  }
}
