.content {
	padding: 0.35rem 0.73rem 0.2rem;
	background: #fff;
}
.fill {
	margin-bottom: 0.5rem;
}
.fill .input {
	padding: 0 0.5rem 0 0.22rem;
	width: 100%;
}
.fill .input-div {
	position: relative;
}
.fill .input-div img {
	position: absolute;
	right: 0.22rem;
	top: 10%;
	height: 80%;
}
.fill .input-div1 .input {
	border: 1px solid #843c0b;
}
.fill .input-div2 .input {
	border: 1px solid #ddd;
}
.fill .btn-div {
	display: flex;
	justify-content: space-between;
}
.btn-div .btn {
	color: #fff;
	background: #843c0b;
	padding: 0.22rem 0;
	width: 48%;
}

.register-div {
	display: none;
}
.register-div .iconfont {
	position: absolute;
	left: 0.1rem;
	color: #843c0b;
}
.register-div .input-div {
	position: relative;
	display: flex;
	align-items: center;
}
.register-div .input {
	padding: 0 0.22rem 0 0.5rem;
	width: 100%;
}
.register-div .input {
	border: 1px solid #843c0b;
}
.register-div .btn {
	width: 100%;
	display: none;
}









.code {
	display: flex;
}
.code .input-div {
	flex: 1;
}
.code .code-btn {
	background: #843c0b;
	height: 0.64rem;
	line-height: 0.64rem;
	color: #fff;
	margin-left: 0.1rem;
}
.authority .limit {
	margin-bottom: 0.5rem;
}
.authority .limit .limit-title {
	color: #843c0b;
	margin-bottom: 0.1rem;
	/* font-weight: 600; */
}
.authority .table {
	width: 100%;
	border-collapse: collapse;
}
.authority .table thead td {
	padding: 0.22rem 0;
	background: #843c0b;
	text-align: center;
	font-size: 0.2rem;
}
.authority .table thead td:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.authority .table thead td:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.authority .table tbody td {
	padding: 0.16rem 0;
	font-size: 0.18rem;
	color: #843c0b;
	text-align: center;
}
.authority .table tbody tr td:first-child {
	/*padding-left: 0.3rem;*/
	text-align: left;
}
.authority .table tbody td .iconfont {
	font-size: 0.22rem;
}
.limit-img img {
	width: 100%;
	box-shadow: 5px 5px 10px #eee;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}