@charset "utf-8";
/* CSS Document */
/*banner按钮样式*/
.btn-left, .btn-right {
	position: relative;
	width: 290px;
	height: 76px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #0098ff;
	}
.btn-right{
	background: -webkit-linear-gradient(left top, #ff9c00, #ff7800);
	background: -o-linear-gradient(bottom right, #ff9c00, #ff7800);
	background: -moz-linear-gradient(bottom right, #ff9c00, #ff7800);
	background: linear-gradient(to bottom right, #ff9c00, #ff7800);
}
.btn-left a, .btn-right a{
	position: absolute;
	top: 0; left: 0;
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	}
.btn-left i,.btn-right i {
	position: absolute; left: 50%; top: 50%;
	display: block;
	width: 100px;
	height: 10px;
	margin: -5px 0 0 -50px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
.btn-left a:hover, .btn-right a:hover { text-decoration: none; }
.btn-left:hover i, .btn-right:hover i{
	-webkit-transform: scale(2.9, 7.6);
	transform: scale(2.9, 7.6);
	}
.btn-left a .icon-mac, .btn-left a .icon-win, .btn-left a .icon-down, .btn-left a .icon-bitlocker, .btn-right a .icon-buy {
	position: absolute;
	top: 20px;
	left: 54px;
	font-size: 34px;
	}
.btn-left a .text, .btn-right a .text {
	position: absolute;
	top: 8px;
	left: 118px;
	}
.btn-right a .text {
	top: 20px;
}
.btn-left a .sy {
	position: absolute;
	top: 46px;
	left: 118px;
	font-size: 12px;
	color: rgba(255, 255, 255, .85);
	}	
.btn-left:hover i { background: #0084ff; }
.btn-right:hover i { background: #ff9600; }
/*banner按钮样式-end*/
/*titles*/
.titles{
	padding-top: 100px;
	margin-bottom: 70px;
	text-align: center;
	}
.titles h2{
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: 600;
	color: #23395f;
	}
.titles p {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	color: #666;
	}
@media (max-width: 1199px) {
	.titles h2{font-size: 40px;}
}
@media (max-width: 991px) {
	.titles{padding-top: 80px;}
	.titles h2 {font-size: 34px;}
}
@media (max-width: 767px) {
	.titles {
		padding-top: 60px;
		margin-bottom: 40px;
	}
	.titles h2{font-size: 30px;}
}
@media (max-width: 575px) {
	.titles {
		padding-top: 40px;
		margin-bottom: 20px;
	}
	.titles h2 {font-size: 26px;}
	.titles p {font-size: 1rem;}
	}
/*titles-end*/
/*user-review*/
.user-review {
	padding: 0 0 80px;
	background: url("/images/bg/user-review-bg1.jpg") no-repeat top center fixed;
	-webkit-background-size: cover; background-size: cover;
	}
.user-review .module-titles {margin-bottom: 4.25rem;}
.user-review .module-titles .line {background: #a7aebd;}
.user-review .name{
	margin-bottom: 40px;
	font-size: 18px;
	color: #666666;
	}
.user-review .text{
	font-size: 18px;
	color: #666666;
	line-height: 48px;
	}
@media (max-width: 991px) {
	.user-review {padding-bottom: 50px;}
	.user-review .titles {margin-bottom: 50px;}
	.user-review .name {margin-bottom: 20px;}
	.user-review .slide .carousel-inner{ width: 100%;min-height: 171px;}
	.user-review .text {
		font-size: 1rem;
		line-height: 36px;
	}
	}
@media (max-width: 575px) {
	.user-review {padding: 50px 0 ;}
	.user-review .name {margin-bottom: 20px;}
	}
@media (min-width: 992px) {
	.user-review .slide .carousel-inner{ width: 84%;min-height: 179px;}
	}
.carousel-control-prev{ opacity: 1; width: 10%; justify-content: flex-start;}
.carousel-control-next{ opacity: 1; width: 10%; justify-content: flex-end;}
.user-review .slide .icon-arrows-left, .user-review .slide .icon-arrows-right{
	font-size: 28px;
	color: #0098ff;
	color: rgba(0,152,255,.68);
	}
/*user-review-end*/
/*down-module*/
.down-module {
	padding: 100px 0;
	text-align: center;
	background: url("/images/bg/white-bg.jpg") no-repeat scroll top center;
	-webkit-background-size: cover; background-size: cover;
	}
.down-module h3{
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: bold;
	}
.down-module h3 a{
	color: #23395f;
}
.down-module .icon-r {
	font-size: 16px;
}
.down-module h3 a:hover{
	text-decoration: none;
}
.down-module p{
	margin-bottom: 70px;
	font-size: 20px;
	color: #666666;
	}
.down-module .down-btn {
	position: relative;
	margin: 0 auto 12px;
	width: 280px;
	height: 64px;
	border-radius: 4px;
	background: #0098ff;
	}
.down-module .down-btn a {
	position: absolute;
	top: 0; left: 0;
	display: inline-block;
	z-index: 2;
	width: 100%;
	height: 100%;
	font-size: 1.625rem;
	color: #ffffff;
	}
.down-module .down-btn a .icon-down {
	position: absolute;
	top: 19px;
	left: 62px;
	font-size: 28px;
	}
.down-module .down-btn a .down-btn-text {
	position: absolute;
	top: 12px;
	left: 116px;
	}
.down-module .down-btn i {
	position: absolute; left: 50%; top: 50%;
	display: block;
	width: 100px;
	height: 10px;
	margin: -5px 0 0 -50px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
.down-module .down-btn:hover i {
	-webkit-transform: scale(2.8, 6.4);
	transform: scale(2.8, 6.4);
	background: #0084ff;
	}
@media (max-width: 991px){
	.down-module p {
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 36px;
	}
}
@media (max-width: 575px) {
	.down-module {padding: 70px 0;}
	.down-module h3 {
		margin-bottom: 20px;
		font-size: 30px;
		}
	.down-module p {
		margin-bottom: 50px;
		font-size: 1rem;
		line-height: 30px;
		}
	}
/*down-module-end*/
/*nav*/
.nav{
	position: fixed;
	top: 0;
	visibility: hidden;
	height: 80px;
	-webkit-box-shadow: 0 2px 6px 0 #cbd9ee;-moz-box-shadow: 0 2px 6px 0 #cbd9ee;box-shadow: 0 2px 6px 0 #cbd9ee;
	background: #fff url("/images/bg/strip-bg.jpg") top center;
	-webkit-background-size: cover; background-size: cover;
	}
@media (max-width: 1278px) {
	.nav{display: none;}
	}
.nav p{
	font-size: 20px;
	color: #4c4c4c;
	line-height: 80px;
	}
.nav .btn-left, .nav .btn-right{
	width: 180px;
	height: 50px;
	margin: 14px 0 0;
	}
.nav .btn-left a, .nav .btn-right a{font-size: 20px;}
.nav .btn-left a .icon-mac, .nav .btn-left a .icon-win, .nav .btn-left a .icon-down, .nav .btn-right a .icon-buy {
	position: absolute;
	top: 13px;
	left: 28px;
	font-size: 24px;
	}
.nav .btn-left a .icon-down{
	top: 15px;
}
.nav .btn-left a .text, .nav .btn-right a .text {
	position: absolute;
	top: 11px;
	left: 68px;
	}
.nav .btn-right a .icon-buy {top: 13px;font-size: 23px;}
.nav .btn-left:hover i, .nav .btn-right:hover i {
	-webkit-transform: scale(1.8, 5);
	transform: scale(1.8, 5);
	}
/*nav-end*/
@media (max-width: 575px) {
	.features, .userReview {padding: 60px 0;}
	}
.m-hidden { visibility: hidden; }
.move-t { visibility: visible; animation: move-t .6s ease both; }
.move-b { visibility: visible; animation: move-b 1s ease both; }
.move-b-delay { visibility: visible; animation: move-b 1s ease .6s both; }
@keyframes move-t {
	from {
		opacity: 0;
		transform: translateY(-80px);
		}
	to {
		opacity: 1;
		transform: translateY(0);
		}
	}
@keyframes move-b {
	from {
		opacity: 0;
		transform: translateY(80px);
		}
	to {
		opacity: 1;
		transform: translateY(0);
		}
	}
/*productBannerDown*/
.productBannerDown{
	padding: 4.0625rem 0;
	color: #ffffff;
	text-align: center;
	background: #0f0f3e url("/images/bg/bg-10.jpg") no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}
.productBannerDown .icon-r{
	margin: 0 8px;
	font-size: 16px;
	vertical-align: super;
}
.icon-r{
	margin: 0 8px;
	font-size: 16px;
	vertical-align: super;
}
.productBannerDown .title{
	font-size: 2.375rem;
	font-weight: bold;
	color: #ffffff;
}
.productBannerDown a:hover{
	text-decoration: none;
}
.productBannerDown .desc{
	font-size: 1.25rem;
}
.productBannerDown .btn-left {
	animation: down 2s linear infinite;
}
@keyframes down {
	0% {top: 12px; opacity: 0.9;}
	50% {top: 30px; opacity: 1;}
	100% {top: 12px; opacity: 0.9;}
}
/*productBannerDown-end*/
/*support-side-info*/
.support-side .item{
	width: auto;
}
.support-side .item a {
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 1422px) {
	.support-side {
		position: fixed;
		top: 16%;
	}
}
.support-side:hover .support-side-info{
	display: block;
}
.support-side-info{
	display: none;
	position: absolute;
	right: 0;
	width: 220px;
	padding: 8px 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #ecf4ff;
}
.support-side-info .advisory-item{
	padding: 8px 16px 6px;
	margin-bottom: 8px;
	border-radius: 4px;
	background-color: #ffffff;
}
.support-side-info .advisory-item .ti{
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.support-side-info .advisory-item .text{
	margin-bottom: 0;
}
.support-side-info .advisory-item img{
	width: 100px;
}
/*support-side-info-end*/
/*comment*/
.comment{
	padding-bottom: 36px;
	background-color: #f2f7ff;
}
.comment .items{
	height: 100%;
	border-radius: 0.5rem;
	padding: 2.375rem 1.875rem 1.625rem;
	-webkit-box-shadow: 0 0.125rem 0.75rem 0 #d5e5ff;
	-moz-box-shadow: 0 0.125rem 0.75rem 0 #d5e5ff;
	box-shadow: 0 0.125rem 0.75rem 0 #d5e5ff;
	background-color: #ffffff;
}
.comment .name{
	font-weight: bold;
}
.comment .name .icon-star {
	margin-left: 2px;
	font-size: 14px;
	color: #ffc501;
}
.comment .name .date {
	float: right;
	margin-top: 3px;
	font-size: .875rem;
	font-weight: normal;
	color: #666666;
}
@media (max-width: 991px) {
	.comment .titles {margin-bottom: 50px;}
}
/*comment-end*/
/*step*/
.step {padding: 0 0 12rem;background: #f7f8f9;}
.step1 {
	padding-bottom: 5rem;
}
.step .usage-ico{
	width: 122px;
	height: 122px;
	padding-top: 30px;
	margin: 20px auto 40px;
	-webkit-border-radius: 61px;-moz-border-radius: 61px;border-radius: 61px;
}
.step .install{border: 1px #fab139 solid;}
.step .connect, .step .reboot{border: 1px #44a4f8 solid;}
.step .reboot{padding-top: 24px;}
.step .done{border: 1px #63c949 solid;}
.step .usage-ico .icon-install, .step .usage-ico .icon-connect, .step .usage-ico .icon-done{font-size: 60px;}
.step .usage-ico .icon-reboot{font-size: 70px;}
.step .usage-ico .icon-install{
	background: -webkit-linear-gradient(left top, #fcbb3e , #f28c28); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #fcbb3e, #f28c28); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #fcbb3e, #f28c28); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #fcbb3e , #f28c28); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.step .usage-ico .icon-connect, .step .usage-ico .icon-reboot{
	background: -webkit-linear-gradient(left top, #54b3f9 , #1a7ef5); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #54b3f9, #1a7ef5); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #54b3f9, #1a7ef5); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #54b3f9 , #1a7ef5); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.step .usage-ico .icon-done{
	background: -webkit-linear-gradient(left top, #74d35b , #44b726); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #74d35b, #44b726); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #74d35b, #44b726); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #74d35b , #44b726); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.step .title{
	font-size: 22px;
	color: #23395f;
}
@media (max-width: 991px) {
	.step .title {font-size: 18px;}
}
/*step-end*/
/*spec*/
.spec{
	position: relative;
	padding-bottom: 80px;background-color: #f2f7ff;
}
.spec .container {
	max-width: 1140px;
}
.titles {
	margin-bottom: 50px;
}
.spec .ti{
	font-size: 16px;
	font-weight: bold;
	color: #23395f;
}
.spec .items{
	padding-top: 20px;
	padding-bottom: 8px;
}
.spec ul li{
	margin-bottom: 6px;
	list-style: disc;
}
/*spec-end*/