/**
 * 精彩案例
 */

.shadow {
	height: 45px;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(41, 68, 155, 0.7) 100%);
	position: relative;
}
.body .content {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
.body .content .hBlock {
	float: left;
}
.body .content .item {
	color: #fff;
	text-decoration: none;
	float: left;
	position: relative;
	margin-right: 20px;
	text-align: center;
	margin-top: 20px;
	width: 230px;
	height: 410px;
	overflow: hidden;
	opacity: 0;
	display: none;
}
.body .content .hor {
	height: 166px;
}
.body .content .item:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	line-height: 160px;
	font-size: 16px;
	height: 100px;
	top: -50px;
	left: -50px;
	border-radius: 50px;
	transform: rotate(-45deg);
}

.body .content .item.tj:before {
	content: '推荐';
	background-color: #ff8d36;
	z-index: 999;
}
.body .content .item.pc:before {
	content: 'PC';
	background-color: #a119f5;
	z-index: 999;
}
.body .content .item.yx:before {
	content: '游戏';
	background-color: #ff2d94;
	z-index: 999;
}
.body .content .item.wx:before {
	content: '微信';
	background-color: #37ce00;
	z-index: 999;
}
.body .content .item.pk:before {
	content: '科普';
	background-color: #167ffd;
	z-index: 999;
}

.body .content .item:hover .back {
	transform: rotateY(0deg);
}
.body .content .item:hover .front {
	transform: rotateY(180deg);
}
.body .content .item .icon {
	transform-style: preserve-3d;
	display: block;
	position: relative;
}
.front,
.back {
	backface-visibility: hidden;
	/*transition: 0.6s ease-out;*/
	transition: 1s transform;
	transform-style: preserve-3d;
}
.front {
	width: 230px;
	transform: rotateY(0deg);
	height: 382px;
}

.hor .front {
	height: 136px;
}
.back {
	transform: rotateY(-180deg);
}

.body .content .item .info {
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	height: 336px;
	background-color: rgba(74, 72, 71, 0.6);
}
.body .content .hor .info {
	height: 114px;
}
.body .content .item.tj .info {
	border: 3px outset #ff8d36;
}
.body .content .item.pc .info {
	border: 3px outset #a119f5;
}
.body .content .item.yx .info {
	border: 3px outset #ff2d94;
}
.body .content .item.wx .info {
	border: 3px outset #37ce00;
}
.body .content .item.pk .info {
	border: 3px outset #167ffd;
}
.body .content .hor .info {
	padding-top: 18px;
}

.tou {
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	text-align: center;
	line-height: 100%;
	display: none;
	opacity: 0;
	/*transform:scale(0);*/
}
.tou #bg {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.tou .phone {
	background: url(../images/case/shouji.png) no-repeat;
	background-size: initial;
	background-position: center top;
	position: relative;
	z-index: 9999;
}
.tou .pc,
.pc-hor {
	position: relative;
	z-index: 9999;
}
.tou .phone iframe {
	width: 364px;
	height: 605px;
	margin-top: 141px;
	margin-bottom: 145px;
	border: 1px solid #000;
}
.tou .pc iframe {
	width: 800px;
	height: 480px;
	border: 1px solid #000;
	box-shadow: 0px 0px 8px #2084c4;
}
.tou .pc-hor iframe {
	width: 375px;
	height: 667px;
	border: 1px solid #000;
	box-shadow: 0px 0px 8px #2084c4;
}
