.fullpage .section,
body,
html {
	position: relative
}

.popup-player .video-fr video {
	width: 100%;
	max-width: 100%
}

html {
	height: 100%;
	width: 100%
}

body {
	min-width: 1024px;
	overflow-x: auto;
	overflow-y: auto
}
.fullpage {
	width: 100%;
	box-sizing: border-box;
	overflow: visible
}

.fullpage .section {
	height: 690px;
	width: 100%;
	overflow: hidden
}

.fullpage .section .section-ct {
	position: relative;
	height: 100%;
	width: 100%;
	display: table-cell;
	z-index: 1;
	text-align: center
}

.fullpage .section .section-ct .bottom,
.fullpage .section .section-ct .top {
	display: block
}

.fullpage .section .section-ct .center {
	width: 100%;
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	color: #fff;
	font-size: 400px;
	font-family: OSP-DIN
}

.fullpage .section.showup {
	display: table
}
.fullpage .section.sec1 {
	background: #000
}

.fullpage .section.sec1 .ces {
	position: absolute;
	bottom: 30px;
	right: 70px
}

.fullpage .section.sec1 .ces img {
	width: 90px;
	display: block
}

.fullpage .section.sec1 .section-ct {
	opacity: 0;
	transition: opacity .25s ease
}

.fullpage .section.sec1 .section-ct .video-bg {
	width: 100%;
	height: 100%
}

.fullpage .section.sec1 .section-ct .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.fullpage .section.sec1 .intro {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 800px;
	height: 240px;
	text-align: center;
	color: #fff;
	z-index: 1
}

.fullpage .section.sec1 .intro .brand {
	width: 156px;
	height: 19px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.fullpage .section.sec1 .intro .text-slogan {
	font-weight: lighter;
	font-size: 40px;
	line-height: 52px;
	text-align: center;
	margin: 0;
	padding: 28px 0 32px
}

.fullpage .section.sec1 .intro .btn-sm-ct {
	margin-top: 62px
}

.fullpage .section.sec1 .intro .btn-sm-ct .btn {
	margin-right: 0
}

.fullpage .section.sec1 .intro .btn-sm-ct .btn.twitter-live {
	margin-right: -4px;
	vertical-align: bottom;
	height: auto
}

.fullpage .section.sec1 .intro .btn-sm-ct .btn.twitter-live img {
	width: 90px;
	height: auto
}

.fullpage .section.sec1 .intro .reseller {
	position: absolute;
	left: 385px;
	bottom: -23px;
	text-decoration: underline;
	font-size: 14px;
	color: #CCC;
	letter-spacing: 0;
	line-height: 14px;
	width: 220px
}

