.dateArea {
  background: #FFF!important;
  overflow: hidden;
  .lookupButton {
    height: 44px;
    background: #3688FF;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 3.76px;
  }
  .date {
    padding: 0 15px;
    div {
      padding-bottom: 0.15rem;
      display: inline-flex;
      width: 100%;
    }
    p {
      font-size: 15px;
      flex:1;
      border-bottom: 1PX solid #C8C8CD;
      span {
        padding: 0 4px 0 0;
        color: #666;
        margin-top: 5px;
        margin-right: 5px;
      }
      i {
        position: relative;
        font-size: 18px;
        color: #999;
        top: 2px;
      }
    }
    span {
      padding: 0 0.1rem;
      text-align: center;
      line-height: 20px;
    }
    .rili{
      fill: #bdbdbd;
    }
  }
  .month {
    // flex: 1;
    line-height: 22px;
    i {
      margin-left: 5px;
      color: #999;
    }
  }
}

@media screen and ( orientation : landscape) {
  .tplus_android {
    .dateArea {
      padding: 7px 7px 7px;
      .lookupButton {
        height: 44px;
        background: #3688FF;
        text-align: center;
        line-height: 44px;
      }
      .date {
        div {
          padding-top: 0.15rem;
        }
        p {
          font-size: 12px;
          max-width: 80px;
          span {
            padding: 0 3px 0 0;
            margin-top: 3px;
            margin-right: 3px;
          }
          i {
            position: relative;
            font-size: 14px;
            top: 2px;
          }
        }
        span {
          padding: 0 0.1rem;
          line-height: 15px;
        }
      }
      .month {
        line-height: 16px;
        i {
          margin-left: 3px;
        }
      }
    }
  }
}
