html,body{
	width: 100%;
	height: 100%;
}
.smallNav span{
	color: #bfb9b9;
}
.smallNav_box {
	background-color: #11171E;
}

.header_box {
	display: none;
}

.media_headerBox {
	width: 100%;
	height: 68px;
	background-color: rgba(17,23,30,0.3);
	position: absolute;
	z-index: 20;
}

.media_header {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mediaLeft_content {
	width: 149px;
	height: 43px;
}

.mediaLeft_content a,
.mediaLeft_content img {
	width: 100%;
	height: 100%;
}

.mediaRight_content {
	width: 53%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mediaRight_content span,.mediaRight_content span a{
	width: 93px;
	height: 68px;
	opacity: 0.8;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mediaRight_content span a{
	color: #FFFFFF;
	opacity: 0.9 !important;
}
.main {
	width: 100%;
	height: 96.9%;
	background-color: rgba(0, 0, 0, 0.6);
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	/* background: #000; */
}

.swiper-slide {
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* padding: 40px 60px; */
}

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	opacity: 0.2;
}

#mySwiper .swiper-slide .title {
	font-size: 41px;
	font-weight: 300;
}

#mySwiper .swiper-slide .subtitle {
	font-size: 21px;
}

#mySwiper .swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}
.header_slider{
	width: 90%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#thumbs2 .swiper-slide{
	width: 16.6%;
	height: 100%;
	cursor: pointer;
	position: relative;
}
#thumbs2 .swiper-slide span{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	opacity: 0.8;
	text-align: center;
	margin: 0 auto;
}
#thumbs2 .swiper-slide-thumb-active{
	background: linear-gradient(0deg, rgba(17,23,30,0.3) 0%, rgba(33,20,25,0.3) 100%);
}
.weibo_box{
	width: 800px;
	/* width: 43%; */
	height: 600px;
	position: absolute;
	top: 19%;
	left: 27.5%;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.Baijia_box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Baijia_box .weibo_qrcode{
	width: 50% !important;
}
.Baijia_box img{
	width: 80% !important;
	height: 250px !important;
}
/* .zhihu_boxm,.headlines_box,.penguin_box,.Baijia_box,.kuaichuan_box{
	display: none;
} */
.left_weibo{
	width: 63%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.weibo_title,.weibo_detail{
	font-size: 60px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.weibo_detail{
	font-size: 36px;
	margin: 30px 0;
}
.weibo_qrcode{
	/* width: 220px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.weibo_qrcode img{
	width: 50%;
	/* height: 208px; */
	border-radius: 5px;
}
.weibo_qrcode span{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 15px;
}
.right_weibo{
	width: 250px;
	height: 600px;
	/* background: url(__PUBLIC__/home/images/about/phone_model.png) no-repeat; */
}
.right_weibo img{
	width: 100%;
	height: 85%;
	border-radius: 15px;
	margin-top: 13%;
	opacity: 1;
}
.upMove{
	animation: upMove 1s ease-in-out;
	-webkit-animation: upMove 1s ease-in-out;
	transition-delay: 0.2s;
	opacity: 1;
}
.downMove{
	animation: downMove 1s ease-in-out;
	-webkit-animation: downMove 1s ease-in-out;
	transition-delay: 0.2s;
	opacity: 1;
}
.flip{
	-webkit-animation: fanz 1s ease 200ms alternate none 1;
	animation: fanz 1s ease 200ms alternate none 1;
	transition-delay: 0.2s;
	opacity: 1;
}
.fda{
	animation: fda 1s ease 200ms alternate none 1;
	webkit-animation: fda 1s ease 200ms alternate none 1;
	transition-delay: 0.2s;
	opacity: 1;
	background-color: #FFFFFF;
}
.imgFloat{
	animation: fudong 1.8s ease-in-out 4s infinite;
	webkit-animation: fudong 1.8s ease-in-out 4s infinite;
}
.rightMove{
	animation: rightMove 1s ease-in-out;
	-webkit-animation: rightMove 1s ease-in-out;
	transition-delay: 0.2s;
	opacity: 1;
}
@-webkit-keyframes upMove {
	0% {
		-webkit-transform: translateY(-400px);
		transform: translateY(-400px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@-webkit-keyframes downMove {
	0% {
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
		opacity: 0.1;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}
@-webkit-keyframes fanz {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	50% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@-webkit-keyframes fda {
	0% {
		webkit-transform: scale(0.2) translateX(185px);
		transform: scale(0.2) translateX(185px);
		-webkit-transform-origin: right 100%;
		transform-origin: right 100%;
	}
	100% {
		webkit-transform: scale(1) translateX(0px);
		transform: scale(1) translateX(0px);
		-webkit-transform-origin: right 100%;
		transform-origin: right 100%;
	}
}
@-webkit-keyframes fudong {
	0% {
		transform:translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50% {
		transform:translateY(-8px);
		-webkit-transform: translateY(-8px);
	}
	100% {
		transform:translateY(0px);
		-webkit-transform: translateY(0px);
	}
}
@-webkit-keyframes rightMove {
	0% {
		transform:translateX(-500px);
		-webkit-transform: translateX(-500px);
		opacity: 0.1;
	}
	100% {
		transform:translateX(0px);
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}