/* pages/components/day/index.wxss */

/* page {
  font-size: 24rpx;
} */

.p50 {
  padding: 100rpx 0;
}

.mt162 {
  margin-top: 162rpx;
}

/* .scrol{padding-bottom: 50rpx} */

.years_month {
  text-align: center;
  height: 86rpx;
  line-height: 106rpx;
  background: #fff;
  color: #FFA45F;
  width: 100%;
  font-size: 36rpx;
  position: relative;
  /* border-bottom: 1px solid #e7e7e7; */

}

.years_month_view {
  position: absolute;
  top: -14rpx;
  height: 12rpx;
  box-shadow: 0 8rpx 16rpx #e7e7e7;
  width: 100%;
}

.item {
  position: relative;
  height: 122rpx;
  line-height: 122rpx;
  display: flex;
  width: 14.28%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  font-size: 30rpx;
  color: #333;
  font-weight: 500;
}


.stickyClass {
  position: sticky;
  top: 0rpx;
  z-index: 6;
}

.weekhead {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 998;
  top: 91rpx;
  left: 0;
  height: 70rpx;
  line-height: 70rpx;
  border-bottom: 1rpx solid #eee;
}

.week {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 56rpx;
}

.week-item {
  font-size: 20rpx;
}

.years {
  background: #f2f2f2;
  text-align: center;
  padding: 15rpx 0;
}

.monthBody {
  flex-wrap: wrap;
  padding: 0 16rpx;
}

.myred {
  color: red !important;
}

.tipColor {
  color: #fff !important;
  background: red !important;
  display: flex;
  flex-flow: wrap;
  height: 80rpx;
  justify-content: center;
}

.flex {
  display: flex;
}

.nowDayColor {
  color: #ffff;
  background: red;
  border-radius: 5rpx;
}

.selected {
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-view {
  width: 66rpx;
  height: 66rpx;
  display: flex;
  background-color: #F5A623;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.on {
  background-color: #F5A623 !important;
  color: #fff !important;
}

.dateStyle {
  width: 66rpx;
  height: 66rpx;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.nowDay {
  background-color: transparent;
  border: 1px solid #F5A623;
  color: #333333;
}

.disabled {
  color: #fff;
  background-color: #eee;
}