.mobile-case {
	position: relative;
	overflow: hidden;
}
.mobile-case .head {
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	text-align: center;
	color: #427edf;
	margin-bottom: 40px;
}
.mobile-case .head strong {
	font-size: 42px;
	color: #e24949;
}
.mobile-case .list {
	width: 100%;
	margin-top:10px;
	margin-bottom: 30px;
}
.mobile-case .item {
	float: left;
	width: 25%;
	height: auto;
	position: relative;
	margin-bottom:20px;
	
}
@media screen and (max-width: 768px) {
.mobile-case .item{
	width: 33.3%;}
}
@media screen and (max-width: 480px) {
.mobile-case .item{
	width: 50%;}
}

.mobile-case .main0 {
	height: auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	padding: 15px;
	margin:0px 15px;
	border: 1px solid #e1e1e1;
	border-radius:15px;
}
@media screen and (max-width: 768px) {
.mobile-case .main0{
		margin:0px 10px;	padding: 10px;border-radius:10px;}
}
@media screen and (max-width: 480px) {
.mobile-case .main0{
		margin:0px 5px;	padding: 5px;border-radius:5px;}
}
.mobile-case .pic_img {
	padding: 0px;
	border: 0px solid #f1f1f1;
	width:100%;

}
.mobile-case .pic_img img {
	display: block;
	width: 100%;
}
.mobile-case .inf {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;

}
.mobile-case .inf:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7)!important;
	filter: Alpha(opacity=1);
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;

}
.mobile-case .inf>* {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFF;
}
.mobile-case .inf p {
	height: 36px;
	line-height: 36px;
	padding-top: 40px;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
.mobile-case .inf p {
	font-size: 14px;}
}
@media screen and (max-width: 480px) {
.mobile-case .inf p {
	font-size: 12px;}
}
.mobile-case .code {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0 auto 15px;
}
.mobile-case .code img{ width:50%;}
.mobile-case h3 {
	font-weight: 400;
	margin: 0 20px;
}
.mobile-case .link {
	width: 150px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 30px;
	background: #1999d6;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
}
.mobile-case .link:hover {
	background: #0573a7;
}
.mobile-case .item:hover .inf {
	display: block;
}
.mobile-case .item:hover p {
	-webkit-animation: flyInUp .3s ease both;
	animation: flyInUp .3s ease both;
}
.mobile-case .item:hover .code {
	-webkit-animation: flyInUp .4s ease both;
	animation: flyInUp .4s ease both;
}
.mobile-case .item:hover h3 {
	-webkit-animation: flyInUp .6s ease both;
	animation: flyInUp .6s ease both;
}
.mobile-case .item:hover .link {
	-webkit-animation: flyInUp .7s ease both;
	animation: flyInUp .7s ease both;
}
.mobile-case .foot0 {
	width: 100%;
	height: 35px;
}
.mobile-case .foot0 a {
	display: block;
	width: 240px;
	height: 35px;
	line-height: 35px;
	background: #0F73BF;
	color: #fff;
	border-radius: 35px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}
.mobile-case .foot a:hover {
	background: #af0000;
}
.wrap {
	width: 1200px;
	margin: 0px auto;
}
