html,body,div,span,p,a,ul,li,h1,h2,h3,h4,h5,h6,dl,dd,dt{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
body{
	background: #f5f5f5;
    font-size: 14px;
    color: #222;
}
a{
	text-decoration:none;
    color: #333;
}
a:hover{
	color:#36ad9e;
}
img{
	object-fit: cover;

}
.clearfix:after {
    clear: both;
    display: block;
    content: '';
}
.main{
	width:1200px;
	margin:0 auto;
}
/*header*/
.header_nr{
	background:#36ad9e;
	height:50px;
}
.logo{
	width:170px;
	height:50px;
	float:left;
}
.logo img{
	height:50px;
}
.nav_item{
	float:left;
	height:50px;
	margin-right:20px;

	font-size:15px;
}
.nav_item a{
	color:#fff;
	line-height:50px;
	display:block;
	padding:0 8px;
}
.nav_item :hover{
	background: #309a8d;
}
.dq_top{
	height:200px;
	width:1200px;
	background-color:white;
	border-radius:15px;
	margin:15px auto;
}
.dq_top_t{
	width:50px;
	height:170px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background:#36ad9e;
	padding:15px 0;
	float:left;
}
.dq_top_t h1{
	width:40px;
	height:170px;
	line-height:27px;
	font-size:24px;
	color:white;
	font-weight:700;
	text-align:center;
	margin:0 auto;
}
.dq_c{
	width:1150px;
	padding-top:10px;
	float:left;
}
.dq_c ul{
	width:1100px;
	height:125px;
	margin:0 auto;
}
.dq_c ul li{
	float:left;
	margin-right:18px;
}
.dq_c ul li:last-child{
	margin-right:0;
}
.dq_c ul li a:hover img{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.dq_c ul img{
	width:93px;
	height:93px;
	border-radius:10px;

}
.dq_c ul span{
	display:block;
	font-size:15px;
	font-weight:700;
	text-align:center;
}
.dq_c .tj{
	border-top:1px dashed #cacaca;
	width:1100px;
	margin:0 auto;
	padding-top:7px;
	line-height:25px;

}
.dq_c .tj span{
	display:block;
	height:50px;
	float:left;
	font-weight: bold;
    color: red;
}
.dq_c .tj p{
	float:left;
	position:relative;
	padding:0 10px;
	height:25px;
	font-size:12px;
}
.dq_c .tj p a{
	color:#7f7f7f;
}
.dq_c .tj p a:hover{
	color:#36ad9e;
	font-weight:700;
}
.dq_c .tj p:after{
	content:"";
	position:absolute;
	width:1px;
	height:14px;
	right: 0px;
    top: 5px;
    background: #cacaca;
}
.pet_list{
	background:white;
	border-radius:15px;
	padding-bottom:15px;
}
.pet_t{
	width: 1150px;
    height: 80px;
    margin: 0 auto;
    border-bottom: 2px solid #36ad9e;
}
.pet_list .pet_t h3{
	height: 80px;
    line-height: 80px;
    float: left;
    font-size: 23px;
    color: #36ad9e;
}
.pet_list .pet_t .more{
	height: 80px;
    line-height: 90px;
    float: right;
    font-size: 14px;
    color: #989898;
}
.pet_c{
	width: 1150px;
    margin: 0 auto;
}
.pet_c_l{
	width:840px;
	margin-right:20px;
	float:left;
}
.pet_c_l li{
	float:left;
	margin-right:10px;
	margin-top:15px;
	border:1px solid #e5e5e5;
	padding:9px 9px 0 9px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.pet_c_l li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.pet_c_l li:hover img{
	transform: scale(1.1);
}
.pet_c_l li:hover p{
	color:#36ad9e;
}
.pet_c_l li:hover .pet_c_l li p{
	color:red;
}
.pet_c_l li:nth-child(4){
	margin-right:0;
}
.pet_c_l li:nth-child(8){
	margin-right:0;
}
.pet_c_l li img{
	width:180px;
	height:150px;
	margin:0 auto;
	transition: all 0.3s linear;
}
.pet_c_l li .img{
	width:180px;
	height:150px;
	display:block;
	overflow:hidden;
}
.pet_c_l li p{
	text-align:center;
	font-size:16px;
	height:35px;
	line-height:35px;
	font-weight:bold;
}
.pet_c_r{
	background:#fafafa;
	width:290px;
	float:left;
	margin-top:15px;
	border-radius:15px;
}
.pet_c_r .rmcw{
	height:45px;
	line-height:45px;
	font-size:16px;
	padding-left:15px;
	font-weight:bold;
	position:relative;
}
.pet_c_r .rmcw:before{
	content:"";
	background:red;
	display:block;
	position:absolute;
	height:15px;
	width:5px;
	top:15px;
	left:5px;
	border-radius:5px;
}
.pet_c_r .rmcw_list{
	padding-left:15px;
}
.pet_c_r .rmcw_list i{
	font-style:normal;
	display:block;
	width:19px;
	height:19px;
	line-height:19px;
	float:left;
	background:#e5e6e9;
	text-align:center;
	margin-top:8px;
	margin-right:10px;
	border-radius:5px;
	font-weight:bold;
}
.pet_c_r .rmcw_list li:nth-child(1) i{
	color:#fff;
	background:red;
}
.pet_c_r .rmcw_list li:nth-child(2) i{
	color:#fff;
	background:#ff8700;
}
.pet_c_r .rmcw_list li:nth-child(3) i{
	color:#fff;
	background:#d08c2d;
}
.pet_c_r .rmcw_list li{
	line-height:36px;
}
.pet_news_t{
	height:75px;
	line-height:75px;
}
.pet_news_t p{
	font-size:22px;
	font-weight:bold;
	padding-left:20px;
	float:left;
}
.pet_news_t ul{
	float:right;
}
.pet_news_t li{
	float:left;
	padding-right:10px;
}
.news_img {
    position: relative;
    width: 281px;
    height: 170px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	float:left;
	margin-right:25px;
    overflow: hidden;
}
.news_img:nth-child(4){
	margin-right:0;
}

.news_img img {
    width: 281px;
    height: 170px;
    transition: all 0.3s linear;
}
.news_nr p {
    position: absolute;
    line-height: 39px;
    width: 281px;
    color: #fff;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
	padding-left:10px;
}
.pet_news_c{
	height:350px;
}
.pet_news_c .news_wz{
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    margin-right: 25px;
    width: 271px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .pet_news_c .news_wz:nth-child(8){
	margin-right:0;
}
.pet_news_c .news_wz:nth-child(12){
	margin-right:0;
}
.pet_news_c .news_wz:nth-child(16){
	margin-right:0;
}
.pet_news_c .news_wz:nth-child(20){
	margin-right:0;
}
.news_img img:hover{
	transform:scale(1.1);
}
.news_img:hover .news_nr .news_img_t{
	position:absolute;
	line-height:39px;
	width:281px;
	color:#fff;
	bottom:0;
	left:0;
	background:#36adaeab;;
}
.pet_news_c .news_wz:hover{
	color:#36ad9e;
}
/*底部*/
.foot{
	height:200px;
	width:100%;
	background:#2e3433;
}
.foot a{
    color: #ccc;
}
.foot_nav{
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
.foot_nav a{
	color:#ccc;
	display:block;
	float:left;
	width:100px;
}
.foot_c{
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
.foot_c p{
	text-align:center;
	color:#ccc;
}
/* ========== 汉堡菜单按钮 - 桌面端隐藏 ========== */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin-left: auto;
}
.hamburger span {
	display: block;
	width: 24px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
.link{
	background:white;
	border-radius:15px;
	padding-bottom:15px;
	margin-bottom:20px;
}
.link .link_t{
	position:relative;
	padding:0px 0 0 62px;
		line-height:58px;

}
.link .link_t span{
	font-size:18px;
	font-weight:800;
	
}
.link img{
	width:30px;
	height:30px;
	position:absolute;
	left:24px;
	top:15px;
}
.link_c{
	width:1170px;
	margin:0 auto;
}
.link_c a{
	padding-right:15px;
	line-height:20px;
	height: 30px;
    line-height: 30px;
}
/*搴曢儴*/
/* ========== 移动端 (≤768px) ========== */
@media (max-width: 768px) {
	html { overflow-x: hidden; }
	body { max-width: 100vw; overflow-x: hidden; }

	/* 容器全宽 */
	.main, .dq_top, .dq_c, .pet_c, .pet_c_l, .pet_c_r, .pet_news_t, .foot_nav, .foot_c {
		width: 100% !important;
	}
	.dq_top { border-radius: 0; margin: 0; height: auto; }
	.dq_c ul { width: 100%; }
	.dq_c .tj { width: 100%; }

	/* Header */
	.header_nr { height: auto; }
	.header_nr .main {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.logo { float: none; }
	.nav { order: 3; width: 100%; }

	/* 汉堡按钮 - 固定右上角 */
	.hamburger {
		display: flex;
		position: fixed;
		top: 10px;
		right: 12px;
		z-index: 9999;
	}

	/* 导航折叠 */
	.nav_wrap {
		display: none;
		flex-direction: column;
		width: 100%;
		background: #fff;
		padding: 8px 0;
	}
	.nav_wrap.open { display: flex; }
	.nav_item { float: none; margin-right: 0; width: 100%; height: auto; }
	.nav_item a {
		color: #333;
		line-height: 42px;
		padding: 0 20px;
		display: block;
		border-bottom: 1px solid #f0f0f0;
	}
	.nav_item a:hover { background: #f5f5f5; }

	/* 品种分类入口 */
	.dq_top_t {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 8px 0;
		float: none;
	}
	.dq_top_t h1 { width: auto; height: auto; font-size: 18px; line-height: 1.5; }
	.dq_c { float: none; width: 100%; }
	.dq_c ul { display: flex; flex-wrap: wrap; width: 100%; height: auto; }
	.dq_c ul li { float: none; width: calc(20% - 7px); margin-right: 8px; margin-bottom: 10px; text-align: center; }
	.dq_c ul li:nth-child(5n) { margin-right: 0; }
	.dq_c ul img { width: 50px; height: 50px; }
	.dq_c ul span { font-size: 12px; }
	.dq_c .tj span { float: none; display: inline-block; width: auto; height: auto; }
	.dq_c .tj p { float: none; display: inline-block; }

	/* 宠物列表 */
	.pet_list { border-radius: 0; padding-bottom: 10px; }
	.pet_t { width: 100%; height: auto; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
	.pet_t h3 { height: auto; line-height: 1.5; float: none; font-size: 18px; }
	.pet_t .more { height: auto; line-height: 1.5; float: none; }
	.pet_c_l { width: 100%; float: none; margin-right: 0; }
	.pet_c_l ul { display: flex; flex-wrap: wrap; }
	.pet_c_l li {
		float: none;
		box-sizing: border-box;
		width: calc(50% - 6px);
		margin-right: 4px;
		margin-top: 8px;
		padding: 6px 6px 0 6px;
	}
	.pet_c_l li:nth-child(even) { margin-right: 0; }
	.pet_c_l li img { width: 100%; }
	.pet_c_l li .img { width: 100%; height: auto; }
	.pet_c_l li p { font-size: 14px; height: 30px; line-height: 30px; }
	.pet_c_r { width: 100%; float: none; margin-top: 10px; border-radius: 0; }

	/* 新闻区 */
	.pet_news { margin-top: 10px; }
	.pet_news_t { display: flex; justify-content: space-between; align-items: center; padding: 0 10px; height: auto; }
	.pet_news_t p { font-size: 18px; float: none; padding-left: 0; }
	.pet_news_t ul { float: none; display: none; }
	.pet_news_c { height: auto; }
	.news_img {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		height: auto;
	}
	.news_img img { width: 100%; height: auto; }
	.news_img p, .news_nr p { width: 100%; }
	.pet_news_c .news_wz {
		width: 100%;
		float: none;
		margin-right: 0;
		padding: 0 15px;
		border-bottom: 1px solid #f0f0f0;
	}

	/* 底部 */
	.foot { height: auto; padding: 20px 0; }
	.foot_nav {
		width: 100%;
		padding-top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.foot_nav a { float: none; width: auto; padding: 5px 10px; }
	.foot_c { width: 100%; padding-top: 10px; }
	.foot_c p { font-size: 12px; }
		.link {
		border-radius: 12px;
	}
	.link .link_t {
		padding-left: 35px;
		line-height: 46px;
	}
	.link .link_t span {
		font-size: 15px;
	}
	.link img {
		width: 22px;
		height: 22px;
		left: 10px;
		top: 12px;
	}
	.link_c {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	/* table 鏀逛负寮规€ф崲琛?*/
	.link_c table,
	.link_c tbody,
	.link_c tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.link_c td {
		display: inline-block;
		text-align: center;
		padding: 4px 8px;
	}
	.link_c td:empty {
		display: none;
	}
	.link_c a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 6px;
		display: inline-block;
		white-space: nowrap;
	}
}

/* ========== 平板端 (769-1199px) 等比缩放 ========== */
@media (min-width: 769px) and (max-width: 1199px) {
	html {
		overflow-x: hidden;
	}
	body {
		width: 1200px;
		margin: 0;
		padding: 0;
		zoom: calc(100vw / 1200px);
	}
}