@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: -apple-system,SF UI Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #FFF;
    background-color: #FFFFFF00;
}

.bg{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: -10;
	filter: blur(30px);
}

.video-bg{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
}

.head{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 106px;
	font-size: 16px;
	font-family: PingFang SC,Helvetica,Arial,sans-serif;
	font-weight: 500;
}

.head .nav{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin: 0 76px 0 0;
	padding: 0;
	min-width: 900px;
}
.nav .nav-item{
	margin-right: 58px;
}
.nav .nav-item a{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.nav .active{
	border-bottom: solid 1px #ffffff80;
}

.iphone{
	width: 360px;
	height: 600px;
	position: relative;
}

.iphone-mp4{
	position: absolute;
	width: 260px;
	height: 564px;
	margin: 18px 20px;
	background-repeat: no-repeat;
	background-size: contain;
	animation: slid 6s infinite;
}

@keyframes slid{
	0% {
		background-image: url(../img/1.png);
	}
	
	25% {
		background-image: url(../img/2.png);
	}
	
	50% {
		background-image: url(../img/3.png);
	}
	
	75% {
		background-image: url(../img/4.png);
	}
	
	100% {
		background-image: url(../img/1.png);
	}
}


.iphone-case{
	position: absolute;
	width: 300px;
	height: 600px;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.description{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.description .logo{
	white-space: nowrap;
	width: 200px;
	height: 200px;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	border-radius: 25px;
}
.logo-title{
    white-space: nowrap;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin: 13px 0 0;
}
.logo-title-sm{
	font-size: 22px;
}
.lifestyle{
	white-space: nowrap;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 13px 0 0;
}
.lifestyle-english{
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	font-family: Helvetica,Arial,sans-serif;
	font-style: oblique;
	font-weight: 400;
	margin: 20px 0 0;
}
.qrcodes{
	margin-top: 36px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.qrcodes .qrbtn{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	color: #333;
	background-color: #fff;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
}

.qrcodes .qr-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 6px;
}
.qr-img{
    position: absolute;
    top: 50%;
    left: 0px;
    height: 160px;
    width: 100%;
    padding-top: 14px;
    background-color: white;
    z-index: -1;
    border-radius: 0px 0px 20px 20px;
    display: none;
}
.qrbtn:hover .qr-img{
	display: block;
}
#home{
	top: 15%;
	left: 25%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}
#about,#contact{
	width: 100%;
	height: 600px;
	margin: 50px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#about h2,#contact h2{
	margin: 50px 0px;
	font-size: 40px;
}
#about p,#contact p{
    font-size: 26px;
    line-height: 2em;
}
.map-context{
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.map-context>div{
	margin-left: 50px;
}
#contact .map{
	background: url(../img/addr.png) no-repeat;
	background-size: contain;
	width: 500px;
	height: 100%;
}
.about-context{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: self-start;
}
.addr{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: self-start;
    height: 300px;
}

.bdcss{
	background: url(../img/background.png);
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
footer a{
	color: white;
	text-align: center;
	margin-left: 10px;
	text-decoration: none;
}
footer a:hover{
	color:royalblue
}
.footerLayer-lazy{
  margin-right: 5px;
}

.fl_icon-gns_iPpG5{
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-right: 3px;
   background-position: 0 -235px;   
   vertical-align: middle;
}
