/* pages/time/index.wxss */

/* page {
  font-size: 24rpx;
} */
.mt91{margin-top: 91rpx;}
.monthtime{border-top: 1rpx solid #f8f8f8;display: flex; background-color:#f8f8f8;}
.yearlist {
  height: 100%;
  background: #f8f8f8;
}
.scroll-content{
  position: absolute;
  top: 92rpx;
  bottom: 0;
  overflow-y: auto;
}
.yearlist .yearliststyle {
  height: 90rpx;
  line-height: 90rpx;
  text-align: center;
  font-size: 26rpx;
  color: #666;
  /* border-bottom: 1rpx solid #ccc; */
}

.yearlist .year-active {
  background: #fff;
}
.selectYear{
  height: 60rpx;
  color: #FFA45F;
  padding: 0 17rpx;
  line-height: 60rpx;
  font-size: 26rpx;
}
.monthlist{  flex: 1;height: 100%; 
  font-size: 28rpx; color: #666; 
  margin-left:180rpx;
  background-color:#fff;
}
.monthliststyle{
  height: 90rpx;
  line-height: 90rpx;
  text-align:left;
  text-indent:40rpx;
  /* border-bottom: 1rpx solid #ccc; */
}
.monthlist .month-active {
  background: #E4E7F6;
  color: #666
}