/*!
 richUI 1.0.0
 ©2018-2019 L.Z.C. 1225601131@qq.com
*/
.richradio,.richcheckbox {
	border:1px solid #CCC;
	color:#666;
	display:inline-block;
	height:26px;
	line-height:26px;
	padding:2px 10px 2px 5px;
	min-width:60px;
	text-align:center;
	margin:2px;
	border-radius:4px;
	user-select:none;
}
.richradio2 {
	background:url(../img/radio.png) no-repeat 0% 50%;
	color:#666;
	display:inline-block;
	height:26px;
	line-height:26px;
	padding:2px 10px 2px 5px;
	min-width:40px;
	user-select:none;
	padding-left: 26px;
}
.richradio2-otherBrowserChecked{
	background:url(../img/radio-check.png) no-repeat 0% 50%;
}
.richcheckbox2 {
	background:url(../img/checkbox.png) no-repeat 0% 50%;
	color:#666;
	display:inline-block;
	height:26px;
	line-height:26px;
	padding:2px 10px 2px 5px;
	min-width:40px;
	user-select:none;
	padding-left: 26px;
}
.richcheckbox2-otherBrowserChecked{
	background:url(../img/checkbox-check.png) no-repeat 0% 50%;
}
.richradio:hover,.richcheckbox:hover {
	cursor:pointer;
}
.otherBrowser {
	display:none;
}
.otherBrowserChecked {
	background:url(../img/checked.svg) no-repeat right bottom;
	background-size:auto auto;
	border:1px solid #00a4ff;
	background-size:21px 21px;
	color:#00a4ff;
}


.richselect .richplaceholder:after {
	transform:translateY(-50%);
	z-index:10;
}
.richselect.is-open ul {
	display:block;
}
.richselect ul {
	display:none;
	position:absolute;
	overflow:auto;
	width:100%;
	max-height:250px;
	background:#fff;
	border-radius:2px;
	top:100%;
	left:0;
	list-style:none;
	margin:0 0 0 -1px;
	padding:0;
	z-index:100;
	border:#ccc 1px solid;
}
.richselect ul li.unchecked {
	display:block;
	text-align:left;
	padding:3px 5px 3px 5px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	overflow: hidden;
}
.richselect ul li.unchecked:hover {
	background:#4ebbf0;
	color:#fff;
	padding-left:10px;
}
.richselect ul li.checked {
	display:block;
	text-align:left;
	padding:3px 5px 3px 5px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	background:url("../img/hook.png") no-repeat 95% center;
}
.richselect ul li.checked:hover {
	color:#fff;
	padding-left:10px;
	background:url("../img/hook2.png") no-repeat 95% center #4ebbf0;
}
