/*
 Theme Name:   TongDe Theme
 Description:  Use this TongDe theme to Build Your Site.
 Author:       Booka
 Template:     bricks
 Version:      1.1
*/


/*为了消除选中时的虚线框*/

a:focus {
	outline: none !important;
	outline-style: none !important;
	-moz-outline-style: none !important;
}

body.bricks-is-frontend:focus {
	outline: none !important;
}


/* 动画样式 start */
.zoom-img-con {

}

.zoom-img-hide-con {
  overflow:hidden;
}

.zoom-img-con img,
.zoom-img-hide-con img {
  width:100%;
  height:100%;
  object-fit:cover;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.zoom-img-con img:hover,
.zoom-img-hide-con img:hover {
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
}

.shadow-float-con {
  margin-top:0px;
  transition: all .4s ease!important;
}

.shadow-float-con:hover {
  margin-top:-15px;
/* box-shadow: 3px 0 3px #00000066, -3px 0 3px  #00000066; */
  box-shadow: 2px 2px 8px 8px rgba(0, 0, 0, 0.2);
}

/* 动画样式 end */