/* DaTouWang URL: www.datouwang.com */
.richradio,.richcheckbox {
	cursor: pointer;
	display: inline-block;
	width: 110px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	margin: 0 20px 20px 0;
	border: 1px solid #ebedf2;
	border-radius: 12px;
	font-size: 20px;
	color: #303133;
	font-weight: normal;
	position: relative;
}
.richradio {
	padding-left: 30px;
}
.upload_form .richradio {
	width: 84px;
	margin: 0 20px 0 0;
	font-size: 18px;
	padding: 0;
}
.grzl_form .richradio,
.upload_form .richradio {
	border: 1px solid #f5f7fa;
	background: #f5f7fa;
}
.sex .richradio:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 30px;
    background: url(../images/sex_ico.png) no-repeat 0px 0px;
}
.sex .richradio:last-child:before {
    background: url(../images/sex_ico.png) no-repeat 0px -40px;
}

.lowIE {
	position: absolute\9;
	top: -999px\9;
	left: -999px\9;
}

.otherBrowser {
	display: none;
}

.IEChecked {
	background: url(../img/checked.png) no-repeat right bottom;
	border: 1px solid #00a4ff;
	background-size: 21px 21px;
	color: #00a4ff;
}

.grzl_form .otherBrowserChecked,
.upload_form .otherBrowserChecked,
.otherBrowserChecked {
	border: 1px solid #4095ff;
	color: #fff;
	background: #4095ff;
}
.sex .otherBrowserChecked:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 12px;
	left: 30px;
	background: url(../images/sex_ico.png) no-repeat 0px -20px;
}
.sex .otherBrowserChecked:last-child:before {
	background: url(../images/sex_ico.png) no-repeat 0px -60px;
}

.richselect {
	margin-left: .3rem;
	position: relative;
	display: inline-block;
	width: 80px !important;
	min-width: 80px;
	vertical-align: middle;
	text-align: left;
	user-select: none;
	font-size: .18rem;
	color: #909399;
}
#terminalSelect-rich{
	width: 48% !important;
	float: right;
}
#terminalSelect2-rich{
	width: 48% !important;
	float: right;
}
#languageSelect-rich{
	width: 100% !important;
}

.richselect .richplaceholder {
	position: relative;
	display: block;
	z-index: 1;
	border-radius: 6px;
	cursor: pointer;
	color: #0e0c36;
	background: url("../images/select_jt.png") no-repeat right center;
}
#terminalSelect-rich .richplaceholder,
#terminalSelect2-rich .richplaceholder{
	text-align: left;
	padding: 0 .16rem;
	height: .54rem;
	line-height: .54rem;
    border: 1px solid #eee;
	background:  #fff url("../images/select_jt.png") no-repeat right center;
}

.richselect .richplaceholder:after {
	transform: translateY(-50%);
	z-index: 10;
}

.richselect.is-open ul {
	display: block;
}

.richselect ul {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 5px 0;
	margin: 10px 0 0 0;
	z-index: 100;
	border-radius: 6px;
	font-size: 16px;
	color: #0e0c36;
	background: #fff;
	border: 1px solid #eeeeee;
}
.richselect ul:before {
	content: '';
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 16px;
    background: url(../images/jt_ico.png) no-repeat 0px 0px;
    background-size: 16px 8px;
}

#languageSelect-rich ul {
	top: inherit;
	bottom: 100%;
	margin: 0 0 10px 0;
}
#languageSelect-rich ul:before {
	top: inherit;
    bottom: -8px;
    border-top: 8px solid #fff;
    border-bottom: inherit;
}

.richselect ul li.unchecked {
	display: block;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
}
#terminalSelect-rich ul li.unchecked,
#terminalSelect2-rich ul li.unchecked,
#languageSelect-rich ul li.unchecked{
	text-align: left;
	padding: 0 12px;
}
#languageSelect-rich ul li.unchecked{
	height: 40px;
	line-height: 40px;
	font-size: .14rem;
}

.richselect ul li.unchecked:hover {
	color: #f36b16;
}
#mySelect2-rich ul li.unchecked:hover {
    color: #606266;
    height: 40px;
    line-height: 40px;
    margin: 3px 10px;
    border-radius: 12px;
    background: #f5f7fa;
}

.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;
}



