@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;
}

/* header */
.header-box,
.hidden-header-box {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
}

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

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

.header-left img {
	width: 40px;
	margin-right: 13px;
}
.header-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-top: 3px;
}
.header-title span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #000;
}

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

.header-right a {
	color: #333333;
	margin-right: 40px;
}

.header-right a:hover {
	color: #DE2421;
}

.header-right a:last-child {
	margin-right: 0;
}

/* hidden-header */
.hidden-header-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

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

.hidden-header-right p {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #000000;
	margin-right: 20px;
}

.hidden-header-right a {
	width: 200px;
	height: 40px;
	background-color: #E12924;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.hidden-header-right a:hover {
	background-color: #C04000;
}

.hidden-header-right a img {
	width: 20px;
}

.hidden-header-right a span {
	margin: 0 8px;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #FFFFFF;
}

/* 首页 */
/* 头部区域 */
/* 导航栏+横幅区域 */
.banner-box {
	width: 100%;
	height: 656px;
	background: url(../image/bg.png) no-repeat center center;
	background-size: cover;
}

.banner-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}
.banner-imgtext h3 {
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 55px;
	letter-spacing: 2px;
	background: linear-gradient(90.77deg, #3FFFF3 -24.97%, #F3FF6C 102.28%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;	
	margin-bottom: 23px;
}
.banner-imgtext h3 img:first-child {
	margin-right: 8px;
}
.banner-imgtext h3 img:last-child {
	position: absolute;
	right: -47px;
	top: 8px;
}
.banner-title {
	position: relative;
	display: flex;
	align-items: flex-end;
  width: fit-content;
}
.banner-title h1 {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	color: #FFFFFF;	
	margin-right: 17px;
}
.banner-label {
	position: absolute;
	right: -98px;
	top: -35px;
}
.banner-label span {
	position: absolute;
	left: 13px;
	top: 6px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}
.banner-imgtext ul {
	margin-top: 45px;
	margin-bottom: 84px;
}
.banner-imgtext ul li {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 45px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.banner-imgtext ul li img {
	margin-right: 4px;
}
.banner-imgtext ul li:last-child {
	margin-bottom: 0;
}
.banner-imgtext a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 323px;
	height: 74px;	
	background: #01E5C8;
	border-radius: 12px;
}
.banner-imgtext a:hover {
	background: #03dabd;
}
.banner-imgtext a p {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;	
	margin: 0 21px;
}
.update-time-box {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.155em;
	color: #FFFFFF;	
	margin-bottom: 3px;
	margin-top: 17px;
}
.sys {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.1em;
	color: #FFFFFF;	
}
.banner-img-box {
	width: 57%;
	border-top: 20px solid #20283F;
	border-bottom: 20px solid #20283F;
	border-left: 16px solid #20283F;
	border-right: 16px solid #20283F;
	box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.35);
	margin-top: 112px;
}
.banner-img-box img {
	width: 100%;
}
.common-download-box {
	width: 320px;
	height: 60px;
	background: #F75F1E;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.common-download-box:hover {
	background-color: #D75F1E;
}

.common-download-box p {
	font-size: 20px;
	margin: 0 10px;
	color: #FFFFFF;
}

/* 头部区域结束 */

/* 多聊 - 让沟通更便捷 */
.icontext-box {
	width: 100%;
	padding: 80px 0;
}

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

.icontext-box .icontext-p {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	text-align: center;
	margin-bottom: 79px;
}

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

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

.icontext-box ul li a {
	width: 270px;
	height: 270px;
	border: 2px solid #F5F6F9;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 44px 33px;
	box-sizing: border-box;
	transform: translateY(0);
	transition: all .3s;
}

.icontext-box ul li a:hover {
	transform: translateY(-20px);
	transition: all .3s;
	box-shadow: 5px 5px 16px #AAAAAA;
}

.icontext-box ul li a h2 {
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 17px;
}

.icontext-box ul li a p {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	text-align: center;
}

/* 稳定多开，简单高效 */
.easy-box {
	width: 100%;
	background: #F5F6F9;
	padding-top: 100px;
	padding-bottom: 70px;
}

.easy-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.easy-content:last-child {
	margin-bottom: 0;
}

.easy-content img {
	width: 646px;
}

.easy-text h1 {
	font-size: 32px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
}

.easy-text ul li {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #555555;
	line-height: 48px;
}

/* 应用场景 */
.scen-box {
	width: 100%;
	padding: 80px 0;
}

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

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

.scen-box ul li {
	width: 270px;
	height: 280px;
	background: #F5F6F9;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

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

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

/* 底部下载 */
.bottom-download-box {
	width: 100%;
}

.bottom-download-content {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	background: url(../image/bg_2.png) no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bottom-download-content h1 {
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 30px;
}

/* 评价区域 */
.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: 300px;
}

.swiper-container .swiper-wrapper .swiper-slide {
	height: 237px;
	background: rgba(248, 248, 248, 1);
	box-shadow: 0px 9px 13px 0px rgba(198, 198, 198, 0.35);
	border-radius: 10px;
	text-align: center;
	margin-bottom: 60px;
}

.swiper-slide img {
	display: inline-block;
	padding-top: 20px;
	width: 70px;
	height: 70px;
	margin: 0;
}

.assess-text {
	width: 310px;
	margin: 0 auto;
}

.assess-text p:nth-child(1) {
	color: #0F0F0F;
	margin-top: 4px;
	margin-bottom: 11px;
}

.assess-text p:nth-child(2) {
	color: #606060;
}



/* 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;
}
