/*
* COPYRIGHT 2015 Lionmobi Holding Limited All rights reserved.
* www.lionmobi.com
* Version: 1.0 By Royce
*/

/* Banner */
.banner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 954px;
	text-align: center;
}

.banner .info {
	margin: 0 auto;
}

.banner .powerclean-info {
	max-width: 960px;
	/*min-width: 480px;*/
	padding: 240px 0 80px;
}

.banner .powerclean-info h1 {
	margin: 0;
	padding: 0;
}

.banner .powerclean-info h1,
.banner .powerclean-info p {
	color: #fff;
	text-shadow: rgba(0, 0, 0, .7) 0 0 5px;
}

.banner .powerclean-info p {
	margin: 0;
	padding: 10px 0 30px;
	font-size: 24px;
}

.download-watch-video a img.banner-button {
	height: 52px;
	margin: 0 4px;
	background-color: #1D457D;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


/* Power Clean */
.powerclean-banner {
	height: 960px;
	background: url('../../../images/product/power_clean/banner_pc.jpg') no-repeat center top;
	background-size: cover;
}

.mobile-powerclean {
	position: relative;
	width: 100%;
	z-index: 1000;
	pointer-events:none;
}

.mobile-powerclean img.powerclean-mobile {
	margin: -440px auto 0;
	display: block;
	width: 360px;
}

/* Screen Scroll */
.screen-scroll-first,
.screen-scroll-second {
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
	width: 17px;
}

.screen-scroll-first {
	z-index: 1017;
	-webkit-animation: scrollsecond 2s infinite;
	-moz-animation: scrollsecond 2s infinite;
	-ms-animation: scrollsecond 2s infinite;
	-o-animation: scrollsecond 2s infinite;
	animation: scrollsecond 2s infinite;
}

@-webkit-keyframes scrollfirst {
	0% {-webkit-opacity: 0;}
	20% {-webkit-opacity: 1;}
	50% {-webkit-opacity: 0;}
	100% {-webkit-opacity: 0;}
}

@-moz-keyframes scrollfirst {
	0% {-moz-opacity: 0;}
	20% {-moz-opacity: 1;}
	50% {-moz-opacity: 0;}
	100% {-moz-opacity: 0;}
}

@-ms-keyframes scrollfirst {
	0% {-ms-opacity: 0;}
	20% {-ms-opacity: 1;}
	50% {-ms-opacity: 0;}
	100% {-ms-opacity: 0;}
}

@-o-keyframes scrollfirst {
	0% {-o-opacity: 0;}
	20% {-o-opacity: 1;}
	50% {-o-opacity: 0;}
	100% {-o-opacity: 0;}
}

@keyframes scrollfirst {
	0% {opacity: 0;}
	20% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}

.screen-scroll-second {
	z-index: 1016;
	-webkit-animation: scrollfirst 2s infinite;
	-moz-animation: scrollfirst 2s infinite;
	-ms-animation: scrollfirst 2s infinite;
	-o-animation: scrollfirst 2s infinite;
	animation: scrollfirst 2s infinite;
}

@-webkit-keyframes scrollsecond {
	0% {-webkit-opacity: 0;}
	6% {-webkit-opacity: 1;}
	50% {-webkit-opacity: 0;}
	100% {-webkit-opacity: 0;}
}

@-moz-keyframes scrollsecond {
	0% {-moz-opacity: 0;}
	6% {-moz-opacity: 1;}
	50% {-moz-opacity: 0;}
	100% {-moz-opacity: 0;}
}

@-ms-keyframes scrollsecond {
	0% {-ms-opacity: 0;}
	6% {-ms-opacity: 1;}
	50% {-ms-opacity: 0;}
	100% {-ms-opacity: 0;}
}

@-o-keyframes scrollsecond {
	0% {-o-opacity: 0;}
	6% {-o-opacity: 1;}
	50% {-o-opacity: 0;}
	100% {-o-opacity: 0;}
}

@keyframes scrollsecond {
	0% {opacity: 0;}
	6% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 0;}
}

.screen-scroll-first img,
.screen-scroll-second img {
	display: block;
	width: 100%;
}


/* Main Body */
.main-body {
	width: 100%;
	/*color: #444;*/
}

.item-powerclean .powerclean-des,
.item-powerclean .powerclean-features {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	/*min-width: 480px;*/
}

.item-powerclean .powerclean-des {
	padding: 156px 0 90px;
}

.item-powerclean .powerclean-features div {
	padding: 95px 0 0 0;
}

.item-powerclean .powerclean-features div:last-child {
	padding: 95px 0;
}

.item-powerclean .powerclean-des div {
	display: table-cell;
	padding: 0 2% 0 2%;
	width: 25%;
	*display: inline-block;
	*float: left;
	*width: 22%;
}

.item-powerclean .powerclean-des div img.powerclean-keyword-icon {
	height:72px;
}

.item-powerclean .powerclean-des div h4 {
	display: block;
	margin: 60px 0 20px;
	padding: 0;
}

.item-powerclean .powerclean-des div p,
.item-powerclean .powerclean-features div div p {
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-size: 16px;
}

.item-powerclean .powerclean-features div:nth-of-type(odd) div {
	float: left;
	margin: 20px 100px 0 0;
	padding: 0;
	width: calc(100% - 390px);
	text-align: left;
}

.item-powerclean .powerclean-features div:nth-of-type(even) {
	text-align: right;
}

.item-powerclean .powerclean-features div:nth-of-type(even) div {
	float: right;
	margin: 20px 0 0 100px;
	padding: 0;
	width: calc(100% - 390px);
	text-align: left;
}


/* Mobile Style */
@media screen and (max-width: 1080px) {
	.banner {
		max-height: 736px;
		min-height: 640px;
	}
	.powerclean-banner {
		height: 720px;
	}
	
	.banner .info h1 {
		margin-right: 5%;
		margin-left: 5%;
		font-size: 32px;
	}
	
	.banner .info p {
		margin-right: 5%;
		margin-left: 5%;
		font-size: 13px;
		font-weight: 300;
	}
	
	.banner .powerclean-info {
		padding: 180px 0 30px;
	}
	
	.mobile-powerclean {
		margin-bottom: 80px;
	}
	
	.mobile-powerclean img.powerclean-mobile {
		margin: -234px auto 0;
		width: 190px;
	}
	
	.download-watch-video a {
		display: block;
	}
	
	.download-watch-video a img.banner-button {
		height: 45px;
		margin: 5px 0;
	}
	
	.item-powerclean .powerclean-des,
	.item-powerclean .powerclean-features {
		margin: 0 5%;
		width: 90%;
		padding: 0;
	}
	
	.item-powerclean .powerclean-des div {
		margin: 0 0 30px;
		padding: 0;
		display: block;
		float: none;
		width: 100%;
		clear: left;
	}
	
	.item-powerclean .powerclean-des div img {
		float: left;
		margin-right: 5%;
		margin-bottom: 50px;
	}
	
	.item-powerclean .powerclean-des div img.powerclean-keyword-icon {
		width: 48px;
		height: auto;
	}
	
	.item-powerclean .powerclean-des div h4, .item-launcher .theme-and-wallpaper .theme-wallpaper-des div h4 {
		margin: 10px 0;
		padding: 0;
		font-size: 17px;
		font-weight: 400;
	}
	
	.item-powerclean .powerclean-des div p {
		line-height: 20px;
		font-size: 13px;
	}
	
	.item-powerclean .powerclean-features div img {
		width: 160px;
		margin: 72px auto 50px;
		display: block;
	}
}

@media screen and (max-width: 720px) {
	.item-powerclean .powerclean-features div {
		padding: 30px 12px;
	}
	
	.item-powerclean .powerclean-features div:nth-of-type(odd) div,
	.item-powerclean .powerclean-features div:nth-of-type(even) div {
		margin: 0;
		float: none;
		width: 100%;
	}
	
	.item-powerclean .powerclean-features div:nth-of-type(odd) div h2,
	.item-powerclean .powerclean-features div:nth-of-type(even) div h2 {
		margin-top: 0;
		margin-bottom: 20px;
		text-align: center;
		font-size: 26px;
	}
	
	.item-powerclean .powerclean-features div:nth-of-type(odd) div p,
	.item-powerclean .powerclean-features div:nth-of-type(even) div p {
		margin: 0;
		padding: 0;
		line-height: 20px;
		font-size: 13px;
		text-align: center;
	}
	
	.item-powerclean .powerclean-features div img {
		margin: 40px auto 50px;
	}
}