@charset "utf-8";
input{outline:none}
body{
	font-size: 14px;
}
.demo-box{
	display: flex;
	justify-content: space-around;
	border: 1px solid #ddd;
	line-height: 40px;
}
.demo-box > div{
	width: 25%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.demo-box1 >.children,.demo-box1 >.children1{
	display: flex;
	justify-content: space-around;
	border: 1px solid #ddd;
	border-top: none;
	line-height: 40px;
}
.demo-box1 > .children >div,.demo-box1 > .children1 >div{
	width: 25%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.input-border{
	border: none;
	background: none;
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 25px;
	margin-top: 5px;
}
.input-active{
	border: 1px solid #dddddd;
}
.padd-l-50{
	padding-left: 50px;
}