input{
	display:block;
	width:200px;
}
.ol_num{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	padding:0px;
}
.ol_num>li{
	display:list-item;
	list-style:decimal;
	list-style-position:inside;
	width:auto;
	height:auto;
	color:#f00;
}
#bt_save{
	width:100px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:40px;
	height:40px;
	text-align:center;
	background-color:#06F;
}
#bt_clear{
	width:100px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:40px;
	height:40px;
	text-align:center;
	background-color:#333;
}
#qd_title{
	border:1px solid #ccc;
	width:500px;
	height:20px;
	padding:5px;
}
#qd_content{
	border:1px solid #ccc;
	width:500px;
	height:200px;
	padding:5px;
}
@media screen and (max-width:375px)
{
	input{
		display:block;
		width:200px;
	}
	.ol_num{
		display:block;
		overflow:hidden;
		width:auto;
		height:auto;
		margin:auto;
		padding:0px;
	}
	.ol_num>li{
		display:list-item;
		list-style:decimal;
		list-style-position:inside;
		width:auto;
		height:auto;
		color:#f00;
	}
	#bt_save{
		width:100px;
		display:inline-block;
		color:#fff;
		font-size:14px;
		line-height:40px;
		height:40px;
		text-align:center;
		background-color:#06F;
	}
	#bt_clear{
		width:100px;
		display:inline-block;
		color:#fff;
		font-size:14px;
		line-height:40px;
		height:40px;
		text-align:center;
		background-color:#333;
	}
	#qd_title{
		border:1px solid #ccc;
		width:400px;
		height:20px;
		padding:5px;
	}
	#qd_content{
		border:1px solid #ccc;
		width:400px;
		height:200px;
		padding:5px;
	}
}