.supportPage{
	background-image: url(../img/supportPage.png);
	background-position: left top;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: RGBA(250, 250, 250, 1);
}
.supportPage .box1{
	padding: 113px 0 140px;
}
.supportPage .box1 .title{
	color: rgba(34, 34, 34, 1);
	text-align: center;
}
.supportPage .box1 .box-c{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.supportPage .box1 .box-c .l{
	width: 32.14%;
}
.supportPage .box1 .box-c .r{
	width: 66%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.supportPage .box1 .box-c .r-c{
	display: flex;
	justify-content: space-between;
}
.supportPage .box1 .box-c .r-c .item{
	width: 48.64%;
}
.supportPage .box1 .box-c .item{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all .6s;
}
.supportPage .box1 .box-c .item:hover .text-box{
	background: linear-gradient(40deg,RGBA(122, 212, 29, 1),RGBA(186, 218, 152, 1));
}
.supportPage .box1 .box-c .item .text-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 0 34px 40px;
	color: #fff;
}
.technicalSupport,
.download{
	background-color: RGBA(250, 250, 250, 1);
}
.download .box1{
	padding: 100px 0 140px;
}
.download .box1 .box-c{
	position: relative;
	margin-top: 85px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.download .box1 .box-c .l{
	width: 350px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}
.download .box1 .box-c .l a{
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	padding: 25px 30px;
	display: block;
	border-radius: 10px;
	transition: all .6s;
}
.download .box1 .box-c .l a.active{
	background-color: rgba(113, 211, 11, 1);
	color: #fff !important;
}
.download .box1 .box-c .l a:hover{
	color: rgba(113, 211, 11, 1);
}
.download .box1 .box-c .r{
	flex: 1;
	margin-left: 40px;
}
.download .box1 .box-c .r .list li{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 35px;
	overflow: hidden;
	display: flex;
}
.download .box1 .box-c .r .list li:not(:last-child){
	margin-bottom: 10px;
}
.download .box1 .box-c .r .list li .li-l{
	position: relative;
	width: 200px;
	height: 160px;
	/* padding-top: 80%; */
}
.download .box1 .box-c .r .list li .li-l .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #EDF1F4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.download .box1 .box-c .r .list li .li-l .pic img{
	width: auto;
	max-width: 85%;
	max-height: 85%;
}
.download .box1 .box-c .r .list li .li-r{
	flex: 1;
	margin-left: 35px;
	color: rgba(51, 51, 51, 1);
}
.download .box1 .box-c .r .list li .li-r .text-des{
	color: rgba(153, 153, 153, 1);
	margin-top: 10px;
}
.download .box1 .box-c .r .list li .li-r .items{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.download .box1 .box-c .r .list li .li-r .item{
	display: inline-flex;
	border-radius: 25px;
	border: 1px solid #F0F0F0;
	padding: 0 15px;
	font-size: 16px;
	color: #999999;
	line-height: 50px;
	transition: all .6s;
}
.download .box1 .box-c .r .list li .li-r .item:hover{
	background: #71D30B;
	color: #fff;
}
.download .box1 .box-c .r .list li .li-r .item .iconfont{
	margin-left: 13px;
	font-size: 20px;
}
.download .box1 .pagination{
	margin-top: 60px;
}
.download .box1 .pagination ul{
	justify-content: center;
}
.technicalSupport .box1{
	padding: 100px 0 167px;
}
.technicalSupport .box1 .box-c{
	margin-top: 85px;
}
.technicalSupport .box1 .box-c .inputs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.technicalSupport .box1 .box-c .input{
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	/* overflow: hidden; */
	display: flex;
	align-items:  center;
	padding: 0 20px 0 30px;
}
.technicalSupport .box1 .box-c .inputs:first-child{
	margin-bottom: 10px;
}
.technicalSupport .box1 .box-c label{
	padding-right: 24px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	border-right: 1px solid rgba(222, 222, 222, 1);
	margin-right: 25px;
}
.technicalSupport .box1 .box-c .input select,
.technicalSupport .box1 .box-c .input textarea,
.technicalSupport .box1 .box-c .input input{
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 18px;
	/* color: rgba(204, 204, 204, 1); */
	color: #333;
	border: none;
	outline: none;
	resize: none;
	min-height: 80px;
	background-color: transparent;
}
.technicalSupport .box1 .box-c .input input::placeholder,
.technicalSupport .box1 .box-c .input textarea::placeholder{
	color: rgba(204, 204, 204, 1);
}
.technicalSupport .box1 .box-c .input.textarea{
	grid-column: 1/3;
	height: 336px;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 28px;
	padding-bottom: 28px;
}
.technicalSupport .box1 .box-c .input.textarea label::before{
	display: none;
}
.technicalSupport .box1 .box-c .input.textarea label{
	margin-bottom: 10px;
}
.technicalSupport .box1 .box-c .input img{
    display: block;
    max-height: 90%;
    margin-left: 20px;
    cursor: pointer;
}
.technicalSupport .box1 .box-c .submit{
	width: 336px;
	line-height: 80px;
	background: #71D30B;
	border-radius: 40px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
	margin: 30px auto 0;
	text-transform: uppercase;
}
.technicalSupport .box1 .box-c .input select option{
	display: none;
}
.technicalSupport .box1 .box-c .input input.disable{
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.technicalSupport .box1 .box-c .input input[type="checkbox"]{
	flex: none;
	width: 20px;
	height: 20px;
	border-color: red;
}
.technicalSupport .box1 .box-c .input .itemList{
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(188,188,188,0.3);
	border-radius: 10px;
	padding: 21px 27px 40px;
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
	transform: translateY(10px);
}
.technicalSupport .box1 .box-c .input .itemList.active{
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
	transform: translateY(0);
}
.technicalSupport .box1 .box-c .input .itemList .item{
	font-size: 18px;
	color: #71D30B;
	line-height: 60px;
	transition: all .6s;
	padding: 0 30px;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: right 20px  center;
	cursor: pointer;
}
.technicalSupport .box1 .box-c .input .itemList .item.active{
	background-color: #71D30B;
	border-radius: 5px;
	color: #fff;
}
.technicalSupport .box1 .box-c .input1{
	display: flex;
	grid-column: 1/3;
	padding: 0 30px;
}
.technicalSupport .box1 .box-c .input1 .text{
	font-size: 18px;
	color: #333333;
	line-height: 50px;
}
.technicalSupport .box1 .box-c .input1 .fields{
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.technicalSupport .box1 .box-c .input1 .field{
	background: linear-gradient(47deg, #71D30B, #D0EBB5);
	padding: 2px;
	border-radius: 25px;
}
.technicalSupport .box1 .box-c .input1 .field span{
	display: block;
	background-color: #fff;
	line-height: 46px;
	color: rgba(113, 211, 11, 1);
	border-radius: 23px;
	padding: 0 36px;
}
.technicalSupport .box1 .box-c .input1 .field.active{
	background: rgba(113, 211, 11, 1);
}
.technicalSupport .box1 .box-c .input1 .field.active span{
	background-color: transparent;
	color: #fff;
}
.technicalSupport .box1 .box-c .input .input-r{
	display: flex;
	align-items: center;
}
.technicalSupport .box1 .box-c .input .input-r input{
	position: relative;
	margin-right: 10px;
	visibility: hidden;
}
.technicalSupport .box1 .box-c .input .input-r input::after,
.technicalSupport .box1 .box-c .input .input-r input::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	border-radius: 5px;
	border: 2px solid rgba(113, 211, 11, 1);
	visibility: visible;
	box-sizing: border-box;
}
.technicalSupport .box1 .box-c .input .input-r input::after{
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\e61b";
	font-family: iconfont;
	color: #fff;
	font-size: 14px;
	background-color: #71D30B;
	visibility: hidden;
}
.technicalSupport .box1 .box-c .input .input-r input:checked::after{
	visibility: visible;
}
.reaService{
	background-color: RGBA(250, 250, 250, 1);
}
.reaService .box1{
	padding: 90px 0 140px;
}
.reaService .box1 .box-c{
	margin-top: 70px;
}
.reaService .box1 .box-c .text-box{
	margin-top: 50px;
}
.reaService .box1 .box-c .text-des{
	color: rgba(102, 102, 102, 1);
	font-size: 18px;
	line-height: 1.66;
	margin-top: 10px;
}
.reaService .box1 .box-c .text:not(:last-child){
	margin-bottom: 40px;
}
@media (max-width:1440px) {
	.download .box1 .box-c .l{
		width: 300px;
	}
	.download .box1 .box-c .l a{
		padding: 20px 25px;
	}
	.download .box1 .box-c .r .list li{
		padding: 30px;
	}
}
@media (max-width:1280px) {
	.download .box1 .box-c .l a{
		font-size: 16px;
		padding: 15px;
	}
	.download .box1 .box-c .l{
		width: 280px;
	}
	.download .box1 .box-c .r .list li .li-r,
	.download .box1 .box-c .r{
		margin-left: 20px;
	}
	.download .box1 .box-c .r .list li .li-r .text-title{
		font-size: 20px;
	}
	.download .box1 .box-c .r .list li .li-r .item{
		font-size: 14px;
	}
	.reaService .box1 .box-c .text-title{
		font-size: 22px;
	}
	.technicalSupport .box1 .box-c .input{
		padding:  0 20px;
	}
	.technicalSupport .box1 .box-c label{
		font-size: 16px;
		padding-right: 15px;
		margin-right: 15px;
	}
	.technicalSupport .box1 .box-c .input1{
		padding: 0 20px;
	}
	.technicalSupport .box1 .box-c .input1 .field span{
		font-size: 16px;
		padding: 0 20px;
		line-height: 36px;
	}
	.technicalSupport .box1 .box-c .input1 .text{
		line-height: 36px;
	}
	.technicalSupport .box1 .box-c .input .itemList .item,
	.technicalSupport .box1 .box-c .input1 .text,
	.technicalSupport .box1 .box-c .input select, .technicalSupport .box1 .box-c .input textarea, .technicalSupport .box1 .box-c .input input{
		font-size: 16px;
	}
	.technicalSupport .box1 .box-c .input select, .technicalSupport .box1 .box-c .input textarea, .technicalSupport .box1 .box-c .input input{
		min-height: 60px;
	}
	.technicalSupport .box1 .box-c .input.textarea{
		height: 290px;
	}
	.technicalSupport .box1 .box-c .submit{
		width: 300px;
		line-height: 60px;
	}
	.technicalSupport .box1 .box-c .input .input-r input + span{
		font-size: 20px;
	}
}
@media (max-width:1199px) {
	.technicalSupport .box1 .box-c .input .input-r input + span{
		font-size: 18px;
	}
	.technicalSupport .box1 .box-c .input .itemList .item,
	.technicalSupport .box1 .box-c label,
	.technicalSupport .box1 .box-c .input1 .field span,
	.technicalSupport .box1 .box-c .input1 .text,
	.technicalSupport .box1 .box-c .input select, .technicalSupport .box1 .box-c .input textarea, .technicalSupport .box1 .box-c .input input{
		font-size: 14px;
	}
	.supportPage .box1,
	.technicalSupport .box1,
	.reaService .box1,
	.download .box1{
		padding: 70px 0;
	}
	.supportPage .box1 .box-c,
	.technicalSupport .box1 .box-c,
	.reaService .box1 .box-c .text-box,
	.reaService .box1 .box-c,
	.download .box1 .box-c{
		margin-top: 45px;
	}
	.download .box1 .pagination{
		margin-top: 45px;
	}
	.download .box1 .box-c .r .list li{
		flex-direction: column;
	}
	.download .box1 .box-c .r .list li .li-r{
		flex: none;
		margin-left: 0;
		margin-top: 30px;
	}
}
@media (max-width: 1024px) {
	.supportPage .box1 .box-c .item .text-box{
		padding: 0 20px 20px;
	}
	.technicalSupport .box1 .box-c .input.textarea{
		height: 250px;
	}
	.technicalSupport .box1 .box-c .input{
	}
	.technicalSupport .box1 .box-c .input .itemList .item{
		padding: 0 20px;
		line-height: 45px;
	}
	.technicalSupport .box1 .box-c .input .itemList{
		padding: 20px 20px 30px;
	}
	.technicalSupport .box1 .box-c .inputs{
		grid-template-columns: repeat(1,1fr);
	}
	.technicalSupport .box1 .box-c .input1,
	.technicalSupport .box1 .box-c .input.textarea{
		grid-column: 1/1;
	}
	.reaService .box1 .box-c .text:not(:last-child){
		margin-bottom: 30px;
	}
	.reaService .box1 .box-c .text-title{
		font-size: 20px;
	}
	.reaService .box1 .box-c .text-des{
		font-size: 16px;
	}
	.download .box1 .box-c .r .list li .li-r .item{
		line-height: 44px;
	}
	.download .box1 .box-c .l a{
		font-size: 14px;
		padding: 10px;
	}
	.download .box1 .box-c .l{
		width: 230px;
	}
	.supportPage .box1,
	.technicalSupport .box1,
	.reaService .box1,
	.download .box1{
		padding: 60px 0;
	}
	.supportPage .box1 .box-c,
	.technicalSupport .box1 .box-c,
	.reaService .box1 .box-c .text-box,
	.reaService .box1 .box-c,
	.download .box1 .box-c{
		margin-top: 40px;
	}
	.download .box1 .pagination{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.technicalSupport .box1 .box-c .input1{
		flex-wrap: wrap;
	}
	.technicalSupport .box1 .box-c .input1 .fields{
		flex: none;
		margin-left: 0;
		margin-top: 5px;
		width: 100%;
	}
	.supportPage .box1,
	.technicalSupport .box1,
	.reaService .box1,
	.download .box1{
		padding: 50px 0;
	}
	.supportPage .box1 .box-c,
	.technicalSupport .box1 .box-c,
	.reaService .box1 .box-c .text-box,
	.reaService .box1 .box-c,
	.download .box1 .box-c{
		margin-top: 30px;
	}
	.download .box1 .pagination{
		margin-top: 30px;
	}
	.download .box1 .box-c{
		flex-direction: column;
	}
	.download .box1 .box-c .l{
		width: 100%;
	}
	.download .box1 .box-c .r{
		flex: none;
		margin-left: 0;
		margin-top: 30px;
	}
	.download .box1 .box-c .r .list li .li-r{
		margin-top: 25px;
	}
	.download .box1 .box-c .r .list li .li-r .text-title{
		font-size: 18px;
	}
	.download .box1 .box-c .r .list li .li-r .text-des{
		font-size: 14px;
	}
	.download .box1 .box-c .r .list li{
		padding: 25px;
	}
	.reaService .box1 .box-c .text{
		font-size: 22px;
	}
	.supportPage .box1 .box-c .item .text{
		font-size: 22px;
	}
	.supportPage .box1 .box-c{
		flex-direction: column;
	}
	.supportPage .box1 .box-c .l{
		width: 100%;
	}
	.supportPage .box1 .box-c .r{
		width: 100%;
	}
	.supportPage .box1 .box-c .l .item .imgScale{
		height: 37.86vw;
		object-fit: cover;
	}
	.supportPage .box1 .box-c .r-t{
		margin: 2.8vw 0;
	}
}
@media (max-width: 500px) {
	.supportPage .box1 .box-c .item .text{
		font-size: 18px;
	}
	.technicalSupport .box1 .box-c .input.textarea{
		height: 210px;
	}
	.technicalSupport .box1 .box-c .input .input-r input{
		transform: scale(.7);
		margin-right: 3px;
	}
	.technicalSupport .box1 .box-c .input .input-r input + span{
		font-size: 16px;
	}
	.technicalSupport .box1 .box-c .input1 .field span{
		line-height: 28px;
		padding: 0 10px;
	}
	
	.technicalSupport .box1 .box-c .input input.disable{
		background-size: 12px auto;
	}
	.technicalSupport .box1 .box-c .input select, .technicalSupport .box1 .box-c .input textarea, .technicalSupport .box1 .box-c .input input{
		min-height: 45px;
	}
	.technicalSupport .box1 .box-c .input1,
	.technicalSupport .box1 .box-c .input{
		padding: 0 10px;
	}
	.technicalSupport .box1 .box-c .input .itemList .item, .technicalSupport .box1 .box-c label, .technicalSupport .box1 .box-c .input1 .field span, .technicalSupport .box1 .box-c .input1 .text, .technicalSupport .box1 .box-c .input select, .technicalSupport .box1 .box-c .input textarea, .technicalSupport .box1 .box-c .input input{
		font-size: 12px;
	}
	.technicalSupport .box1 .box-c .submit{
		width: 240px;
		line-height: 50px;
		font-size: 16px;
	}
	.reaService .box1 .box-c .text-des{
		font-size: 14px;
	}
	.reaService .box1 .box-c .text-title{
		font-size: 16px;
	}
	.supportPage .box1,
	.technicalSupport .box1,
	.reaService .box1,
	.download .box1{
		padding: 40px 0;
	}
	.supportPage .box1 .box-c,
	.technicalSupport .box1 .box-c,
	.reaService .box1 .box-c .text-box,
	.reaService .box1 .box-c,
	.download .box1 .box-c{
		margin-top: 25px;
	}
	.download .box1 .box-c .r .list li{
		padding: 15px;
	}
	.download .box1 .box-c .r .list li .li-r .item{
		line-height: 40px;
		font-size: 12px;
	}
	.download .box1 .box-c .r .list li .li-r .item .iconfont{
		margin-left: 7px;
		font-size: 16px;
	}
	.download .box1 .box-c .r .list li .li-r .items{
		gap: 5px;
	}
}