/* pages/common/components/year/index.wxss */
/* page {
  font-size: 24rpx;
} */
.mt91{margin-top: 91rpx;}
.yearlist {
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}

.yearlist .yearliststyle {
  height: 90rpx;
  line-height: 90rpx;
  padding-left: 28rpx;
  background-color: #fff;
  border-bottom: 1rpx solid #f8f8f8;
  color: #666666;
  font-size: 28rpx;
}

.yearlist .year-active {
  background: #E4E7F6;
}