.qa{
	background: RGBA(250, 250, 250, 1);
}
.qa .box1{
	padding: 100px 0 140px;
}
.qa .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.qa .box1 .box-c .l{
	width: 200px;
}
.qa .box1 .box-c .l a{
	display: flex;
	padding: 0 30px;
	/* justify-content: space-between; */
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	line-height: 30px;
	min-height: 70px;
	border-radius: 35px;
}
.qa .box1 .box-c .l a.active{
	color: #fff !important;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
}
.qa .box1 .box-c .l a:hover{
	color: rgba(211, 40, 59, 1);
	transition: all .6s;
}
.qa .box1 .box-c .l a .iconfont{
	font-size: 20px;
	font-weight: bold;
	color: transparent;
}
.qa .box1 .box-c .l a.active .iconfont{
	color: #fff;
}
.qa .box1 .box-c .l a .a-text{
	/* flex: 1; */
	margin-right: 20px;
}
.qa .box1 .box-c .l a:not(:last-child){
	margin-bottom: 6px;
}
.qa .box1 .box-c .r{
	width: calc(100% - 320px);
}
.qa .box1 .box-c .r .list .li-c,
.qa .box1 .box-c .r .list .li-t{
	background: #FFFFFF;
	border-radius: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.qa .box1 .box-c .r .list .li-t{
	display: flex;
	justify-content: space-between;
	padding-top: 29px;
	padding-bottom: 29px;
	align-items: center;
}
.qa .box1 .box-c .r .list .li-t .title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 40px;
	flex: 1;
	margin-right: 30px;
	transition: color .6s;
}
.qa .box1 .box-c .r .list .li-t .icon-youjiantou11{
	font-size: 20px;
	color: rgba(204, 204, 204, 1);
	font-weight: bold;
	transition: all .6s;
}
.qa .box1 .box-c .r .list li:hover .li-t .title,
.qa .box1 .box-c .r .list li.active .li-t .title{
	color: rgba(211, 40, 59, 1);
	font-weight: bold;
}
.qa .box1 .box-c .r .list li.active .li-t .icon-youjiantou11{
	transform: rotate(90deg);
	color: rgba(211, 40, 59, 1);
}
.qa .box1 .box-c .r .list li .li-t .icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(204, 204, 204, 1);
	/*  */
	border-radius: 50%;
}
.qa .box1 .box-c .r .list li .li-t .icon .iconfont{
	transform: rotate(90deg);
	font-size: 20px;
	font-weight: bold;
}
.qa .box1 .box-c .r .list li:hover .li-t .icon{
	background: linear-gradient(-90deg, rgba(211, 40, 59, 1), #5C9FCE);
	color: #fff;
}
.qa .box1 .box-c .r .list li .li-c{
	margin-top: 2px;
	padding-top: 40px;
	padding-bottom: 60px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: none;
}
.qa .box1 .box-c .r .list li:not(:last-child){
	margin-bottom: 10px;
}
.qa .box1 .box-c .r .pagination{
	margin-top: 40px;
}
.qa .box1 .box-c .r .items{
	padding: 48px 60px 150px;
	background: #F5F5F5;
	border-radius: 10px;
	color: #555;
}
.qa .box1 .box-c .r .items:not(:last-child){
	margin-bottom: 26px;
}
.qa .box1 .box-c .r .items form{
	margin-top: 57px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}
.qa .box1 .box-c .r .items .inputBox{
	flex: 1;
}
.qa .box1 .box-c .r .items .inputBox1{
	flex: none;
	width: 200px;
}
.qa .box1 .box-c .r .items .inputBox2{
	flex: none;
	width: 110px;
}
.qa .box1 .box-c .r .items label{
	display: block;
	font-size: 16px;
	color: #555;
	line-height: 1;
	margin-bottom: 16px;
}
.qa .box1 .box-c .r .items .input{
	display: flex;
	height: 70px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 20px;
	align-items: center;
}
.qa .box1 .box-c .r .items .input input,
.qa .box1 .box-c .r .items .input select{
	display: block;
	border: none;
	outline: none;
	flex: 1;
	width: 100%;
	height: 100%;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	font-size: 18px;
	color: rgba(211, 40, 59, 1);
	line-height: 60px;
	background: transparent;
}
.qa .box1 .box-c .r .items .input input::placeholder{
	color: #999999;
}
.qa .box1 .box-c .r .items .submit{
	line-height: 70px;
	background: linear-gradient(-30deg, #D3283B, #E87E5D);
	border-radius: 10px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}
@media (max-width:1440px) {
	.qa .box1 .box-c .r{
		width: calc(100% - 260px);
	}
	.qa .box1 .box-c .r .list .li-t .title{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.qa .box1 .box-c .l{
		width: 190px;
	}
	.qa .box1 .box-c .l a{
		padding: 0 18px;
		min-height: 50px;
	}
	.qa .box1 .box-c .r{
		width: calc(100% - 230px);
	}
	.qa .box1 .box-c .r .list .li-t .title{
		font-size: 20px;
	}
}
@media (max-width:1199px) {
	.qa .box1{
		padding: 60px 0 70px;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 35px;
	}
	.qa .box1 .box-c .r .items{
		padding: 40px 40px 70px;
	}
	.qa .box1 .box-c .r .items form{
		margin-top: 35px;
	}
}
@media (max-width:1024px) {
	.qa .box1 .box-c .r .items .inputBox1{
		width: 150px;
	}
	.qa .box1 .box-c .r .items .inputBox2{
		width: 90px;
	}
	.qa .box1 .box-c .r .items{
		padding: 30px 30px 60px;
	}
	.qa .box1{
		padding: 50px 0 60px;
	}
	.qa .box1 .box-c{
		flex-direction: column;
	}
	.qa .box1 .box-c .l{
		width: 100%;
	}
	.qa .box1 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.qa .box1 .box-c .r .list .li-t{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.qa .box1 .box-c .r .list .li-c, .qa .box1 .box-c .r .list .li-t{
		padding-left: 20px;
		padding-right: 20px;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 30px;
	}
	.qa .box1 .box-c .r .list li .li-c{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.qa .box1 .box-c .r .items .input{
		height: 50px;
	}
	.qa .box1 .box-c .r .items .submit{
		line-height: 50px;
	}
	.qa .box1 .box-c .r .items .input input, .qa .box1 .box-c .r .items .input select{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.qa .box1 .box-c .r .items form{
		flex-wrap: wrap;
		gap: 25px;
	}
	.qa .box1 .box-c .r .items .inputBox{
		flex: none !important;
		width: 100%;
	}
	.qa .box1 .box-c .r .items{
		padding: 25px 25px 50px;
	}
	.qa .box1 .box-c .r .list li .li-c{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.qa .box1{
		padding: 40px 0 50px;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 25px;
	}
	.qa .box1 .box-c .r{
		margin-top: 30px;
	}
	.qa .box1 .box-c .r .list .li-t{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.qa .box1 .box-c .r .list .li-t .title{
		font-size: 18px;
		line-height: 30px;
	}
	.qa .box1 .box-c .r .list li .li-t .icon{
		width: 30px;
		height: 30px;
	}
	.qa .box1 .box-c .r .list li .li-t .icon .iconfont{
		font-size: 18px;
	}
	.qa .box1 .box-c .l a{
		min-height: 45px;
	}
}
@media (max-width: 500px) {
	.qa .box1 .box-c .r .items{
		padding: 20px 20px 40px;
	}
	.qa .box1 .box-c .r .list li .li-c{
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 14px;
	}
	.qa .box1 .box-c .r .list .li-t .icon-youjiantou11{
		font-size: 18px;
	}
	.qa .box1 .box-c .r .list .li-t{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.qa .box1 .box-c .r .list .li-c, .qa .box1 .box-c .r .list .li-t{
		padding-left: 10px;
		padding-right: 10px;
	}
	.qa .box1 .box-c .r .list .li-t .title{
		font-size: 16px;
		margin-right: 20px;
	}
	.qa .box1 .box-c .r{
		margin-top: 25px;
	}
	.qa .box1{
		padding: 30px 0 40px;
	}
	.qa .box1 .box-c .r .pagination{
		margin-top: 20px;
	}
}