@keyframes scaleOut {
	0% {
		transform: scale(1.0);
	}

	70% {
		transform: scale(1.08);
		opacity: 1;
	}
}

.common-download-box,
.downTopDowmload {
	animation: scaleOut 1.2s infinite ease-in-out;
}
.update-time-box {
	text-align: center;
	margin-top: 4px;
	color: #FFFFFF;
}
/* header */
.header-box {
	width: 100%;
	height: 100vh;
	position: relative;
}

.header-box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-box .bimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-content-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.header-top-box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
}

.header-top img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.header-title {
	position: relative;
}
.header-title h1 {
	font-size: 50px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}
.header-title img {
	position: absolute;
	right: 16px;
  top: -58px;
}

.header-content ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 40px;
}

.header-content ul li {
	font-size: 22px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 38px;
}

.header-content ul li:last-child {
	margin-right: 0;
}

.header-content ul li img {
	width: 32px;
}

.common-download {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 50px;
	background: #006AFF;
	border-radius: 25px;
	font-size: 22px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FEFEFE;
	margin: 0 auto;
}

.common-download img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.common-download:hover {
	background: linear-gradient(90deg, #86B8FF 0%, #006AFF 100%);
}
.hidden-header-right .common-download {
	width: 165px;
  height: 40px;
	border-radius: 30px;
	font-size: 16px;
}
.hidden-header-right .common-download img {
	width: 20px;
	height: 20px;
}
.total-num-box {
	text-align: center;
	margin-top: 25px;
}

.total-num-box span.total-text {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.5;
}

.total-num-box span.total-num {
	font-size: 22px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 6px;
}

.sys-box {
	font-size: 22px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: 39px;
}

/* hidden-header */
.hidden-header-box {
	display: none;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #ddd;
}

.hidden-header-content {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hidden-header-left {
	display: flex;
	align-items: center;
}

.hidden-header-left h1 {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.hidden-header-right {
	display: flex;
	align-items: center;
}

.hidden-header-right p {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	color: #000000;
	margin-right: 18px;
}

/* 金舟录屏大师软件功能 */
.fun-box {
	width: 100%;
	padding: 79px 0;
}

.fun-box h1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 80px;
}

.fun-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.fun-box ul li {
	width: 282px;
	height: 240px;
	margin-bottom: 24px;
	position: relative;
}

.fun-box ul li:last-child {
	margin-bottom: 0;
}

.fun-text {
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.fun-text h2 {
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 9px;
}

/* 留住每一幕精彩瞬间 */
.intro-box {
	width: 100%;
	padding: 80px 0;
	background: #F3F8FF;
}

.intro-box h1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 59px;
}

.intro-box ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.intro-box ul li {
	width: 282px;
	height: 246px;
	background: #FFFFFF;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro-box ul li h2 {
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #000000;
	margin: 16px 0;
}

.intro-box ul li p {
	width: 235px;
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	line-height: 24px;
	text-align: center;
}

.intro-box ul li img {
	padding-top: 32px;
}

/* 底部下载 */
.bottom-btn {
	width: 100%;
	height: 320px;
	background: url(../img/foot.png) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bottom-btn h1 {
	font-size: 50px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #FFFFFF;
}

.bottom-btn p {
	font-size: 22px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 22px;
	margin-bottom: 29px;
}

/* 评价区域 */
.assess-box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.assess-box h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 59px;
}

.swiper-container {
	height: 346px;
	padding: 0 8px !important;
	padding-top: 8px !important;
	box-sizing: border-box;
}

.swiper-container .swiper-wrapper .swiper-slide {
	height: 265px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(190, 190, 190, 0.4);
	border-radius: 10px;
	margin-bottom: 60px;
	padding: 28px;
	box-sizing: border-box;
}

.userinfo {
	display: flex;
	align-items: center;
}

.userinfo>img {
	width: 80px;
	height: 80px;
	margin-right: 16px;
}

.assess-username h2 {
	color: #0F0F0F;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-bottom: 4px;
}

.swiper-slide p {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #606060;
	margin-top: 16px;
}


/* footer */
.footer-box {
	width: 100%;
	height: 40px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-box span {
	font-size: 14px;
	color: #888;
}

.footer-box span a {
	font-size: 14px;
	color: #888;
}

.footer-box i {
	width: 1px;
	height: 12px;
	background-color: #888;
	margin: 0 30px;
}
