* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#container {
	overflow: hidden; 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}
#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/video_cover.jpeg') no-repeat;
	background-size: cover;
	background-position: center;
}
#overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
#video_controls {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0);
}
.mutebox{
	background: url('../img/blank.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
/*静音图标*/
.mute{
	background-image:url("../img/mute.png");
}
/*取消静音图标*/
.unmute{
	background-image:url("../img/unmute.png");
}

ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
header{
	height: 75px;
}
.header>section{
	height: 75px;
	text-align: center;
	line-height: 75px;
}
.header>section:nth-child(2)>ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header>section:nth-child(2)>ul>li{
	margin-right: 25px;
}
.header>section:nth-child(2)>ul>li>a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.header>section:first-child{
	text-align: left;
}
.header>section:last-child,.header>section:last-child>i{
	color: #fff;
	text-align: right;
}
footer{
	font-size: 14px;
	width: 100%;
	background: transparent;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
}
footer>section:first-child,footer>section:first-child a{
	margin-bottom: 16px;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
footer>section:last-child,footer>section:last-child p,footer>section:last-child a{
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.mian{
	width: 100%;
	height: 100%;
}
.content{
	width: 500px;
	height: 185px;
	position: absolute;
	top: 50%;
	right: 150px;
	transform: translateY(-50%);
	margin-top: 50px;
}
.content-wap{
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
}
.content>div{
	text-align: right;
}
.slogan {
	width: 450px;
	margin-bottom: 50px;
}
.btn-list {
	display: flex;
	flex-direction: row-reverse;
}
.btn-list .btn-primary {
	background: transparent;
	border-radius: 8px;
	margin-left: 10px;
	width: 142px;
  	height: 51px;
	border: 1px solid #000;
	transition: .15s opacity;
	transition-delay: .15s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 1px 1px 7px 2px rgba(0,0,0,.54);
}
.btn-list .icon-QRcode {
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url(../img/download.png);
}
.btn-list .icon-QRcode:hover img {
	transform: scale(1);
	opacity: 1;
}

.btn-list .icon-QRcode:hover~.btn-primary {
	opacity: 0;
}
.btn-list .icon-QRcode>img {
	width: 223px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transform: scale(0.23);
	transform-origin: top right;
	transition: .3s all;
}
.btn-list .icon-ios {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/qq.png);
}
.btn-list .icon-android {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/emails.png);
}
.btn-list .btn-link {
	opacity: 1;
}

.btn-list .btn-hover:hover {
	opacity: .5;
}
.content-wap>.container>div{
	text-align: center;
}
.btn-list-wap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.btn-primary-wap{
	width: 250px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}
.btn-primary-wap>a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-radius: 5px;
	font-size: 15px;
}
.download-btn{
	background-color: #FF358D;
	color: #fff;
}
.download-btn:hover{
	color: #fff;
}
.live-btn{
	background-color: #fff;
	color: #FF358D;
}
.live-btn:hover{
	color: #FF358D;
}

.wap-mian {
	background: #000;
	background-attachment: fixed;
	word-wrap: break-word;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat
}
 
ul {
	list-style: none;
	margin: 0px;
}

 /**使用随机图片接口
 
.cb-slideshow li:nth-child(1) span {
	background-image: url(https://api.baikio.com/VPapi/pic.php?_rand=1)
}
 
.cb-slideshow li:nth-child(2) span {
	background-image: url(https://api.baikio.com/VPapi/pic.php?_rand=2)
}
 
.cb-slideshow li:nth-child(3) span {
	background-image: url(https://api.baikio.com/VPapi/pic.php?_rand=3)
}
 
.cb-slideshow li:nth-child(4) span {
	background-image: url(https://api.baikio.com/VPapi/pic.php?_rand=4)
}
 
.cb-slideshow li:nth-child(5) span {
	background-image: url(https://api.baikio.com/VPapi/pic.php?_rand=5)
}
 
.cb-slideshow li:nth-child(6) span {
	background-image: url(https://api.baikio.com/VPapi/pic.php?_rand=6)
}

*/


/*使用本地图片*/
.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/loops/1-1c.jpg)
}
 
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/loops/1-2c.jpg)
}
 
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/loops/1-3c.jpg)
}
 
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/loops/1-4c.jpg)
}
 
.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/loops/1-5c.jpg)
}
 
.cb-slideshow li:nth-child(6) span {
	background-image: url(../img/loops/1-6c.jpg)
}


 
.cb-slideshow,.cb-slideshow:after {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2
}
 
.cb-slideshow:after {
	content: ''
}
 
.cb-slideshow li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: -2;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 36s linear infinite 0s;
	-moz-animation: imageAnimation 36s linear infinite 0s;
	-o-animation: imageAnimation 36s linear infinite 0s;
	-ms-animation: imageAnimation 36s linear infinite 0s;
	animation: imageAnimation 36s linear infinite 0s
}
 
.cb-slideshow li:nth-child(2) span {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s
}
 
.cb-slideshow li:nth-child(3) span {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s
}
 
.cb-slideshow li:nth-child(4) span {
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	-o-animation-delay: 18s;
	-ms-animation-delay: 18s;
	animation-delay: 18s
}
 
.cb-slideshow li:nth-child(5) span {
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	-o-animation-delay: 24s;
	-ms-animation-delay: 24s;
	animation-delay: 24s
}
 
.cb-slideshow li:nth-child(6) span {
	-webkit-animation-delay: 30s;
	-moz-animation-delay: 30s;
	-o-animation-delay: 30s;
	-ms-animation-delay: 30s;
	animation-delay: 30s
}
 
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in
	}
 
	8% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out
	}
 
	17% {
		opacity: 1;
		-webkit-transform: scale(1.1) rotate(0)
	}
 
	25% {
		opacity: 0;
		-webkit-transform: scale(1.1) rotate(0)
	}
 
	100% {
		opacity: 0
	}
}
.header-links-item.hover{
	position:relative
}
.header-links-item.hover:after{
	display:inline-block;
	content:'';
	width:8px;
	height:8px;
	background-image:url(../img/subtract.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:4px
}
.header-links-item.hover a{
	cursor:pointer
}
.header-links-item.hover .menus{
	display:none;
	width:96px;
	height:96px;
	padding:8px 0;
	box-sizing:border-box;
	box-shadow:0 0 8px rgba(0,0,0,.16),0 0 2px rgba(0,0,0,.12);
	border-radius:4px
}
.header-links-item.hover .menus>a{
	width:100%;
	height:40px;
	font-size:15px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	display:block;
	color:rgba(0,0,0,.9)
}
.header-links-item.hover .menus>a:hover{
	background:rgba(51,51,51,.1)
}
.header-links-item.hover:hover .menus{
	position:absolute;
	top:51px;
	left:-9px;
	background:#fff;
	display:block
}
.header-links-item>a{
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,.4);
	vertical-align:middle
}
.header-links-item>img{
	position:relative;
	left:-4px;
	vertical-align:middle
}