.support{
	padding: 80px 0 100px;
}
.support .box1 .title{
	font-size: 28px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.support .box1 .box-c{
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}
.support .box1 .box-c .l,
.support .box1 .box-c .r{
	width: 47.5%;
}
.support .box1 .box-c-title{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 600;
	color: #111111;
	line-height: 1;
}
.support .box1 .list{
	margin-top: 15px;
}
.support .box1 .list li{
    box-shadow: 0px 0px 25px 0px rgba(145,145,145,0.1);
}
.support .box1 .list .li-t{
	display: flex;
	justify-content: space-between;
	min-height: 60px;
	padding: 14px 30px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #000000;
	line-height: 32px;
	cursor: pointer;
}
.support .box1 .list .li-t .text-title{
	flex: 1;
}
.support .box1 .list .li-t .iconfont{
	font-weight: bold;
}
.support .box1 .list li .li-t .iconfont.icon-jiansvg{
	display: none;
}
.support .box1 .list li.active .li-t .iconfont.icon-jiansvg{
	display: block;
}
.support .box1 .list li.active .li-t .iconfont.icon-jia{
	display: none;
}
.support .box1 .list .li-c{
	min-height: 80px;
	background: #F4F4F4;
	padding: 24px 30px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	display: none;
}
.verify .box1{
	padding: 78px 0 94px;
}
.verify .box1 .title,
.report .box1 .title{
	font-size: 28px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.verify .box1 .des,
.report .box1 .des{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 600;
	color: #111111;
	line-height: 32px;
	margin-top: 35px;
	text-align: center;
}
.verify .box1 form{
	margin: 39px auto 0;
	width: 530px;
	max-width: 100%;
}
.verify .box1 form input{
	width: 100%;
	height: 62px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	box-shadow: 0px 0px 25px 0px rgba(145,145,145,0.1);
	border-radius: 5px;
	padding: 0 19px;
	outline: none;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #000000;
}
.verify .box1 form .submit{
	line-height: 62px;
	background: #4A363C;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 62px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.verify .querySuccess{
	margin: 60px auto 0;
	width: 700px;
	padding: 30px;
	max-width: 100%;
	background: #FAFAFA;
}
.verify .querySuccess .querySuccess-title{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}
.verify .querySuccess .querySuccess-title .iconfont{
	margin-right: 15px;
	color: rgba(58, 133, 47, 1);
	font-size: 20px;
}
.verify .querySuccess .querySuccess-list{
	border: 1px solid #DCDCDC;
	margin-top: 30px;
}
.verify .querySuccess .querySuccess-list li{
	display: flex;
}
.verify .querySuccess .querySuccess-list li div{
	padding: 0 20px;
	min-height: 52px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #444444;
	line-height: 52px;
	flex: 1;
}
.verify .querySuccess .querySuccess-list li div:not(:last-child){
	border-right: 1px solid rgba(220, 220, 220, 1);
}
.verify .querySuccess .querySuccess-list li:not(:last-child){
	border-bottom: 1px solid rgba(220, 220, 220, 1);
}
.verify .queryFail{
	margin: 76px auto 0;
	width: 455px;
	display: flex;
	align-items: flex-start;
	max-width: 100%;
}
.verify .queryFail .iconfont{
	color: rgba(213, 0, 0, 1);
}
.verify .queryFail .text-box{
	flex: 1;
	margin-left: 15px;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.verify .queryFail .text-box .red{
	color: rgba(213, 0, 0, 1);
}
.verify .queryFail .text-box a{
	color: rgba(0, 0, 0, 1);
}
.verify .queryFail .text-box p:not(:last-child){
	margin-bottom: 8px;
}
.verify .tips{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	text-align: center;
	width: 774px;
	margin: 64px auto 0;
	max-width: 100%;
}
.report{
	padding: 78px 0 100px;
}
.report .box-c{
	margin-top: 44px;
}
.report .box-c form{
	display: block;
	margin: 44px auto 0;
	width: 500px;
}
.report .box-c .input input,
.report .box-c .input textarea{
	width: 100%;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	outline: none;
	height: 52px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	padding: 18px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}
.report .box-c .input textarea{
	height: 150px;
	resize: none;
}
.report .box-c .input{
	margin-bottom: 20px;
}
.report .box-c .input label{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.report .box-c .input .upload{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.report .box-c .input .upload li{
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #D5D5D5;
	overflow: hidden;
}
.report .box-c .input .upload li:not(:last-child){
	margin-right: 10px;
}
.report .box-c .input .upload li.inputFile{
	cursor: pointer;
}
.report .box-c .input .upload li.inputFile .iconfont{
	color: rgba(220, 220, 220, 1);
}
.report .box-c .input .upload li.inputFile input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.report .box-c .input .upload li.uploadedImg img{
	max-width: 100%;
	max-height: 100%;
}
.report .box-c .input .upload li.uploadedImg .close{
	position: absolute;
	background-color: #999;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	right: -25px;
	top: -25px;
	z-index: 2;
	text-align: left;
	line-height: 70px;
	padding-left: 8px;
	color: #fff;
	cursor: pointer;
}
.report .box-c .input .upload li.uploadedImg .close .iconfont{
	font-size: 14px;
}
.report .box-c .submit{
	display: block;
	height: 52px;
	line-height: 52px;
	background: #4A363C;
	border-radius: 4px;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
}
@media (max-width:1024px) {
	.report,.support,.verify .box1 {
		padding: 60px 0;
	}
	.verify .box1 .title, .report .box1 .title,
	.support .box1 .title{
		font-size: 26px;
	}
	.verify .box1 .des, .report .box1 .des{
		font-size: 18px;
		line-height: 28px;
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.report,.support,.verify .box1 {
		padding: 50px 0;
	}
	.verify .box1 .title, .report .box1 .title,
	.support .box1 .title{
		font-size: 24px;
	}
	.verify .box1 .des, .report .box1 .des{
		font-size: 16px;
		line-height: 26px;
	}
	.report .box-c form{
		width: 100%;
	}
	.report .box-c .input input, .report .box-c .input textarea{
		height: 40px;
		font-size: 14px;
		padding: 15px;
	}
	.report .box-c .input textarea{
		height: 100px;
		padding: 10px 15px;
		line-height: 24px;
	}
	.report .box-c .input .upload li{
		width: 80px;
		height: 80px;
	}
	.report .box-c .submit{
		height: 40px;
		line-height: 40px;
	}
	.support .box1 .box-c{
		flex-wrap: wrap;
	}
	.support .box1 .box-c .l, .support .box1 .box-c .r{
		width: 100%;
	}
	.support .box1 .box-c .l{
		margin-bottom: 30px;
	}
	.support .box1 .list .li-t{
		padding: 10px 15px;
		min-height: 52px;
	}
	.support .box1 .list .li-c{
		padding: 14px 15px;
		min-height: 60px;
	}
	.verify .querySuccess .querySuccess-list li div{
		min-height: 52px;
		display: flex;
		align-items: center;
		font-size: 14px;
		line-height: 24px;
		padding: 15px 20px;
	}
	.verify .box1 form input{
		height: 40px;
		font-size: 14px;
	}
	.verify .box1 form .submit{
		height: 40px;
		line-height: 40px;
	}
	.verify .box1 form{
		margin-top: 25px;
	}
	.verify .querySuccess{
		margin-top: 30px;
	}
	.verify .tips{
		margin-top: 30px;
	}
	.verify .queryFail{
		margin-top: 35px;
	}
}
@media (max-width: 500px) {
	.report,.support,.verify .box1{
		padding: 40px 0;
	}
	.verify .box1 .title, .report .box1 .title,
	.support .box1 .title{
		font-size: 22px;
	}
	.support .box1 .list .li-c,
	.support .box1 .list .li-t{
		font-size: 14px;
		line-height: 24px;
	}
	.support .box1 .box-c{
		margin-top: 30px;
	}
	.verify .querySuccess{
		padding: 20px;
	}
}