@import url("leo-def.css");
@import url("leo-vcps.css");


.con{
	flex: 1;
	width:100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.row1{
}
.row1{
	display: flex;
	align-items: stretch;
}
.col{
	width: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.col-title{
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #777;
	padding-left: 20px;
}
.col-con{
	flex: 1;
}

.row{
	display: flex;
}
.row>.key{
	width: 132px;
	text-align: right;
	padding-right: 18px;
	display:none;
}
.row>.val{
	flex: 1;
}

.row-console{
	margin-top: 50px;
}
.row-console textarea{
	width: 100%;
	height: 120px;
}