.tab_list1 {margin: 30px 0;}
#product .tab_list1 ul {overflow: hidden;}
#product .tab_list1 li {cursor: pointer;float: left;background-size: 100% 100%;background-image: url(../img/product/huijiantou.png);padding: 15px 30px;}
#product .tab_list1 li:first-of-type {background-image: url(../img/product/huijiantou2.png);}
/* #product .tab_list1 .current1::before {content: "";position: absolute;left: 0;top: 0;width: 5px;height: 100%;background: #23b14d;} */
#product .tab_list1 .current1 {position: relative;background-image: url(../img/product/lanjiantou1.png);background-size: 100% 100%;color: #fff;}
#product .tab_list1 ul .current2 {background-image: url(../img/product/lanjiantou.png);color: #ffffff;}
#product .item1 {display: none;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
#product .item-block {width: 32%;height: 600px;background-size: 100% 100%;border: 2px solid #E8E8E8;position: relative;margin-top: 30px;cursor: pointer;overflow: hidden;}
#product .item1:after {content: "";width: 32%;height: 0px;visibility: hidden;}
#product .item-block>img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#product .item-block .detail {position: absolute;bottom: -2px;background-color: #d8dfe9;height: 60px;line-height: 60px;display: flex;flex-direction: row;width: 100%;justify-content: space-between;}
#product .item-block .detail .title {font-size: 17px;padding-left: 5%;font-weight: 500;width: 80%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#product .yourig {cursor: pointer;width: 120px;position: relative;background-size: 100% 100%;background-image: url(../img/product/detail-bg.png);width: 20%;}
#product .yourig img {position: absolute;top: 50%;left: 58%;width: 12px;transform: translate(-50%, -50%);}
#product .detail a {width: 23.5%;height: 100%;position: absolute;right: 0;background-image: url(../img/product/detail-bg.png);background-repeat: no-repeat;background-size: 100% 100%;display: inline-block;}
#product .detail a:hover {background-image: url(../img/product/detail-bg-hover.png);}
#product .detail a img {position: absolute;width: 15%;height: 50%;top: 50%;right: 25%;transform: translate(-50%, -50%);}

@media (max-width: 768px) {
	#product .item-block {width: 100%;}
	#product .yourig {width: 22%;}
	.tab_list1 {margin: 20px 0 0 0;}
	.pagination li a {padding: 6px 6px;border: solid 1px #d6d6d6;}
}