<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contactbody {
	width: 100%;
	min-width: 1226px;
	background: #F8F8F8;
	display: flex;
	justify-content: center
}

.contactbody .contact {
	width: 1226px;
	background: #F8F8F8;
}

.title {
	display: flex;
	justify-content: center;
}

.mode {
	display: flex;
}

.Join {
	margin-top: 20px;
	display: flex;
	justify-content: space-between
}

.toJoin {
	width: 379px;
	height: 360px;
	padding: 0px 40px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	/* display: flex;
		flex-direction: column;
		align-items: center;
		justify-content:center */
}

.toJoin .text1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.toJoin .text2 {
	width: 260px;
	height: 16px;
	background: #FFE100;
	border-radius: 18px;
	padding: 10px 60px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.toJoin .text3 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.toJoin .input {
	width: 350px;
	height: 40px;
	background: #F8F8F8;
	border: 1px solid #333333;
	line-height: 40px;
	padding: 0 15px;
}

.toJoin input {
	height: 30px;
	/* width: 70%; */
	BACKGROUND-COLOR: transparent;
	border: none;
	outline: none;
}

.toJoin button {
	width: 380px;
	height: 40px;
	background: #333333;
	border: 1px solid #333333;
	color: #FFE100;
}

.contact .toJoin div {
	margin-top: 20px;
}

.recruiment,.usContact{
	margin-top: 94px;
}

.contactInfor {
	width: 306px;
	height: 154px;
	background: rgba(255, 225, 0, 0.7);
	padding: 60px 0 57px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.code {
	display: flex;
	justify-content: space-between;
}

.codeMode1 {
	width: 65px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.codeMode1:hover&gt;img{
	display: block;
}
.codeMode1&gt;img{
	margin-top: -140px;
	position: absolute;
	z-index: 9999999;
	display: none;
}
.codeMode2 {
	width: 65px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.codeMode2&gt;img{
	margin-top: -140px;
	position: absolute;
	z-index: 9999999;
	display: none;
}
.codeMode2:hover&gt;img{
	display: block;
}
.codeMode3 {
	width: 65px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.codeMode3&gt;img{
	margin-top: -140px;
	position: absolute;
	z-index: 9999999;
	display: none;
}
.codeMode3:hover&gt;img{
	display: block;
}
.contactInfor .words {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.introduction {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.welfare {
	display: flex;
	margin-top: 70px;
}

.welfareInfo {
	margin-left: 21px;
}

.welfareInfo div{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.position{
	height: 60px;
	width: 40px;
	padding: 20px 30px;
	background: #333333;
	display:  flex;
	text-align: center;
	flex-direction: row;
	font-size: 20px;
	font-weight: 400;
	color: #FFE100;
	line-height: 30px;
}
.position2{
	height: 60px;
	width: 80px;
	padding: 20px 10px;
	background: #FFE100;
	display:  flex;
	text-align: center;
	flex-direction: row;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.welfareImg{
	display: flex;
	justify-content: space-between;
	margin-top: 31px;
}</pre></body></html>