.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 10000000000;
}

.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}

.z_tanchuang .tbox .modal {
	background: white;
	padding: 30px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 80%;
	max-width: 1200px;
	max-height: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}

.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #2a2a2a;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
	transition: all 0.5s;
}

.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	max-height: 67vh;
}

.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
	padding: 20px;
}

.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}

.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes zoomOut {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@-webkit-keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}

@-webkit-keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}

	50% {
		transform: scaleY(0.005) scaleX(1);
	}

	100% {
		transform: scaleY(1) scaleX(1);
	}
}

@keyframes zhuan {
	from {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
}
