.banner{
	width: 100%;
	height: auto;
	display: flex;
}
.banner img{
	width: 100%;
	height: 100%;
}
.com{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
.com-title{
	height: 52px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.com-title img{
	height: 100%;
}
.form{
	width: 600px;
	margin-top: 20px;
}
.layui-form-label{
	width: auto;
}
.layui-form-item{
	width: 100%;
	margin-top: 20px;
}
.layui-input-block{
	display: flex;
	justify-content: space-between;
}
.form-tj{
	width: 100%;
	display: flex;
	justify-content: center;
}
.submit{
	width: 200px;
	height: 40px;
	background: #f73c3c;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	margin: 20px 0 30px 0;
}
.radio{
	justify-content: flex-start;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #0093f1 !important;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
	color: #808080;
}
.layui-form-select dl dd.layui-this{
	background-color:#0093f1
}