﻿.main_item{font-size: 0;padding: 20px 0 40px;}
/* 服务项目 */
.main_item_title{margin-bottom: 0px;padding-left: 20px;}
.product_item {display: inline-block; width: 260px;height: 298px;padding: 0px 13px;margin-right: 40px;position: relative;vertical-align: top;}
.product_item:nth-of-type(4n){margin-right: 0;}
.product_item:nth-of-type(1){margin-left: 20px;}
.product_item:nth-of-type(5){margin-left: 20px;}
.product_item:nth-of-type(9){margin-left: 20px;}
.product_item:nth-of-type(13){margin-left: 20px;}
.product_item:nth-of-type(17){margin-left: 20px;}
.product_item:nth-of-type(21){margin-left: 20px;}
.product_item:nth-of-type(25){margin-left: 20px;}
.product_item:nth-of-type(29){margin-left: 20px;}
.product_item:nth-of-type(33){margin-left: 20px;}
.product_item_bcg{display: block; background-color: #f8ffff;width: 100%;height: 100%;}
.product_list a:last-of-type li.product_item{padding-bottom: 0;height: 105px;}
.product_item_img{width: 220px;text-align: center;border-radius: 5px;margin: 20px auto 0;overflow: hidden;}
.product_item_img img{width:220px;height: 165px;border-radius: 5px;transition: 0.3s;}
.product_item_bcg:hover img{transform: scale(1.2);}
.main_item_content{margin-top: 20px;}
.product_ic_text{padding: 0 15px;color: #333;font-size: 16px;margin: 15px 0 5px;text-align: left;line-height: 26px;}
.product_item_bcg:hover .product_ic_text{color: var(--templateCommenColor);}
.product_ic_price{text-align: center;font-size: 16px;color: var(--shop-theme-color, #006ACD);font-weight: bold;padding: 0 15px;}
.product_item_jump{line-height: 85px;float: right;}
.product_item_jump a{display: inline-block;width: 80px;height: 30px;line-height: 30px;text-align: center;background-color: var(--shop-theme-color, #006ACD);color: #fff;border-radius: 5px;font-size: 13px;}
.main_content_bgc_left{position: absolute;top: 0;left: 0;bottom: 0;width: 13px;background-image: linear-gradient(90deg,#f8ffff 20%,#0000001a);}
.main_content_bgc_right{position: absolute;top: 0;right: 0;bottom: 0;width: 13px;background-image: linear-gradient(90deg, #0000001a, #f8ffff  80%);}
.main_content_bgc_up {width: 100%;height: 100%;background-image: linear-gradient(#f8ffff 0%, #00000003 20%,#00000003 , #f8ffff 100%) ;}

/* 分页器 */
.pagination{margin:40px 0 0;text-align: center;}

.cateinfo_item_div{height: 165px;float: none;}
.cateinfo_item_div span{font-size: 18px;height: 100%;padding: 0 40px;}
