.page {
	margin: 0 auto;
	width: 100%;
	overflow-y: auto;
}

/* 隐藏所有主流浏览器滚动条 */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
	display: none;
	/* Chrome / Safari / Edge */
}

body,
html {
	-ms-overflow-style: none;
	/* IE 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.topCss {
	width: 99%;
	margin: 0 auto;
	height: 92vh;
	background-image: url('../images/pc/vector.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;

}

.navigation {
	width: 70%;
	margin: 0 auto;
	height: 100px;
	display: flex;
	align-items: center;
	color: #b1b1b1;
	font-size: 0.9vw;
}

.item {
	width: 100px;
	height: 26px;
	margin-top: 4px;
}

.filter-disabled {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.navigation_logo {
	width: 30%;
}

.navigation_row {
	color: #b1b1b1;
	font-size: 0.8vw;
	width: auto;
	cursor: pointer;
	margin-right: 5%;
}

.filter-box {
	position: relative;
}

.filter-box select {
	display: none;
}

.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
	/* background: #fff; */
	border: 1px solid #e6e6e6;
	border-radius: 50px;

}

.filter-text input {
	font-size: 14px;
	color: #fff;
}

.filter-text .filter-title {
	width: 100%;
	height: 26px;
	line-height: 26px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	outline-style: none;
}

.icon-filter-arrow {
	width: 8px;
	height: 6px background-image: url(../images/icon_arrow_down_x2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	right: 15px;
	top: 10px;
	transition: all .2s;
}

.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.icon {
	position: absolute;
}

.title {
	width: 100%;
	height: auto;
	font-size: 3vw;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 6%;
}

.title_s {
	width: 100%;
	height: auto;
	font-size: 3vw;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 10px;
}

.login_bor {
	width: 23%;
	height: auto;
	display: flex;
	margin: 0 auto;
	margin-top: 50px;
}

.login_button {
	width: 45%;
	height: 45px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	font-weight: 800;
	font-size: 0.85vw;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.login_button_right {
	margin-right: 5%;
}

.login_button_left {
	margin-left: 5%;
}

.core_advantage {
	width: 100%;
	height: 100vh;
}

.core_advantage_name {
	text-align: center;
	font-size: 2.3vw;
	font-weight: 500;
	margin-top: 7%;
}

.core_advantage_describe {
	text-align: center;
	font-size: 1.2vw;
	font-weight: 500;
	margin-top: 35px;
	color: #007eff;
}

.type_bor {
	width: 70%;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}

.type_row {
	width: 23.5%;
	height: 100%;
	border-radius: 15px;
	background-color: #5b8ec366;
	display: flex;
	flex-direction: row;

}

.type_num {
	width: 25%;
	height: 100%;
	font-size: 1.6vw;
	color: #007eff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.type_text {
	width: 73%;
	height: 100%;
	font-size: 0.9vw;
	display: flex;
	align-items: center;
	color: #1c1c1c;
}

.type_row_right {
	margin-right: 2%;
}

.type_img {
	width: 100%;
	text-align: center;
}

.video_system {
	width: 100%;
	height: auto;
}

.video_system_name {
	text-align: center;
	font-size: 2.3vw;
	font-weight: 500;
}

.video_system_bor {
	width: 70%;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	display: flex;
	flex-direction: row;
}

.video_system_bor_left {
	width: 40%;
	height: auto;
}

.video_system_img {
	width: 60%;
	text-align: center;
}

.video_system_left_name {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-weight: 500;
}

.video_system_left_img {
	width: 20px;
	margin-right: 10px;
}

.videoSystem_img {
	width: 70px;
	margin-left: 9%;
}

.freeExperience {
	width: 40%;
	margin-top: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #004eff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	cursor: pointer;
}

.api_name {
	text-align: center;
	font-size: 2.3vw;
	font-weight: 500;
	margin-top: 100px;
}

.api_bor {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}

.api_left {
	width: 50%;
}

.api_right {
	width: 50%;
	margin-top: 60px;
}

.api_right_row {
	cursor: pointer;
	width: 60%;
	margin-left: 15%;
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: linear-gradient(to right, #000000, #2e3e4c);
	border-radius: 20px;
	color: white;
	margin-bottom: 30px;
	font-size: 1vw;
}

/* 鼠标悬停 */
.api_right_row:hover {
	background: #00c3cd;
	color: black;
}

.api_right_row_img {
	width: 40px;
	margin: 0 5%;
}

.integrated {
	width: 98.5%;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 40px;
	background-color: #2878a740;
	overflow: hidden;
	padding-bottom: 50px;
}

.integrated_name {
	text-align: center;
	font-size: 2.3vw;
	font-weight: 500;
	margin-top: 80px;
}

.integrated_title {
	width: 40%;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
}

.integrated_titles {
	width: 25%;
	text-align: center;
	height: auto;
	font-size: 0.9vw;
	font-weight: 500;
}

.integrated_bor {
	width: 80%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}

.integrated_bor_left {
	width: 95%;
	height: auto;
	margin-top: 100px;
}

.integrated_left_name {
	width: 100%;
	height: auto;
	font-size: 1.2vw;
	font-weight: bold;
}

.integrated_left_describe {
	margin-top: 20px;
	font-size: 0.8vw;
	color: #5e5e5e;
	height: auto;
}

.integrated_left_name2 {
	width: 100%;
	height: auto;
	font-size: 1.2vw;
	font-weight: bold;
	margin-top: 50px;
}

.integrated_left_describe2 {
	margin-top: 20px;
	font-size: 0.8vw;
	height: auto;
}

.integrated_bor_right {
	width: 65%;
}

.robot {
	width: 100%;
	height: auto;
}

.robot_bor {
	width: 80%;
	height: auto;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	margin-top: 120px;
}

.robot_bor_left {
	width: 40%;
	margin-left: 10%;
	height: auto;
	margin-top: 50px;
}

.robot_bor_left_name {
	font-size: 1.3vw;
	font-weight: bold;
}

.robot_bor_left_title {
	font-size: 0.9vw;
	margin-top: 20px;
	width: 70%;
	height: auto;
}

.robot_bor_left_titles {
	font-size: 0.9vw;
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.robot_bor_left_top {
	margin-top: 60px;
}

.robot_bor_right {
	width: 50%;
	height: auto;
}

.customer {
	width: 65%;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
	display: flex;
	flex-direction: row;
}

.customer_bor_mar {
	margin-right: 5%;
}

.customer_bor {
	width: 30%;
	height: auto;
	position: relative;
}

.customer_bor img {
	transition: transform .35s ease;
	/* 平滑过渡 */
	display: block;
	/* 去掉图片底部的空隙（可选） */
}

.customer_bor:hover img {
	transform: scale(1.08);
	/* 放大 8%，可自行调整 */
}

.customer_bor_name {
	position: absolute;
	bottom: 0;
	height: 6vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.self-stretch {
	align-self: stretch;
}

.group_18 {
	margin-top: 11.1458vw;
	margin-bottom: 5vw;
}

.section_14 {
	background-color: #000000;
}

.self-center {
	align-self: center;
}

.self-baseline {
	align-self: baseline;
}

.self-stretch {
	align-self: stretch;
}

.group_19 {
	padding: 2vw 0;
	width: 61.8115vw;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-evenly {
	justify-content: space-evenly;
}

.font_15 {
	font-size: 1.0417vw;
	font-family: PingFang SC;
	line-height: 0.9792vw;
	font-weight: 700;
	color: #ffffff;
}

.text_53 {
	text-transform: lowercase;
}

.text_54 {
	line-height: 0.9771vw;
}

.items-center {
	align-items: center;
}

.group_20 {
	margin-right: 5.9vw;
}

.font_16 {
	font-size: 0.8333vw;
	font-family: PingFang SC;
	line-height: 1.7708vw;
	color: #999999;
}

.text_57 {
	color: #ffffff;
	line-height: 0.7693vw;
}

.ml-277 {
	margin-left: 14.4271vw;
}

.mt-14 {
	margin-top: 0.7292vw;
}

.group_22 {
	margin-top: 0.3125vw;
}

.items-start {
	align-items: flex-start;
}

.ml-69 {
	margin-left: 3.5937vw;
}

.group_21 {
	margin-bottom: 0.5208vw;
}

.text_58 {
	/* margin-left: 0.2083vw; */
	color: #ffffff;
	font-size: 1.5625vw;
	font-family: DIN;
	line-height: 1.1344vw;
	text-transform: uppercase;
}

.mt-28 {
	margin-top: 1.4583vw;
}

.image_10 {
	width: 6vw;
	height: 6vw;
}

.group_23 {
	padding: 1.4583vw 0;
	border-top: solid 0.05208vw #ffffff1a;
}

.profile {
	color: #fff;
	width: 80%;
	text-align: center;
	padding-bottom: 1vw;
}

.font_us {
	font-size: 1.0417vw;
	display: block;
}

.font_18 {
	font-size: 0.7292vw;
	font-family: PingFang SC;
	line-height: 0.6823vw;
	color: #999999;
}

.group_24 {
	line-height: 0.7469vw;
}

.mt-15 {
	margin-top: 0.7813vw;
}

.text_60 {
	color: #ffffff;
	line-height: 0.7469vw;
}

.justify-start {
	justify-content: flex-start;
}

.section_12 {
	/* background-image: linear-gradient(90deg, #2bffff 0%, #0077ff 68.8%, #4acaff 100%); */
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.section_13 {
	padding: 1.2vw 16.4583vw;
	background-image: url('../images/pc/bottom_img.png');
	background-position: 0% 0%;
	background-size: 100vw 6.8125vw;
	background-repeat: no-repeat;
}

.self-start {
	align-self: flex-start;
}

.text_47 {
	color: #000c10;
	font-size: 1.5625vw;
	font-family: Microsoft YaHei UI;
	line-height: 1.5443vw;
}

.mt-20 {
	margin-top: 1.0417vw;
}

.self-stretch {
	align-self: stretch;
}

.shrink-0 {
	flex-shrink: 0;
}

.image_20 {
	margin-left: 1.9792vw;
	width: 0.9375vw;
	height: 0.9375vw;
}

.image_21 {
	margin-left: 0;
}

.font_10 {
	font-size: 0.8333vw;
	font-family: Microsoft YaHei UI;
	line-height: 0.8115vw;
	color: #000c10;
}

.text_49 {
	margin-left: 0.4167vw;
	line-height: 0.8099vw;
}

.text_50 {
	margin-left: 0.4167vw;
}

.text_51 {
	margin-left: 0.4167vw;
}

.text_52 {
	margin-left: 0.4167vw;
	line-height: 0.8193vw;
}

.text-wrapper_6 {
	cursor: pointer;
	margin-right: 0.2083vw;
	/* padding: 0.9375vw 0 1.0417vw; */
	background-color: #ffffff;
	border-radius: 0.5208vw;
	width: 11.6667vw;
	height: 2.9167vw;
}

.text-wrapper_6 a {
	display: block;
	height: 2.9167vw;
	line-height: 2.9167vw;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #000c10;
	font-size: 1vw;
}

.table {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: aqua;
	z-index: 999;
}

/* 遮罩背景 */
.mask {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	/* 默认隐藏 */
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

/* 弹窗本体 */
.popup {
	width: 400px;
	background: #fff;
	border-radius: 12px;
	padding: 25px 30px;
	position: relative;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.popup h3 {
	margin: 0 0 20px;
	text-align: center;
}

.popup input {
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.popup button {
	width: 100%;
	padding: 12px;
	background: #004eff;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.close {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #666;
}

.side {
	position: fixed;
	/* 关键：固定定位，不随滚动 */
	right: 0;
	/* 贴右 */
	top: 50%;
	/* 垂直中心点 */
	transform: translateY(-50%);
	/* 再向上偏移自身高度的一半，实现垂直居中 */
	width: 44px;
	height: 200px;
	/* border: 1px solid red; */
	z-index: 9999;
	/* 确保在最上层 */
}

.side_row {
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	border-radius: 7px;
}

.side_row:hover {
	background: #218aeb;
}

/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 250px;
	width: 70px;
	height: 240px;
}

.suspension-box {
	/* position:relative;float:right; */
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	border-radius: 7px;
}

.suspension .a.active,
.suspension .a:hover {
	background: #218aeb;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .a-form .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px -23px;
}

.suspension .a-qrcode .i {
	background-position: -44px 0;
}

.suspension .a-cart .i {
	background-position: -88px 0;
}

.suspension .a-top .i {
	background-position: -132px 0;
}

.suspension .a-top {
	background: #D2D3D6;
	display: none;
}

.suspension .a-top:hover {
	background: #c0c1c3;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 75px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 36px;
}

.suspension .d-service-phone {
	top: -14px;
}

.suspension .d-qrcode {
	top: 78px;
}

.suspension .d-form {
	top: 78px;
	width: 270px;
}

.suspension .d .inner-box {
	padding: 20px 22px 12px;
}

.suspension .d .inner-box p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}

.suspension .d .inner-box2 {
	padding: 10px 22px 12px;
}

.suspension .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item .i-email {
	width: 44px;
	height: 44px;
	background: url(../images/side_icon_email.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 16px;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 17px;
	margin-left: 12px;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(https://www.17sucai.com/preview/3/2022-03-24/xuanfu_kefu/jQuery%E2%95%99%E2%95%A5%E2%96%93%CE%B1%E2%95%A3%E2%95%A0%E2%95%A2%C2%BF%E2%95%A8%E2%81%BF%E2%95%95%C3%AD%E2%95%98%E2%94%8C%E2%95%A7%E2%96%80%E2%94%90%E2%95%90%E2%95%96%E2%96%A0%E2%94%A4%C2%B7%E2%94%AC%CE%B4%20-%20%E2%95%98%E2%94%A4%E2%94%AC%CE%B4%E2%95%93%C2%AB%E2%95%9D%E2%95%A5/images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #111;
}