/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.bannerBox {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.bannerBox img {
	width: 100%;
	height: auto;
}

.banner-infoBox {
	position: absolute;
	left: 16%;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.banner-h2 {
	color: #fff;
	font-size: 36px;
	opacity: .7;
}

.banner-tips {
	color: #fff;
	font-size: 36px;
	opacity: .8;
}

.banner-h1 {
	color: #fff;
	font-size: 48px;
	opacity: .8;
	font-weight: bolder;
}

.banner-h1 span {
	margin-left: 20px;
	font-weight: normal;
	opacity: .7;
}

.watchBox {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.leftBanner-btn {
	display: flex;
	align-items: center;
}

.leftBanner-btn a {
	font-size: 24px;
	color: #fff;
	opacity: .7;
}

.leftBanner-btn a:hover {
	opacity: 1;
	text-decoration: none;
}

.watchBox img {
	width: 35px;
	height: 35px;
	opacity: .7;
	cursor: pointer;
	margin-left: 20px;
}

.watchBox img:hover {
	opacity: 1;
}

.banner-buy-btn {
	border: 2px solid #ffff;
	border-radius: 25px;
	width: 140px;
	line-height: 45px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-left: 80px;
	transition: .2s all;
}

.banner-buy-btn:hover {
	background-color: #00327d;
	text-decoration: none;
	color: #fff;
}

#loremBox {
	background-color: #F2F2F2;
	padding: 100px 0px;
}

#loremBox p.info {
	font-size: 22px;
	font-weight: bold;
	color: #454545;
	width: 50%;
	margin: 0 auto;
	line-height: 35px;
	text-align: center;
}

.loremItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
}

.lorem-name {
	font-size: 24px;
	font-weight: bold;
	margin-top: 25px;
}

.see-all-change {
	align-items: center;
	text-align: center;
	margin-top: 100px;
}

.seeAllTitle {
	font-size: 18px;
	font-weight: bold;
	color: #7e7e7e;
}

.see-all-change a:hover {
	text-decoration: none;
}

.seeAllTitle:hover {
	text-decoration: none;
}

.see-all-change .iconfont {
	font-size: 18px;
	font-weight: bold;
	color: #7e7e7e;
}










.smart-cleanner-show {
	width: 100%;
	overflow: hidden;
}

.smart-cleanner-show img {
	width: 100%;
	max-width: 100%;
}

.smart-cleanner-show img:hover {
	animation: scaleDraw 5s ease-in-out infinite;
}

@keyframes scaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		transform: scale(1);
		/*开始为原始大小*/
		width: 100%;
	}

	25% {
		transform: scale(1.3);
		/*放大1.1倍*/
		width: 100%;
	}

	50% {
		transform: scale(1);
		width: 100%;
	}

	75% {
		transform: scale(1.3);
		width: 100%;
	}
}

#all-in-one-led {
	background: url(../../img/03S12-2_48.jpg);
	background-size: 100% 100%;
	position: relative;
}

#all-in-one-led .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.left-plusBox {
	left: 12%;
	top: 50%;
	position: absolute;
	margin-top: -46px;
}

.right-plusBox1 {
	top: 37%;
	right: 27%;
	position: absolute;
}

.right-plusBox2 {
	top: 43.5%;
	right: 15%;
	position: absolute;
}

.right-plusBox3 {
	top: 42%;
	right: 10%;
	position: absolute;
}

.right-minBox {
	top: 48%;
	right: 20%;
	position: absolute;
}

.all-led-btn-img {
	width: 60px;
	height: auto;
	cursor: pointer;
	/* animation: allLedShowInfinite 4s ease-in-out infinite; */
}

@keyframes allLedShowInfinite {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		width: 60px;
	}

	25% {
		width: 62px;
	}

	50% {
		width: 60px;
	}

	75% {
		width: 62px;
	}
}

.allInOneLedBox {
	position: relative;
	width: 100%;
	height: 100%;
}

.allInOneLedBox .led-layer-box {
	display: none;
	position: absolute;
	bottom: -160px;
	left: 0px;
	width: 350px;
	margin-left: -160px;
	height: 160px;
	background-color: #dfe0e2;
	color: #454545;
}

.led-title {
	padding: 20px 0px 10px 0px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.led-info {
	text-align: center;
	font-size: 16px;
	color: #454545;
	line-height: 22px;
}

.right-minBox:hover .led-layer-box {
	display: block;
}

.right-minBox:click .led-layer-box {
	display: block;
}

.iloop {
	background: url(../../img/03S12-2_49.jpg);
	background-size: 100% 100%;
	position: relative;
}

.iloop .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.iloop-logo {
	position: absolute;
	top: 15%;
	left: 30%;
	width: 180px;
}

.iloop-title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 22%;
	line-height: 40px;
}

.iloop-tips {
	font-size: 18px;
	color: #fff;
	opacity: .9;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 10%;
	position: absolute;
}


.led-ping {
	background: url(../../img/03S12-2_51.jpg);
	background-size: 100% 100%;
	position: relative;
}

.led-ping .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.led-ping-title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 18%;
	line-height: 40px;
}

.led-ping-tips {
	font-size: 16px;
	color: #fff;
	opacity: .9;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 5%;
	position: absolute;
}

.led-controller {
	background-color: #03060d;
}

.ledItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}

.ledItem .led-name {
	font-size: 16px;
	margin-top: 0px;
}

.ledItem:hover .led-name {
	color: #fff;
}

.circleLed {
	position: absolute;
	left: 55%;
	top: 37%;
	width: 30px;
	height: 30px;
	opacity: .6;
}

.circleLed.active {
	opacity: 1;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}





.max-power {
	background: url(../../img/03S12-2_80.jpg);
	background-size: 100% 100%;
	position: relative;
}

.max-power .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.max-power-info {
	position: absolute;
	left: 16%;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.max-title {
	font-size: 40px;
	font-weight: bolder;
	line-height: 48px;
	color: #fff;
}

.max-tips {
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	opacity: .7;
}

.up-to-100 {
	background: url(../../img/03S12-2_82.jpg);
	background-size: 100% 100%;
	position: relative;
}

.up-to-100 .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.up-to-100-info {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.up-to-100-title {
	font-size: 40px;
	font-weight: bolder;
	line-height: 48px;
	color: #fff;
}

.up-to-100-tips {
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	opacity: .7;
}

.up-to-100-xing {
	margin-top: 65px;
	font-size: 16px;
	color: #fff;
	opacity: .7;
}






.db71 {
	background: url(../../img/db71.png);
	background-size: 100% 100%;
	position: relative;
}

.db71-voice-container {
	position: absolute;
	left: 16%;
	right: 16%;
	top: 30%;
	bottom: 55%;
	align-items: center;
}

.db71-voice-container>div {
	position: relative;
	display: inline-block;
	background: #171f2a;
	height: 100%;
	width: 3px;
	margin: 0 5px 0px 0px;
	-webkit-animation: load 6s ease-in-out infinite;
	animation: load 6s ease-in-out infinite;
	opacity: .1;
}

.db71-voice-container .rectangle-2 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.db71-voice-container .rectangle-3 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.db71-voice-container .rectangle-4 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.db71-voice-container .rectangle-5 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.db71-voice-container .rectangle-6 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-moz-keyframes load {

	0%,
	100% {
		-moz-transform: scaleY(1);
		background: #797e84;
	}

	16.67% {
		-moz-transform: scaleY(3);
		background: #ededed;
	}

	33.33% {
		-moz-transform: scaleY(1);
		background: #797e84;
	}

	50% {
		-moz-transform: scaleY(3);
		background: #ededed;
	}

	66.67% {
		-moz-transform: scaleY(1);
		background: #797e84;
	}

	83.34% {
		-moz-transform: scaleY(3);
		background: #ededed;
	}
}

@-webkit-keyframes load {

	0%,
	100% {
		-webkit-transform: scaleY(1);
		background: #797e84;
	}

	16.67% {
		-webkit-transform: scaleY(3);
		background: #ededed;
	}

	33.33% {
		-webkit-transform: scaleY(1);
		background: #797e84;
	}

	50% {
		-webkit-transform: scaleY(3);
		background: #ededed;
	}

	66.67% {
		-webkit-transform: scaleY(1);
		background: #797e84;
	}

	83.34% {
		-webkit-transform: scaleY(3);
		background: #ededed;
	}
}

@keyframes load {

	0%,
	100% {
		transform: scaleY(1);
		background: #797e84;
	}

	16.67% {
		transform: scaleY(3);
		background: #ededed;
	}

	33.33% {
		transform: scaleY(1);
		background: #797e84;
	}

	50% {
		transform: scaleY(3);
		background: #ededed;
	}

	66.67% {
		transform: scaleY(1);
		background: #797e84;
	}

	83.34% {
		transform: scaleY(3);
		background: #ededed;
	}
}

.db71 .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.db71-title {
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	position: absolute;
	bottom: 28%;
	left: 0;
	right: 0;
	text-align: center;
}

.db71-tips {
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	opacity: .7;
	position: absolute;
	bottom: 17%;
	left: 0;
	right: 0;
	text-align: center;
}




.smart-app {
	background: url(../../img/03S12-2_87.jpg);
	background-size: 100% 100%;
	position: relative;
}

.smart-app .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.smart-app-title {
	font-size: 38px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
}

.smart-app-tips {
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	opacity: .7;
}

.smart-app-info {
	position: absolute;
	left: 55%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}














.self-clean {
	background: url(../../img/03S12-2_99.jpg);
	background-size: 100% 100%;
	position: relative;
}

.self-clean .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.self-clean-title {
	font-size: 38px;
	font-weight: bold;
	line-height: 56px;
	color: #000;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	text-align: center;
}

.self-clean-tips {
	font-size: 18px;
	color: #232323;
	margin-top: 35px;
	opacity: .7;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
}

.effor-box {
	background: #fff;
	padding: 100px 0px;
}

.effor-title {
	text-align: center;
	font-size: 42px;
	font-weight: bolder;
	color: #000;
	line-height: 65px;
}

.effor-tips {
	text-align: center;
	font-size: 18px;
	color: #9b9ea3;
	line-height: 28px;
	margin-top: 35px;
	margin-bottom: 55px;
}

.imgBoxEffor {
	margin-bottom: 30px;
}

.imgBoxEffor img {
	max-width: 100%;
}

.imgBoxEffor img:hover {
	transform: scale(1.1);
}


.ledFinger {
	background: url(../../img/nm2.png);
	background-size: 100% 100%;
	position: relative;
}

.ledFinger .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.ledFinger-title {
	font-size: 42px;
	font-weight: bolder;
	line-height: 48px;
	color: #fff;
	position: absolute;
	left: 42%;
	top: 20%;
	text-align: center;
}

.ledFinger-tips {
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	opacity: .7;
	position: absolute;
	left: 42%;
	top: 25%;
	text-align: center;
}
.finger-pingmu-box{
	position: absolute;
	top: 40%;
	left: 55%;
}
.finger-pm-innnerbox{
	width: 100%;
	height: 100%;
	background: url(../../img/03S12-3_03.png);
	background-size: 100% 100%;
	position: relative;
}
.finger-pm-innnerbox .innerBgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}
.jinduTiaoBox{
	position: absolute;
	left: 24%;
	right: 25%;
	top: 61%;
	bottom: 32%;
	overflow: hidden;
}
.jinduTiaoBox img{
	margin-right: 3px;
	opacity: .7;
}

.firger-slider-box {
	position: absolute;
	left: 26%;
	right: 69%;
	top: 33%;
	bottom: 31%;
}

.finger-inner-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.slider-img-finger{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 100%;
	cursor: pointer;
}

.arrow-top-tiaodong {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 50%;
	width: 40px;
	margin-left: -20px;
	right: 0;
	bottom: 105px;
	text-align: center;
	animation: heart 1.3s ease-in-out 2.7s infinite alternate;
}

/*用transform就流畅了*/
@keyframes heart {
	from {
		transform: translate(0, 2px);
	}

	to {
		transform: translate(0, -20px);
	}
}



.s12Series-box {
	background: #f5f5f5;
	padding: 100px 0px;
}

.s12-main-title {
	font-size: 48px;
	padding: 0px 0px 50px 0px;
	text-align: center;
	font-weight: bolder;
	color: #000;
}

.s12-item {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 65px;
}

.s12-item .imgBox {
	width: 100%;
}

.s12-item .imgBox img {
	width: 100%;
	max-width: 100%;
}

.s12-name {
	font-size: 20px;
	font-weight: bolder;
	color: #000;
	text-align: center;
	align-items: center;
}

.s12-tips {
	font-size: 16px;
	color: #454545;
	text-align: center;
	margin-top: 0px;
}

.s12-buy {
	color: #01327e;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}

.storeList {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.storeItem {
	flex: 1;
	align-items: center;
	text-align: center;
}

.storeItem img {
	width: 80%;
	margin: 0 auto;
}

.storeName {
	display: none;
	font-size: 14px;
	color: #555;
}

.storeItem.active .storeName {
	display: block;
}

.storeItem a:hover {
	text-decoration: none;
}

.whatsinclude {
	padding: 50px 0px;
	text-align: center;
}

.whatsinclude a {
	color: #8e8e8e;
}

.whatsinclude a .iconfont {
	color: #8e8e8e;
}

.whatsinclude a:hover {
	text-decoration: none;
}

.vBtnComparisonBtn {
	width: 360px;
	background-color: #01327e;
	color: #fff;
	font-size: 24px;
	border-radius: 25px;
	margin: 0 auto;
	margin-top: 65px;
	display: block;
	text-align: center;
	line-height: 52px;
}

.vBtnComparisonBtn:hover {
	color: #fff;
	text-decoration: none;
}

.shortOnS12 {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.shortOn12-title {
	font-size: 48px;
	font-weight: bolder;
	text-align: center;
	padding: 100px 0px 50px 0px;
	color: #000000;
}

.swiper-slide {
	width: 978px;
	transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
	.swiper-slide {
		width: 770px;
	}
}

@media only screen and (max-width:980px) {
	.swiper-slide {
		width: 471px;
	}
}

@media only screen and (max-height:480px) {
	.swiper-slide {
		width: 471px;
	}
}

.swiper-slide img {
	width: 100%;
	border-radius: 4px;
}

.swiper-slide .title {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
	left: -3px;
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.swiper-button-next,
.swiper-button-prev {
	width: 86px;
	height: 112px;
	background-size: 86px 112px;
	margin-top: -56px;
	outline: none;
}

/* .swiper-button-next {
	background-image: url(img/cursor-next.png);
}

.swiper-button-prev {
	background-image: url(img/cursor-prev.png);
} */

.swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.swiper-pagination-bullet i {
	background: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}

.slideImgBox {
	width: 100%;
}

#swiperFirst .swiper-slide-prev {
	background-color: rgba(0, 0, 0, 1);
}

#swiperFirst .swiper-slide-prev img {
	opacity: .6;
}

#swiperFirst .swiper-slide-next {
	background-color: rgba(0, 0, 0, 1);
}

#swiperFirst .swiper-slide-next img {
	opacity: .6;
}

#swiperFirst .swiper-button-next.first {
	right: 350px;
}

#swiperFirst .swiper-button-prev.first {
	left: 350px;
}

.shortOnS12-info {
	padding: 100px 0px;
	background-color: #ebeff2;
}

.container-s12short {
	margin: 0px 11%;
}

.loremBgBox {
	background: url(../../img/03S12-2_131.jpg);
	background-size: 100% 100%;
}

.loremBgBox .infoBox {
	font-size: 43px;
	color: #676767;
	line-height: 60px;
	text-align: center;
	margin-top: 20px;
}

.LoremIpsum {
	margin-top: 50px;
	font-size: 26px;
	color: #00327D;
	font-weight: bold;
	text-align: center;
}

.LoremIpsum-tips {
	margin-top: 20px;
	font-size: 18px;
	color: #666;
	text-align: center;
}


.partsAccess {
	background: #f5f5f5;
	padding: 100px 0px;
}

.partsAcess-title {
	font-size: 48px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	margin-bottom: 45px;
}

.partItem {
	margin: 30px 1px;
	background: #fff;
	padding-bottom: 55px;
}

.partName {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	line-height: 24px;
	height: 80px;
}

.partTips {
	color: #666;
	font-size: 16px;
}

.part-container {
	margin: 0px 11%;
}

.swiper-pagination-bullet {
	width: 100px;
	height: 4px;
}

.swiper-pagination-bullet span {
	width: 100px;
	height: 4px;
	background: #8c8c8c;
	display: block;
	border-radius: 0;
	margin-top: 3px;
	margin-left: 3px;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 100px;
	height: 4px;
	background-color: #00327D;
	border-radius: 0px;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	margin-top: 3px;
}

.supportBox {
	padding: 100px 0px 120px 0px;
}

.support-title {
	font-size: 48px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	margin-bottom: 45px;
}

.nk-image-box-text p {
	font-size: 22px;
	font-weight: bolder;
	color: #000;
}

.nk-image-box-text {
	top: 35px;
}

.learn-more-button {
	border-radius: 35px;
	width: auto;
	font-weight: normal;
	font-size: 16px;
	padding: 2px 0px;
	line-height: 35px;
	margin-top: 20px;
}

.learn-more-button p {
	font-weight: normal;
	font-size: 16px;
	line-height: 35px;
	margin-top: 0px;
}

.nk-image-box-1:hover .nk-image-box-text .learn-more-button,
.nk-image-box-1-a:hover .nk-image-box-text .learn-more-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 66%;
}

.nk-image-box-1:hover .nk-image-box-text,
.nk-image-box-1-a:hover .nk-image-box-text {
	top: 15px;
}

.nk-image-box-1 .nk-image-box-hover p,
.nk-image-box-1-a .nk-image-box-hover p {
	margin-top: 0px;
}


.twoPower {
	background-color: #ebeff2;
}

.twoPower-innerBox {
	width: 100%;
	position: relative;
	background: url(../../img/03S12-2_97.jpg);
	background-size: 100% 100%;
}

.twoPower-innerBox .bgImg {
	width: 100%;
	height: auto;
	opacity: 0;
}

.twoPower-title {
	font-size: 42px;
	font-weight: bolder;
	color: #000000;
	position: absolute;
	bottom: 18%;
	left: 0;
	right: 0;
	text-align: center;
}

.twoPower-tips {
	font-size: 16px;
	bottom: 15%;
	left: 0;
	right: 0;
	text-align: center;
	color: #454545;
}

.twoPower-btn-group {
	display: flex;
	width: 55%;
	margin: 0 auto;
	margin-top: 25px;
	align-items: center;
	justify-content: center;
}

.b-item-two-power {
	flex: 1;
	display: flex;
	margin-left: 20px;
	margin-right: 20px;
}

.b-item-two-power a {
	flex: 1;
	align-items: center;
	justify-content: center;
	line-height: 1.6;
	border-radius: 35px;
	font-size: 24px;
}

.b-item-two-power a:hover {
	text-decoration: none;
}

.b-item-two-power .nk-btn-circle.nk-btn-x2,
.nk-btn-circle-hover:hover.nk-btn-x2 {
	border-radius: 45px;
}

.twoPower-led {
	font-size: 12px;
	color: #777;
	margin-top: 35px;
	text-align: center;
}
