.technical-support{
	background-color: #fafafa;
}
.technical-support .box1{
	padding: 66px 0 120px;
}
.technical-support .box1 .box-t{
	margin-top: 40px;
}
.technical-support .box1 .box-t form{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 924px;
	margin: 0 auto;
	max-width: 100%;
}
.technical-support .box1 .box-t form .input{
	display: flex;
	background: #FAFAFA;
	border-radius: 35px;
	border: 1px solid #E8E8E8;
	padding: 0 20px 0 30px;
	height: 70px;
	flex: 1;
}
.technical-support .box1 .box-t form .input:first-child{
	width: 234px;
	flex: none;
}
.technical-support .box1 .box-t form .input input,
.technical-support .box1 .box-t form .input select{
	border: none;
	outline: none;
	height: 100%;
	width: 100%;
	flex: 1;
	background-color: transparent;
}
.technical-support .box1 .box-t form .input select{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #FA6300;
	line-height: 30px;
	appearance: none;
	background: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 14px 9px;
}
.technical-support .box1 .box-t form .input input{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.technical-support .box1 .box-t form .input input::placeholder{
	color: #999;
}
.technical-support .box1 .box-t form .submit{
	display: flex;
	align-items: center;
	color: rgba(250, 99, 0, 1);
	cursor: pointer;
	padding-right: 10px;
}
.technical-support .box1 .box-t form .submit .iconfont{
	font-size: 24px;
}
.technical-support .box1 .box-c{
	margin-top: 60px;
}
.technical-support .box1 .box-c .list li{
	display: flex;
	padding: 10px 10px 10px 30px;
	background: #FFFFFF;
	border-radius: 5px;
	align-items: center;
}
.technical-support .box1 .box-c .list li:not(:last-child){
	margin-bottom: 10px;
}
.technical-support .box1 .box-c .list li .li-l{
	display: flex;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	flex: 1;
	margin-right: 47px;
}
.technical-support .box1 .box-c .list li .li-l .bullet{
	width: 12px;
	height: 12px;
	background: #FA6300;
	border-radius: 50%;
	margin-top: 9px;
	margin-right: 15px;
}
.technical-support .box1 .box-c .list li .li-l .text{
	flex: 1;
	margin-left: 15px;
}
.technical-support .box1 .box-c .list li .li-r {
	display: flex;
	align-items: center;
}
.technical-support .box1 .box-c .list li .li-r .date{
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 40px;
	padding-right: 44px;
	border-right: 1px solid rgba(232, 232, 232, 1);
}
.technical-support .box1 .box-c .list li .downloadBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	height: 60px;
	background: #FA6300;
	border-radius: 5px;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 47px;
}
.technical-support .box1 .box-c .list li .downloadBtn .iconfont{
	font-size: 34px;
	margin-right: 12px;
}
.technical-support .box1 .box-c .pagination{
	margin-top: 80px;
}
.qa{
	background-color: #fafafa;
}
.qa .box1{
	padding: 66px 0 120px;
}
.qa .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: flex-start;
}
.qa .box1 .box-c .l{
	width: 300px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px;
	min-height: 298px;
}
.qa .box1 .box-c .l a{
	display: flex;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	padding: 15px 20px;
	justify-content: space-between;
	transition: all .6s;
	border-radius: 5px;
}
.qa .box1 .box-c .l a:hover,
.qa .box1 .box-c .l a.active{
	color: #FA6300;
}
.qa .box1 .box-c .l a.active{
	background: #FAFAFA;
}
.qa .box1 .box-c .l a .iconfont{
	font-weight: bold;
	font-size: 20px;
	color: rgba(250, 99, 0, 1);
	opacity: 0;
	transition: all .6s;
}
.qa .box1 .box-c .l a.active .iconfont{
	opacity: 1;
}
.qa .box1 .box-c .r{
	flex: 1;
	margin-left: 30px;
}
.qa .box1 .box-c .r .list li{
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 30px;
}
.qa .box1 .box-c .r .list li:not(:last-child){
	margin-bottom: 10px;
}
.qa .box1 .box-c .r .list .li-t{
	line-height: 30px;
	padding: 25px 0;
	display: flex;
	color: #222222;
	transition: all .6s;
	cursor: pointer;
}
.qa .box1 .box-c .r .list li.active .li-t{
	color: #FA6300;
}
.qa .box1 .box-c .r .list .li-t-l{
	font-family: Rany-Bold;
	font-weight: bold;
	/* line-height: 1; */
	width: 77px;
}
.qa .box1 .box-c .r .list .li-t-l span{
	font-size: 24px;
}
.qa .box1 .box-c .r .list .li-t-c{
	flex: 1;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	margin-right: 20px;
}
.qa .box1 .box-c .r .list .li-t-r .icon-jian_sekuai{
	display: none;
}
.qa .box1 .box-c .r .list li.active .li-t-r .icon-jian_sekuai{
	display: block;
}
.qa .box1 .box-c .r .list li.active .li-t-r .icon-jia_sekuai{
	display: none;
}
.qa .box1 .box-c .r .list .li-c{
	border-top: 1px solid RGBA(222, 222, 222, 1);
	display: flex;
	padding: 23px 0 34px;
	display: none;
}
.qa .box1 .box-c .r .list .text-box{
	flex: 1;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.qa .box1 .box-c .r .pagination{
	margin-top: 70px;
}
@media (max-width:1199px) {
	.qa .box1{
		padding: 70px 0;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 45px;
	}
	.technical-support .box1{
		padding-bottom: 70px;
	}
	.technical-support .box1 .box-c .pagination,
	.technical-support .box1 .box-c{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.technical-support .box1 .box-t form .input{
		height: 50px;
	}
	.technical-support .box1 .box-c .list li{
		padding-left: 15px;
	}
	.technical-support .box1 .box-c .list li .li-l{
		font-size: 16px;
	}
	.technical-support .box1 .box-c .list li .li-l .bullet{
		width: 10px;
		height: 10px;
	}
	.technical-support .box1 .box-c .list li .li-r .date{
		padding-right: 30px;
		margin-right: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	.technical-support .box1 .box-c .list li .downloadBtn{
		height: 45px;
		padding: 0 15px;
		margin-left: 0;
	}
	.technical-support .box1 .box-c .list li .downloadBtn .iconfont{
		font-size: 26px;
	}
	.technical-support .box1{
		padding: 60px 0;
	}
	.technical-support .box1 .box-c .pagination,
	.technical-support .box1 .box-c{
		margin-top: 40px;
	}
	.qa .box1{
		padding: 60px 0;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 40px;
	}
	.qa .box1 .box-c{
		flex-direction: column;
	}
	.qa .box1 .box-c .l{
		width: 100%;
		min-height: 0;
	}
	.qa .box1 .box-c .r{
		margin-left: 0;
		margin-top: 40px;
		width: 100%;
	}
	.qa .box1 .box-c .r .list li{
		padding: 0 20px;
	}
	.qa .box1 .box-c .r .list .li-t{
		padding: 20px 0;
	}
}
@media (max-width: 768px) {
	.technical-support .box1 .box-t form .input:first-child{
		width: 186px;
	}
	.technical-support .box1 .box-c .list li .downloadBtn{
		height: 40px;
	}
	.technical-support .box1 .box-c .list li .li-r .date{
		padding-right: 20px;
		margin-right: 20px;
	}
	.technical-support .box1 .box-c .list li{
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.technical-support .box1 .box-c .list li .li-l{
		flex: none;
		margin-right: 0;
		width: 100%;
	}
	.technical-support .box1 .box-c .list li .li-r{
		margin-top: 10px;
	}
	.technical-support .box1 .box-c .list li .downloadBtn .iconfont{
		font-size: 20px;
	}
	.technical-support .box1{
		padding: 50px 0;
	}
	.technical-support .box1 .box-t,
	.technical-support .box1 .box-c .pagination,
	.technical-support .box1 .box-c{
		margin-top: 30px;
	}
	.qa .box1 .box-c .r,
	.qa .box1 .box-c{
		margin-top: 30px;
	}
	.qa .box1 .box-c .l a{
		font-size: 16px;
		padding: 10px 20px;
	}
	.qa .box1{
		padding: 50px 0;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 30px;
	}
	.qa .box1 .box-c .r .list .li-t-l span{
		font-size: 20px;
	}
	.qa .box1 .box-c .r .list .li-t-c{
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.technical-support .box1 .box-t form .input:first-child{
		width: 149px;
	}
	.technical-support .box1 .box-t form .input{
		padding: 0 20px;
		height: 45px;
	}
	.technical-support .box1{
		padding: 40px 0;
	}
	.technical-support .box1 .box-t,
	.technical-support .box1 .box-c .pagination,
	.technical-support .box1 .box-c{
		margin-top: 25px;
	}
	.qa .box1 .box-c .r .list .text-box{
		font-size: 14px;
		line-height: 24px;
	}
	.qa .box1 .box-c .r .list .li-c{
		padding: 15px 0 20px;
	}
	.qa .box1 .box-c .r .list .li-t{
		padding: 10px 0;
	}
	.qa .box1 .box-c .r .list .li-t-l{
		min-width: 50px;
		width: auto;
	}
	.qa .box1 .box-c .r .list li{
		padding: 0 10px;
	}
	.qa .box1 .box-c .l a,
	.qa .box1 .box-c .l{
		padding: 10px;
	}
	.qa .box1 .box-c .r,
	.qa .box1 .box-c{
		margin-top: 25px;
	}
	.qa .box1{
		padding: 40px 0;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 25px;
	}
}