/* ÊÓÆµ²¿·Ö */
.tacnhuang {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.tacnhuang .tbox {
	width: 70%;
	height: 70vh;
	position: relative;
	margin: 15vh auto;
}

.tacnhuang .tbox .out {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/out.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tacnhuang .tbox .out:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.tacnhuang .tbox .video {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.tacnhuang .tbox .video video {
	display: block;
	width: 100%;
	max-height: 100%;
}

.tacnhuang .tbox img {
	display: block;
	margin: 0 auto;
	max-width: inherit;
	height: 100%;
}

.img_tacnhuang .tbox {
	width: 800px;
	background: #fff;
	-moz-box-shadow: 1px 1px 10px #fff;
	-webkit-box-shadow: 1px 1px 10px #fff;
	box-shadow: 1px 1px 10px #fff;
	border-radius: 5px;
	padding: 1px;
}

.img_tacnhuang .tbox .img {
	width: 400px;
	margin: 80px auto 30px;
	position: relative;
	overflow: hidden;
}

.img_tacnhuang .tbox .img img {
	display: block;
	width: 100%;
}

.img_tacnhuang .tbox .img img.kuang {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.img_tacnhuang .tbox .tt {
	width: 400px;
	height: 60px;
	background: #f9f9f9;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	line-height: 1.5;
	justify-content: center;
}

.jg_tacnhuang .tbox .video {
	background: #fff;
}


.fl-row-content-wrap .ico_player:before {
	display: block;
	font-family: 'fontawesome';
	content: '';
	background: url(../images/bf.png) center no-repeat;
	vertical-align: middle;
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	-o-transform: translateX(5%);
	transform: translateX(5%);

}

.fl-row-content-wrap .ico_player:before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/bf.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -35px;
	margin-top: -35px;
	z-index: 999999;
}



.fl-row-content-wrap .ico_player {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	/* border: 6px solid; */
	/* border-radius: 50%; */
	/* font-size: 45px; */
	text-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	/* color: rgba(255, 255, 255, .8); */
	cursor: pointer;
}
