/* 小 */
@media screen and (min-width: 1350px) and (max-height: 760px) { 
	.banner-title h1 {
		font-size: 50px;
    line-height: 55px;
	}
	.banner-content h3 {
		font-size: 18px;
		line-height: 55px;
	}
	.title-lable {
    right: -112px;
    top: -44px;
	}
	.banner-text {
		font-size: 22px;
    line-height: 38px;
    margin-top: 33px;
    margin-bottom: 53px;
	}
	.sys {
		font-size: 13px;
    margin: 8px 0;
	}
	.update-time-box {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.sum-box p span {
		font-size: 24px;		
	}
}
@media screen and (max-width: 1350px) and (max-height: 760px) {
	.banner-title h1 {
		font-size: 50px;
    line-height: 55px;
	}
	.banner-content h3 {
		font-size: 18px;
		line-height: 55px;
	}
	.title-lable {
    right: -112px;
    top: -44px;
	}
	.banner-text {
		font-size: 22px;
    line-height: 38px;
    margin-top: 33px;
    margin-bottom: 53px;	
	}
	.sys {
		font-size: 13px;
    margin: 8px 0;
	}
	.update-time-box {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.sum-box p span {
		font-size: 24px;	
	}
}

/* 大 */
@media screen and (min-width: 1350px) and (min-height: 760px) {
	.banner-title h1 {
		font-size: 56px;
		line-height: 74px;	
	}
	.banner-content h3 {
		font-size: 20px;
		line-height: 55px;
	}
	.title-lable {
		right: -128px;
		top: -29px;
	}
	.banner-text {
		font-size: 30px;
		line-height: 55px;
		margin-top: 46px;
		margin-bottom: 82px;	
	}
	.sys {
		font-size: 14px;
		margin: 16px 0;
	}
	.update-time-box {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.sum-box p span {
		font-size: 27px;	
	}
}
@media screen and (max-width: 1350px) and (min-height: 760px) {
	.banner-title h1 {
		font-size: 56px;
		line-height: 74px;	
	}
	.banner-content h3 {
		font-size: 20px;
		line-height: 55px;
	}
	.title-lable {
		right: -128px;
		top: -29px;
	}
	.banner-text {
		font-size: 30px;
		line-height: 55px;
		margin-top: 46px;
		margin-bottom: 82px;	
	}
	.sys {
		font-size: 14px;
		margin: 16px 0;
	}
	.update-time-box {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.sum-box p span {
		font-size: 27px;
	}
}


@keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.download-btn {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.download-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(255, 255, 255, .2);
	width: 340px;
	height: 340px;
	border-radius: 50%;
	margin-left: -170px;
	margin-top: -170px;
	animation: spread 1.5s infinite both;
	-webkit-animation: spread 1.5s infinite both;
	-moz-animation: spread 1.5s infinite both;
	-o-animation: spread 1.5s infinite both;
	z-index: 1;
}

.header-box {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	background: url(../imgs/banner_bg.png) no-repeat center center;
	background-size: cover;
}

.header-top {
	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: #FFFFFF;
	margin-top: 3px;
}
.header-title span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.header-right {
	display: flex;
	align-items: center;
}

.header-right a:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 40px;
	background: linear-gradient(267.18deg, #5846DF -59.04%, #9D90FF 159.29%);
	border-radius: 50px;
}

.header-right a:last-child span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 8px;
}

.header-right a:hover:last-child {
	background: linear-gradient(267.18deg, #9D90FF -59.04%, #5846DF 159.29%);
}

.banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1200px;
	height: calc(100vh - 60px);
	min-height: 540px;
	margin: 0 auto;
}

.banner-content h3 {
	position: relative;
	width: fit-content;
	height: 55px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	background: linear-gradient(90.77deg, #00FFE0 -25.95%, #93ABFF 102.28%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.banner-content h3 img:first-child {
	margin-right: 4px;
}

.banner-content h3 img:last-child {
	position: absolute;
	right: -42px;
	top: 9px;
}

.banner-title {
	position: relative;
	width: fit-content;
}

.banner-title h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	color: #FFFFFF;
}

.title-lable {
	position: absolute;
}

.title-lable span {
	position: absolute;
	left: 18px;
	top: 11px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

.banner-content ul {
	display: flex;
	align-items: center;
	margin-top: 20px ;
}

.banner-content ul li {
	position: relative;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(to right, #2F3142, #2F3142), linear-gradient(131.17deg, #6089FF -67%, #5EA9FF 90%, #FF7B86 100%);
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 20px;
	margin-right: 16px;
}
.banner-content ul li:last-child {
	margin-right: 0;
}

.banner-content ul li p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}
.banner-text {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.banner-content a {
	min-height: 72px;
}
.common-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 323px;
	height: 72px;
	background: linear-gradient(267.18deg, #5846DF -59.04%, #9D90FF 159.29%);
	border-radius: 10px;	
}
.common-btn:hover {
	background: linear-gradient(267.18deg, #9D90FF -59.04%, #5846DF 159.29%);
}
.common-btn span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;	
	margin: 0 22px;
}
.sys {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;	
	margin-left: 50px;
}
.update-time-box {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;	
	margin-left: 50px;
}
.sum-box {
	display: flex;
	align-items: center;
	margin-left: 50px;
}
.sum-box i {
	width: 6px;
	height: 6px;
	background: #8879F5;
	border-radius: 50%;
	margin-top: 12px;
	margin-right: 5px;
}
.sum-box p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;	
}
.sum-box p span {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	color: #CDC6FF;
	margin: 0 8px;
}

/* 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-box .header-top .header-left h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
}

.hidden-header-box .header-top .header-right a:last-child {
	color: #FFFFFF;
}

.hidden-header-box .header-top .header-right a:last-child:hover {
	color: #FFFFFF;
	background: linear-gradient(267.18deg, #9D90FF -59.04%, #5846DF 159.29%);
}

.header-right p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-right: 30px;
}

/* 场景应用 */
.scen-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 119px;
	box-sizing: border-box;
	overflow: hidden;
}
.scen-box .arrow {
	margin-bottom: 71px;
}
.scen-bg {
	position: absolute;
	right: -46px;
	bottom: 62px;
}
.scen-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scen-ul1 {
	margin-top: 152px;
	margin-bottom: 77px;
}
.scen-ul2 {
	margin-bottom: 139px;
}
.scen-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 360px;
}
.scen-box ul li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.76);	
	margin-top: 34px;
}

/* 软件特色 */
.advantage-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 95px;
	padding-bottom: 114px;
	background: #F5F5F5;
}
.advantage-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.advantage-ul {
	margin-top: 98px;
	margin-bottom: 48px;
}
.advantage-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 347px;
	height: 226px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px #EEECF4;
	border-radius: 6px;	
	padding-top: 15px;
	box-sizing: border-box;
}
.advantage-box ul li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	color: #000000;	
	margin-top: 16px;
	margin-bottom: 6px;
}
.advantage-box ul li p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, 0.62);	
}

/* 简单三步，Mac轻松读取NTFS硬盘 */
.step-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 107px;
	padding-bottom: 109px;
	overflow: hidden;
}
.step-bg {
	position: absolute;
	left: -50px;
	bottom: 0;
}
.step-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 122px;
	margin-bottom: 161px;
}
.step-box ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 359px;
	height: 324px;
	background: #FFFFFF;
	box-shadow: 0px 0px 25px #EEECF4;
	border-radius: 6px;	
	padding-top: 31px;
	box-sizing: border-box;
}
.step-box ul li h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 2px;
	color: #000000;
	margin-top: 28px;
}
.step-box ul li:nth-child(1) img:nth-child(1) {
	margin-top: 30px;
}
.step-box ul li img:nth-child(3) {
	position: absolute;
	bottom: -20px;
	right: 27px;
}

/* 用户给我们的评价 */
.assess-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 69px 0;
	background: #F5F5F5;
}
.assess-title {
	position: relative;
}
.assess-title img {
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translateX(-50%);
}
.assess-title h1 {
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #343536;
	text-align: center;
	margin-bottom: 80px;
}
.outer-container {
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	margin-top: 103px;
}
.swiper-container {
	padding: 22px 18px !important;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 325px !important;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(68, 116, 224, 0.1);
	border-radius: 26px 26px 26px 26px;
	padding: 30px 26px;
	box-sizing: border-box;
}
.swiper-slide h2 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: 2px;
	color: #000000;
	margin-top: 11px;
	margin-bottom: 30px;
}
.swiper-slide p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.02em;
	color: #919191;
	margin-top: 20px;
}
.swiper-slide img:nth-child(1) {
	width: 78px;
}
.swiper-slide img:nth-child(3) {
	height: 20px;
}
/* 底部下载 */
.bottom-download-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 497px;
	background: url(../imgs/bottom_bg.png) no-repeat center center;
	background-size: cover;
}

.bottom-download-box h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 65px;
	line-height: 86px;
	letter-spacing: 2px;
	color: #FFFFFF;
}

.bottom-download-box p {
	position: relative;
	width: fit-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 2px;
	background: linear-gradient(90.77deg, #00FFE0 -25.95%, #93ABFF 102.28%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-top: 30px;
	margin-bottom: 85px;
}
.bottom-download-box p img {
	position: absolute;
	right: -37px;
	top: 9px;
}


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