.others_product{
	width:100%
}
.others_product .others_product_items{
	border:1px solid #ececec
}
.others_product .others_product_items .others_product_items_code{
	color:#9b9b9b;
	font-weight:400;
	height: 40px;
	overload:hidden
}
.others_product .others_product_items .others_product_items_img{
	height:210px;
	overflow: hidden;
	text-align:center;
	background-color:#fff
}
.others_product .others_product_items .others_product_items_img img{
	width: 100%;
	height: auto;
	/* width: auto; */
	/* height: 100%; */
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.others_product .others_product_items .others_product_items_img img:hover{
	webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
    opacity: 0.9;
}
.others_product .others_product_items .others_product_items_info{
	padding:20px;
	text-align:center;
	background-color:#eeeeee
}
.others_product .others_product_items .others_product_items_info .others_product_items_title a{
	color:#676767;
	font-size:16px;
}
.others_product .others_product_items .others_product_items_info .others_product_items_title a:hover{
	color:#edbf05;
}
.album-block-items .album-block-items-img{
	overflow:hidden
}
.album-block-items .album-block-items-img img{
	width:100%;
	width: 100%;
    height: 100%;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.album-block-items .album-block-items-img img:hover{
	webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
    opacity: 0.9;
}
.album-block-items .album-block-items-title{
	padding:10px 0;
	text-align:center;
}
.album-block-items .album-block-items-title a{
	color:#676767;
	font-family:'Open Sans', Arial;
	font-size: 16px;
}
.album-block-items .album-block-items-title a:hover{
	color:#edbf05;
}
.album-xemthem{
	padding:40px 0 0;
	text-align:center;
	clear:both;
}
.album-xemthem a{
	background-color:#edbf05;
	color:#fff;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:16px;
	-webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.album-xemthem a:hover{
	background-color:#676767;
}
@media (max-width:767px) {
	.others_product .others_product_items .others_product_items_img img{
		width:100%;
	}
	.others_product .others_product_items .others_product_items_img{
		height: 240px;
	}
}