body, html{
	background: #fff;
	max-width: 960px;
}
.formBox {
	width: 77%;
	margin: 0 auto;
}

.formBox>li {
	width: 100%;
	margin: 5px auto;
	position: relative;
}

.formBg {
	width: 100%;
	background: url(../images/inputBg.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.formBg input {
	width: 85%;
	height: 40px;
	border: none;
	outline-style: none;
	background: transparent;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
}

.voiceInputSection {
	width: 99%;
	margin: 13px auto 8px;
}

.voiceQuestionTitle {
	width: 100%;
	margin: 0 0 10px;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	color: #ff5100;
	text-align: center;
	box-sizing: border-box;
}

.voiceInputBox {
	position: relative;
	width: 100%;
	min-height: 54px;
	background: url(../images/inputBg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	border: 1.5px solid rgba(255, 126, 75, 0.58);
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(255, 126, 75, 0.12);
	box-sizing: border-box;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.voiceInputBox:focus-within,
.voiceInputBox.is-recording {
	border-color: #ff7628;
	box-shadow: 0 0 12px rgba(255, 83, 36, 0.3);
}

.voiceInputBox textarea {
	display: block;
	width: 100%;
	min-height: 54px;
	max-height: 140px;
	padding: 15px 52px 14px 14px;
	border: 0;
	outline: 0;
	resize: none;
	overflow-y: auto;
	background: transparent;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 13px;
	line-height: 22px;
	color: #485563;
	text-align: left;
}

.voiceInputBox textarea::placeholder {
	color: #8b95a3;
}

.voiceInputButton {
	position: absolute;
	top: 50%;
	right: 7px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	outline: 0;
	background: transparent;
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.voiceInputButton img {
	display: block;
	width: 100%;
	height: 100%;
}

.voiceInputButton:active {
	transform: translateY(-50%) scale(0.94);
}

.voiceInputBox.is-recording .voiceInputButton::before,
.voiceInputBox.is-recording .voiceInputButton::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 159, 32, 0.82);
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
	animation: voicePulse 1.35s ease-out infinite;
}

.voiceInputBox.is-recording .voiceInputButton::after {
	animation-delay: 0.45s;
}

.voiceInputStatus {
	min-height: 16px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 16px;
	color: #626a75;
	text-align: center;
}

.voiceInputStatus.is-error {
	color: #ffb19a;
}

@keyframes voicePulse {
	0% {
		opacity: 0.85;
		transform: translate(-50%, -50%) scale(0.8);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.55);
	}
}

.selectBg {
	width: 90%;
	height: 40px;
	line-height: 37px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: url(../images/sImg.png) right center no-repeat;
	background-size: 12px 18px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selectBox {
	position: absolute;
	top: 37px;
	left: 5%;
	max-height: 180px;
	overflow-y: auto;
	padding: 0 10px;
	box-sizing: border-box;
	width: 90%;
	z-index: 1;
	background: url(../images/ulBg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: none;
}

.selectBox li,
.sectoralBox li {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	margin: 5px auto;
}

.selectBox li img {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-left: 3%;
}

.sectoralBox {
	position: absolute;
	top: 37px;
	left: 5%;
	max-height: 400px;
	overflow-y: auto;
	padding: 0 10px;
	box-sizing: border-box;
	width: 90%;
	z-index: 1;
	background: url(../images/ulBg2.png) 0 0 no-repeat;
	background-size: 100% 100%;
	display: none;
}

.sumbitBox {
	width: 130px;
	background: url(../images/btn.png) 0 0 no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	margin: 20px auto 0;
}

.privacyBox {
	width: 70%;
	margin: 15px auto;
}

.privacyFlex {
	display: flex;
	gap: 1px;
}

.privacyFlexRight {
	flex: 1;
	overflow: hidden;
	font-size: 13px;
	color: #fff;
	padding-top: 1px;
}

.privacyFlexRight span,
.privacyFlexRight a {
	color: #F34B26;
}

.layui-form-checkbox[lay-skin=primary]>i {
	border-color: #F34B26;
}

.layui-form-checkbox[lay-skin=primary]:hover>i {
	border-color: #F34B26;
	color: #fff;
}

.layui-form-checked,
.layui-form-checked:hover {
	border-color: #F34B26;
}

.layui-form-checked[lay-skin=primary]>i {
	border-color: #F34B26 !important;
	background-color: #F34B26;
	color: #fff;
}

.modelBg {
	width: 100%;
	max-height: 450px;
	overflow-y: auto;
	padding: 15px 15px;
	box-sizing: border-box;
}

.modelText {
	width: 100%;
	line-height: 1.5;
	font-size: 14px;
	color: #333;
	text-align: justify;
	margin: 5px auto;
}

.modelTextMT {
	margin-top: 15px;
}

.class-layer-demo-custom .layui-layer-btn .layui-layer-btn0 {
	border-color: #F34B26;
	background-color: #F34B26;
	color: #fff;
}

.tipsBox {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 13px;
	margin: -5px auto 5px;
}
.tipsBox img {
	width: 13px;
	margin-right: 5px;
}
.tipsBox span {
	margin-top: 2px;
	text-align: center;
}

.sectoralBoxLeft {
	flex: 1;
}

.layui-form-radio:hover>*, .layui-form-radioed{
    color: #fff;
}
.layui-form-radioed>div,
.layui-form-radio>div {
	color: #fff!important;
	font-size: 14px;
}
.layui-form-radio>i {
    margin-right: 5px;
	margin-left: 5px;
    font-size: 18px;
    color: #fff;
}
.layui-form-radio:hover>i {
	color: #fff;
}
.layui-form-radio {
	display: flex;
	margin: 0;
	align-items: center;
}
.ulBtn {
	width: 130px;
	background: url(../images/btn.png) 0 0 no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 6px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	margin: 20px auto 0;
}

/* English registration form */
.registrationFormPanel {
	display: block;
	width: calc(100% - 24px);
	max-width: 960px;
	margin: 18px auto 0;
	padding: 14px 0 22px;
	background: #fff;
	box-sizing: border-box;
}

.registrationIntro {
	width: calc(100% - 24px);
	max-width: 960px;
	margin: 0 auto 18px;
	padding: 4px 2px 0;
	box-sizing: border-box;
	font-family: Arial, "Helvetica Neue", sans-serif;
	text-align: center;
}

.registrationIntroLead {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: #1b355e;
}

.registrationIntroTitle {
	margin: 2px 0 12px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	color: #ff5100;
}

.registrationIntroDescription {
	font-size: 12px;
	line-height: 1.55;
	color: #626a75;
}

.registrationIntroDescription p {
	margin: 4px 0 0;
}

.registrationFormPanel .formBox,
.registrationFormPanel .privacyBox {
	width: calc(100% - 24px);
	max-width: 960px;
}

.registrationFormPanel .formBox > li {
	margin: 8px auto;
}

.registrationFormPanel .formBg {
	width: 100%;
	min-height: 40px;
	border: 2px solid transparent;
	border-radius: 22px;
	background: #edf0f4;
	background-image: none;
	box-sizing: border-box;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.registrationFormPanel .formBg.is-invalid {
	border-color: #f01822;
}

.registrationFormPanel .formBg:focus-within {
	border-color: #9aa7b5;
	background-color: #f4f6f8;
	box-shadow: 0 0 0 2px rgba(98, 106, 117, .1);
}

.registrationFormPanel .formBg.is-invalid:focus-within {
	border-color: #f01822;
	box-shadow: 0 0 0 2px rgba(240, 24, 34, .1);
}

.registrationFormPanel .formBg input,
.registrationFormPanel .selectBg {
	display: block;
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0 14px;
	border: 0;
	outline: 0;
	background-color: transparent;
	box-sizing: border-box;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	text-align: left;
	color: #626a75;
}

.registrationFormPanel .formBg input::placeholder {
	color: #626a75;
	opacity: 1;
}

.registrationFormPanel .selectBg {
	padding-right: 38px;
	background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
	background-position: calc(100% - 18px) 16px, calc(100% - 14px) 16px;
	background-repeat: no-repeat;
	background-size: 4px 4px, 4px 4px;
	cursor: pointer;
}

.registrationFormPanel .selectBox,
.registrationFormPanel .sectoralBox {
	top: 43px;
	left: 0;
	width: 100%;
	max-height: 210px;
	padding: 8px 12px;
	border: 1px solid #d8dde4;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(18, 35, 63, .16);
	box-sizing: border-box;
	z-index: 10;
}

.registrationFormPanel .selectBox li,
.registrationFormPanel .sectoralBox li {
	min-height: 30px;
	margin: 2px auto;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #4e5968;
}

.registrationFormPanel .sectoralBox .layui-form-radio > div,
.registrationFormPanel .sectoralBox .layui-form-radioed > div {
	color: #4e5968 !important;
}

.registrationFormPanel .sectoralBox .layui-form-radio > i {
	color: #7b8794;
}

.registrationFormPanel .sectoralBox .layui-form-radio:hover > i,
.registrationFormPanel .sectoralBox .layui-form-radioed > i {
	color: #ff5100;
}

.registrationFormPanel .tipsBox {
	justify-content: flex-start;
	width: calc(100% - 28px);
	margin: -2px auto 7px;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ff5100;
}

.registrationFormPanel .tipsBox span {
	margin: 0;
	text-align: left;
}

.registrationFormPanel .tipsBox img {
	display: none;
}

.registrationFormPanel .privacyBox {
	margin: 12px auto 0;
}

.registrationFormPanel .privacyFlex {
	align-items: flex-start;
	gap: 7px;
	margin-top: 8px;
}

.registrationFormPanel .privacyFlexRight {
	padding: 0;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #485563;
}

.registrationFormPanel .privacyFlexRight span,
.registrationFormPanel .privacyFlexRight a {
	color: #1167b1;
	text-decoration: underline;
}

.registrationFormPanel .layui-form-checkbox[lay-skin=primary] {
	margin-top: 2px;
}

.registrationFormPanel .layui-form-checkbox[lay-skin=primary] > i,
.registrationFormPanel .layui-form-checkbox[lay-skin=primary]:hover > i {
	border-color: #1b355e;
}

.registrationFormPanel .layui-form-checked[lay-skin=primary] > i {
	border-color: #1b355e !important;
	background-color: #1b355e;
}

.registrationFormPanel .sumbitBox {
	width: calc(100% - 24px);
	max-width: 390px;
	min-height: 34px;
	margin: 12px auto 0;
	padding: 7px 18px;
	border-radius: 20px;
	background: linear-gradient(90deg, #1c3159 0%, #157ca2 100%);
	background-image: linear-gradient(90deg, #1c3159 0%, #157ca2 100%);
	box-sizing: border-box;
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.registrationFormPanel .sumbitBox:active {
	transform: scale(.99);
}

@media (max-width: 420px) {
	.registrationFormPanel {
		width: 100%;
		margin-top: 12px;
	}

	.registrationFormPanel .formBox,
	.registrationFormPanel .privacyBox,
	.registrationFormPanel .sumbitBox {
		width: calc(100% - 24px);
	}

	.registrationIntroTitle {
		font-size: 22px;
	}
}
