﻿.influence{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.influence_in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 80px 0;
}
.influence_content{
	width: 100%;
	height: 500px;
	background: url(../images/influence_bg.png) no-repeat 0 0;
	background-size: 100% 100%;
	overflow: hidden;
}
.video{
	width: 550px;
	height: 310px;
	margin: 58px auto 0;
	position: relative;
}
.video2{
	width: 100%;
	height: 100%;
}
@keyframes play{
	0%{
		transform: scale(1.2);
	}
	50%{
		transform: scale(1);
	}
	100%{
		transform: scale(0.8);
	}
}
.play_btn{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	animation: play 1s linear infinite alternate;
	cursor: pointer;
}
.star_intro{
	width: 800px;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin: 47px auto 0;
}
.star_title{
	width: 70px;
	height: 26px;
	background: #1BA5E6;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	border-radius: 4px;
}
.star_detail{
	width: 690px;
	color: #25272D;
	font-size: 14px;
	line-height: 24px;
}
.video_pop{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index:100;
}
.video_box{
	width: 1200px;
	height: 675px;
	position: relative;
}
.video_tang{
	width: 1200px;
	height: 675px;
}
.video_close{
	width: 34px;
	height: 34px;
	position: absolute;
	right: -34px;
	top: -34px;
	cursor: pointer;
}