:root{
    --body-bg: #fff;
}
.footer_box{margin-top: 60px !important;}
/* 服务项目详情 */
.main_item{margin-top: 30px;border-radius: 10px 10px 0 0;}
.main_item .main_item_content{border: 1px solid #DDDDDD;padding: 30px 20px 32px;border-radius: 10px;}
.tuijian .main_item_content{padding: 25px 20px 40px;}
.main_item:nth-of-type(1){margin-top: 0;}
body{background: var(--body-bg) !important;}
.product_info_title {text-align: center;margin: 0 auto;font-size: 18px;color: #333;margin-bottom: 20px;font-weight: bold;}
.product_info_time,.product_info_price{text-align: center; margin: 0 auto;margin-bottom: 20px;font-size: 14px;color: #999;}
.product_info_time span{margin-right: 20px;}
.product_info_time{color: #999;}
.product_img_item{width: 100%;margin: 0;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.product_img_item:last-of-type{margin-bottom: 0;}
.product_img_item img{max-width: 100%;}
.format{display: inline-block;line-height: 30px;text-indent: 2em;font-size: 16px;color: #333;}

/* 精品推荐 */
.tuijian .main_item_content{border-radius: 0 0 10px 10px;}
.product_list{font-size: 0;}
.product_item{width: 188px;height: 223px;background: #FFFFFF;float: left;margin-right: 54px;margin-top: 30px;border-radius: 5px;border: 1px solid #ccc;overflow: hidden;}
.product_item:nth-of-type(5n){margin-right: 0;}
.product_item:nth-of-type(1){margin-top: 0;}
.product_item:nth-of-type(2){margin-top: 0;}
.product_item:nth-of-type(3){margin-top: 0;}
.product_item:nth-of-type(4){margin-top: 0;}
.product_item:nth-of-type(5){margin-top: 0;}
.product_item:hover{box-shadow: 3px 3px 5px #66666659;}
.product_item:hover a{cursor: pointer;}
.product_item .product_info{padding: 15px;display: flex;align-items: center;height: 88px;}
.product_item .product_title{font-size: 16px;color: #333;line-height: 26px;text-align: left;}
.product_item .product_img{width: 186px;height: 133px;display: block;margin: 0 auto;border-bottom: 1px solid #ccc;}
.product_item .product_img img{width: 100%;height: 100%;object-fit: cover;}
.hover_cover_box:hover a{cursor: pointer;}
.cateinfo_item_div {width: 100%;height: 133px;border-radius: 5px 5px 0 0;float: none;}
.cateinfo_item_div span {font-size: 19px;height: 100%;line-height: 32px;padding: 0 20px;}
