input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #ffb90f;
    text-indent: .15em;
    line-height: 14px; 
}

input[type="radio"]:checked + label::before {
	width:8px;
	height:8px;
    background-color: #ffb90f;
    background-clip: content-box;
    padding: 3px;
}

input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.sexInput{
	float: left;
	margin-right: 20px;
	line-height: 18px;
}

.setInput lable{
}

.sexLable{
	position: relative;
	top: 0.7px;
}


#top {
	background-image: url("/templates/v2/tpls/cloudzhouyi/tools/lypaipan/web/images/raw_1536135568.jpeg");
	background-size:cover;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #ffb90f;
}
.smallTittle {
	font-size: 16px;
}

.selectType{
	margin-top: 10px;
}

.sixKinsfolkSpan {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 32px;
	padding-right: 32px;
	border-radius: 5px;
	background-color: #e8e8e8;
	cursor: pointer;
}

.liuQinDiv{
	width: 20%;
}

.selectLabel {
	color: #ffb90f;
	font-size: 11px;
	text-align: center;
}


.topNum {
	font-family: cursive;
	font-size: 28px;
}
.top{
	color: white;
}
#modal{
}

.btnItem{
	font-size:14px;
	text-align: center;
	border: 1px solid;
	border-color: #bbbbbb;
	border-radius: 15px; 
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	min-width: 70px;
}

.btnItemSeleted{
	font-size:14px;
	text-align: center;
	border-radius: 15px;
	background-color: #ffb90f;
	border: 1px solid;
	border-color: transparent;
	min-width: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	cursor: pointer;
}
.itemParent{
	padding-left: 20px;
	padding-right: 20px;
}