html,body,.container {
	width: 100%;
	height: 100%
}

.bgCover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.boxShadow {
	box-shadow: 1px 1px 7px 2px rgba(0,0,0,.54)
}

.textShadow {
	text-shadow: 0 1px 2px rgba(0,0,0,.4)
}

.claerFloat::after {
	content: '';
	display: block;
	clear: both
}

.container {
	position: relative
}

.container .video-bg {
	width: 100%;
	height: 100%
}

.container .video-bg .video-tvc {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.container .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.container .content .header {
	height: auto;
	line-height: 135px;
	overflow: inherit
}

.container .content .header-left {
	margin-left:100px;
	margin-top: 20px;
	float: left;
	height: 55px
}

.container .content .header-left>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.container .content .header-left>img {
	width: 90px
}

.container .content .header-right {
	float: right;
	margin-right: 150px;
	font-size: 16px;
	font-weight: 500
}

.container .content .header-right .header-links {
	list-style: none;
	line-height: 75px
}


.container .content .header-right .header-links-item {
	line-height: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px
}

.container .content .header-right .header-links-item.hover {
	position: relative
}

.container .content .header-right .header-links-item.hover:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	background-image: url(//s3.pstatp.com/aweme/resource/web/static/image/index/subtract_67c835d.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 4px
}

.container .content .header-right .header-links-item.hover a {
	cursor: pointer
}



.container .content .header-right .header-links-item>a {
	color: #5F3A19;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
	vertical-align: middle
}

.container .content .header-right .header-links-item>img {
	position: relative;
	left: -4px;
	vertical-align: middle
}

.container .content .header-right .create-platform-item {
	position: relative
}

.container .content .header-right .create-platform-item .create-platform {
	position: absolute;
	background-image: url(//s3.pstatp.com/aweme/resource/web/static/image/index/create-bubble_c2cd9db.png);
	background-position: 0 0;
	background-size: cover;
	top: 45px;
	left: 50%;
	margin-left: -99px;
	height: 42px;
	width: 198px;
	font-size: 14px;
	color: rgba(255,255,255,.9);
	text-align: center;
	line-height: 20px;
	padding-top: 14px;
	box-sizing: border-box
}
.container .content .leftpic {
	width: 500px;
	position: absolute;
	top: 100px;
	left: 80px
}
.container .content .middle {
	width: 500px;
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 50px;
	right: 120px
}

.container .content .middle .slogan {
	float: right;
	width: 560px;
	margin-bottom: 50px
}

.container .content .middle .slogan>img {
	width: 100%
}

.container .content .middle .btn-list {
	float: right;
	letter-spacing: -4px;
	font-size: 0
}

.container .content .middle .btn-list .btn-primary {
	display: inline-block;
	background: transparent;
	border-radius: 8px;
	margin-left: 10px;
	width: 142px;
	height: 51px;
	border: 1px solid #000;
	-webkit-transition: .15s opacity;
	transition: .15s opacity;
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 1px 1px 7px 2px rgba(0,0,0,.54)
}

.container .content .middle .btn-list .btn-hover:hover {
	opacity: .5
}

.container .content .middle .btn-list .btn-link {
	opacity: 1;
	-webkit-transition: .15s all;
	transition: .15s all
}

.container .content .middle .btn-list .btn-link-hide {
	opacity: 0
}

.container .content .middle .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(//s3.pstatp.com/aweme/resource/web/static/image/index/appstore_548e83a.png)
}

.container .content .middle .btn-list .icon-andorid {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(//s3.pstatp.com/aweme/resource/web/static/image/index/android_d461475.png)
}

.container .content .middle .btn-list .icon-QRcode {
	float: right;
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url(//s3.pstatp.com/aweme/resource/web/static/image/index/download_6c60bcd.png)
}

.container .content .middle .btn-list .icon-QRcode>img {
	width: 223px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(0.23);
	transform: scale(0.23);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	opacity: 0;
	-webkit-transition: .3s all;
	transition: .3s all
}

.container .content .middle .btn-list .icon-QRcode:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.container .content .middle .btn-list .icon-QRcode:hover~.btn-primary {
	opacity: 0
}

.container .content .footer {
	font-size: 14px;
	width: 100%;
	background: transparent;
	text-align: center;
	position: absolute;
	bottom: 10px
}

.container .content .footer .nav-warpper {
	color: #5F5F5F;
	margin-bottom: 16px
}

.container .content .footer .nav-warpper>a {
	padding: 0 5px;
	color: #5F5F5F
}

.container .content .footer .feedback-info {
	color: #5F5F5F;
}

.container .content .footer .feedback-info>p {
	line-height: 25px
}

.container .content .footer .feedback-info .gongan-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.container .content .footer .feedback-info a {
	color: #fff
}

.container .content .footer .report-box {
	position: absolute;
	right: 10px;
	bottom: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 4px 8px;
	background: #000;
	opacity: .6;
	border-radius: 4px;
	font-size: 12px;
	line-height: 17px
}

.container .content .footer .report-box a {
	color: rgba(255,255,255,.9)
}

.container .content .footer .report-box img {
	margin-top: -1px;
	height: 14px;
	width: 14px;
	margin-right: 4px
}

.hide {
	display: none!important
}