h1,
h3 {
	color: aliceblue;
	font-size: 36px;
}

p {
	color: #e8e8e8;
}

.SystemCompatibility .col-xs-3 img {
	width: 80%;
}

.none {
	list-style: none;
}

.mar {
	text-align: left;
}

.car_1 {
	width: 450px;
	margin-top: -70px;
	margin-left: 15px;
}

.car_2 {
	width: 1005px;
	margin-left: -60px;
	margin-top: -2px;
}

.car_3 {
	margin-left: 135px;
	width: 622px;
	margin-top: -15px;
}

/*å¹»ç¯çè¿åºææ-start*/
.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}

.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}

.section-1 {
	position: relative;
	margin-top: -80px;
}

.section-1 .container {
	text-align: center;
	position: absolute;
	top: 35%;
	width: 100%;
	padding: 0 25%;
}

.section-1 .buy-btn {
	position: relative
}

.section-1 .container .btn {
	margin: 10px 6px;
	border-radius: 0px !important;
	border: solid #fff 1px;
	background-color: rgba(0, 0, 0, 0.00);
	box-shadow: 0 0;
}

.section-1 .container a:hover,
.section-3 .container a:hover {
	background-color: #FF4203;
}

.press-reviews .container a {
	color: #000
}

.press-reviews .container a:hover {
	color: darkred;
	border-bottom: solid 0px darkred
}

.press-reviews .container h3 {
	color: #999;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	text-align: left
}

.press-reviews .container p {
	color: #111;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: right
}

.press-reviews .container .btn-outline.outline-light,
.icon.outline-light {
	color: #666;
	background: none;
	border: 2px solid #ccc;
}

.section-2 .container-ns img {
	width: 100%;
}

.section-2 .container-ns {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 0 27.8%;
}

.section-2 .container {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 25%;
	padding: 0 33%;
}

.section-3 .Android-Screens img {
	width: 100%;
}

.section-3 .Android-Screens {
	position: absolute;
	width: 100%;
	top: 8.5%;
	padding-left: 23.95%;
	padding-right: 45.65%;
}

.section-3 .container {
	position: absolute;
	width: 45%;
	top: 58%;
	padding-left: 15%;
}

.section-3 .container p {
	color: #ddd;
}

.section-3 .container .btn {
	margin: 10px 6px;
	border-radius: 0px !important;
	border: solid #fff 1px;
	background-color: rgba(0, 0, 0, 0.00);
	box-shadow: 0 0;
}

.section-3,
.section-4,
.section-2 {
	position: relative;
}

.section-4 .container {
	position: absolute;
	width: 100%;
	top: 20%;
	padding-right: 32%;
	padding-left: 38%;
}

.section-4 .container p {
	color: #b3b3b3;
}

.section-5 {}

.section-5 p {
	color: #ccc;
}

.section-5 dd {
	font-size: 12px;
	color: #ccc;
}

.section-5 .container {
	position: absolute;
	color: aliceblue;
	top: 8%;
	width: 80%;
	padding-left: 55%;
}

/*
.SystemCompatibility .left{
	padding-left: 10%;
}
*/
.compatibility p {
	color: #999
}

.compatibility img {
	width: 100%;
}

.compatibility .container {
	width: 62%;
}

.compatibility .container .remarks {
	font-size: 10px;
}

.compatibility .container .extend .hei {
	color: #000;
}

.compatibility .container .extend,
.compatibility .container .extend p {
	color: #b8b8b8 !important;
}

/*å¹»ç¯ç*/
.slider {}

.slider .owl-wrapper {}

.slider .owl-item {}

.slider .owl-item img {}

.slider .item {
	background: #000;
}

.slider .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

.slider .active .item img {
	-webkit-filter: none;
	filter: none;
	opacity: 5;
}

/*å¹»ç¯ç*/
.slider {
	margin-bottom: -20px;
}

.slider .owl-wrapper {}

.slider .owl-item {}

.slider .owl-item img {}

.slider .item {
	background: #000;
}

.slider .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

.slider .active .item img {
	-webkit-filter: none;
	filter: none;
	opacity: 5;
}

.slider .owl-dots {
	display: inline-block;
	margin-top: -265px;
	left: 47%;
	top: -43px;
	position: relative;
}

.slider .owl-dot {
	float: left;
	width: 8px;
	height: 8px;
	background: #000;
	position: relative;
	border-radius: 5px;
	margin: 10px 6px;
}

.slider .owl-dot.active {
	background: #fff;
}

.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}

.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}

/*æ¨ªå±ä¿®æ¹*/
@media screen and (min-width:567px) and (max-width:736px) and (orientation:landscape) {
	.col-xs-3 {
		width: 30%;
	}

	.left {
		width: 50%;
	}

	.right {
		width: 50%;
	}

	.a img {
		display: block;
		width: 100px;
	}

	.a {
		text-align: center;
	}

	.navbar-header a {
		float: right;
		display: block;
		width: 160px;
		margin-right: 34.5%;
	}

	.car1 {
		margin-top: 20px;
	}

	.item {
		width: 100%;
	}

	.contain {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.mar {
		margin-top: 15px;
	}
}

@media screen and (min-width:568px) and (max-width:639px) and (orientation:landscape) {
	.car_3 {
		width: 190px !important;
		margin-left: 32px !important;
		margin-top: -3px !important;
	}

	.car_1 {
		width: 130px !important;
		margin-top: -5px !important;
	}

	.car_2 {
		width: 300px !important;
		margin-left: -12px !important;
	}

	.car1 {
		margin-top: 15px;
	}

	.item {
		width: 100%;
	}

	.car {
		margin-top: 5px;
	}

	.car {
		margin-left: -1px;
	}

	.row1 {
		margin-left: 40px !important;
		margin-right: 20px !important;
	}
}

@media screen and (min-width:640px) and (max-width:666px) and (orientation:landscape) {
	.car {
		margin-top: 7px;
	}

	.car {
		margin-left: 0px;
	}

	.car_3 {
		width: 212px !important;
		margin-left: 37px !important;
		margin-top: 1px !important;
	}

	.car_1 {
		width: 148px !important;
		margin-top: 0px !important;
	}

	.car_2 {
		width: 340px !important;
		margin-left: -14px !important;
	}

	.header_1 .brand-img {
		margin-left: 3px !important;
	}
}

@media screen and (min-width:667px) and (max-width:735px) and (orientation:landscape) {
	.car {
		margin-top: 10px;
	}

	.car {
		margin-left: -1px;
	}

	.car_3 {
		width: 221px !important;
		margin-left: 39px !important;
		margin-top: 1px !important;
	}

	.car_1 {
		width: 155px !important;
		margin-top: 0px !important;
	}

	.car_2 {
		width: 355px !important;
		margin-left: -14px !important;
	}

	.header_1 .brand-img {
		margin-left: 0px !important;
	}
}

@media screen and (min-width:736px) and (max-width:811px) and (orientation:landscape) {
	.car {
		margin-top: 10px;
	}

	.car {
		margin-left: -1px;
	}

	.car_3 {
		width: 245px !important;
		margin-left: 41px !important;
		margin-top: 3px !important;
	}

	.car_1 {
		width: 172px !important;
		margin-top: 0px !important;
		margin-left: 5px !important;
	}

	.car_2 {
		width: 391px !important;
		margin-left: -16px !important;
	}

	.header_1 .brand-img {
		margin-left: -10px !important;
	}
}

@media screen and (min-width:812px) and (max-width:1023px) and (orientation:landscape) {
	.car {
		margin-top: 10px;
	}

	.car {
		margin-left: -1px;
	}

	.car_3 {
		width: 264px !important;
		margin-left: 51px !important;
		margin-top: 12px !important;
	}

	.car_1 {
		width: 185px !important;
		margin-top: 25px !important;
		margin-left: 15px !important;
	}

	.car_2 {
		width: 425px !important;
		margin-left: -14px !important;
	}
}

/*æ¨ªå±ä¿®æ¹*/
@media screen and (max-width: 320px) {
	.section-1 .container a {
		margin-top: 0% !important;
	}

	.slider .owl-dots {
		display: inline-block;
		margin-top: -265px;
		left: 32%;
		top: -20px;
		position: relative;
	}

	.car_3 {
		width: 105px;
		margin-left: 19px;
		margin-top: -3px;
	}

	.car_1 {
		width: 76px;
		margin-left: 2px;
		margin-top: -10px;
	}

	.car_2 {
		width: 172px;
		margin-left: -8px;
	}

	.section-1 .container-ns {
		top: 7.1% !important;
		padding: 0 37.5% !important;
	}

	.section-2 .container-ns {
		padding: 0 26.6% !important;
	}

	.section-3 .Android-Screens {
		top: 4.25% !important;
	}
}

@media screen and (min-width:360px) and (max-width:480px) {
	.slider .owl-dots {
		display: inline-block;
		margin-top: -265px;
		left: 35%;
		top: -20px;
		position: relative;
	}

	.car_3 {
		width: 118px;
		margin-left: 21px;
		margin-top: -4px;
	}

	.car_1 {
		width: 87px;
		margin-left: 2px;
		margin-right: 0px;
		margin-top: -13px;
	}

	.car_2 {
		width: 192px;
		margin-left: -8px;
	}

	.section-1 .container-ns {
		top: 8.5% !important;
		padding: 0 37.5% !important;
	}

	.section-2 .container-ns {
		padding: 0 26.6% !important;
	}

	.section-3 .Android-Screens {
		top: 4.5% !important;
	}

	.section-1 .container a {
		margin-top: 0% !important;
	}
}

@media screen and (min-width:481px) and (max-width:1023px) {
	.section-2 .container {
		top: 20% !important;
		padding: 0 33% !important;
	}

	.section-3 .container {
		position: absolute;
		width: 50% !important;
		top: 51% !important;
		padding-left: 14% !important;
	}
}

@media screen and (min-width:1024px) and (max-width:1280px) {
	.section-2 .container {
		top: 17% !important;
		padding: 0 33% !important;
	}

	.section-3 .container {
		position: absolute;
		width: 45% !important;
		top: 58%;
		padding-left: 15%;
	}
}

@media screen and (min-width:1281px) and (max-width:1600px) {
	.section-2 .container {
		top: 25%;
		padding: 0 33% !important;
	}

	.section-1 .container {
		top: 35% !important;
	}

	.section-3 .container {
		position: absolute;
		width: 40% !important;
		top: 58%;
		padding-left: 15%;
	}
}

@media screen and (min-width:1921px) and (max-width:2560px) {
	.section-2 .container {
		top: 25% !important;
		padding: 0 35% !important;
	}

	.section-1 .container {
		top: 39% !important;
	}

	.section-3 .container {
		position: absolute;
		width: 45% !important;
		top: 58%;
		padding-left: 15%;
	}
}

@media screen and (min-width:2561px) and (max-width:3200px) {
	.section-2 .container {
		top: 25% !important;
		padding: 0 37% !important;
	}

	.section-1 .container {
		top: 39% !important;
	}

	.section-3 .container {
		position: absolute;
		width: 45% !important;
		top: 58%;
		padding-left: 15%;
	}
}

@media screen and (max-width: 767px) {

	/* æ·»å åå®¹åå²çº¿ */
	.section-1 .container {
		padding: 10px 15px 20px !important;
	}

	.content-1-9 {
		border-top: 1px solid #2e2e2e;
		padding: 20px 0 20px 0 !important;
	}

	.SystemCompatibility .col-xs-3 img {
		width: 100% !important;
	}

	h1 {
		font-size: 22px !important;
		line-height: 30px;
	}

	h4 {
		font-size: 1.98rem;
	}

	p {
		color: grey !important;
		font-size: 12px;
	}

	h3 {
		font-size: 18px !important;
	}

	li {
		font-size: 12px !important;
	}

	hr {
		margin: 0;
	}

	.section-1 .container-ns {
		top: 8.9%;
		padding: 0 37.99%;
	}

	.section-2 .container-ns {
		padding: 0 26.8%;
	}

	.section-3 .Android-Screens {
		top: 5.75%;
		padding-left: 24.95%;
		padding-right: 44.65%;
	}

	.compatibility {
		padding: 40px 0;
	}

	.compatibility .container {
		width: 100%;
	}

	.compatibility .container .remarks {
		text-align: left;
	}

	.compatibility .container h1 {
		font-weight: 600;
	}

	.compatibility .container img {
		width: 80%;
	}

	.section-5 dd {
		font-size: 12px;
		color: #bbb !important;
	}

	.covervid-wrapper .container p {
		font-size: 1rem;
	}

	.covervid-wrapper .container h1 {
		font-size: 2.5rem;
	}

	.social {
		text-align: left !important;
	}

	.covervid-wrapper .container p {
		color: #ededed;
	}

	.covervid-wrapper .container h1 {
		color: #ffffff;
	}

	.spec .carousel-inner .item img {
		width: 130%;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.col1 {
		margin-left: 20px;
		width: 300px;
	}

	.car {
		margin-top: -2px;
	}

	.car {
		margin-left: -9px;
	}

	.con1 {
		margin-left: 20px;
	}

	.con2 {
		margin-left: -10px;
	}

	.row1 {
		margin-left: 50px !important;
		margin-right: 10px !important;
	}

	.mar {
		margin-top: -11px;
	}

	h1 {
		font-size: 24px;
		line-height: 32px;
	}

	p {
		font-size: 12px !important;
	}

	.section-1 .container {
		padding: 0 12%;
		top: 30%;
	}

	.section-1 p {
		padding: 0 !important
	}

	.section-1 .container .btn {
		margin-top: 110px;
	}

	.section-2 .container {
		padding: 0 26% !important;
		top: 15% !important;
	}

	.section-2 .container-ns {
		padding: 0 26.66%;
	}

	.section-3 .container {
		width: 39%;
		padding-top: 5%;
		padding-left: 2%;
	}

	.section-3 .Android-Screens {
		top: 8.87%;
		padding-left: 24.85%;
		padding-right: 44.55%;
	}

	.section-4 .container {
		top: 23%;
		padding-left: 69%;
	}

	.compatibility .container {
		width: 88%;
	}

	.compatibility .container img {
		width: 88%;
	}

	.section-5 .container {
		padding-left: 48%;
		width: 88%;
		top: 3%
	}

	.copyright-bar .container .small {
		font-size: 12px !important;
	}
}

@media only screen and (min-width:768px) and (max-width:811px) {
	.car {
		margin-top: 0px;
	}

	.car {
		margin-left: 0px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
	.padding img {
		padding-bottom: 8.5% !important;
	}

	h1 {
		font-size: 24px;
		line-height: 32px;
	}

	p {
		font-size: 12px !important;
	}

	.container {
		width: 100%;
	}

	.section-1 .container {
		padding: 0 10%;
		top: 30%;
	}

	.section-1 p {
		padding: 0 !important
	}

	.section-1 .container .btn {
		margin-top: 23%;
	}

	.section-2 .container {
		padding: 0 10%;
		top: 38%
	}

	.section-3 .container {
		width: 31%;
	}

	.section-4 .container {
		top: 26%;
		padding-left: 70%;
	}

	.compatibility .container {
		width: 88%;
	}

	.compatibility .container img {
		width: 88%;
	}

	.compatibility .container .blank-line {
		height: 7px;
	}

	.section-5 .container {
		padding-left: 48%;
		width: 88%;
		top: 3%
	}

	.copyright-bar .container .small {
		font-size: 12px !important;
	}
}

@media only screen and (min-width:1280px) and (max-width:1365px) {
	h1 {
		font-size: 28px;
		line-height: 36px;
	}

	h3,
	h4 {
		font-size: 20px !important;
	}

	p,
	li {
		font-size: 13px !important;
	}

	.container {
		width: 1200px;
	}

	.section-1 .container {
		padding: 0 15%;
		top: 38%;
	}

	.section-2 .container {
		padding: 0 17%;
		margin-top: -20px;
	}

	.section-3 .container {
		width: 33%;
	}

	.section-4 .container {
		padding-left: 70%;
		top: 31%
	}

	.compatibility .container {
		width: 88%;
	}
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
	h1 {
		font-size: 30px;
		line-height: 40px
	}

	h3 {
		font-size: 20px !important;
	}

	p,
	li {
		font-size: 14px !important;
	}

	.container {
		width: 1200px;
	}

	.section-1 .container {
		padding: 0 20%;
		top: 39%;
	}

	.section-2 .container {
		padding: 0 17%;
		margin-top: -20px;
	}

	.section-3 .container {
		width: 30%;
	}

	.section-4 .container {
		top: 30%;
		padding-left: 70%;
	}

	.compatibility .container {
		width: 88%;
	}
}

@media only screen and (min-width:1441px) and (max-width:1600px) {
	h1 {
		font-size: 30px;
	}

	h3 {
		font-size: 20px !important;
	}

	p,
	li {
		font-size: 14px !important;
	}

	.container {
		width: 1200px;
	}

	.section-1 .container {
		padding: 0 20%;
		top: 40%;
	}

	.section-2 .container {
		padding: 0 20%;
		margin-top: -20px;
	}

	.section-4 .container {
		top: 30%;
	}

	.compatibility .container {
		width: 77%;
	}
}

/*å¤§åè¾¨çå¼å®¹æ§è°æ´*/
@media only screen and (min-width:2560px) and (max-width:2879px) {
	h1 {
		font-size: 40px;
	}

	li {
		font-size: 16px !important;
	}

	p {
		font-size: 16px;
	}

	.container {
		width: 1200px;
	}

	.section-1 .container {}

	.section-1 .container-ns {
		top: 18.5%;
		padding: 0 37.5%;
	}

	.press-reviews .container h3 {
		line-height: 36px;
		font-size: 20px !important
	}

	.section-2 .container-ns {
		padding: 0 26.76%;
	}

	.section-2 .container {
		top: 49.8%;
	}

	.section-3 .Android-Screens {
		top: 8.8%;
		padding-left: 24.5%;
		padding-right: 44.08%;
	}

	.section-5 .container {}
}

@media only screen and (min-width:2880px) and (max-width:3200px) {
	h1 {
		font-size: 48px;
		line-height: 66px;
	}

	h3,
	h4 {
		font-size: 24px !important;
	}

	li {
		font-size: 16px !important;
	}

	p {
		font-size: 18px;
	}

	.container {
		width: 1200px;
	}

	.section-1 .container-ns {
		top: 18.5%;
		padding: 0 37.5%;
	}

	.section-1 .container {}

	.section-2 .container {
		top: 50%;
		padding: 0 28%;
	}

	.section-2 .container-ns {
		padding: 0 26.76%;
	}

	.section-3 .container {
		width: 35%;
	}

	.press-reviews .container h3 {
		line-height: 36px;
	}

	.section-3 .container {
		width: 25%
	}

	.section-3 .Android-Screens {
		top: 8.8%;
		padding-left: 24.5%;
		padding-right: 44.08%;
	}

	.compatibility .container {
		width: 60%;
	}

	.compatibility .container .remarks {
		font-size: 14px !important;
	}

	.compatibility .container img {
		width: 80%;
	}
}