@import '~config'
.cd-checkbox
	box-sizing: border-box;margin: 0;padding: 0;list-style: none;
	white-space: nowrap;outline: none;
	display: inline-block;line-height: 1;position: relative;
	vertical-align: middle;top: -0.09em;
	input
		position: absolute;left: 0;z-index: 1;cursor: pointer;opacity: 0;
		top: 0;bottom: 0;right: 0;width: 100%;height: 100%;
	&-wrapper
		font-size: 14px;cursor:pointer
		&:hover
			.cd-checkbox-inner
				border-color:PrimaryColor
	&-inner
		position: relative;top: 0;left: 0;display: block;width: 16px;
		height: 16px;border: 1px solid BorderColor;border-radius: 2px;
		background-color: #fff;transition: all .3s;
	& + span
		padding:0 8px