* {
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;

	/* IE 10+ */
	::-webkit-scrollbar {
		display: none;
		/* Chrome Safari */
	}
}

.dialog-seciton {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	display: none;
}

.dialog-seciton .dialog-content .close-icon {
	position: absolute;
	top: 0.22rem;
	right: 0.22rem;
	cursor: pointer;
}

.dialog-content {
	background-color: #ffffff;
	border-radius: 0.1rem;
	position: relative;
	margin: 10% auto;
	padding: 0.33rem 0.4rem 0.4rem;
}

.help-content {
	margin: 1rem auto;
}

.partner-content {
	width: 5.55rem;
	/* height: 4.2rem; */
}

.agent-content {
	width: 5.55rem;
	/* height: 6.4rem; */
}

.help-content {
	width: 5.55rem;
	height: auto;
}

.dialog-content .title {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.22rem;
	color: #000000;
	margin-bottom: 0.1rem;
}

.dialog-content .article {
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 0.16rem;
	color: #666;
	margin-bottom: 0.25rem;
}

.dialog-content .input-box .input-title {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #000000;
	margin-bottom: 0.08rem;
}

.dialog-content .input-box {
	margin-bottom: 0.22rem;
	position: relative;
}

.dialog-content .input-box .img-list {
	display: flex;
	/* margin-top: 0.25rem; */
}

.dialog-content .input-box .img-list .imgBox img {
	cursor: pointer;
}

.dialog-content .input-box .img-list .imgBox .img {
	width: 1.04rem;
	height: 1.04rem;
	margin-right: 0.16rem;
	border-radius: 0.1rem;
	border: 1px solid #707070;
}

.dialog-content .input-box .img-list .imgBox {
	position: relative;
}

.dialog-content .input-box .img-list .imgBox .closeImg {
	position: absolute;
	width: 0.18rem;
	height: 0.18rem;
	right: 0.2rem;
	top: 0.03rem;
	display: none;
}

.dialog-content .input-box input {
	width: 100%;
	height: 0.4rem;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding-left: 0.19rem;
	font-size: 0.14rem;
}

.dialog-content .input-box textarea {
	width: 100%;
	height: 0.85rem;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding-left: 0.19rem;
	padding-top: 0.16rem;
	outline: none;
	font-size: 0.14rem;
	line-height: 0.14rem;
}

.dialog-content .input-box .upload {
	width: 1.12rem;
	height: 0.4rem;
	margin: 0.16rem 0;
	border: 1px solid #367BFF;
	background-color: #ffffff;
	border-radius: 0.06rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dialog-content .input-box .upload img {
	width: 0.24rem;
	height: 0.24rem;
}

.dialog-content .input-box .upload span {
	font-weight: 500;
	font-size: 0.14rem;
	color: #367BFF;
}

.dialog-content .input-box .input-title .require {
	color: #FF0000;
}

.dialog-content .input-box .validate {
	position: absolute;
	font-size: 0.12rem;
	color: #FF0000;
	display: none;
}

.dialog-content .submit-btn {
	width: 100%;
	height: 0.45rem;
	margin-top: 0.3rem;
	border-radius: 8px;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	background: var(--theme-color);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dialog-content .submit-btn[disabled] {
	opacity: 0.5;
	background: var(--theme-color);
}

.dialog-content .submit-btn .loading {
	width: 0.16rem;
	height: 0.16rem;
	display: none;
	animation: rotateAnimate 1s infinite linear;
	border: none;
	margin-right: 4px;
}

@keyframes rotateAnimate {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.dialog-content .input-box input:focus {
	outline: none;
	border: 1px solid #EEEEEE;
}

.dialog-content .input-box input::placeholder {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #999999;
}

.dialog-content .input-box textarea::placeholder {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #999999;
}

#agent-form .select-box:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../images/agent/down.svg) no-repeat center;
	/*通过定位将图标放在合适的位置*/
	position: absolute;
	top: 50%;
	right: 0.15rem;
	transform: translateY(100%);
	/*给自定义的图标实现点击下来功能*/
	pointer-events: none;
}

#agent-form .select-box-content {
	position: fixed;
	width: 3.2rem;
	height: 1.5rem;
	border-radius: 0.08rem;
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	display: none;
}

#agent-form .select-box-content select:nth-child(1)::after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #EEE;
}

/* #agent-form .select-box-content select:invalid {
	color: transparent !important;
} */

#agent-form .select-box-content select {
	/* border: 1px solid #EEEEEE; */
	border: none;
	/* height: 0.35rem; */
	border-radius: 0.08rem;
	width: 1.6rem;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	padding: 0 0.15rem;
	outline: 1px solid transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
}

#agent-form .select-box-content select option {
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	position: relative;
	height: 0.375rem;
	display: flex;
	align-items: center;
	background-color: transparent;
}

/* #agent-form .input-box select option:focus {
	background-color: transparent;
} */

#agent-form .select-box-content select option:checked {
	background-color: transparent !important;
	position: relative;
}

/* #agent-form .select-box-content select:focus {
	background-color: transparent !important;
} */

#agent-form .select-box-content select option:checked::after {
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	right: 0;
	top: 0;
	transform: translateY(50%);
	position: absolute;
	background: url(../images/agent/icon_selected.svg) no-repeat center;
	background-size: 0.2rem;
}

.agent-section .dialog-content .phone-select-box {
	display: none;
}

@media only screen and (max-width: 991px) {

	.agent-section {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.agent-section .agent-content {
		width: 100%;
		height: auto;
		margin: 0 auto;
		overflow-y: scroll;
		padding: 25px 18px 0;
		border-radius: 15px 15px 0 0;
		animation: popin 0.3s ease-in-out;
	}

	@keyframes popin {
		0% {
			transform: translateY(100%);
		}

		100% {
			transform: translateY(0);
		}
	}

	.agent-section .dialog-content .title {
		font-size: 16px;
		line-height: 1.5;
	}

	.agent-section .dialog-content .article {
		font-size: 12px;
		line-height: 1.5;
		color: #333;
		margin-bottom: 26px;
		position: relative;
		padding-bottom: 20px;
	}

	.agent-section .dialog-content .article::after {
		content: "";
		width: calc(100% + 36px);
		height: 1px;
		background-color: #EEE;
		position: absolute;
		left: -18px;
		bottom: 0;
	}

	.agent-section .dialog-content .input-box {
		margin-bottom: 22px;
	}

	.agent-section .dialog-content .input-box .input-title {
		font-size: 14px;
		line-height: 1.5;
	}

	.agent-section .dialog-content .input-box input {
		height: 45px;
		font-size: 14px;
		padding: 0 10px;
	}

	.agent-section .dialog-content .input-box input::placeholder {
		font-size: 14px;
		line-height: 1.5;
		height: 100%;
	}

	.agent-section .dialog-content .input-box .validate {
		font-size: 12px;
	}

	.agent-section .dialog-content .submit-btn {
		height: 45px;
		font-size: 16px;
		margin: 25px 0 30px;
	}

	.agent-section .dialog-content .select-box,
	.agent-section .dialog-content .select-box-content {
		/* width: calc(100% - 36px) !important;
		height: 130px !important; */
		display: none !important;
	}

	/* .agent-section .dialog-content .select-box-content select {
		width: 50% !important;
		font-size: 14px !important;
	}

	.agent-section .dialog-content .select-box-content select option {
		width: 100% !important;
		font-size: 14px !important;
		height: 32px !important;
	}

	.agent-section .dialog-content .select-box-content select option:checked::after {
		width: 20px !important;
		height: 20px !important;
		background-size: 20px !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	} */

	.dialog-content .input-box .input-title {
		margin-bottom: 8px;
	}

	.agent-section .dialog-content .phone-select-box {
		display: block;
	}

	.agent-section .dialog-content .phone-select-box .selected-box {
		display: flex !important;
		align-items: center;
		box-sizing: border-box;
		gap: 0 13px;
	}

	.agent-section .dialog-content .phone-select-box .selected-box select {
		width: 50% !important;
		height: 45px !important;
		border: 1px solid #EEE;
		padding: 0 40px 0 10px;
		border-radius: 4px;
		font-size: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #FFF;
		background-image: url('../images/icon_arrow_down.svg');
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: right 15px center;
	}

	.agent-section .dialog-content .phone-select-box .selected-box select option {
		font-weight: 400;
		font-size: 14px;
		color: #333333;
		position: relative;
		height: 0.375rem;
		display: flex;
		align-items: center;
		background-color: transparent;
	}

}