.channel.demo{
	padding:20px 0 40px 0;
}
.channel.demo .block{
	padding:10px 20px;
}
.channel.demo .block .title{
	text-align:left;
	padding:5px 0;
	font-size:16px;
	font-weight:bold;
}
.lockpic{
	width:100%;
	height:50vw;
	max-height:451px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left center;
	background-image:url(../images/demo1.jpg);
}
.channel.demo .block .full-title{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	border:1px solid #dddddd;
	border-radius:40px;
}
.channel.demo .block .section{
	color:#666666;
    justify-content: space-between;
	text-align:justify;
	text-indent:2em;
}
.form {
	padding:20px;
	border:1px solid #dddddd;
	box-shadow:-4px 0px 6px #aaaaaa;
}
.form .title{
	padding:10px 0 20px 0;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	color:#000000;
}

.form .row{
	display:flex;
	margin-bottom:10px;
}
.form .row2{
	margin-bottom:10px;
}
.form .label{
	width:60px;
	height:40px;
	line-height:40px;
	color:#666666;
}
.form .row2 .label{
	width:100%;
}
.form .label em{
	color:#ff0000;
}

.form .field{
	flex:1;
}
.form .field input,.form .field textarea{
	width:100%;
	border:1px solid #dddddd;
	border-radius:3px;
}
.form .field input{
	height:40px;
	line-height:40px;
}
.form .btn{
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#00A2FF;
	color:#ffffff;
}



