.product .box1 {
	padding: 100px 0 120px;
}

.product .box1 .list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 14px;
	align-items: flex-start;
}

.product .box1 .list li {
	background-size: cover;
	border-radius: 10px;
	height: auto;
	min-height: 284px;
}

.product .box1 .list li .text-title {
	padding: 129px 0;
	text-align: center;
	font-size: 27px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	transition: all .6s;
}

.product .box1 .list li:hover .text-title {
	padding: 75px 0 60px;
}

.product .box1 .list li .text-des {
	padding: 0 26px 55px;
	display: none;
}

.product .box1 .list li .text-des a {
	display: block;
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	transition: all .6s;
	text-align: center;
}

.product .box1 .list li .text-des a:hover {
	background-color: rgba(0, 113, 246, 1);
}

.product-list .box1 {
	padding: 83px 0 120px;
}

.product-list .box1 .box-t .swiper-slide {
	width: auto;
	min-width: 220px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	padding: 0 10px;
	transition: all .6s;
}

.product-list .box1 .box-t .swiper-slide.active,
.product-list .box1 .box-t .swiper-slide:hover {
	background-color: rgba(0, 113, 246, 1);
	color: #fff;
	border-color: rgba(0, 113, 246, 1);
}

.product-list .box1 .box-t .swiper-slide:not(:last-child) {
	margin-right: 10px;
}

.product-list .box1 .box-c {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-list .box1 .box-c .l {
	width: 212px;
	padding-top: 13px;
}

.product-list .box1 .box-c .l-t {
	display: flex;
	justify-content: space-between;
}

.product-list .box1 .box-c .l-t-l,
.product-list .box1 .box-c .l-t-r {
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	cursor: pointer;
}

.product-list .box1 .box-c .l-t-l:hover,
.product-list .box1 .box-c .l-t-r:hover {
	color: rgba(0, 113, 246, 1);
}

.product-list .box1 .box-c .l-c {
    position: static;
    margin-top: 20px;
    background-color: RGBA(249, 252, 255, 1);
}
.product-list .box1 .box-c .l.active{
    position: sticky;
}
.product-list .box1 .box-c .l{
    position: static;
}
.product-list .box1 .box-c .l-c li {
	border: 1px solid rgba(209, 221, 236, 1);
}

.product-list .box1 .box-c .l-c li:not(:last-child) {
	border-bottom: none;
}

.product-list .box1 .box-c .l-c .li-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 18px;
	/* height: 50px; */
	line-height: 24px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666;
	cursor: pointer;
	transition: all .6s;
}

.product-list .box1 .box-c .l-c li.active .li-t {
	background-color: #0178F4;
	color: #fff;
}

.product-list .box1 .box-c .l-c .li-t .iconfont {
	color: rgba(190, 201, 216, 1);
	transition: all .6s;
}

.product-list .box1 .box-c .l-c li.active .li-t .iconfont {
	color: #fff;
	transform: rotate(90deg);
}

.product-list .box1 .box-c .l-c .li-c {
	padding: 10px 10px 28px 18px;
	display: none;
}

.product-list .box1 .box-c .l-c .li-c .items {
	height: 108px;
	overflow: auto;
}

.product-list .box1 .box-c .l-c .li-c .items::-webkit-scrollbar {
	width: 10px;
}

.product-list .box1 .box-c .l-c .li-c .items::-webkit-scrollbar-track {
	background: rgba(229, 236, 245, 1);
}

.product-list .box1 .box-c .l-c .li-c .items::-webkit-scrollbar-thumb {
	background: rgba(0, 113, 246, 1);
	border-radius: 5px;
}

.product-list .box1 .box-c .l-c .li-c .item {
	display: flex;
	cursor: pointer;
}

.product-list .box1 .box-c .l-c .li-c .item:not(:last-child) {
	margin-bottom: 14px;
}

.product-list .box1 .box-c .l-c .li-c .item input {
	width: 16px;
	height: 16px;
	border: 1px solid #0178F4;
	border-radius: 2px;
}

.product-list .box1 .box-c .l-c .li-c .item .name {
	flex: 1;
	margin-left: 10px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 16px;
}

.product-list .box1 .box-c .l-c .li-c .item.active .name {
	color: #0178F4;
}

.product-list .box1 .box-c .l-c .searchBtn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0178F4;
	border-radius: 15px;
	margin-top: 20px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.product-list .box1 .box-c .r {
	flex: 1;
	margin-left: 20px;
}

.product-list .box1 .box-c .r-t {
	display: flex;
	justify-content: space-between;
}

.product-list .box1 .box-c .r-t-l {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.product-list .box1 .box-c .r-t-l input {
	width: 16px;
	height: 16px;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	outline: none;
	margin-right: 10px;
	cursor: pointer;
}

.product-list .box1 .box-c .r-t-l label {
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	cursor: pointer;
}

.product-list .box1 .box-c .r-t-r {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0071F6;
	line-height: 1;
	height: 40px;
	background: #EEF5FE;
	border-radius: 20px;
	min-width: 220px;
	padding: 0 20px;
	justify-content: center;
	transition: all .6s;
}

.product-list .box1 .box-c .r-t-r .iconfont {
	font-size: 20px;
	font-weight: bold;
}

.product-list .box1 .box-c .r-t-r:hover {
	background-color: #0071F6;
	color: #fff;
}

.product-list .box1 .box-c .r-c {
	margin-top: 7px;
}

.product-list .box1 .box-c .r-c table {
	border-collapse: collapse;
	width: 100%;
}

.product-list .box1 .box-c .r-c th {
	color: #fff;
	background-color: rgba(0, 113, 246, 1);
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
}

.product-list .box1 .box-c .r-c th {
	margin-right: 12px;
	height: 80px;
	word-break: break-all;
}

.product-list .box1 .box-c .r-c th:first-child {
	padding-left: 12px;
}

.product-list .box1 .box-c .r-c th:last-child {
	padding-right: 12px;
	margin-right: 0;
}

.product-list .box1 .box-c tr {
	background-color: rgba(249, 252, 255, 1);
}
.product-list .box1 .box-c tr.active{
    position: sticky;
}
.product-list .box1 .box-c tr:nth-child(2n+1) {
	background-color: rgba(255, 255, 255, 1);
}

.product-list .box1 .box-c .r-c td {
	font-size: 12px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	padding: 25px 0;
	text-align: center;
	cursor: pointer;
	word-break: break-all;
}

.product-list .box1 .box-c .r-c td .icon-a-biaodancaidanmingdan {
	color: rgba(255, 73, 73, 1);
	font-size: 22px;
}

.product-list .box1 .box-c .r-c td a {
	color: #666;
}

.product-list .box1 .box-c .r-c td input {
	cursor: pointer;
}

.product-list .box1 .box-c .r-c tr:hover td,
.product-list .box1 .box-c .r-c tr:hover td .icon-a-biaodancaidanmingdan,
.product-list .box1 .box-c .r-c tr:hover td a {
	color: #0071F6;
}

.product-list .box1 .box-c .r-c .pagination,
.product-details .r3 .pagination,
.product-details .producet-search .pagination{
	margin-top: 40px;
}

.product-details .box1 {
	padding: 65px 0 140px;
}

.product-details .box1 .box-c {
    position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-details .box1 .box-c .l {
    position: relative;
    top: 0;
    left: 0;
	width: 200px;
	background-color: rgba(250, 250, 250, 1);
	padding-bottom: 33px;
}
.product-details .box1 .box-c .l.active{
    position: sticky;
}
.product-details .box1 .box-c .l a {
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	transition: all .6s;
}

.product-details .box1 .box-c .l a:hover,
.product-details .box1 .box-c .l a.active {
	background-color: #0071F6;
	color: #fff;
}

.product-details .box1 .box-c .r1 {
	margin-left: 40px;
	flex: 1;
	border: 1px solid #EAEEF2;
	box-shadow: 5px 9px 30px 0px rgba(226, 226, 226, 0.3);
	padding: 48px 48px 60px;
}

.product-details .box1 .box-c .r1 .title {
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #0071F6;
	line-height: 1;
}

.product-details .box1 .box-c .r1 .des {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	color: rgba(102, 102, 102, 1);
	line-height: 1.875;
	margin-top: 10px;
}

.product-details .box1 .box-c .r1 .r1-box2 {
	margin-top: 35px;
}
.product-details .box1 .box-c .r1 .r1-box2 img{
	display: block;
	width: 100%;
}
.product-details .box1 .box-c .r1 .r1-box3 {
	margin-top: 30px;
}

.product-details .box1 .box-c .r1 .r1-box4 {
	margin-top: 35px;
}

.product-details .box1 .box-c .r1 .r1-box4 .list {
	margin-top: 22px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 22px 7px;
}

.product-details .box1 .box-c .r1 .r1-box4 .list li {
	border-radius: 5px;
}

.product-details .box1 .box-c .r1 .r1-box4 .list .text {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 19px;
}

.product-details .box1 .box-c .r1 .r1-box5 {
	margin-top: 47px;
}

.product-details .box1 .box-c .r1 .r1-box5 img {
	margin-top: 22px;
	max-width: 100%;
}

.product-details .box1 .box-c .r2 {
	flex: 1;
	margin-left: 40px;
	padding: 10px 0 0;
}
.product-details .box1 .box-c .r2.product-des{
	margin-left: 0;
}
.product-details .box1 .box-c .r2 .title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #0178F4;
	line-height: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
}
.product-details .box1 .box-c .r2 .title  a{
    display: inline-block;
    margin-left: 20px;
font-size: 16px;
font-family: HarmonyOS Sans SC;
font-weight: 400;
color: #2283F5;
line-height: 24px;
padding: 0 30px;
border: 2px solid #0178F4;
border-radius: 20px;
line-height: 36px;
transition: all .6s;
}
.product-details .box1 .box-c .r2 .title  a:hover{
    background: rgba(34, 131, 245, 1);
    color: #fff;
}
.product-details .box1 .box-c .r2 .box-c {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.product-details .box1 .box-c .r2 .box-c .text-box {
    width: 100%;
}

.product-details .box1 .box-c .r2 .box-c .text-box-container:not(:last-child) {
	margin-bottom: 70px;
}
.product-details .box1 .box-c .r2 .box-c .text-box img{
    max-width: 100% !important;
}
.product-details .box1 .box-c .r2 .box-c .text-title {
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.4;
}

.product-details .box1 .box-c .r2 .box-c .text-des {
	margin-top: 30px;
}

.product-details .box1 .box-c .r2 .box-c .item {
	display: flex;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
}

.product-details .box1 .box-c .r2 .box-c .item .bullet {
	width: 10px;
	height: 10px;
	background: #0178F4;
	border-radius: 50%;
	margin: 11px 10px 0 0;
}
.product-details .box1 .box-c .r2 .box-c .item .text{
	flex: 1;
}
.product-details .box1 .box-c .r2 .box-c .item:not(:last-child) {
	margin-bottom: 16px;
}

.product-details .box1 .box-c .r2 .box-c .img {
	width: 44.82%;
}

.product-details .box1 .box-c .r2 .box-c .img .pic {
	border-radius: 5px;
}

.product-details .box1 .box-c .r2 .r2-box2 {
	margin-top: 53px;
}

.product-details .box1 .box-c .r2 .r2-box2 .box-b {
	margin-top: 40px;
}

.product-details .box1 .box-c .r2 .r2-box2 .box-b img {
	display: block;
	max-width: 100%;
}

.product-details .box1 .box-c .r2 .r2-box3 {
	margin-top: 80px;
}

.product-details .box1 .box-c .r2 .r2-box3 .nav {
	display: flex;
	margin-bottom: 40px;
}

.product-details .box1 .box-c .r2 .r2-box3 .nav a {
	position: relative;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	padding-bottom: 10px;
}

.product-details .box1 .box-c .r2 .r2-box3 .nav a:not(:last-child) {
	margin-right: 50px;
}

.product-details .box1 .box-c .r2 .r2-box3 .nav a::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0071F6;
	width: 0;
	height: 2px;
	transition: all .6s;
}

.product-details .box1 .box-c .r2 .r2-box3 .nav a.active,
.product-details .box1 .box-c .r2 .r2-box3 .nav a:hover {
	color: #0071F6;
}

.product-details .box1 .box-c .r2 .r2-box3 .nav a.active::before,
.product-details .box1 .box-c .r2 .r2-box3 .nav a:hover::before {
	width: 100%;
}

.product-details .box1 .box-c .r2 .r2-box3 .text-box-container {
	display: none;
	margin-bottom: 0;
}

.product-details .box1 .box-c .r2 .r2-box3 .text-box-container.active {
	display: block;
}

.product-details .box1 .box-c .r3 {
	flex: 1;
	margin-left: 40px;
}

.product-details .r3-box1 {
	margin-bottom: 14px;
}

.product-details .r3-box1 .swiper-slide {
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 30px;
	width: auto;
	min-width: 70px;
	padding: 0 10px;
	border-radius: 2px;
	text-align: center;
	transition: all .6s;
}

.product-details .r3-box1 .swiper-slide:not(:last-child) {
	margin-right: 5px;
}

.product-details .r3-box1 .swiper-slide.active,
.product-details .r3-box1 .swiper-slide:hover {
	background-color: #0071F6;
	color: #fff;
}

.product-details .r3-box2 {}

.product-details .r3-box2 table {
	width: 100%;
	border-collapse: collapse;
}

.product-details .r3-box2 table tr {
	border: 1px solid rgba(234, 238, 242, 1);
}

.product-details .r3-box2 table tr:first-child {
	border: none;
}

.product-details .r3-box2 table tr:not(:last-child) {
	border-bottom: none;
}

.product-details .r3-box2 table th {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	height: 70px;
	background-color: #0071F6;
	text-align: center;
	margin-right: 20px;
	transition: all .6s;
}

.product-details .r3-box2 table th:first-child,
.product-details .r3-box2 table td:first-child {
	text-align: left;
	padding-left: 30px;
}

.product-details .r3-box2 table th:last-child,
.product-details .r3-box2 table td:last-child {
	margin-right: 0;
	padding-right: 30px;
}

.product-details .r3-box2 table td {
	position: relative;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
	padding: 17px 0;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
	z-index: 3;
	transition: all .6s;
}

.product-details .r3-box2 table td a {
	color: #666666;
}
.product-details .r3-box2 table tr:hover{
	background-color: #F4F9FF;
}
.product-details .r3-box2 table tr:hover td,
.product-details .r3-box2 table tr:hover td a {
	color: #0071F6;
}

.product-details .r3-box2 table tr {
	position: relative;
}

.product-details .r3-box2 table tr::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(0, 113, 246, 1);
	box-sizing: border-box;
	box-shadow: 5px 9px 30px 0px rgba(0, 113, 246, 0.3);
	transition: all .6s;
	opacity: 0;
	z-index: 2;
}

.product-details .r3-box2 table tr:not(:first-child):hover::before {
	opacity: 1;
}

.product-details .r3-box2 table td .downloadBtn {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 36px;
	background: #F4F9FF;
	border-radius: 18px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0178F4;
	transition: all .6s;
}

.product-details .r3-box2 table tr:hover .downloadBtn {
	color: #fff;
	background-color: #0071F6;
}

.product-details .r3-box2 table tr .downloadBtn .iconfont {
	margin-left: 5px;
}

.product-details .r4,
.product-details .r5,
.product-details .r6 {
	flex: 1;
	margin-left: 40px;
}

.product-details .r6 .list {
	width: 1000px;
	margin: 0 0 0 auto;
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 5.2%;
}

.product-details .r6 .list .li-t {
	min-height: 50px;
	text-align: center;
	background: #0178F4;
	border-radius: 8px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FEFEFF;
	line-height: 22px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-details .r6 .list .li-des .item {
	display: flex;
	margin-top: 8px;
}

.product-details .r6 .list .li-des .item a {
	flex: 1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EEF5FE;
	border-radius: 8px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.product-details .r6 .list .li-des .item:nth-child(2n+1) a {
	background-color: rgba(244, 249, 255, 1);
}

.product-details .r6 .list .li-des .item a:last-child {
	width: 44.21%;
	margin-left: 2px;
}

.product-details .box1 .box-c .r3.download {
	margin-left: 0;
	width: 100%;
	flex: 1;
}
.product-details .box1 .box-t{
	margin-bottom: 30px;
}
.product-details .box1 .box-t .searchContainer {
	width: 680px;
	max-width: 100%;
	border-radius: 30px;
	opacity: 1;
	border: 1px solid #06B1E5;
	overflow: hidden;
	border-right: none;
}

.product-details .box1 .box-t .searchContainer form {
	display: flex;
	height: 60px;
}

.product-details .box1 .box-t .searchContainer input {
	flex: 1;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC;
	font-weight: 400;
	color: #333;
	line-height: 1;
	border: none;
	outline: none;
}

.product-details .box1 .box-t .searchContainer input::placeholder {
	color: #999;
}

.product-details .box1 .box-t .searchContainer .submit {
	width: 84px;
	text-align: center;
	line-height: 58px;
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
	background: linear-gradient(133deg, #06B1E5 0%, #0071F6 100%);
}
.development-tool-details{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.development-tool-details .title{
	font-size: 28px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.35;
	text-align: center;
}
.development-tool-details .text-box{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 35px;
}
.development-tool-details .text-box img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.development-tool-details .downloadBtn{
	display: inline-flex;
	align-items: center;
	width: 160px;
	height: 40px;
	background: #0071F6;
	border-radius: 20px;
	padding: 0 15px;
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 37px;
}
.development-tool-details .downloadBtn .iconfont{
	margin-left: 8px;
	font-size: 16px;
}
.product-details .box1 .box-c .r5.developmentToolBox{
	margin-left: 0;
}
.product-details .qa-t .swiper-slide {
	width: auto;
	min-width: 220px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	padding: 0 10px;
	transition: all .6s;
}

.product-details .qa-t .swiper-slide.active,
.product-details .qa-t .swiper-slide:hover {
	background-color: rgba(0, 113, 246, 1);
	color: #fff;
	border-color: rgba(0, 113, 246, 1);
}

.product-details .qa-t .swiper-slide:not(:last-child) {
	margin-right: 10px;
}
.product-details .qa{
	width: 100%;
}
.product-details .qa-c{
	margin-top: 50px;
}
.product-details .qa-c li{
	padding-bottom: 28px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.product-details .qa-c li:not(:last-child){
	margin-bottom: 35px;
}
.product-details .qa-c .li-t{
	display: flex;
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	align-items: flex-start;
}
.product-details .qa-c li:hover .li-t{
	color: rgba(0, 113, 246, 1);
}
.product-details .qa-c .li-t .text-title,
.product-details .qa-c .li-c .text-des{
	flex: 1;
}
.product-details .qa-c .li-c{
	display: flex;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
	margin-top: 17px;
}
.product-details .qa-c .more{
	width: auto;
	height: 60px;
	background: #0178F4;
	border-radius: 30px;
	margin-top: 80px;
	display: inline-flex;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
}
.product-details .qa-c .more .iconfont{
	margin-left: 40px;
}
.product-details .producet-search{
	flex: none;
	width: 100%;
}
.product-details .producet-search-t form{
	width: 744px;
	height: 70px;
	background: #F4F9FF;
	border: 1px solid #DEEDFF;
	border-radius: 6px;
	max-width: 100%;
	display: flex;
}
.product-details .producet-search-t form input{
	flex: 1;
	height: 100%;
	width: 100%;
	padding: 0 30px;
	border: none;
	outline: none;
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	background-color: transparent;
}
.product-details .producet-search-t form input::placeholder{
	color: #999;
}
.product-details .producet-search-t form .submitBtn{
	width: 148px;
	line-height: 68px;
	background: linear-gradient(135deg, #05A7E8, #0181F2);
	border-radius: 6px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
}
.product-details .producet-search-t form .submitBtn .iconfont{
	font-size: 24px;
}
.product-details .producet-search .tips{
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #0071F6;
	line-height: 1;
	margin-top: 60px;
}
.product-details .producet-search-c{
	margin-top: 26px;
	width: 100%;
}
.product-details .producet-search-c table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.product-details .producet-search-c table tr:nth-child(2n+1){
	background-color: rgba(249, 252, 255, 1);
}
.product-details .producet-search-c table th{
	background-color: rgba(0, 113, 246, 1);
	color: #fff;
	height: 80px;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
}
.product-details .producet-search-c table td{
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 70px;
	word-break: break-all;
}
.product-details .producet-search-c table th,
.product-details .producet-search-c table td{
	padding: 0 30px;
	width: 20%;
}
.product-details .producet-search-c table th:first-child,
.product-details .producet-search-c table td:first-child{
	text-align: left;
	padding-left: 60px;
	width: 12%;
	
}
.product-details .producet-search-c table th:last-child,
.product-details .producet-search-c table td:last-child{
	width: 15%;
}
.product-details .r4.apply{
	margin-left: 0;
	flex: none;
	width: 100%;
}
.product-details .r4.apply .innerForm{
	margin: 0 auto;
}
@media (max-width: 1420px) {
	.innerForm{
		width: 100%;
	}
}
@media (max-width:1360px) {
	.product-details .r6 .list{
		width: 100%;
	}
}
@media (max-width: 1280px) {
	.product-details .box1 .box-c .l a{
		font-size: 16px;
		line-height: 50px;
	}
	.product-details .box1 .box-c .r2 .title{
		font-size: 22px;
		padding-bottom: 10px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-title{
		font-size: 22px;
	}
	.product-details .box1 .box-c .r2 .box-c{
		margin-top: 30px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-des{
		margin-top: 15px;
	}
	.product-details .box1 .box-c .r2 .box-c .item:not(:last-child){
		margin-bottom: 10px;
	}
	.product-list .box1 .box-c .r-c th{
		font-size: 14px;
	}
	.product-list .box1 .box-t .swiper-slide,
	.product-details .qa-t .swiper-slide{
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		min-width: 130px;
	}
	
}
@media (max-width:1199px) {
	.product-list .box1{
		padding: 60px 0;
	}
	.product-details .box1,
	.product .box1{
		padding: 60px 0;
	}
	.product-details .r6 .list{
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 3.2%;
	}
	.product-details .box1 .box-c .r2 .r2-box3{
		margin-top: 60px;
	}
	.product-details .qa-c{
		margin-top: 40px;
	}
}
@media (max-width:1024px) {
	.product-details .qa-c{
		margin-top: 35px;
	}
	.product-list .box1{
		padding: 55px 0;
	}
	.product-details .box1 .box-c .r1{
		flex: none;
		width: 100%;
		margin-top: 35px;
		margin-left: 0;
		padding: 30px;
	}
	.product-details .box1 .box-c .r2 .r2-box3{
		margin-top: 55px;
	}
	.product-details .box1 .box-c .r2 .title{
		font-size: 20px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-title{
		font-size: 20px;
	}
	.product-details .box1 .box-c .r2 .box-c{
		margin-top: 20px;
	}
	.product-details .box1 .box-c .r2 .r2-box2{
		margin-top: 45px;
	}
	.product-details .box1 .box-c .r2{
		flex: none;
		margin-left: 0;
		margin-top: 35px;
		width: 100%;
	}
	.product-details .box1 .box-c .r2 .box-c .text-box{
		width: 100%;
		max-width: 100%;
	}
	.product-details .box1 .box-c .r2 .box-c .img{
		width: 100%;
		margin-top: 30px;
	}
	.product .box1 .list li .text-des{
		display: block !important;
		padding-bottom: 0;
		margin-top: 25px !important;
		overflow: visible !important;
		height: auto !important;
	}
	.product .box1 .list li .text-title,
	.product .box1 .list li:hover .text-title{
		padding: 0;
	}
	.product .box1 .list li{
		padding: 50px 0 30px;
	}
	.product .box1 .list li .text-des a{
		font-size: 16px;
		line-height: 40px;
	}
	.product .box1 .list li .text-title{
		font-size: 22px;
	}
	.product-details .producet-search-t form{
		height: 50px;
	}
	.product-details .producet-search-t form input{
		padding: 0 20px;
		font-size: 16px;
	}
	.product-details .producet-search-t form .submitBtn{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		width: 100px;
	}
	.product-details .producet-search .tips{
		margin-top: 30px;
	}
	.product-details .producet-search-c table th{
		height: 50px;
		font-size: 16px;
		
	}
	.product-details .producet-search-c table td{
		line-height: 2;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.product-details .producet-search-c table th:first-child, .product-details .producet-search-c table td:first-child{
		padding-left: 30px;
	}
	.product-list .box1 .box-c .r .pagination, .product-details .r3 .pagination, .product-details .producet-search .pagination{
		margin-top: 30px;
	}
	.development-tool-details .title{
		font-size: 26px;
	}
	.product-details .box1 .box-c .r5.developmentToolBox{
		margin-top: 0 !important;
	}
	.product-details .box1 .box-c{
		flex-direction: column;
	}
	.product-details .box1 .box-c .l{
		width: 100%;
		padding-bottom: 0;
	}
	.product-details .box1,
	.product .box1{
		padding: 55px 0;
	}
	.product-details .r4, .product-details .r5, .product-details .r6{
		flex: none;
		margin-left: 0;
		margin-top: 35px;
		width: 100%;
	}
	.product-details .r6 .list .li-t{
		padding: 4px 10px;
		min-height: 45px;
	}
	.development-tool-details .text-box{
		font-size: 16px;
		line-height: 1.8;
	}
	.development-tool-details .text-box{
		margin-top: 30px;
	}
	.product-details .r3-box2 table th{
		height: 50px;
	}
	.product-details .r3-box2{
		overflow: auto;
	}
	.product-details .r3-box2 table{
		min-width: 900px;
	}
	.product-details .box1 .box-t .searchContainer form{
		height: 40px;
	}
	.product-details .box1 .box-t .searchContainer .submit{
		line-height: 38px;
		width: 60px;
	}
	.product-details .r3-box2 table th:first-child, .product-details .r3-box2 table td:first-child{
		padding-left: 20px;
	}
	.product-details .r3-box2 table th:last-child, .product-details .r3-box2 table td:last-child{
		padding-right: 20px;
	}
	.product-details .box1 .box-t .searchContainer input{
		padding: 0 20px;
		font-size: 14px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-box-container:not(:last-child){
		margin-bottom: 40px;
	}
	.product-details .box1 .box-c .r2 .r2-box3 .nav{
		margin-bottom: 30px;
	}
	.product-details .box1 .box-c .r2-box3 .box-c .img{
		margin-top: 0;
	}
	.product-details .box1 .box-c .r1 .r1-box2{
		margin-top: 30px;
	}
	.product-details .box1 .box-c .r1 .r1-box4 .list{
		grid-template-columns: repeat(3,1fr);
		gap:  22px 14px;
	}
	.product-details .box1 .box-c .r1 .r1-box4 .list .text{
		margin-top: 10px;
	}
	.product-list .box1 .box-c{
		flex-direction: column;
	}
	.product-list .box1 .box-c .l{
		width: 100%;
	}
	.product-list .box1 .box-c .r{
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.product-list .box1 .box-c .r-c table{
		min-width: 950px;
	}
	.product-list .box1 .box-c .r-c{
		overflow: auto
	}
	.product-list .box1 .box-c .r-c th{
		padding: 10px 5px;
	}
	.product-list .box1 .box-c .r-c td{
		padding: 10px 5px;
		font-size: 12px;
	}
	.product-details .qa-c .more{
		margin-top: 45px;
		line-height: 50px;
		height: 50px;
	}
	.product-details .box1 .box-c .r3{
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-top: 35px;
	}
}
@media (max-width: 768px) {
	.product-details .qa-c{
		margin-top: 30px;
	}
	.product-list .box1 .box-c{
		margin-top: 25px;
	}
	.product-list .box1{
		padding: 45px 0;
	}
	.product-details .box1 .box-c .r1{
		padding: 20px;
	}
	.product-details .box1 .box-c .r1 .r1-box4 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box1 .box-c .r2 .box-c .item:not(:last-child){
		margin-bottom: 5px;
	}
	.product-details .box1 .box-c .r2 .box-c .item{
		font-size: 14px;
	}
	.product-details .box1 .box-c .r2 .box-c .item .bullet{
		width: 10px;
		height: 10px;
		margin-top: 9px;
	}
	.product-details .box1 .box-c .r2 .r2-box3{
		margin-top: 45px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-box-container:not(:last-child){
		margin-bottom: 30px;
	}
	.product-details .box1 .box-c .r2 .r2-box2{
		margin-top: 35px;
	}
	.product .box1 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .r3-box2 table td{
		padding: 10px 0;
	}
	.product-details .r3-box2 table td .downloadBtn{
		height: 30px;
	}
	.product-list .box1 .box-c .r .pagination, .product-details .r3 .pagination, .product-details .producet-search .pagination{
		margin-top: 20px;
	}
	.development-tool-details .title{
		font-size: 24px;
	}
	.product-details .box1,
	.product .box1{
		padding: 45px 0;
	}
	.product-details .r6 .list .li-des .item a{
		font-size: 14px;
	}
	.product-details .r6 .list{
		gap: 30px 3%;
	}
	.development-tool-details .downloadBtn{
		margin-top: 30px;
	}
	.development-tool-details .text-box{
		margin-top: 25px;
	}
	.product-details .producet-search-t form{
		height: 40px;
	}
	.product-details .producet-search-t form .submitBtn{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		width: 70px;
	}
	.product-details .producet-search .tips{
		font-size: 16px;
		margin-top: 20px;
	}
	.product-details .producet-search-c table th, .product-details .producet-search-c table td{
		padding: 0 10px;
	}
	.product-details .producet-search-c table th{
		font-size: 14px;
		line-height: 40px;
	}
	.product-details .producet-search-c table td{
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 12px;
	}
	.product-details .producet-search-c table th:first-child, .product-details .producet-search-c table td:first-child{
		padding-left: 15px;
	}
	.product-details .box1 .box-c .r1 .r1-box5{
		margin-top: 35px;
	}
	.product-details .box1 .box-c .r1 .r1-box5{
		margin-top: 30px;
	}
	.product-details .qa-c .li-t{
		font-size: 18px;
	}
	.product-details .qa-c .li-c{
		font-size: 14px;
		margin-top: 10px;
	}
	.product-details .qa-c li{
		padding-bottom: 20px;
	}
	.product-details .qa-c li:not(:last-child){
		margin-bottom: 30px;
	}
	.product-details .qa-t .swiper-slide{
		min-width: 80px;
	}
	.product-details .qa-c .more{
		margin-top: 30px;
		line-height: 40px;
		height: 40px;
	}
}
@media (max-width: 500px) {
	.product-details .qa-c{
		margin-top: 25px;
	}
	.product-list .box1{
		padding: 35px 0;
	}
	.product-details .box1 .box-c .r2 .box-c .text-des{
		margin-top: 5px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-title{
		font-size: 18px;
	}
	.product-details .box1 .box-c .r2 .r2-box3 .nav{
		margin-bottom: 20px;
	}
	.product-details .box1 .box-c .r2 .r2-box3 .nav a{
		font-size: 16px;
	}
	.product-details .box1 .box-c .r2 .r2-box3 .nav a:not(:last-child){
		margin-right: 30px;
	}
	.product-details .box1 .box-c .r2 .box-c .text-box-container:not(:last-child){
		margin-bottom: 20px;
	}
	.product-details .box1 .box-c .r2 .r2-box3{
		margin-top: 35px;
	}
	.product-details .box1 .box-c .r2 .r2-box2{
		margin-top: 30px;
	}
	.product .box1 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product-details .producet-search-t form input{
		font-size: 14px;
	}
	.development-tool-details .downloadBtn{
		margin-top: 20px;
	}
	.development-tool-details .title{
		font-size: 22px;
	}
	.product-details .box1,
	.product .box1{
		padding: 35px 0;
	}
	.product-details .r6 .list .li-des .item a{
		font-size: 12px;
		line-height: 18px;
	}
	.development-tool-details .text-box{
		margin-top: 20px;
	}
	
	/* .product-details .r6 .list{
		grid-template-columns: 1fr;
		gap: 20px 0%;
	} */
}