*{padding: 0;margin: 0;}
body{
	/*background: rgba(145, 138, 138, 0.34);*/
	color: rgba(16, 16, 16, 1);
	font-family: SourceHanSansSC-regular;
}
input{border: 0;outline: none;}
a{text-decoration: none;color: #fff;display: inline-block;}
.title{
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 30px;
	background: #428bca;
	line-height: 100px;
	color:#fff;
}
.cont{width: 915px;margin: 30px auto;display: flex;justify-content: space-between;margin-top: 90px;}
.clumnt{margin-top:30px;}
.item{
	width: 450px;
	font-size: 20px;
	margin-bottom: 20px;
}
.item label.point{
	margin-right: 15px;
}
.mg-r{
	margin-left: 40px!important;
}
.item label.point:before{
	content: '*';
    color: red !important;
    margin-right: 4px;
}
.item input{
	height: 38px;
	width: 300px;
	text-align: center;
	border: 1px solid #000;
}
.check{
	width: 80px;
	height: 38px;
	background: #428bca;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	margin-left: 305px;
	cursor: pointer;
}
.full{
	width: 2px;
	height: 340px;
	/*background: #ddd;*/
	border-left: 1px solid #ddd;
}
.zhuy{
	width: 450px;
	margin-top:30px;
	margin-left: 29px;
}
.zhuy p{
	color: rgba(16, 16, 16, 1);
	line-height: 28px;
	
}
.footer{
    width: 225px;
    height: 130px;
    margin: 0 auto;
    margin-top: 55px;
}
.footer img{
    width: 100%;
    height: 100%;
}
