* {
	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);
	/* opacity: 0.5; */
	height: 100%;
}

.dialog-seciton .dialog-content .close-icon {
	position: absolute;
	right: 0.37rem;
	cursor: pointer;
}

.dialog-content {
	background-color: #ffffff;
	border-radius: 0.15rem;
	position: relative;
	margin: 10% auto;
	padding: 0.34rem 0.28rem;
}
.help-content{
	margin: 1rem auto;	
}
.partner-content {
	width: 6.54rem;
	height: 4.4rem;
}

.agent-content {
	width: 6.54rem;
	height: 6.4rem;
}
.help-content{
	width: 6.54rem;
	height: auto;
}
.dialog-content .title {
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 0.22rem;
	color: #000000;
	margin-bottom: 0.06rem;
}

.dialog-content .article {
	font-weight: 400;
	font-size: 0.12rem;
	line-height: 0.12rem;
	color: #333333;
}

.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-top: 0.26rem;
	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: 5.76rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding-left: 0.19rem;
}
.dialog-content .input-box textarea{
	width: 5.76rem;
	height: 1.18rem;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding-left: 0.19rem;
	padding-top: 0.16rem;
	outline: none;
}
.dialog-content .input-box .upload{
	width: 1.12rem;
	height: 0.4rem;
	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 {
	margin-top: 0.56rem;
	border: none;
	width: 5.76rem;
	height: 0.5rem;
	background: #367BFF;
	border-radius: 8px 8px 8px 8px;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
}

.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;
}

#agent-form .input-box select {
	/* border: 1px solid #EEEEEE; */
	border: none;
	height: 0.35rem;
	border-radius: 0.08rem;
	width: 1.8rem;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	padding-left: 0.15rem;
	outline: 1px solid #EEEEEE;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
}
#agent-form .input-box select option:after{
      content: "";
      width: 14px;
      height: 8px;
      background: url(../images/agent/down.svg) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
      right: 20px;
      top: 41%;
	  z-index: 1010;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    }
#agent-form .input-box select option {
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	position: relative;
}

#agent-form .input-box select option:hover {
	background-color: #367BFF;
}