.showBtnList {
	display: flex;
	justify-content: center;
	align-items: center;

}

.btnList {
	display: flex;
	flex-wrap: wrap;
	width: 850px;
}

.businessScopeBox {
	width: 130px;
	height: 50px;
	font-weight: 400;
	font-size: 18px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EBEEF1;
	color: #777777;
	margin-right: 20px;
	cursor: pointer;
}

.businessScopeBoxAc {
	width: 130px;
	height: 50px;
	font-weight: 400;
	font-size: 18px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #EBEEF1; */
	/* color: #777777; */
	margin-right: 20px;
	cursor: pointer;
	background-color: #4391FD !important;
	color: #FFFFFF !important;
}

.mainIndustryBox {
	width: 100px;
	height: 50px;
	font-weight: 400;
	font-size: 18px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EBEEF1;
	color: #777777;
	margin-right: 20px;
	cursor: pointer;
}

.mainIndustryBoxAc {
	width: 100px;
	height: 50px;
	font-weight: 400;
	font-size: 18px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #EBEEF1; */
	/* color: #777777; */
	margin-right: 20px;
	cursor: pointer;
	background-color: #4391FD !important;
	color: #FFFFFF !important;
}

.circle-checkbox {
	display: none;
}

/* 自定义圆形样式 */
.circle-label {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	margin-right: 8px;
	vertical-align: middle;
}

.addIcon {
	width: 22px;
	height: 22px;
}

.checkBox {
	display: flex;
	margin-left: 30px;
}

/* 选中状态样式 */
.circle-checkbox:checked+.circle-label {
	background-color: #2F9BFF;
	border-color: white;
}

/* 选中后的对勾图标 */
.circle-checkbox:checked+.circle-label:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.showBtnList .showBtn {
	margin: 50px 15px 30px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 188px;
	height: 92px;
	border-radius: 10px;
	/* color: ; */
	background-color: #FFFFFF;
	border: 1px solid #C2C7CE;
	cursor: pointer;
}

.spanAc {
	color: white !important;
}

.showBtnAc {
	border: none !important;
	background: linear-gradient(to bottom,
			rgb(67, 145, 253),
			rgb(119, 176, 255));
}

.showBtnList .showBtn img {
	width: 40px;
	height: 40px;
	margin-left: 15px;
}

.showBtnList .showBtn .spanBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.showBtnList .showBtn .spanBox .span1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}

.showBtnList .showBtn .spanBox .span2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	/* margin-top: 3px; */
}

input[type="radio"] {
	display: none;
}

.progressBox {
	display: flex;
	align-items: center;
	margin: 10px auto;
}

.progressBox .progress1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* margin: 10px auto; */
}

.blueSpan {
	width: 30px;
	height: 30px;
	background-color: #2F9BFF;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.blackSpan {
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #D0D5DC;
}

.progressSpan {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
}

.progressBox .progressLine {
	width: 372px;
	height: 0;
	border: 1px solid #2F9BFF;
	margin-top: -33px;
	margin-left: -5px;
	margin-right: -19px;
}

.progressBox .progress2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* margin: 10px auto; */
}

.box {
	display: flex;
}

.changeSpan {
	margin-left: 10px;
}



select {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	border-radius: 4px;
	width: 848px;
	padding: 10px;
	border: 1px solid #DCDEE1;
	outline: none;
	background-color: white !important;
}

label {
	display: flex;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	align-items: center;
	margin-right: 20px;
}

.square-radio {
	display: flex;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #C2C7CE;
	cursor: pointer;
}

input:focus {
	outline: none;
	/* 清除聚焦时的蓝色轮廓 */
}

.square-radio::after {
	content: "✓";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: white;
	background-color: #2F9BFF;
	display: none;
}


input[type="radio"]:checked+.square-radio::after {
	color: white;
	background-color: #2196F3;
	display: block;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.about-top .left a {
	color: #666666;
}

.from {
	width: 1000px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.from .bottom {
	display: flex;
	align-items: center;
	justify-content: center;
}

.from .bottom .rightBtn {
	width: 174px;
	height: 54px;
	border-radius: 4px;
	background-color: #2F9BFF;
	color: white;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
	cursor: pointer;
}

.from .bottom .leftBtn {
	width: 174px;
	height: 54px;
	border-radius: 4px;
	/* background-color: #2F9BFF; */
	color: #2F9BFF;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2F9BFF;
	margin: 0 20px;
	cursor: pointer;
}

.from .row {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.showTopBg {
	width: 100%;
	height: 100%;

}

.select100 {
	width: 848px;
	height: 115px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.select99 {
	width: 848px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.select2 {
	width: 399px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.select4 {
	width: 250px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	margin: 0 49px;

	/* margin-left: 30px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.select5 {
	width: 400px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin: 0 20px; */
	/* margin-left: 30px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px
		/* margin-left: auto; */
}

.select3 {
	width: 250px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin: 0 20px; */
	/* margin-left: 30px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.select18 {
	width: 269px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	margin-right: 20px;
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.select19 {
	width: 269px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	/* margin-right: 20px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.showzz {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	width: 850px;
}

.addPng {
	width: 30px;
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
	cursor: pointer;

}

.select87 {
	width: 540px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	margin: auto;
	/* padding: 0 20px; */

	display: flex;
	justify-content: center;
	align-items: center;
}

.showDbList {
	display: flex;
	flex-direction: column;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.showDbList .row {
	display: flex;
	/* flex-direction: column; */
}

.showDbList .row .col {
	/* display: flex; */
	border: 1px solid #E3E2E2;
	padding: 30px;
	width: 519px;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	height: 82px;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
}

.kkb {
	color: #2F9BFF;
	cursor: pointer;
}

.showDbList .row .col1 {
	display: flex;
	border: 1px solid #E3E2E2;
	padding: 30px;
	width: 180px;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #333333;
}

.select88 {
	width: 197px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	margin-left: 30px;
	margin-right: 30px;
	/* padding: 0 20px; */

	display: flex;
	justify-content: center;
	align-items: center;
}

.select89 {
	width: 197px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	margin-left: 30px;
	/* margin-right: 20px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.select8 {
	width: 197px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	margin-right: 20px;
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.select9 {
	width: 197px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	/* margin-right: 20px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.select20 {
	width: 399px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	/* margin-left: 50px; */
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.select1 {
	width: 399px;
	height: 46px;
	border-radius: 4px;
	background-color: #f1f1f1;
	border: 1px solid #D4D4D4;
	margin-left: 50px;
	/* padding: 0 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: auto; */
}

.showTopBg img {
	width: 100%;
	height: 100%;
}

.from .row1 .formInput4 {
	display: flex;
	align-items: center;
	/* margin: 20px 0; */
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	width: 845px;
	padding: 10px;
	border: 1px solid #DCDEE1;
}

#map-container {
	height: 400px;
	width: 1000px;
}

.search-box {
	/* position: absolute; */
	/* top: 20px; */
	/* left: 20px; */
	/* z-index: 999; */
	background: white;
	padding: 10px;
}

#result {
	margin-top: 10px;
	padding: 10px;
	background: #f5f5f5;
}

.from .row1 .formInput2 {
	display: flex;
	align-items: center;
	/* margin: 20px 0; */
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	width: 845px;
	padding: 10px;
	border: 1px solid #DCDEE1;
}

.sssl {
	font-weight: 400;
	font-size: 18px;
	margin-left: 28px;
	color: #2F9BFF;
	/* cursor: pointer; */
}

.from .row1 .formInput56 {
	display: flex;
	align-items: center;
	/* margin: 20px 0; */
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	width: 748px;
	padding: 10px;
	border: 1px solid #DCDEE1;
}

.from .row1 .formInput {
	display: flex;
	align-items: center;
	/* margin: 20px 0; */
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	width: 848px;
	padding: 10px;
	border: 1px solid #DCDEE1;
}

.addBox {
	display: flex;
	border: 1px solid #DCDEE1;
	align-items: center;
	padding-right: 10px;
	border-radius: 4px;
}

.from .row1 .formInput2 {
	display: flex;
	align-items: center;
	/* margin: 20px 0; */
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	width: 814px;
	padding: 10px;
	border: none;
}

.from .row1 .formInput3 {
	display: flex;
	align-items: center;
	/* margin: 20px 0; */
	border-radius: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	width: 730px;

	padding: 10px;
	border: 1px solid #DCDEE1;
}

.from .row1 {
	display: flex;
	align-items: center;
	margin: 20px 0;
	justify-content: flex-end;
}

.from .row1 .redFirst {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #F13322;
}

.blackLast12 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-left: 80px;
}

.from .row1 .blackLast {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.whiteFirst {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: white;
}

.from .row .redFirst {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #F13322;
}

.from .row .blackLast {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.fromTitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin: 50px auto;
}

.fromBox {
	background-color: white;
	width: 1400px;
	/* height: 924px; */
	padding: 30px 0;
	border: 0.5px solid #E0E3E7;
	display: flex;
	flex-direction: column;
}

.about-top {
	margin: 10px 0;
}

.about-top .left a:hover {
	color: #2054A7;
}

.showList1 {
	display: flex;
	flex-direction: column;
	width: 1400px;
	margin: 0 auto;
}

.showList3 {
	display: flex;
	flex-wrap: wrap;
	width: 1400px;
	margin: 0 auto;
	/* background-color: #7A7F89; */
}

.showList3 .getStaff .userBox .address {
	display: flex;
	align-items: center;
	margin-left: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #9296A2;
	margin-left: auto;
	margin-right: 10px;
}

.showList3 .getStaff .userBox .address img {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.showList3 .getStaff .userBox {
	display: flex;
	align-items: center;

}

.showList3 .getStaff .userBox .span1 {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.showList3 .getStaff .userBox img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	border-radius: 50px;
}

.showList3 .getStaff {
	display: flex;
	flex-direction: column;
	width: 446px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 0 6px 10px 0 #CAD0D9;
}

.showList3 .getStaff .xxFake {
	width: 396px;
	border: 1px dashed #E2E4EC;
	margin: 10px 0;
}

.showList3 .getStaff .yq {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #677283;
	margin: 10px 0;
}

.showList3 .getStaff .col {
	display: flex;

}

.showList2 {
	display: flex;
	flex-wrap: wrap;
	width: 1400px;
	margin: 0 auto;
	/* background-color: #7A7F89; */
}


.showList2 .getJob {
	display: flex;
	flex-direction: column;
	width: 446px;
	padding: 20px;
	background-color: white;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 0 6px 10px 0 #CAD0D9;
}

.where {
	width: 1400px;
	margin: 0 auto;
}

.showList2 .getJob .userBox {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
}

.ltSpan1 {
	font-weight: 400;
	font-size: 24px;
	color: #333333;
}

.ltSpan2 {
	font-weight: 400;
	font-size: 24px;
	color: #FE4646;
	margin-left: auto;
}

.showList2 .getJob .yq {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #677283;
	margin: 10px 0;
}

.showList2 .getJob .gw {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin: 10px 0;
}

.showList2 .getJob .xxFake {
	width: 396px;
	border: 1px dashed #E2E4EC;
	margin: 10px 0;
}

.showList2 .getJob .zwjs {
	font-weight: 400;
	font-size: 16px;
	color: #677283;
	margin-top: 10px;
}

.showList2 .getJob .userBox img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.showList1 .showType {
	display: flex;
	background-color: #EDF0F4;
}

.showList1 .showType .btn {

	width: 109px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	pointer-events: auto;
	/* 恢复事件响应 */
	cursor: pointer;
}

.showTypeAC {
	background-color: #2F9BFF;
	color: #FFFFFF !important;
}

.showList1 .showListBox {
	display: flex;
	flex-direction: column;
	background-color: white;
}

.showList1 .showListBox .rowBox {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
	border-bottom: 1px solid #E0E3E7;
}

.showList1 .showListBox .rowBox .colBox {
	display: flex;
	align-items: center;
}

.showList1 .showListBox .rowBox .titleSpanBox {
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	width: 66px;
	height: 28px;
	background-color: #FFA81F;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 15px 7px 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: white;
}


.showList1 .showListBox .rowBox .nameSpan {
	font-weight: 700;
	font-size: 20px;
	/* line-height: 17px; */
	color: black;
	margin-left: 20px;
}

.showList1 .showListBox .rowBox .nrSpan {
	font-weight: 400;
	font-size: 18px;
	/* line-height: 17px; */
	color: #333333;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.showList1 .showListBox .rowBox .fbz {
	font-weight: 400;
	font-size: 12px;
	/* line-height: 17px; */
	color: #333333;
	margin-left: 20px;
	/* margin-top: 10px; */
	margin-bottom: 15px;
}


.showList1 .showListBox .rowBox .colBox .address {
	display: flex;
	align-items: center;
	margin-left: 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
	color: #7A7F89;
}

.showList1 .showListBox .rowBox .colBox .address img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.btns1 {
	display: flex;
	/* background-color: #7A7F89; */
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}

.btns1 .bottomBtn1 {
	display: flex;
	background-color: #2F9BFF;
	justify-content: center;
	align-items: center;
	width: 367px;
	height: 76px;
	border-radius: 38px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: white;
	margin: 0 20px;
	cursor: pointer;
}

.bottomBtn3 {
	display: flex;
	background-color: #2F9BFF;
	justify-content: center;
	align-items: center;
	width: 367px;
	height: 76px;
	border-radius: 38px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: white;
	margin: 20px auto;
}

.bottomBtn4 {
	display: flex;
	background-color: #2F9BFF;
	justify-content: center;
	align-items: center;
	width: 367px;
	height: 76px;
	border-radius: 38px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: white;
	margin: 20px auto;
	cursor: pointer;
}

.btns1 .bottomBtn2 {
	display: flex;
	background-color: white;
	justify-content: center;
	align-items: center;
	border: 1px solid #2F9BFF;
	width: 367px;
	height: 76px;
	border-radius: 38px;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #2F9BFF;
	margin: 0 20px;
	cursor: pointer;
}