* {
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

.container {
	padding-bottom: 50px;
	background-color: rgb(245, 245, 245);
}

.container .top-img {
	width: 100%;
}

.container .top-img img {
	width: 100%;
	height: 100%;
}

.container .box {
	margin-top: 18px;
}

.group {
	margin-bottom: 18px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #fff;
	border-radius: 10px;
}

.group>.title {
	padding: 14px 14px 0px;
	font-size: 14px;
	font-weight: bold;
}

.group .item {
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 10px 16px;
	color: rgb(50, 50, 51);
	font-size: 14px;
	line-height: 24px;
	background-color: rgb(255, 255, 255);
}

.group .item .item-title {
	flex: none;
	box-sizing: border-box;
	width: 85px;
	margin-right: 12px;
	color: rgb(100, 101, 102);
	text-align: left;
	word-wrap: break-word;
}

.group .item .item-title .label {
	flex: none;
	box-sizing: border-box;
	width: auto;
	color: rgb(100, 101, 102);
	text-align: left;
	word-wrap: break-word;
}

.item-required::before {
	margin-right: 2px;
	color: rgb(238, 10, 36);
	content: "*";
}

.group .item::after {
	position: absolute;
	box-sizing: border-box;
	content: " ";
	pointer-events: none;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #dedede;
	transform: scaleY(.5);
}

.group .item:last-child {
	border-bottom: none;
}

.group .item .item-value {
	width: 80%;
	overflow: visible;
	position: relative;
	overflow: hidden;
	color: rgb(150, 151, 153);
	text-align: right;
	vertical-align: middle;
	word-wrap: break-word;
}

.item .item-value .item-body {
	display: flex;
	align-items: center;
}

.item .item-value .item-body .ietm-field {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	color: rgb(50, 50, 51);
	line-height: inherit;
	text-align: left;
	background-color: transparent;
	border: 0;
	resize: none;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
}

.item .item-value .item-body .ietm-field:focus {
	outline: none;
}

.error-msg {
	color: rgb(238, 10, 36);
	font-size: 12px;
	text-align: left;
}

.select-area {
	position: relative;
	overflow: hidden;
}

.select-area select {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
}

.error-msg {
	display: none;
}

.layui-form-radio {
	margin: 0 10px 0 0;
}

.form-btn {
	width: 80%;
	height: 42px;
	margin: 20px auto;
}

.form-btn button {
	width: 100%;
	line-height: 42px;
	background-color: rgb(25, 137, 250);
	color: #fff;
	border: none;
	font-size: 14px;
	border-radius: 42px;
}

.group .item-cel {
	display: block;
	box-sizing: border-box;
	min-height: 1px;
	padding: 10px 16px;
}

.group .item-cel p {
	text-indent: 2em;
	line-height: 24px;
	margin: 14px 0px;
	font-size: 14px;
	color: rgb(50, 50, 51);
}

.group .item-cel p img {
	width: 100%;
	display: block;
	padding: 5px 5px 5px 0;
}

.button_footer {
	position: fixed;
	right: 2px;
	bottom: 10px;
	width: 100px;
	background-color: rgb(238, 10, 36);
	border-radius: 50px;
	padding: 0px 15px;
	text-align: center;
}

.button_footer a {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.group .big-title {
	text-align: center;
	font-size: 18px;
	color: rgb(50, 50, 51);
	line-height: 50px;
	margin: 10px 0px;
}

.go_index {
	color: rgb(50, 50, 51);
	font-size: 14px;
	display: block;
	width: 90%;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	text-align: center;
	border: 1px solid rgb(235, 237, 240);
	margin: 30px auto;
	text-decoration: none;
}