﻿@charset "utf-8";
/* CSS Document */
/* ------------------------展示图片-------------------------- */
.case{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 4px solid #fff;
	background-color: #fff;
	border-radius: 2px;
}
.case img{
	display: block
}
.icp {
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 2px rgba(90, 90, 90, 1);
}

.icp > a:hover {
	text-decoration: underline
}

