@media (max-width: 500px){
	.gallery-wrap .item {
	    width: 100% !important;
	}
}
.gallery-wrap {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
.gallery-wrap .item {
    text-align: center;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    width: 29.33333333%;
    padding: 0;
    margin: 15px;
}
.gallery-wrap .img-wrap {
    position: relative;
    height: 290px;
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.gallery-wrap .img-wrap img {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
	border: 0;
}
.gallery-wrap .item .item-cnt {
    padding: 10px 0;
	display: none;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.gallery-wrap img {
    width: 100%;
    cursor: pointer;
}

.blog-img-wrap{
    max-height: 300px;
    overflow: hidden;
}
.blog-img-wrap a:hover{
    opacity: 0.8;
}
[data-mi-widget="cartinfo"]{
    position: fixed;
    z-index: 99999;
    background: #f03535;
    padding: 9px 10px;
    color: #fff;
    display: none;
    bottom: 15px;
    left: 10px;
    border-radius: 3px;
    box-shadow: 0 -2px 15px #b1b0b3;
    border: 1px solid #fff;
    cursor: pointer;
}
[data-mi-widget="cartinfo"]:hover{
    opacity: 0.9;
}
.jd_img_animate{
    box-shadow:1px 1px 3px 3px #fff;width:50px;height:50px;position:absolute;z-index:9999999;
    height: auto;
}