.toucan-form {
	width: 100%;
}

.toucan-form .toucan-form-body {
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-top: 40px;
}

.toucan-form-title {
	width: 100%;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 10px;
}

.toucan-form-body .item {
	text-align: center;
	margin-top: 20px;
	display: flex;
}

.toucan-form-body .label {
	width: 120px;
	text-align: right;
	float: left;
}

.toucan-form-body .field {
	width: calc(100% - 135px);
	text-align: left;
}

.toucan-form-body .field .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	margin-left: 0;
}

.toucan-form-body .field img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.toucan-form-body .field .avatar input {
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.toucan-form-body .red {
	color: red;
}

.l_ipt {
	width: 127px;
	height: 38px;
	line-height: 38px\9;
	overflow: hidden;
	background-color: #FFF;
	color: #888888;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	padding: 0 10px;
	border: 1px solid #cccccc;
}

.l_combobox {
	width: 127px;
	height: 38px;
	line-height: 38px\9;
	overflow: hidden;
	background-color: #FFF;
	color: #888888;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	padding: 0 10px;
	border: 1px solid #cccccc;
}