* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: MiSans;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
	user-select: none;
	-webkit-user-drag: none;
}

.main {
	min-height: 100vh;
	height: 100%;
	background: rgb(12, 14, 21);
}

.app-main {
	min-width: 100%;
}

.container {
	font-family: MiSans;
}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
	height: 400px;
}

.el-form {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	content-width: 220px;
}

.el-form-item {
	display: flex;
	-font-size: 14px;
	margin-bottom: 18px;
}


.el-form-item__content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
	line-height: 32px;
	position: relative;
	font-size: 14px;
	min-width: 0;
}

.el-input {
	input-height: 32px;
	position: relative;
	font-size: 14px;
	display: inline-flex;
	width: 100%;
	line-height: 32px;
	box-sizing: border-box;
	vertical-align: middle;
}

.el-input__wrapper {
	display: inline-flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
	padding: 1px 11px;
	background-color: #ffffff;
	background-image: none;
	border-radius: 4px;
	cursor: text;
	transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
	transform: translateZ(0);
	box-shadow: 0 0 0 1px #dcdfe6 inset;
}

.el-input__inner {
	input-inner-height: calc(var(32px, 32px) - 2px);
	width: 100%;
	flex-grow: 1;
	/* -webkit-appearance: none; */
	color: #606266;
	font-size: inherit;
	height: calc(32px - 2px);
	line-height: calc(32px - 2px);
	padding: 0;
	outline: 0;
	border: none;
	background: 0 0;
	box-sizing: border-box;
	 max-height: 150px; /* 限制下拉菜单的最大高度 */
    overflow-y: auto; /* 添加垂直滚动条 */
}

.el-form-item__error {
	opacity: 0;
	color: #f56c6c;
	font-size: 12px;
	line-height: 1;
	padding-top: 2px;
	position: absolute;
	top: 100%;
	left: 0;
}

.el-input-group__append,
.el-input-group__prepend {
	background-color: #f5f7fa;
	color: #909399;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	border-radius: 4px;
	padding: 0 20px;
	white-space: nowrap;
}

.el-input-group__append {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0 1px 0 0 #dcdfe6 inset, 0 -1px 0 0 #dcdfe6 inset, -1px 0 0 0 #dcdfe6 inset;
}

.el-radio-group {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0;
}

.el-radio {
	color: #606266;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	outline: 0;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 32px;
	height: 32px;
}

.el-radio__input {
	white-space: nowrap;
	cursor: pointer;
	outline: 0;
	display: inline-flex;
	position: relative;
	vertical-align: middle;
}


.el-radio__label {
	color: #131620 !important;
	font-size: 14px;
	padding-left: 8px;
}

.st {
	opacity: 0.5;
}

.upload {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.el-upload--picture-card {
	upload-picture-card-size: 148px;
	background-color: #fafafa;
	border: 1px dashed #cdd0d6;
	border-radius: 6px;
	box-sizing: border-box;
	width: 148px;
	height: 148px;
	cursor: pointer;
	vertical-align: top;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.single-uploader .el-upload {
	border: none;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 72px;
	height: 72px;
}

.el-upload {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	outline: 0;
}

.flex-center {
	justify-content: center;
	align-items: center;
}

.flex-column {
	flex-direction: column;
}

.flex {
	display: flex;
}

.el-upload__input {
	width: 72px;
	height: 72px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	/* display: none; */
}

.el-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	height: 32px;
	white-space: nowrap;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	transition: .1s;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-webkit-appearance: none;
	background-color: #67c23a;
	border: 1px solid #dcdfe6;
	border-color: #67c23a;
	padding: 8px 15px;
	font-size: 14px;
	border-radius: 4px;
}

.el-button>span {
	display: inline-flex;
	align-items: center;
}

.banner-img {
	display: none;
}

@media screen and (min-width: 640px) {
	.banner {
		position: relative;
		height: 400px;
		overflow: hidden;
	}

	.banner img {
		height: 400px;
		width: 100%;
		min-width: 1920px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
	}

	.content {
		width: 640px;
		margin: 0 auto;
		padding: 80px 60px;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0 10px 40px #000d3714;
		border-radius: 4px;
		transform: translateY(-50px);
		position: relative;
	}

	.content .title {
		font-size: 28px;
		font-weight: 600;
		color: #131620;
		margin-bottom: 30px;
	}

	.w-50 {
		width: 100%;
		margin-right: 0;
	}

	.el-form-item__content {
		width: 100%;
		display: block;
	}

	.el-form .label {
		font-size: 14px;
		color: #131620;
		font-weight: 400;
		height: 30px;
	}

	.label .star {
		color: #ff5959;
	}

	.el-input__wrapper {
		height: 34px;
		background: #FAFAFA;
		border-radius: 5px;
		border: 0;
		box-shadow: none;
		display: block;
	}

	.el-input-group__append {
		height: 34px;
		background: #FAFAFA;
		border-radius: 0 5px 5px 0;
		box-shadow: none;
	}

	.sms-btn {
		color: #24c373;
		font-weight: 600;
		cursor: pointer;
	}

	.el-radio__inner {
		background: #24C373 !important;
		border-color: #24c373 !important;
	}

	.upload {
		width: 100%;
		background: #FAFAFA;
		border-radius: 5px;
		padding: 10px 20px;
		box-sizing: border-box;
	}

	.upload .text-box {
		font-size: 16px;
		font-weight: 400;
		color: #131620;
	}

	.upload .text-box .tip {
		color: #879999;
		font-size: 12px;
	}

	.upload .upload-text {
		color: #879999;
		font-size: 12px;
	}

	.submit-btn {
		width: 311px;
		height: 40px;
		background: #24C373;
		margin: 20px auto 0;
	}
}

@media screen and (min-width: 1200px) {
	.content {
		width: 1200px;
		transform: translateY(-60px);
	}

	.w-50 {
		width: calc(50% - 20px);
		max-width: 400px;
		margin-right: 130px;
	}

	.submit-btn {
		margin-right: 150px;
	}
}


@media screen and (min-width: 1660px) {
	.app-main {
		min-height: calc(100vh - 168px);
	}
}

@media screen and (max-width: 640px) {
	.app-main {
		min-height: calc(100vh - 3.54rem);
	}

	.banner img {
		display: none;
	}

	.banner .banner-img {
		display: block;
	}

	.banner .banner-img {
		height: 5.13rem;
	}

	.content {
		width: calc(100vw - 0.64rem);
		margin: 0 auto;
		padding: 0.35rem 0.32rem;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0 0.05rem 0.22rem #000d3714;
		border-radius: 0.06rem;
		transform: translateY(-1rem);
	}

	.content .title {
		font-size: .45rem;
		font-weight: 600;
		color: #131620;
		margin-bottom: 0.38rem;
	}

	.el-form-item {
		margin-bottom: 0.2rem;
	}

	.el-form .w-50 {
		width: 100%;
	}

	.el-form-item__content {
		width: 100%;
		display: block;
	}

	.el-form .label {
		font-size: .29rem;
		color: #131620;
		font-weight: 400;
	}

	.el-form .label {
		font-size: .29rem;
		color: #131620;
		font-weight: 400;
	}

	.label .star {
		color: #ff5959;
	}

	.el-input__wrapper {
		height: 0.77rem;
		background: #FAFAFA;
		border-radius: 0.08rem;
		border: 0;
		box-shadow: none;
		display: block;
		margin-bottom: 0.1rem;
		margin-top: 0.1rem;
	}

	.el-input__inner {
		height: 0.77rem;
		line-height: .77rem;
	}

	.el-input-group__append {
		height: 0.77rem;
		margin-top: 0.1rem;
		background: #FAFAFA;
		border-radius: 0 0.08rem 0.08rem 0;
		box-shadow: none;
	}

	.sms-btn {
		color: #24c373;
		font-weight: 600;
		cursor: pointer;
	}

	.upload .text-box {
		font-size: .31rem;
		font-weight: 400;
		color: #131620;
	}

	.upload .text-box .tip {
		color: #879999;
		font-size: .23rem;
	}

	.submit-btn {
		width: 5.8rem;
		height: 0.96rem;
		background: #24C373;
		margin: 0.64rem auto 0;
		border-radius: 0.08rem;
	}
}