.header {
	background-color: #000;
	border: none;
}
.headDetail-name {
	color: #FFFFFF;
}
.header-right li a {
	color: #FFFFFF;
}
.header-right li a:hover {
	color: #d0d0d0 !important;
}
.header-active {
	color: #FFFFFF !important;
}
.header-active:hover {
	color: #d0d0d0 !important;
}
.arrow-box .detail_jt {
	transform: rotate(0);
	transition: all .2s;
}
.arrow-box:hover .detail_jt {
	transform: rotate(180deg);
	transition: all .2s;
}
.arrow-box:hover .header-active {
	color: #d0d0d0 !important;
}
.downTop {
	background: #000;
	border: none;
}
.downTop-word {
	color: #FFFFFF;
}
.downTop-right .sys {
	color: #FFFFFF;
	margin-right: 37px;
}

.top-btn {
	display: flex;
	align-items: center;
	height: 60px;
}
.top-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 41px;
	border: 2px solid #2CF2F0;
	box-sizing: border-box;
	border-radius: 12px;	
}
.top-btn a img:nth-child(3) {
	display: none;
	width: 13px;
}
.top-btn a:hover img:nth-child(2) {
	display: none;
	width: 13px;
}
.top-btn a:hover img:nth-child(3) {
	display: block;
}
.top-btn a:hover {
	background-color: #2CF2F0;
}
.top-btn a:hover .btn-span {
	color: #1E1D2C;
}
.top-btn a:first-child {
	margin-right: 14px;
}
.top-btn a .btn-span {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	color: #2CF2F0;	
	margin-right: 13px;
}
.label1-box {
	position: absolute;
	right: -16px;
	top: -31px;
	display: none;
}
.label1-box .label1-span {
	position: absolute;
	left: 7px;
	top: 0;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #FFFFFF;
}
/* banner */
.banner-box {
	position: relative;
	width: 100%;
	height: calc(100vh - 60px);
	box-sizing: border-box;
	margin-top: 116px;
}
.banner-content {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 170px);
}
.banner-title {
	display: flex;
	align-items: center;
}
.banner-title h1 {
	display: flex;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	color: #FFFFFF;
	margin-left: 16px;
}
.banner-title h1 span {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	background: linear-gradient(106.86deg, #21C8C6 9.94%, #57D5AD 44.69%, #F7FD63 126.4%, #FEA468 288.21%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.banner-title h1 span i {
	display: inline-block;
	height: 40px;
	margin-left: 20px;
	margin-right: 16px;
}
.banner-p1 {
	width: max-content;
	font-family: 'PingFang SC';
	font-style: normal;
	font-size: 45px;
	letter-spacing: 2px;
	color: #F5F5F7;
	margin-bottom: 49px;
	margin-top: 10px;
}
.banner-p1 span {
	color: #2CF2F0;
}
.banner-p2 {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	color: #F5F5F7;
}
.banner-p3 {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #F5F5F7;	
	margin-top: 10px;
	margin-bottom: 70px;
}

.banner-btn {
	position: relative;
	display: flex;
	align-items: center;
}
.banner-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 267px;
	height: 65px;
	border: 2px solid #2CF2F0;
	border-radius: 12px;	
}
.label2-box {
	position: absolute;
	right: -17px;
	top: -35px;
	display: none;
}
.show-label {
	display: block;
}
.label2-box .label2-span {
	position: absolute;
	left: 13px;
	top: 1px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;	
}
.banner-btn a img:nth-child(3) {
	display: none;
}
.banner-btn a:hover img:nth-child(2) {
	display: none;
}
.banner-btn a:hover img:nth-child(3) {
	display: block;
}
.banner-btn a:hover {
	background-color: #2CF2F0;
}
.banner-btn a:hover .btn-span {
	color: #1E1D2C;
}
.banner-btn a:first-child {
	margin-right: 32px;
}
.banner-btn a .btn-span {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #2CF2F0;	
	margin-right: 18px;
}

.banner-btn ul {
	position: absolute;
	bottom: -182%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 1000px;
	margin: 0 auto;
}
.banner-btn ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'PingFang SC';
	font-size: 12px;
	color: #2CF2F0;	
}
.banner-btn ul li:last-child {
	margin-right: 0;
}
.banner-btn ul li img {
	margin-bottom: 12px;
}

.banner-box .video-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.banner-box .video-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mask-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}

/* 产品特点 */
.advantage-box {
	width: 100%;
	padding-top: 136px;
	padding-bottom: 94px;
	background-color: #1E1D2C;
	overflow: hidden;
}
.common-h1 {
	position: relative;
	width: fit-content;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 67px;
	color: #FFFFFF;	
	margin: 0 auto;
}
.common-h1 img {
	position: absolute;
	right: -8px;
	bottom: -10px;
}
.advantage-box ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 82px;
}
.advantage-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.advantage-box ul li:first-child {
	position: relative;
}
.advantage-box ul li:last-child {
	position: relative;
}
.advantage-box ul li:first-child .advantage-bg2 {
	position: absolute;
	top: -170px;
  left: -170px;
}
.advantage-box ul li:last-child .advantage-bg1 {
	position: absolute;
	bottom: -50px;
	right: -130px;
}
.advantage-box ul li h2 {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #F5F5F7;	
	margin-top: 24px;
	margin-bottom: 8px;
}
.advantage-box ul li p {
	width: 197px;
	font-family: 'PingFang SC';
	font-size: 14px;
	line-height: 24px;
	color: #F0EFEF;
	opacity: 0.5;
	text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);	
	text-align: center;
}


/* 视频处理  一看就会 */
.display-box {
	width: 100%;
	padding-bottom: 30px;
	background-color: #1E1D2C;
	overflow: hidden;
}
.display-box p {
	font-family: 'PingFang SC';
	font-size: 24px;
	color: #FFFFFF;
	opacity: 0.55;
	margin-top: 15px;
	margin-bottom: 51px;
	text-align: center;
}
.display-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 66px;
}
.display-box ul li {
	position: relative;
	width: 176px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	border-radius: 9px;	
  border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
}
.display-box ul li span {
	font-family: 'PingFang SC';
	font-size: 24px;
	color: #F5F5F7;
}
.display-box ul li img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 120px;
	height: 24px;
}
.display-box ul li:hover span {
	color: #2CF2F0;
}
.display-box ul li.active {
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #2F3142, #2F3142), linear-gradient(135deg, #A7E8F7 1.91%, #FFFDAA 39.2%, #FEB6D9 66.79%, #A475E1 100%);
}
.display-box ul li.active span {
	color: #2CF2F0;
}
.display-box ul li.active img {
	display: block;
}
.display-video-box {
	position: relative;
	width: 1200px;
	height: 760px;
	margin: 0 auto;
	margin-top: 66px;
}
.video-bg-box {
	position: relative;
	z-index: 2;
}
.video-bg-box img:nth-child(1) {
	display: block;
	width: 1070px;
	margin: 0 auto;
}
.video-bg-box img:nth-child(2) {
	position: absolute;
	right: -200px;
	top: -80px;
	z-index: -1;
}
.display-bg1 {
	position: absolute;
	bottom: -30px;
	left: -100px;
	z-index: 2;
	width: 60px;
}
.display-video-box .video-box video {
	position: absolute;
	left: 50%;
	top: 66px;
	transform: translateX(-50%);
	z-index: 3;
	display: none;
	width: 920px;
}
.display-video-box .video-box video.active {
	display: block;
}

/* 介绍 */
.intro-box {
	width: 100%;
	padding-bottom: 270px;
	background-color: #1E1D2C;
	overflow: hidden;
}
.intro-content {
	width: 1200px;
	margin: 0 auto;
}
.intro-item {
	position: relative;
	display: flex;
}
.intro-content .intro-item:first-child {
	justify-content: flex-end;
	margin-bottom: 397px;
	margin-top: 211px;
}
.intro-content .intro-item:last-child {
	justify-content: flex-start;
}
.intro-title {
	position: relative;
}
.intro-title h1 {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	color: #FFFFFF;	
}
.intro-title h1 span {
	color: #2CF2F0;
}
.intro-left {
	position: absolute;
	left: 0;
	top: -45px;
}
.intro-right {
	position: absolute;
	right: 0;
	top: -45px;
}
.intro-text p {
	font-family: 'PingFang SC';
	font-size: 24px;
	line-height: 36px;
	color: #F5F5F7;
	opacity: 0.5;	
	margin-top: 40px;
}
.intro-p1,.intro-h1 {
	text-align: left;
}
.intro-p2,.intro-h2 {
	text-align: right;
}
.intro-img1 {
	position: absolute;
	left: -180px;
	top: -260px;
}
.intro-img2 {
	position: absolute;
	right: -200px;
  top: -280px;
}
.intro-bg {
	position: absolute;
	left: -100px;
	bottom: -200px;
}

/* 他们都在用 */
.use-box {
	width: 100%;
	background: #1E1D2C;
	overflow: hidden;
}
.use-content {
	width: 100%;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/520/images/use-bg.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 264px;
	padding-top: 100px;
}
.use-content p {
	font-family: 'PingFang SC';
	font-size: 24px;
	color: #FFFFFF;
	opacity: 0.55;
	margin-top: 15px;
	margin-bottom: 100px;
	text-align: center;
}
.use-img-box .user-img1 {
	display: block;
	width: 1164px;
	margin: 0 auto;
}
.use-img-box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.use-img-box .user-img2 {
	position: absolute;
	right: -90px;
	top: 10px;
	width: 50px;
}

/* 底部下载 */
.bottom-download-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-bottom: 147px;
	background: #1E1D2C;
}
.bottom-title {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
.bottom-text {
	margin-left: 25px;
}
.bottom-text h1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.bottom-text h2 {
	position: relative;
	height: 33px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 33px;
	background: linear-gradient(92.56deg, #4BFFF1 -9.31%, #F8FF63 78.09%, #FFA069 116.74%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.bottom-text h2 img {
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}
.bottom-btn {
	display: flex;
	align-items: center;
	margin-top: 100px;
}
.bottom-btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 267px;
	height: 65px;
	border: 2px solid #2CF2F0;
	border-radius: 12px;	
}
.bottom-btn a:hover {
	background-color: #2CF2F0;
}
.bottom-btn a:hover .btn-span {
	color: #1E1D2C;
}
.bottom-btn a img:nth-child(3) {
	display: none;
}
.bottom-btn a:hover img:nth-child(2) {
	display: none;
}
.bottom-btn a:hover img:nth-child(3) {
	display: block;
}
.bottom-btn a:first-child {
	margin-right: 31px;
}
.bottom-btn a .btn-span {
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	color: #2CF2F0;
	margin-right: 16px;
}