/**
 * 日历
 */
.u-calendar {
	padding: 0 32rpx;
	
	::v-deep .u-calendar__header__text {
		font-size: 32rpx;
		font-weight: 500;
		color: #000000;
		line-height: 44rpx;
		margin-top: 44rpx !important;
	}
	
	::v-deep .u-calendar__content__bg-month {
		display: none;
	}
	
	::v-deep .u-calendar__action {
		padding: 26rpx 0 28rpx 0 !important;
	}
	
	::v-deep .u-calendar__action__text {
		font-size: 28rpx !important;
		font-weight: 400 !important;
		color: #333333 !important;
		line-height: 40rpx !important;
	}
	
	::v-deep .uicon-arrow-left, ::v-deep .uicon-arrow-right {
		color: #333333 !important;
		font-size: 28rpx !important;
	}
	
	::v-deep .uicon-arrow-left-double, ::v-deep .uicon-arrow-right-double {
		color: #333333 !important;
		font-size: 28rpx !important;
	}
	
	::v-deep .u-calendar__week-day__text {
		font-size: 28rpx;
		font-weight: 500;
		color: #333333;
		line-height: 40rpx;
	}
	
	::v-deep .u-calendar__content__item__inner {
		font-size: 28rpx !important;
		font-weight: 500;
		color: #000000;
		line-height: 40rpx;
		height: 68rpx !important;
	}
	
	// ::v-deep .u-calendar__content--start-date {
	// 	background: #007AFF !important;
	// 	border-radius: 12rpx 0rpx 0rpx 12rpx !important;
	// }
	
	// ::v-deep .u-calendar__content--end-date {
	// 	background: #007AFF !important;
	// 	border-radius: 0rpx 12rpx 12rpx 0rpx !important;
	// }
	
	::v-deep .u-calendar__bottom {
		padding: 12rpx 0rpx 32rpx 0rpx !important;
	}
	
	::v-deep .u-calendar__bottom__choose {
		display: none;
	}
	
	::v-deep .u-calendar__bottom__btn {
		width: 686rpx;
		height: 80rpx;
		background: #007AFF;
		border-radius: 10rpx;
		
		.u-btn {
			font-size: 32rpx !important;
			font-weight: 500;
			color: #FFFFFF;
			line-height: 44rpx !important;
		}
	}
	
}


.u-drawer {
	::v-deep .u-close--top-right {
		top: 36rpx !important;
		right: 42rpx !important;
	} 
}