﻿.mainer-careers {
	display: flex;
	flex-direction: column;
}

.mainer-careers-body span,
.mainer-careers-body p {
	font-family: 'nexa';
	line-height: 1.4em;
}

.mainer-careers-body {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	background: #f0f0f0;
}

.body-1001 {
	width: 20%;
	height: 100%;
	border-right: 1px solid #000;
	display: flex;
	flex-direction: column;
}

.body-1001-1 {
	background-color: #71d5c9;
	padding: 30px;
	border-bottom: 1px solid #000;
}

.body-1001-2 {
	background-color: #000;
	flex: 1;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
}

.body-1001-2-careers {
	text-decoration: none;
}

.body-1001-2-careers:hover .body-1001-2-careers-p-1,
.body-1001-2-careers:hover .body-1001-2-careers-p-2 {
	color: white;
}

.body-1001-2-careers-p-1,
.body-1001-2-careers-p-2 {
	color: #5e5e5e;
}

.current .body-1001-2-careers-p-1,
.current .body-1001-2-careers-p-2 {
	color: #fff !important;
}

.body-1001-2-careers-p-1 {
	font-size: 14px;
}

.body-1001-2-careers-p-2 {
	font-size: 10px;
	margin-top: -5px;
}

.body-1002 {
	width: 28%;
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.body-1002-1 p {
	font-size: 14px;
}

.body-1002-2 {
	margin-top: 30px;
}

.body-1002-title {
	font-size: 28px;
	font-family: 'hanson' !important;
	font-weight: 800;
}

.body-1002-2-1 {
	display: flex;
	gap: 20px;
	flex-direction: row;
}

.body-1002-3 {
	margin-top: 30px;
	overflow: auto;
	flex: 1;
}

.body-1003 {
	flex: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.body-1003-1,
.body-1003-2,
.body-1003-3 {
	width: 100%;
}

.body-1003-1-p-1 {
	font-family: '';
	font-size: 14px;
	font-weight: 600;
}

.body-1003-1-p-2 {
	font-size: 12px;
	margin-top: 10px;
}

.contact-form {
	background-color: #fff;
    width: 70%;
    height: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.body-1003-1-form {
	height: 100%;
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 30px 0px
}

.form-input .form-control {
	border: none;
	border-bottom: 1px solid #989898;
	width: 100%;
	font-size: 14px;
	color: #989898;
	outline: none;
	margin-top: 20px;
}

.form-btn {
	cursor: pointer;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 5px 50px;
	margin-top: 30px;
}

.form-btn:hover {
	background-color: #71d5c9;
	color: #000;
}

textarea {
	width: 100%;
	/* 设置宽度 */
	min-height: 20px;
	/* 设置最小高度 */
	overflow: hidden;
	/* 隐藏滚动条 */
	resize: none;
	/* 禁用手动调整大小 */
}