@charset "utf-8";
body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

body {
	font: 14px NotoSansHans, "Helvetica Neue", Helvetica, STHeiTi, sans-serif, arial;
	line-height: 1;
	-webkit-text-size-adjust: none
}

a,
h2,
h3,
li,
p,
ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

p {
	line-height: 1.25
}

img {
	border: 0;
	vertical-align: middle
}

a {
	text-decoration: none
}

header {
	position: fixed;
	height: .8rem;
	width: 100%;
	line-height: .78rem;
	z-index: 300;
	font-size: 14px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.header {
	width: 10rem;
	margin: 0 auto
}

.logo {
	width: 0.6rem
}

.list {
	float: right
}

.list li {
	display: inline-block;
	cursor: pointer
}

.list li+li {
	margin-left: .4rem
}

.list li a {
	color: #999
}

.list li:first-child {
	border-bottom: 4px solid #ff0a29
}

.list li:first-child a {
	color: #000
}

.list li:hover a {
	color: #ff0a29
}

/*.nav {
	position: fixed;
	width: 30px;
	height: 100px;
	right: 0;
	top: calc(50% - 50px);
	z-index: 2
}*/

/*.nav li {
	display: block;
	height: 8px;
	width: 8px;
	list-style: none;
	margin-bottom: 12px;
	border-radius: 50%;
	background-color: rgba(65, 65, 65, .3);
	cursor: pointer
}*/

/*.nav li:hover {
	background-color: rgba(65, 65, 65, .7)
}

.nav li.active {
	background-color: #ef3131
}*/

.transform {
	transition: transform .5s linear
}

.wrapper {
	transition: transform .5s linear
}

.all {
	position: relative;
	width: 100%;
	height: 100vh;
	padding-top: .8rem;
	font-size: .34rem;
	box-sizing: border-box
}

.main {
	width: 10rem;
	min-width: 620px;
	margin: 0 auto;
	height: 100%;
	max-width: calc(100% - 104px);
	position: relative;
	overflow: hidden
}

h2 {
	color: #171717;
	font-size: .4rem;
}

h2+h2 {
	margin-top: .2rem;
	margin-left: -0.2rem;
}

.title {
	margin-bottom: .32rem
}

.bg {
	background: #fafafa
}

/*.btn-red {
	width: 1.24rem;
	line-height: .48rem;
	display: inline-block;
	background: #ef3131;
	color: #fff;
	border-radius: 4px;
	font-size: .18rem;
	text-align: center
}

.btn-red:hover {
	background: #cc2525
}*/

.all:first-child .title {
	margin-bottom: .32rem
}

.all:first-child .explain {
	color: #a3a3a3
}

.explain {
	font-size: .16rem;
	color: #999
}

.gap {
	opacity: .25;
	margin: 0 .16rem
}

.content {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.red {
	color: #ef3131;
	font-size: .16rem;
	vertical-align: bottom
}

.red img {
	vertical-align: text-bottom
}

/*.price-box {
	margin: .6rem 0 .16rem;
	font-size: .14rem
}*/

/*.price {
	font-size: .48rem;
	margin-right: .04rem
}*/

.product-box {
	position: absolute;
	right: 2rem;
	width: 2.61rem;
	height: 4.84rem;
	top: 50%;
	margin-top: -2.02rem
}

.product-box img {
	width: 100%;
	position: absolute
}

.product {
	opacity: 0;
	transition: opacity .5s ease
}

.product.active {
	opacity: 1;
	transition: opacity .8s ease
}

.up {
	z-index: 1
}

.change-box {
	position: absolute;
	right: 0;
	top: 50%;
	width: .4rem;
	height: 1.6rem;
	margin-top: -1.25rem;
	/*background: #e6e6e6;*/
	background: rgb(245,245,245);
	border-radius: .2rem
}

/*.change-btn {
	height: .18rem
}*/

.btn {
	display: block;
	box-sizing: border-box;
	width: .18rem;
	height: .18rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	margin-top: .2rem;
	cursor: pointer
}

.btn:hover {
	border: 2px solid #b8b8b8
}

.btn.active {
	border: 2px solid #b8b8b8
}


#black{
	background-color: rgb(58,58,58);
}
#grey {
    background-color: rgb(234,225,220);
    margin-top: 0.32rem;
}
#white {
	background-color: rgb(255,255,255);
    margin-top: 0.32rem;
	
}
.videoPlay {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: .55rem;
	width: .4rem;
	height: .74rem;
	background: #e5e5e5;
	font-size: .12rem;
	color: #666;
	border-radius: .2rem;
	padding-top: .22rem;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer
}

.moviePlay {
	width: .22rem;
	height: .16rem;
	margin: 0 auto .04rem;
	background-image: url(../img/pc/movie_normal.png);
	background-size: contain;
	background-repeat: no-repeat
}

.videoPlay:hover .moviePlay {
	background-image: url(../img/pc/movie_hover.png)
}

.left{
	right:auto;
	left: 0;
	text-align: center;
}
.right {
	left: auto;
	right: 0;
	text-align: center
}

.pro {
	width: 4rem;
	height: 5.7rem
}

/*.gif {
	width: 1.44rem;
	margin-left: 1.7rem;
	display: none;
	margin-top: -.3rem
}*/

.sound {
	width: 3.8rem;
	height: .44rem;
	margin-top: .48rem
}

.layout {
	text-align: center
}

.layout .title {
	margin-top: .64rem
}

.l2 .title {
	margin-top: .8rem
}

.flag-box {
	width: 8.3rem;
	height: 3.2rem;
	margin: .8rem auto 0
}

.flag {
	float: left;
	background-image: url(../img/pc/flag1.png);
	background-size: 8.3rem 3.2rem;
	width: 11.1%;
	height: 25%;
	background-repeat: no-repeat
}

.hand {
	height: 80%;
	position: absolute;
	right: 0;
	bottom: 1rem;
}

.battery {
	height: 45%;
	position: absolute;
	left: 50%;
	margin-left: -1rem;
	bottom: 0
}

.banner {
	width: 6.8rem;
	height: 1.2rem;
	margin: .64rem auto 0;
	text-align: center;
	box-sizing: border-box
}

.main .banner {
	z-index: 2
}

.banner .s {
	float: left;
	padding: 0 .48rem;
	box-sizing: border-box
}

.banner .s p {
	line-height: 1
}

.s+.s {
	border-left: 1px solid rgba(163, 163, 163, .2)
}

.s .big {
	font-size: .4rem;
	margin-right: .08rem;
	margin-bottom: .16em
}

.s .explain {
	margin-top: .2rem;
	opacity: .7
}

.video-box {
	position: relative;
	width: 6.168rem;
	height: 3.464rem;
	margin: .32rem auto .4rem;
	border-radius: 8px
}

.video-btn.pause {
	z-index: 100
}

.video-box:hover .cover,
.video-box:hover .pause {
	display: block
}

.post {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/post.png) no-repeat;
	background-size: cover;
	z-index: 1;
	display: none;
	border-radius: 8px
}

.video-btn {
	width: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5rem auto auto -.5rem;
	cursor: pointer;
	z-index: 200;
	display: none
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #f2f2f2;
	border-bottom: none
}

.shadow {
	position: absolute;
	left: 50%;
	bottom: -3px;
	z-index: -2;
	width: 7rem;
	margin-left: -3.5rem
}

.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	display: none;
	border-radius: 8px
}

.buy-box {
	width: 80%;
	margin: .2rem auto 0;
	max-width: 1000px
}

.buy-btn {
	float: left;
	width: 32%;
	line-height: 1.1rem;
	border: 1px solid #e6e6e6;
	border-radius: .08rem;
	box-sizing: border-box
}

.buy-btn+.buy-btn {
	margin-left: 1%
}

.yx {
	width: 1.19rem
}

.kl {
	width: .83rem
}

.jd {
	width: 1.14rem
}

.scale .video-box {
	width: 384px;
	height: 216px
}

.scale .shadow {
	width: 464px;
	margin-left: -232px
}

.scale .buy-btn {
	line-height: 110px
}

.scale .video-btn {
	width: 80px;
	margin: -40px auto auto -40px
}

/*.active .slideInDown {
	animation: slideInDown 1s .5s both
}

.active .slideInUp {
	animation: slideInUp 1s .5s both
}*/
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #ef3131;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(65,65,65,.1);
    background: rgba(65,65,65,.3);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}


.active .flash {
	animation: flash 1s .8s both
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
		visibility: visible;
		opacity: 0
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 20%, 0);
		transform: translate3d(0, 20%, 0);
		visibility: visible;
		opacity: 0
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes flash {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes flash {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}