﻿
.case-con{
  width:1200px;
  margin: 0 auto;
}
.navigation{
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  line-height: 52px;
  margin-top: 22px;
}
.navigation span,h1{
  font-size: 12px;
  color:#999;
  font-weight: normal;
  display: inline-block;
}
.navigation a{
  font-size: 12px;
  color:#999;
}
.navigation a:hover{
  border-bottom: 1px solid #999;
}
.nav-home{
  margin-top: 16px;
  margin-right: 9px;
  float: left;
}
.case-type{
  width: 100%;
  margin-top: 13px;
}
.case-type-name{
  position: relative;
  display: inline-block;
  height: 50px;
  width: 399px;
  background-color: #efefef;
  font-size: 18px;
  color:#8b8b8b;
  text-align: center;
  line-height: 50px;
  margin-left: 1px;
  cursor: pointer;
}
.case-type-name:hover{
  background-color: #d6010e;
  color:#fff;
}
.case-type-name span{
  position: absolute;
  display: none;
  border:6px solid transparent;
  border-top-color: #d6010e;
  width: 0px;
  height: 0px;
  left:196px;
  top: 50px;
}
.filter{
  padding: 0 10px;
  background-color: #fafafa;
  height: 181px;
}
.filter ul{
  overflow: hidden;
}
.filter ul a{
  padding:3px 14px;
  color:#555;
  margin-left:13px;
}
.filter ul a:hover{
  color:#d6010e;
}
.filter-name{
  float:left;
  font-size: 14px;
  color:#333;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 17px;
}
.area{
  margin-top:6px;
  margin-bottom:6px;
}
.case-all{
  margin: 35px 0 -35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search{
  width: 401px;
  height: 32px;
  border:1px solid #e5e5e5;
  line-height: 36px;
  font-size: 14px;
  color: #9e9e9e;
  float: right;
  outline: none;
  text-indent: 7px;
 
}
.search_result_box{
  position: relative;
  float: right;
}
.search_icon{
  width: 21px;
  height: 20px;
  position: absolute;
  top:-5px;
  right: 10px;
  cursor: pointer;
}

.caseItem{
  width: 30%;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  margin-bottom: 35px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.caseItem:nth-child(3n){
	margin-right: 0;
	
}
.caseItem:hover{
  box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}
.caseItem-img{
  width: 100%;
}
.caseItem-down{
  position: relative;
  padding: 5%;
}
.caseItem-star{
  position: absolute;
  right: 27px;
  bottom:30px;
  display: block;
}
.caseItem-star-hover{
    position: absolute;
    width: 59px;
    height: 51px;
    background: #d6010e;
    color:#fff;
    box-sizing: border-box;
    padding: 9px 15px;
    right: 27px;
    bottom: 16px;
    font-size: 14px;
    display: none;
    cursor: pointer;
}
.caseItem-star-hover a{color: #fff;}
.caseItem:hover .caseItem-star-hover{
	display: block;
}
.caseItem:hover .caseItem-star{
	display: none;
}
.caseItem-star img{
  width: 18px;
  height: 18px;
  float: left;
}
.caseItem-star span{
  color: #d6000f;
  font-size: 12px;
  float: left;
  margin-left: 2px;
  margin-top: 3px;
}
.caseItem-down p{
  display: inline-block;
  width: 220px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  position: relative;

}
.caseItem-master{
  padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.effect-bubba {
  text-align: center;
}
.effect-bubba-background{
  background: #000;
}
.effect-bubba:hover img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.caseItem-master::before,
.caseItem-master::after {
	pointer-events: none;
}
.caseItem-master::before,
.caseItem-master::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.caseItem-master::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.caseItem-master::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-bubba p {
	padding: 20px;
	opacity: 0;
    margin-top: 60px;
    font-size: 20px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.effect-bubba:hover .caseItem-master::before,
.effect-bubba:hover .caseItem-master::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-bubba:hover h2,
.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

	.filter{height: auto;}
	.filter ul{border-bottom: 1px dashed #d3d3d3;}
	.filter ul:last-child{border-bottom: 0px dashed #d3d3d3;}
	.filter ul .filter-name{margin-top: 14px;}
	.filter ul a.active{background-color:#d6000f;color:#fff;}
	.effect-bubba{position:relative;width:100%;height:250px;}
	.caseItem-down-tit{font-size:20px;color:#333;}
	.caseItem-down-style{font-size:12px;color:#999;margin-top:8px;}
	.select{border: 0!important;padding: 5px 0;}
	.select .select-result {border-bottom: #eee 1px dashed;}
	
	.select li{padding: 10px 0 6px 10px!important;}
	.select a.selected{background-color:#d6000f!important;}
	.select a:hover{background-color:#d6000f!important;color: #fff!important;}
	.case_filter_con a{    float: left;
    width: 2.2rem;
    height: .68rem;
    border: 1px solid #e3e3e3;
    font-size: .2rem;
    color: "#505050";
    border-radius: .05rem;
    margin-right: .3rem;
    margin-bottom: .36rem;
    box-sizing: border-box;
    text-align: center;
    line-height: .68rem;}
	.case_filter_con .selected{background-color:#d6000f;color:#fff;border:none;}

@media (max-width: 800px) {
    .case-con {width: 95%;}
	.filter ul a {font-size: 12px;padding: 3px 3px; margin-left: 8px;}
	.caseItem {width: 100%;margin-bottom: 10px;}
	.select dt{width: auto!important;}
	.tt_page ul li a{line-height: 30px;}
	#pagesize{margin-top: 50px;}
}