.supportCenter .box1{
	background: url(../img/supportCenter-box1-bg.jpg);
	background-size: cover;
	padding: 100px 0 63px;
}
.supportCenter .box1 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	text-align: center;
}
.supportCenter .box1 .form{
	width: 800px;
	margin: 40px auto 0;
	max-width: 100%;
}
.supportCenter .box1 .form form{
	display: flex;
	align-items: center;
	border-radius: 35px;
	border: 1px solid #DEDEDE;
	padding-left: 26px;
}
.supportCenter .box1 .form .iconfont{
	color: rgba(204, 204, 204, 1);
	font-size: 24px;
}
.supportCenter .box1 .form input{
	flex: 1;
	width: 100%;
	margin-left: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
	background-color: transparent;
}
.supportCenter .box1 .form input::placeholder{
	color: #999999;
}
.supportCenter .box1 .form .submit{
	width: 99px;
	line-height: 70px;
	background: #F6B621;
	border-radius: 35px;
	cursor: pointer;
	text-align: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.supportCenter .box1 .items{
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.supportCenter .box1 .items a{
	padding: 0 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	background: #F6B621;
	border-radius: 25px;
	transition: all .6s;
}
.supportCenter .box1 .items a:hover{
	opacity: .8;
}
.supportCenter .box1 .items a:nth-child(2){
	background-color: rgba(189, 208, 57, 1);
}
.supportCenter .box1 .items a:nth-child(3){
	background: #F6B621;
}
.supportCenter .box1 .items a:nth-child(41){
	background-color: rgba(84, 181, 188, 1);
}
.supportCenter .box2{
	padding: 80px 0 146px;
}
.supportCenter .box2 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.supportCenter .box2 .box-c .l{
	position: sticky;
	top: 100px;
	background: #FAFAFA;
	border-radius: 10px;
	padding: 10px;
	width: 200px;
}
.supportCenter .box2 .box-c .l a{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 60px;
	display: block;
	text-align: center;
	border-radius: 10px;
	transition: all .6s;
}
.supportCenter .box2 .box-c .l a:hover{
	color: #F6B621;
}
.supportCenter .box2 .box-c .l a.active{
	background-color: rgba(246, 182, 33, 1);
	color: #fff;
}
.supportCenter .box2 .box-c .r{
	flex: 1;
	margin-left: 49px;
}
.supportCenter .box2 .box-c .r .item-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}
.supportCenter .box2 .box-c .r .item-c{
	margin-top: 28px;
	padding: 20px 40px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
}
.supportCenter .box2 .box-c .r .item-c li{
	padding: 0 20px;
	transition: all .6s;
}
.supportCenter .box2 .box-c .r .item-c li:not(:last-child){
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.supportCenter .box2 .box-c .r .item-c li.active{
	background-color: #F6B621;
	border-color: #F6B621;
	border-radius: 5px;
}
.supportCenter .box2 .box-c .r .item-c .li-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	line-height: 30px;
	padding: 23px 0;
	transition: all .6s;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.supportCenter .box2 .box-c .r .item-c li.active .li-title{
	color: #fff;
}
.supportCenter .box2 .box-c .r .item-c .li-title .title{
	flex: 1;
	margin-right: 27px;
}
.supportCenter .box2 .box-c .r .item-c .li-title .iconfont{
	font-weight: 400;
}
.supportCenter .box2 .box-c .r .item-c li.active .li-title .icon-jia_sekuai,
.supportCenter .box2 .box-c .r .item-c .li-title .icon-jian_sekuai{
	display: none;
}
.supportCenter .box2 .box-c .r .item-c li.active .li-title .icon-jian_sekuai{
	display: block;
}
.supportCenter .box2 .box-c .r .item-c .li-c{
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	padding-bottom: 35px;
	display: none;
}
.supportCenter .box2 .box-c .r .item-c .li-c span{
	font-weight: bold;
	font-size: 18px;
}
.supportCenter .box2 .box-c .r .item:not(:last-child){
	margin-bottom: 57px;
}
@media (max-width:1199px) {
	.supportCenter .box2{
		padding: 70px 0 ;
	}
	.supportCenter .box2 .box-c .r .item:not(:last-child){
		margin-bottom: 45px;
	}
	.supportCenter .box2 .box-c .r .item-c{
		padding: 20px;
	}
	.supportCenter .box2 .box-c .r .item-c .li-title{
		padding: 15px 0;
	}
	.supportCenter .box2 .box-c .r .item-c li{
		padding: 0 15px;
	}
	.supportCenter .box2 .box-c .r .item-c .li-c{
		padding-bottom: 20px;
	}
	.supportCenter .box2 .box-c .r .item-title{
		font-size: 22px;
	}
	.supportCenter .box1{
		padding-top: 70px;
	}
}
@media (max-width:1024px) {
	.supportCenter .box1 .items a{
		line-height: 45px;
		padding: 0 20px;
	}
	.supportCenter .box1{
		padding: 60px 0;
	}
	.supportCenter .box1 .form .submit{
		line-height: 60px;
	}
	.supportCenter .box2 .box-c .r .item-title{
		font-size: 20px;
	}
	.supportCenter .box2{
		padding: 60px 0 ;
	}
	.supportCenter .box2 .box-c .r .item:not(:last-child){
		margin-bottom: 40px;
	}
	.supportCenter .box2 .box-c .l{
		width: 160px;
	}
	.supportCenter .box2 .box-c .l a{
		line-height: 50px;
	}
	.supportCenter .box2 .box-c .r{
		margin-left: 24px;
	}
}
@media (max-width: 768px) {
	.supportCenter .box1{
		padding: 50px 0;
	}
	.supportCenter .box1 .form .submit{
		line-height: 50px;
	}
	.supportCenter .box2 .box-c{
		flex-direction: column;
	}
	.supportCenter .box2{
		padding: 50px 0 ;
	}
	.supportCenter .box2 .box-c .r .item:not(:last-child){
		margin-bottom: 30px;
	}
	.supportCenter .box2 .box-c .l{
		position: relative;
		top: 0;
		width: 100%;
	}
	.supportCenter .box2 .box-c .r{
		margin-left: 0;
		margin-top: 30px;
		width: 100%;
	}
	.supportCenter .box2 .box-c .l a{
		line-height: 45px;
	}
	.supportCenter .box2 .box-c .r .item-c{
		margin-top: 20px;
	}
	.supportCenter .box2 .box-c .r .item-c{
		padding: 15px;
	}
}
@media (max-width: 500px) {
	.supportCenter .box1 .form form{
		padding-left: 19px;
	}
	.supportCenter .box1 .form .submit{
		width: 70px;
	}
	.supportCenter .box1 .items a{
		line-height: 40px;
		font-size: 14px;
		padding: 0 14px;
	}
	.supportCenter .box1{
		padding: 40px 0;
	}
	.supportCenter .box1 .form .submit{
		line-height: 45px;
	}
	.supportCenter .box2 .box-c .r .item-c .li-title{
		font-size: 16px;
		line-height: 24px;
	}
	.supportCenter .box2 .box-c .r .item-c .li-c{
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 16px;
	}
	.supportCenter .box2{
		padding: 40px 0 ;
	}
	.supportCenter .box2 .box-c .r .item:not(:last-child){
		margin-bottom: 25px;
	}
}