$font-family-A: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB",
	SimSun, STHeitiSC, sans-serif;
$font-family-H: "Helvetica Neue", Tahoma, "PingFang SC", "Hiragino Sans GB",
	"Microsoft YaHei", STHeitiSC, sans-serif;
.date-time__content {
	.form-item__control_is-active {
		.ant-calendar-picker-open {
			border: none;
		}
	}
	.ant-calendar-picker {
		width: 100%;
		height: 28px !important;
		> span {
			outline: none;
		}

		.input-create-picker {
			width: calc(100% - 2px);
			padding: 0px;
		}

		&.ant-calendar-picker-open {
			.input-create-picker {
				width: 100%;
			}
		}
	}
	// .form-item__control {
	// 	border: none;
	// }
	.base-input-show {
		font-family: $font-family-H;
	}

	form-item__control_has-error:focus {
		border: none !important;
		box-shadow: none !important;
		outline: none !important;
	}
}

.form-item__control_is-active {
	.ant-calendar-picker {
		border: none;
	}
}
