.botContent .botContentText {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0 20px;
}

.botContent .botContentText2 {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 15px;
}

.botContent .optionList {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
	color: #2052c5;
}

.layui-btn:hover {
	border-color: #2052c5;
}

.layui-btn {
	display: inline-block;
	width: 150px;
}

.botButton {
	text-align: center;
}

.option {
	line-height: 1.5em;
	position: relative;
	height: 20px;
	margin-bottom: 5px;
}

.option .num {
	float: right;
}

.option .item {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.option .item2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #efefef;
	height: 100%;
}

.option .bfb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100%;
	background: #ccc;
}

.option span {
	padding: 0 10px;
}

.qst_title {
	font-size: 18px;
	margin-bottom: 20px;
}