.f-srcollOne::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

.f-srcollOne::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}

.f-srcollOne::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #3dcd58;
}

.mainContent {
	background: transparent;
}

.homeBox {
	/* background:url(../images/registerBg.jpg ) 0 0 no-repeat; */
	background: #fafafa;
	background-size: cover;
}

.registerContent {
	width: 100%;
	overflow: hidden;
}

.top-img {
	width: 100%;
	max-width: 750px;
	margin: 0px auto 0px;
	text-align: center;
}

.top-img img {
	display: block;
	width: 100%;
}

.registerTitle {
	width: 100%;
	max-width: 750px;
	font-size: 22px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	line-height: 2;
	font-weight: bold;
}

.registerTitle2 {
	width: 100%;
	max-width: 750px;
	font-size: 18px;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 1.6;
	/* border-bottom: 1px solid #42B4E6; */
	/* padding-bottom: 10px; */
	margin-top: 0px;
}

.registerTitle3 {
	width: 100%;
	max-width: 750px;
	font-size: 13px;
	box-sizing: border-box;
	color: #333;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 2;
	/* border-bottom: 1px solid #42B4E6; */
	/* padding-bottom: 10px; */
	margin-top: 0px;
}

.redSpan {
	color: red;
	display: inline-block;
	margin-right: 2px;
}

.registerBox {
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto;
	/* background:url(../images/registerBorder.png) 0 0 no-repeat; */
	border: 1px solid #ddd;
	border-radius: 8px;
	/* background: rgba(0,0,0,.2); */
}

.registerBox1 {
	width: 750px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/zcfs.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.registerBoxCode {
	width: 94%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	/*background: url(../images/registerTextbg.png) 0 0 no-repeat;*/
	/*background-size: 100% 100%;*/
	border-radius: 10px;
	margin: 10px auto;
	position: relative;
}

.regCodetop {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.codeLeft {
	display: inline-block;
	height: 100px;
}

.coderight {
	display: inline-block;
	height: 100px;
	margin-left: 30px;
}

.codeText {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 3px;
}

.selectHtml {
	width: 94%;
	padding: 15px;
	box-sizing: border-box;
	/*overflow: hidden;*/
	/* background:url(../images/registerTextbg.png) 0 0 no-repeat;
  background-size: 100% 100%;*/
	/*border-radius: 10px;*/
	min-height: 200px;
	margin: 10px auto;
	position: relative;
}

.selectLi {
	width: 100%;
	overflow: initial;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.specific-need-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 10px;
}

.specific-need-item {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 12px;
	background-color: #fff;
	transition: border-color .2s ease;
}

.specific-need-item.is-active {
	border-color: #3dcd58;
	box-shadow: 0 0 0 1px rgba(61, 205, 88, 0.15);
}

.specific-need-label {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	gap: 8px;
	font-weight: 500;
}

.specific-need-label input {
	width: 16px;
	height: 16px;
}

.specific-need-text {
	display: none;
	margin-top: 12px;
	resize: vertical;
	min-height: 70px;
}

.tip-box {
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	padding-left: 0px;
	box-sizing: border-box;
	z-index: 1;
	display: none;
}

.tip-box-width {
	padding-left: 0;
}

.tip-html {
	position: relative;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	color: red;
}

.tip-html::after {
	content: '';
	border-bottom: 6px solid #eee;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 4px;
	top: -12px;
}

.selectLiRow {
	flex-direction: row;
	display: block;
}

.selectLiRow .listInput {
	width: 100%;
	box-sizing: border-box;
}

.warningBox {
	width: 100%;
	/* overflow: hidden; */
	position: relative;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	align-items: center;
}

.warningBox input {
	border-radius: 3px;
}

.warningHtml {
	flex: 1;
	overflow: hidden;
	font-size: 13px;
	color: #333;
	margin-left: 10px;
	text-align: justify;
	line-height: 1.5;
}

.warningHtml a {
	color: #42B4E6;
	margin-left: 5px;
}

.warningHtml span {
	text-decoration: underline;
}

.selectLiRow .listSpan {
	width: 90px;
	text-align: left;
	margin-bottom: 0;
	line-height: 32px;
}

.listSpan {
	display: block;
	color: #000;
	font-size: 14px;
	width: 100%;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/* height: 32px;
  line-height: 32px; */
}

.listInput {
	height: 32px;
	font-size: 14px;
	outline-style: none;
	/* background: #4E5B56;
  border-bottom: 1px solid #3A8E4D; */
	/*background:url(../images/selectBg.png) 0 0 no-repeat;*/
	background-size: 100% 100%;
	display: block;
	color: #333;
	width: 65%;
	flex: 1;
	border-radius: 0 15px 0 0;
	padding-left: 5px;
	border: 1px solid #ddd;
}

.listSelectBox {
	height: 32px;
	/* border-bottom: 1px solid #3A8E4D; */
	font-size: 16px;
	outline-style: none;
	display: block;
	color: #333;
	flex: 1;
	border-radius: 0 15px 0 0;
	/*background:#6A6A6A;*/
	/*background:url(../images/selectBg.png) 0 0 no-repeat;*/
	/* background-color: #4E5B56; */
	background: #fff;
	background-size: 100% 100%;
	padding-left: 5px;
	border: 1px solid #ddd;
}

.listSelect {
	height: 32px;
	border: 0;
	font-size: 14px;
	outline-style: none;
	display: block;
	color: #333;
	width: 97%;
	/* æ¸…é™¤é»˜è®¤çš„ç®­å¤´æ ·å¼ */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* å³ä¾§æ·»åŠ ç®­å¤´çš„èƒŒæ™¯å›¾  è‡ªè¡Œè°ƒæ•´ä½ç½® */
	background: url(../images/selectIcon.png) no-repeat scroll right 5px transparent;
	background-size: 24px 24px;
}

.phoneVeri {
	height: 32px;
	/* border-bottom: 1px solid #3A8E4D; */
	font-size: 13px;
	display: flex;
	flex: 1;
}

.VeriNumBox {
	width: 58%;
	display: inline-block;
	/* background: #4E5B56; */
	background: #fff;
	/*border: 1px solid #3A8E4D;*/
	/*background:url(../images/veriBg.png) 0 0 no-repeat;*/
	background-size: 100% 100%;
	height: 32px;
}

.VeriNum {
	height: 32px;
	border: 0;
	font-size: 13px;
	outline-style: none;
	background: transparent;
	color: #333;
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
}

.VeriNum_btnBox {
	width: 38%;
	display: inline-block;
	/*background:url(../images/veriBg.png) 0 0 no-repeat;*/
	/* background: #4E5B56; */
	background: #fff;
	background-size: 100% 100%;
	height: 32px;
	margin-left: 4%;
	border-radius: 0 15px 0 0;
}

.VeriNum_btn {
	height: 32px;
	border: 0;
	font-size: 13px;
	outline-style: none;
	background: transparent;
	border: 1px solid #ddd;
	color: #333;
	flex: 1;
	border-radius: 3px 10px 3px 3px;
	float: left;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.listPersonBox {
	min-height: 32px;
	border: 0;
	font-size: 13px;
	outline-style: none;
	display: block;
	color: #333;
	flex: 1;
	border-radius: 0 15px 0 0;
	/* background: #4E5B56; */
	background: #fff;
	/*background:url(../images/registertext.png) 0 0 no-repeat;*/
	background-size: 100% 100%;
	/* border-bottom: 1px solid #3A8E4D; */
	border: 1px solid #Ddd;
}

.listPerUl {
	width: 96%;
	margin: 10px auto 0;
}

.listPerUl li {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	font-size: 16px;
}

/*.listPerUl li:nth-child(odd){
  width: 60%;
}
.listPerUl li:nth-child(even){
  width: 40%;
}*/
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
	background-color: transparent;
	border: 1px solid #3dcd58;
	cursor: pointer;
	display: inline-block;
	height: 22px;
	position: relative;
	text-indent: -9999px;
	width: 22px;
	outline-style: none;
}

.listPerUl li input {
	vertical-align: top;
	margin-top: -2px !important;
	border-radius: 3px;
	margin-right: 5px;
}

.bBtn {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #3dcd58;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
	position: absolute;
	color: #fff;
	font-size: 15px;
	border-radius: 17.5px;
}

.bImg {
	width: 100%;
}

.bBack {
	width: 200px;
	top: 30%;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -10%);
	color: #3dcd58;
	text-align: center;
	font-size: 16px;
}

.bBack img {
	width: 28px;
	vertical-align: top;
	margin-top: -4px;
}

.bottomTips {
	width: 100%;
	/*padding: 15px 0;*/
	background: #42B751;
	position: absolute;
	bottom: -22px;
}

.bottomTips img {
	width: 100%;
}

.bottomTips div {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

input:disabled,
input[disabled] {
	background-color: #aaa !important;
	color: #fff !important;
}

.borderLeft {
	width: 15px;
	height: 15px;
	position: absolute;
	left: -12px;
	top: -10px;
	overflow: hidden;
	border-radius: 0 0 7px 0;
}

.borderLeft img {
	width: 100%;
}

.selectBox {
	position: relative;
}

.borderRight {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 3%;
	top: -2px;
	overflow: hidden;
	border-radius: 7px 0 0 0;
}

.borderRight img {
	width: 100%;
	margin-right: 4px;
}

.warningHtml2 {
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

.warningHtml2 div {
	margin-left: 150px;
	margin-right: 5px;
	line-height: 1.6;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
	color: #fff;
}

.submitBtn {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 15px auto 20px;
}

.submitBtn span {
	display: inline-block;
	width: 120px;
	overflow: hidden;
	background: #3dcd58;
	/* background: url(../images/loginbtn.png) 0 0 no-repeat; */
	background-size: 100% 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 15px auto 0;
	border-radius: 5px;
}


select option {
	background: #fff;
	color: #333 !important;
}

.homeContent {
	z-index: 1;
	position: relative;
}

.moduleContenttltle {
	font-size: 16px;
	color: #333;
}

.checkMainHtml {
	width: 90%;
	overflow: hidden;
	margin: 20px auto;
	font-size: 16px;
}

.checkMainHtml ul {
	width: 100%;
	overflow: hidden;
}

.checkMainHtml ul li {
	width: 100%;
	overflow: hidden;
	margin: 8px auto;
}

.checkMainBtn {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.checkMainBtn span {
	display: inline-block;
	width: 70px;
	border: 1px solid #3DCD58;
	height: 35px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	margin: 0 5px;
}

.checkMainBtn span:last-child {
	background: #3DCD58;
	color: #fff;
}

.bottomBox {
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	padding: 14px;
	width: 100%;
	background-color: #3DCD58;
	box-sizing: border-box;
}

.bottomimg {
	width: 100%;
	overflow: hidden;
	display: block;
}

.bottomBgbox {
	width: 100%;
	/* min-width: 1200px; */
	position: relative;
	padding: 15px 10px;
	background: #3dcd58;
	bottom: 0;
	left: 0;
	text-align: center;
}

.bottomBgtitle1 {
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.bottomBgtitle1 a {
	color: #fff;
}

.bottomBgtitle2 {
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	/*transform: scale(0.85);*/
	margin-top: 2px;
	margin-left: 70px;
}

.company-box {
	position: absolute;
	top: 35px;
	left: 90px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	z-index: 111111;
	max-height: 240px;
	overflow-y: auto;
}

.company-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #F5F5F5;
}

.company-box::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}

.company-box::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #CCCCCC;
}

.company-box li {
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	cursor: pointer;
}

.otherInput {
	height: 32px;
	border: 0;
	font-size: 16px;
	outline-style: none;
	/* background: #4E5B56; */
	border-bottom: 1px solid #ddd;
	background-size: 100% 100%;
	color: #333;
	width: 45%;
	padding-left: 5px;
}

.selectOtherInput {
	height: 32px;
	border: 0;
	font-size: 16px;
	outline-style: none;
	background: #fff;
	border-bottom: 1px solid #ddd;
	background-size: 100% 100%;
	color: #333;
	width: 100%;
	padding-left: 5px;
	margin-top: 5px;
}

.phone-tips {
	font-size: 13px;
	color: red;
	margin-top: -10px;
	margin-bottom: 15px;
	margin-left: 90px;
}

.moduleBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 11111;
}

.moduleMain {
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
}

.moduleContent {
	width: 100%;
	padding: 15px 8px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 1);
	border-radius: 15px;
	/* background: url(../images/modulebg.png) 0 0 no-repeat;
  background-size: 100% 100%; */
	position: relative;
}

.cancelBtn {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
	cursor: pointer;
}

.moduleBgbox {
	width: 100%;
	overflow: hidden;
	/* background:#3ECD59; */
	padding: 60px 10px 30px;
	box-sizing: border-box;
	/* border-radius: 15px */
}

.moduleContenttltle {
	width: 90%;
	overflow: hidden;
	font-size: 20px;
	margin: 0 auto 10px;
	color: #333;
	text-align: center;
}

.register-btn {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}

.register-btn span {
	display: inline-block;
	/* width: 80px; */
	line-height: 35px;
	color: #333;
	border: 1px solid #ddd;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 15px;
	padding: 0 10px;
}

.register-btn span:first-child {
	background: #42B4E6;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.registerBox {
		width: 90%;
		margin: 0 auto;
	}

	.listSpan {
		font-size: 14px;
		line-height: 1.5 !important;
	}

	.listPerUl li {
		font-size: 14px;
	}

	.bottomBgtitle1 {
		font-size: 13px;
	}

	.bottomBgtitle2 {
		width: 120%;
		overflow: hidden;
		font-size: 12px;
		color: #fff;
		text-align: center;
		transform: scale(0.85);
		margin-top: 2px;
		margin-left: -12%;
	}

	.bottomBgbox {
		padding: 10px 10px;
	}

	.registerTitle {
		font-size: 18px;
		margin: 0 auto;
	}

	.registerTitle2 {
		font-size: 13px;
		margin: 5px auto 5px;
		line-height: 1.4;
		padding: 0 5% 0px;
		color: #fff;
	}

	.registerTitle3 {
		font-size: 12px;
		margin: 0px auto 10px;
		color: #666;
	}

	.listSelect,
	.listInput,
	.cityBox .listSelectBox>div select {
		font-size: 14px !important;
	}

	.company-box {
		left: 90px;
		padding: 5px 10px;
	}

	.company-box li {
		padding: 3px 0;
		font-size: 14px;
	}

	.submitBtn span {
		width: 100px;
		line-height: 32px;
	}

	.phone-tips {
		font-size: 12px;
	}

	.moduleBgbox {
		padding: 30px 10px;
	}

	.moduleContenttltle {
		width: 100%;
		font-size: 15px;
		margin: 0 auto 10px;
	}

	.register-btn span {
		min-width: 70px;
		line-height: 32px;
		font-size: 14px;
	}

	.otherInput,
	.selectOtherInput,
	.selectTextarea {
		/* Firefox, Chrome, Opera */
		font-size: 14px;
	}
}

.otherInput::placeholder,
.selectOtherInput::placeholder,
.selectTextarea::placeholder {
	/* Firefox, Chrome, Opera */
	color: #888;
	font-size: 14px;
}

.otherInput:-ms-input-placeholder,
.selectOtherInput:-ms-input-placeholder,
.selectTextarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888;
	font-size: 14px;
}

.otherInput::-ms-input-placeholder,
.selectOtherInput::-ms-input-placeholder,
.selectTextarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #888;
	font-size: 14px;
}

.selectTextarea {
	outline-style: none;
	height: 77px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1.5;
}

.navBox {
	width: 100%;
	/* max-width: 750px; */
	margin: 0 auto;
	/* background: #3dcd58; */
}

.navMain {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navMain .logoBox {
	background: #3dcd58;
	padding: 10px 10px;
}

.logo2Box {
	overflow: hidden;
	margin-right: 10px;
	width: 100px;
}

.logo2Box img {
	display: block;
	width: 100%;
}

.logoBox {
	display: inline-block;
	float: left;
}

.logoBox img {
	height: 30px;
	margin: 0;
	display: block;
}

.cityBox .listSelectBox {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding-left: 0;
}

.cityBox .listSelectBox>div {
	display: flex;
	gap: 20px
}

.cityBox .listSelectBox>div select {
	flex: 1;
	height: 32px;
	border: 1px solid #ddd;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/selectIcon.png) no-repeat scroll right 5px transparent;
	background-size: 24px 24px;
	outline-style: none;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}

.ptList-box {
	width: 100%;
	overflow: hidden;
	background: #fff;
	max-height: 300px;
	overflow-y: auto;
	padding: 0 5px 10px;
	box-sizing: border-box;
}

.ptList-html {
	width: 100%;
	overflow: hidden;
}

.ptList-html-title {
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	position: relative
}

.hideInput {
	position: absolute;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	z-index: 111;
}

.ptList-html-title label {
	flex: 1;
	margin: 0 5px;
}

.ptList-html-title-3dcd58 label {
	color: #3dcd58;
}

.ptList-html-title .layui-icon {
	font-size: 20px;
	cursor: pointer;
}

.icon-up {
	display: none;
}

.ptList-html-ul {
	width: 100%;
	overflow: hidden;
	display: none;
}

.ptList-html-ul li {
	padding: 8px 0 8px 30px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.ptList-html-ul label {
	flex: 1;
	margin: 0 5px;
}

.top-img-content1 {
	width: 100%;
	background: #000;
	padding: 10px 0;
	box-sizing: border-box;
}

.ptSelectIcon {
	width: 25px;
	height: 25px;
	transition: all 0.5s linear 0s;
}

.ptList-html-title-act .ptSelectIcon {
	transform: rotate(180deg);
}

.foot-copyright {
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background: transparent;
	color: white;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.foot-desc {
	line-height: 40px;
	display: inline-flex;
}

.foot-desc::after {
	line-height: 40px;
	content: '|';
	padding: 0 5px;
}

@media only screen and (max-width: 768px) {
	.foot-copyright {
		display: block;
		text-align: left;
		padding-left: 36px;
	}

	.foot-desc,
	.foot-desc-text {
		line-height: 36px;
		display: flex;
	}
}

/* AVEVA 隐私协议样式 */
.avere-privacy-box .warningHtml a {
	color: #42B4E6;
	text-decoration: underline;
}

.avere-privacy-box .warningHtml a:hover {
	color: #2a9ccf;
}