@font-face {
	font-family: "Avenir";
	font-display: swap;
	src: url('AvenirLTStd-Book.otf');
}

@font-face {
	font-family: "AvenirLTStd-black";
	font-display: swap;
	src: url('AvenirLTStd-black.ttf');
}

@font-face {
	font-family: "AvenirLTStd-Light";
	font-display: swap;
	src: url('AvenirLTStd-Light.otf');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "AvenirLTStd-black";
}

html,
body {
	font-family: "Avenir";
	color: #21201f;
}

input,
textarea,
select,
button,
area {
	font-family: "Avenir";
}

.section {
	width: 88%;
	margin: auto;
	max-width: 1464px;
}

.header {
	width: 100%;
	position: fixed;
	transition: 0.4s;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 82px;
	background: #fff;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	display: flex;
	width: 72px;
}

.header .logo a {
	width: 100%;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.searchform {
	position: absolute;
	width: 16%;
	height: 20px;
	right: 55.5%;
	top: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #999;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 85%;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	padding: 0;
	line-height: 20px;
	background: none;
}

.searchform form .submit {
	width: 15%;
	height: 20px;
	border: none;
	outline: none;
	background: url(../search.png) center no-repeat;
}

.header .menu {
	width: 45%;
	float: right;
	margin-top: 31px;
	margin-right: 115px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li.menu-li:nth-child(2):before,
.header .menu ul li.menu-li:nth-child(3):before {
	width: 10px;
	height: 6px;
	content: '';
	display: block;
	position: absolute;
	left: 108%;
	top: 50%;
	margin-top: -3px;
	background: url(../icon01.png);
}

.header .menu ul li a.menu-a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	line-height: 20px;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 235px;
	left: 0;
	padding: 20px 30px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 5px 0;
	padding: 0;
}

.header .menu li .drop li a {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #da2631;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.header .menu li .drop li a:hover:before {
	width: 100%;
}

.header .menu li .drop li::after {
	display: none;
}

.header-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 52px;
	display: none;
	top: 23px;
	transition: 0.4s;
}

.headericon-a {
	width: 20px;
	height: 20px;
	display: inline-block;
	transition: 0.4s;
}

.company_icon {
	position: absolute;
	right: 0;
	top: 31px;
	z-index: 10;
}

.company_icon span {
	display: block;
	padding: 0 18px 0 9px;
	font-size: 14px;
	border: 1px solid #000;
}

.company_icon span::after {
	content: '';
	width: 10px;
	height: 6px;
	right: 6px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -3px;
	background-image: url(../icon01.png);
}

.company_link {
	background: #d01942;
	position: absolute;
	width: 100%;
	right: 0;
	padding: 10px 10px;
	top: 125%;
	display: none;
	transition: 0.2s;
	text-align: center;
	border-radius: 6px;
}

.company_link::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #d01942 transparent;
}

.company_link a {
	display: block;
	font-size: 14px;
	padding: 5px 0;
	color: #fff;
}

.company_link a:hover {
	color: #fff;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 18px;
	position: absolute;
	right: 20px;
	top: 0;
	height: 64px;
	display: none;
	transition: 0.4s;
	z-index: 9999999;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 18px;
	height: 2px;
	border-radius: 3px;
	background: #000;
}

.m_menu .line2 {
	margin: 3px 0;
}

.m_menu.on .line3 {
	transform: translateY(-2px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(0) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.header .menu ul li.on a.menu-a,
.header .menu ul li a.menu-a:hover {
	color: #e80502
}

.index-title {
	width: 100%;
}

.banner-swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 82px;
}

.banner-img {
	display: none;
}

.jh-background-video-container {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.video-back {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.vidbacking-active-block-back {
	/* position: absolute; */
	/* 	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto; */
	width: 100%;
	z-index: 10;
	/* 	left: 0;
	top: 0; */
	/* 	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); */
}

.vidbacking {
	display: none;
}

.vidmask-body-back {
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}

.vidmask-block-back {
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}

.index-banner-img {
	height: 799px;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.1);
	background-color: #ecedef;
	background-size: cover;
}

.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 2.5s ease;
}

.banner-button {
	width: 125px;
	height: 54px;
	right: 12%;
	bottom: 6%;
	position: absolute;
	z-index: 10;
}

.button-next,
.button-prev {
	top: 50%;
	width: 54px;
	height: 54px;
	background: #d01942;
	margin-top: -27px;
	transition: 0.4s;
	border-radius: 50%;
}

.button-next img,
.button-prev img {
	width: 100%;
	filter: brightness(100);
}

.button-next:after,
.button-prev:after {
	display: none;
}

.history-next {
	right: -100px;
}

.history-prev {
	left: -100px;
}

.banner-next {
	right: 0;
}

.banner-prev {
	left: 0;
}

.everyMoment-next {
	right: 15px;
}

.everyMoment-prev {
	left: 15px;
}

.button-next:hover,
.button-prev:hover {
	background: #fff;
}

.button-next:hover img,
.button-prev:hover img {
	filter: none;
}

.w-full-pagination {
	width: 50%;
	height: 40px;
	position: relative;
	margin: 15px auto 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
}

.progressbarbutton-next,
.progressbarbutton-prev {
	top: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	margin-top: -15px;
	transition: 0.4s;
	border-radius: 50%;
	box-shadow: 0 0 3px #ccc;
}

.progressbarbutton-next img,
.progressbarbutton-prev img {
	width: 100%;
	filter: brightness(100);
}

.progressbarbutton-next:after,
.progressbarbutton-prev:after {
	display: none;
}

.progressbarbutton-next {
	right: 0;
}

.progressbarbutton-prev {
	left: 0;
}

.swiper-pagination {
	width: 100%;
	text-align: center;
	transition: 0.4s;
}

/*petshy-Safe*/
.petshy-Safe {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.Safelist-a {
	overflow: hidden;
	display: block;
	position: relative;
	color: #fff;
	border-radius: 25px;
}

.Safelist-a img {
	width: 100%;
	transition: 0.7s ease;
}

.Safelist-a .content {
	position: absolute;
	bottom: 5%;
	left: 7.35%;
	z-index: 10;
	transition: 0.7s;
}

.Safelist-a .txt {
	line-height: 20px;
	height: 40px;
	opacity: 0;
	transition: 0.7s ease;
}

.Safelist-a span {
	opacity: 0;
	font-weight: 200;
	position: relative;
	transition: 0.7s ease;
	border-bottom: 1px solid #fff;
}

.Safelist-a:hover img {
	transform: scale(1.02, 1.02);
}

.Safelist-a:hover .txt,
.Safelist-a:hover span {
	opacity: 1;
}

.Safelist-a:hover .content {
	bottom: 10%;
}

/*trending-Products*/
.trending-Products {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.trending-Pro-list-a {
	overflow: hidden;
	display: block;
	position: relative;
}

.trending-Pro-list-a .box {
	overflow: hidden;
	border-radius: 25px;
}

.trending-Pro-list-a img {
	width: 100%;
	transition: 0.7s ease;
}

.trending-Pro-list-a .content {
	padding: 25px 0;	text-align: center;
}

.trending-Pro-list-a span {
	display: inline-block;
	margin-top: 15px;
	font-weight: 200;
	position: relative;
	border-bottom: 1px solid #000;
}

.trending-Pro-list-a:hover img {
	transform: scale(1.02, 1.02);
}

.trending-Pro-list-a:hover span {
	color: #d01942;
	border-bottom: 1px solid #d01942;
}

.trending-Pro-list-a:hover h2 {
	color: #d01942;
}

.btn-primary {
	text-align: center;
}

.btn-primary a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 185px;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	padding: 10px 0;
	background: #d01942;
	border-radius: 5px;
}

.btn-primary i {
	width: 0;
	margin-left: 0;
	height: 12px;
	display: block;
	opacity: 0;
	transition: 0.34s;
	background: url(../micon.png);
}

.btn-primary a:hover {
	background: #be0d35;
}

.btn-primary a:hover i {
	opacity: 1;
	margin-left: 15px;
	width: 17px;
}

/*every-Moment-Matters*/
.every-Moment-Matters {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding: 140px 0 160px 0;
}

.everyMoment-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.everyMomentslide {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.everyMomentslide .box {
	overflow: hidden;
}

.everyMomentslide img.timg {
	width: 100%;
	transition: 0.7s ease;
}

.everyMomentslide .content {
	padding: 40px 15px 32px 15px;
}

.everyMomentslide .content .img {
	width: 40.625%;
	max-width: 130px;
}

.everyMomentslide h2 {
	font-weight: bold;
}

.everyMomentslide span {
	display: inline-block;
	margin-top: 15px;
	font-weight: 200;
	position: relative;
	border-bottom: 1px solid #000;
}

.everyMomentslide:hover img.timg {
	transform: scale(1.02, 1.02);
}

/*index-sustainability*/
.index-sustainability {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	overflow: hidden;
}

.index-sustainability-img {
	width: 47.5%;
	position: relative;
}

.index-sustainability-img img {
	max-width: 100%;
}

.index-sustainability-txt {
	width: 52.5%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 20px;
}

.petshy-morego-on {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #fff;
	padding-top: 130px;
}

.morego-a {
	overflow: hidden;
	display: block;
	position: relative;
}

.morego-a .box {
	overflow: hidden;
	border-radius: 25px;
}

.morego-a img {
	width: 100%;
	transition: 0.7s ease;
}

.morego-a .content {
	padding: 25px 0;
}

.morego-a h2 {
	font-weight: bold;
	color: #181818;
}

.morego-a span {
	display: inline-block;
	margin-top: 15px;
	line-height: 34px;
	padding: 0 25px;
	font-weight: 200;
	position: relative;
	color: #fff;
	background: #d01942;
	border-radius: 5px;
	transition: 0.6s;
}

.morego-a:hover img {
	transform: scale(1.02, 1.02);
}

.morego-a:hover span {
	margin-left: 10px;
}

.num-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 110px 0 90px 0;
}

.num-box ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	margin: 10px 0;
	box-sizing: border-box;
	position: relative;
	padding-left: 35px;
}

.num-box ul li img {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 10;
}

.num-box span {
	display: inline-block;
	font-weight: bold;
	font-family: "AvenirLTStd-black";
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	margin-top: 82px;
	position: relative;
}

.inner-banner-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.contactbanner .inner-banner-img {
	height: 578px;
}

.storybanner .inner-banner-img {
	height: 735px;
}

.missionbanner .inner-banner-img {
	height: 753px;
}

.journeybanner .inner-banner-img {
	height: 753px;
}

.mpbanner-img {
	display: none;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner h2 {
	font-size: 50px;
	font-weight: bold;
	position: relative;
}

.background-fc {
	background: #fcf7ea;
}

.background-fb {
	background: #fbf7f1;
}

.petshy-content {
	width: 100%;
	padding: 130px 0;
	overflow: hidden;
}

.petshy-content .txt {
	line-height: 40px;
}

.story-txt {
	max-width: 850px;
	margin: 0 auto;
}

.mission-txt {
	max-width: 1110px;
	margin: 0 auto;
}

.petshy-Pets-Lead {
	width: 100%;
	padding: 130px 0;
	overflow: hidden;
	background: #ffffff;
}

.petshy-Pets-Lead dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.petshy-Pets-Lead dl dt {
	width: 51.5%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.petshy-Pets-Lead dl dt img {
	border-radius: 25px;
	overflow: hidden;
}

.petshy-Pets-Lead dl dd {
	width: 44.5%;
	padding: 10px 0;
}

.petshy-Pets-Lead dl dd h4 {
	font-size: 30px;
	font-weight: bold;
}

.petshy-Pets-Lead dl dd p {
	font-size: 18px;
	line-height: 32px;
	margin: 15px 0 35px 0;
}

.petshy-Pets-Lead dl dd p:last-child {
	margin: 15px 0 0 0;
}

.petshy-Pets-history {
	width: 100%;
	padding: 140px 0 110px 0;
	overflow: hidden;
	background: #f6f6f6;
}

.history-container {
	position: relative;
}

.history-a {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 20px;
	background-color: #fff;
	color: #151515;
}

.history-a .box {
	overflow: hidden;
}

.history-a img {
	transition: 0.7s ease;
}

.history-a .content {
	padding: 25px 15px;
	min-height: 180px;
}

.history-a:hover img {
	transform: scale(1.02, 1.02);
}

.petshy-Mission {
	width: 100%;
	padding: 130px 0;
	overflow: hidden;
	background: #ffffff;
}

.petshy-Mission dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.petshy-Mission dl dt {
	width: 45%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.petshy-Mission dl dt img {
	border-radius: 25px;
	overflow: hidden;
}

.petshy-Mission dl dd {
	width: 51%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.petshy-Mission dl dd p {
	line-height: 32px;
}

.petshy-Mission-list-dl {
	width: 100%;
	overflow: hidden;
}

.petshy-Mission-list-dl dl {
	width: 100%;
	margin-top: 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.petshy-Mission-list-dl dl dt {
	width: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.petshy-Mission-list-dl dl dt img {
	border-radius: 25px;
	overflow: hidden;
}

.petshy-Mission-list-dl dl dd {
	width: 44%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.petshy-Mission-list-dl dl dd p {
	line-height: 32px;
}

.petshy-Mission-list-dl dl:nth-child(even) {
	flex-direction: row-reverse;
}

.mission-trending-Products {
	padding: 110px 0;
}

.Journeylist {
	width: 100%;
	overflow: hidden;
}

.Journeylist-a {
	overflow: hidden;
	display: block;
	position: relative;
	color: #fff;
	border-radius: 25px;
	transition: 0.7s;
}

.Journeylist-a img {
	width: 100%;
	transition: 0.7s ease;
}

.Journeylist-a .content {
	position: absolute;
	bottom: 10%;
	width: 85.3%;
	left: 7.35%;
	z-index: 10;
}

.Journeylist-a .content h2 {
	color: #d01942;
}

.Journeylist-a span {
	font-weight: 200;
	position: relative;
}

.Journeylist .Journeylist-a {
	width: 24%;
	float: left;
}

.Journeylist .Journeylist-a:nth-child(1) {
	margin: 70px 0.48% 0 0.48%;
}

.Journeylist .Journeylist-a:nth-child(2) {
	margin: 0 0.48%;
}

.Journeylist .Journeylist-a:nth-child(3) {
	margin: 70px 0.48% 0 0.48%;
}

.Journeylist .Journeylist-a:nth-child(4) {
	margin: 0 0.48%;
}

.Journeylist-a:hover img {
	transform: scale(1.02, 1.02);
}

.Journeylist .Journeylist-a:nth-child(1):hover {
	margin: 30px 0.48% 0 0.48%;
}

.Journeylist .Journeylist-a:nth-child(2):hover {
	margin: 30px 0.48% 0 0.48%;
}

.Journeylist .Journeylist-a:nth-child(3):hover {
	margin: 40px 0.48% 0 0.48%;
}

.Journeylist .Journeylist-a:nth-child(4):hover {
	margin: 20px 0.48% 0 0.48%;
}

.JourneylistmySwiper {
	display: none;
}

.Product-Line-content {
	width: 100%;
	padding: 50px 0 130px 0;
	overflow: hidden;
}

.Productlinelist {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.Productlinelist .w1 {
	width: 32.333%;
}

.Productlinelist .w2 {
	width: 64.666%;
	background: #d01942;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Productlinelist .w2 a {
	background: #fff;
	color: #d01942;
}

.Productlinelist-letm {
	margin: 10px 0.5%;
	overflow: hidden;
	position: relative;
	color: #fff;
	border-radius: 25px;
}

.Productlinelist-letm img {
	width: 100%;
	transition: 0.7s ease;
}

.Productlinelist-letm .content {
	position: absolute;
	bottom: 4%;
	left: 7.35%;
	width: 81%;
	z-index: 10;
	transition: 0.7s;
}

.Productlinelist-letm h2 {
	color: #d01942;
}

.Productlinelist-letm h3 {
	position: relative;
	transition: 0.7s ease;
}

.Productlinelist-letm .txt {
	width: 90%;
	max-width: 575px;
	text-align: center;
}

.Productlinelist-letm .txt a {
	text-align: center;
}

.Productlinelist-letm .txt a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 65px auto 0 auto;
	width: 48%;
	color: #d01942;
	font-size: 20px;
	line-height: 60px;
	background: #fff;
	border-radius: 5px;
}

.Productlinelist-letm .txt a i {
	width: 0;
	margin-left: 0;
	height: 12px;
	display: block;
	opacity: 0;
	transition: 0.34s;
	background: url(../micon.png);
}

.Productlinelist-letm .txt a:hover {
	color: #fff;
	background: #be0d35;
}

.Productlinelist-letm .txt a:hover i {
	opacity: 1;
	margin-left: 15px;
	width: 17px;
}

.Productlinelist-letm:hover img {
	transform: scale(1.02, 1.02);
}

.Productlinelist-letm:hover h3 {
	opacity: 1;
}

.Productlinelist-letm:hover .content {
	bottom: 15%;
}

.ProductlinemySwiper {
	display: none;
}

.Paws_Wellnes_box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.Paws_Wellnes_img {
	width: 56%;
	overflow: hidden;
	position: relative;
	color: #fff;
	border-radius: 25px;
}

.journeycontent {
	overflow: hidden;
	position: relative;
	color: #fff;
	border-radius: 25px;
}

.journeycontent img {
	width: 100%;
	transition: 0.7s ease;
}

.journeycontent .content {
	position: absolute;
	bottom: 8%;
	left: 5.5%;
	width: 81%;
	z-index: 10;
	transition: 0.7s;
}

.journeycontent h2 {
	color: #d01942;
}

.journeycontent h3 {
	position: relative;
	transition: 0.7s ease;
}

.Paws_Wellnes_dl {
	width: 40%;
	margin-left: 4%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.Paws_Wellnes_dl ul {
	height: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.Paws_Wellnes_dl ul li:first-child {
	display: none;
}

.Paws_Wellnes_dl dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Paws_Wellnes_dl dl dt {
	width: 25%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Paws_Wellnes_dl dl dt img {
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
}

.Paws_Wellnes_dl dl dd {
	width: 70%;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.Paws_Wellnes_dl dl dd p {
	line-height: 32px;
}

.Paws_Wellnes_dl dl:hover dd {
	color: #d01942;
}

.petshy-miss-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.petshy-miss-list-a {
	overflow: hidden;
	display: block;
	position: relative;
	background-color: #fff;
	color: #151515;
}

.petshy-miss-list-a .box {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.petshy-miss-list-a .box h2 {
	position: absolute;
	bottom: 3%;
	left: 5.5%;
	color: #fff;
	width: 81%;
	z-index: 10;
	transition: 0.7s;
}

.petshy-miss-list-a img {
	width: 100%;
	transition: 0.7s ease;
}

.petshy-miss-list-a .content {
	padding: 25px 0;
}

.petshy-miss-list-a:hover img {
	transform: scale(1.02, 1.02);
}

.petshy-products-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 82px;
}

.petshy-products-banner .section {
	position: relative;
	z-index: 10;
}

.products-ban-content {
	width: 68%;
	height: 540px;
	padding: 40px 60px 40px 0;
	background: #fcf7ea;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-img {
	width: 35.5%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}

.petshy-class {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.petshy-class a {
	display: inline-block;
	color: #21201f;
	width: 21%;
	max-width: 280px;
	border: 1px solid #21201f;
	margin: 10px 0.5%;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 42px;
	font-family: "AvenirLTStd-Light";
}

.petshy-class a.on,
.petshy-class a:hover {
	font-weight: bold;
	color: #000;
}

.Product-filter {
	width: 100%;
	margin: 60px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	position: relative;
	z-index: 50;
}

.Product-filter .filter-select {
	position: relative;
}

.Product-filter .filter-select span {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #000;
	padding: 0 70px 0 30px;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	z-index: 20;
	border-radius: 8px;
	border: 1px solid #444444;
}

.Product-filter .filter-select span:before {
	width: 15px;
	height: 9px;
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4.5px;
	background: url(../icon07.png);
}

.filter-select-content {
	width: 100%;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #ffffff;
	color: #000;
	padding: 15px 30px;
	position: absolute;
	z-index: 30;
	top: 35px;
	left: 0;
	display: none;
	transition: 0.6s;
}

.filter-select-content a {
	display: block;
	font-size: 16px;
	margin: 10px 0;
	position: relative;
	padding-left: 20px;
}

.filter-select-content a:before {
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #444444;
	transition: 0.3s;
}

.filter-select-content a:hover {
	color: #d01942;
}

.filter-select-content a:hover:before {
	border: 1px solid #d01942;
	background: #d01942;
}

.Product-filter .filter-txt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-CpQuery-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.products-CpQuery-list a {
	width: 24%;
	margin: 10px 0.5%;
	overflow: hidden;
	display: block;
	position: relative;
}

.products-CpQuery-list a i {
	position: absolute;
	left: 0;
	top: 10px;
	width: 136px;
	font-style: normal;
	color: #ffffff;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../icon09.png);
	transition: 0.3s;
	z-index: 10;
}

.products-CpQuery-list a .box {
	overflow: hidden;
	border-radius: 10px;
}

.products-CpQuery-list a img {
	max-width: 100%;
	transition: 0.7s ease;
}

.products-CpQuery-list a .content {
	padding: 40px 0;
}

.CpQuery-wrap {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.CpQuery-wrap span {
	display: inline-block;
	font-weight: bold;
	color: #d01942;
	padding: 5px 30px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #d01942;
	transition: 0.3s;
}

.CpQuery-wrap .img {
	display: flex;
	align-items: flex-end;
	margin-right: 8%;
	padding-bottom: 4px;
}

.products-CpQuery-list a:hover img {
	transform: scale(1.02, 1.02);
}

.products-CpQuery-list a:hover span {
	color: #fff;
	background: #d01942;
}

.products-CpQuery-list a:hover h2 {
	color: #d01942;
}

.product-more a {
	display: inline-block;
	font-weight: bold;
	color: #d01942;
	padding: 0 55px;
	position: relative;
	border-radius: 5px;
	border: 2px solid #d01942;
	line-height: 46px;
	transition: 0.3s;
	font-size: 16px;
}

/*联系我们*/
.inner-contact {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner-contact ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inner-contact ul li {
	width: 19%;
	margin: 5px 0.5%;
	padding: 25px 25px 40px 25px;
	border-radius: 8px;
	background: #fcf7ea;
	text-align: center;
}

.inner-contact ul li .box {
	width: 100%;
}

.inner-contact ul li .box img {
	max-width: 100%;
	margin: 20px auto;
}

.inner-contact ul li h3 {
	color: #d01942;
	margin: 20px 0;
}

.inner-contact ul li a.contact-a {
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	width: 80%;
	color: #fff;
	line-height: 50px;
	font-size: 15px;
	background: #d01942;
	border-radius: 5px;
}

.inner-contact ul li .content,
.inner-contact ul li .txt {
	line-height: 22px;
}

.inner-contact ul li .content {
	min-height: 110px;
}

.inner-contact ul li a.contact-web {
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	font-size: 16px;
}

.inner-contact ul li a.contact-web:hover {
	color: #d01942;
}

.link-icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

.link-icon a {
	width: 17%;
	display: inline-block;
	margin: 0 3%;
}

.link-icon a img {
	max-width: 100%;
	transition: 0.4s;
}

.link-icon a:hover img {
	opacity: 0.6;
}

.petshy-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.petshy-form .section {
	position: relative;
	z-index: 10;
}

.form-form {
	width: 52%;
	padding: 100px 60px 110px 0;
	background: #fcf7ea;
}

.form-form ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 5px 0;
	position: relative;
}

.form-form ul li.name,
.form-form ul li.company {
	width: 49%;
}

.form-form ul li.button_li,
.form-form ul li.email {
	width: 100%;
}

.form-form ul li.button_li {
	margin-top: 30px;
}

.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 16px;
	padding: 0 20px;
	color: #000;
	font-weight: 300;
	background: #fcf7ea;
	border: 1px solid #000;
	position: relative;
	border-radius: 6px;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 8px 15px;
	font-size: 16px;
	background: #fcf7ea;
	border: 1px solid #000;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #000;
}

.form-form ul li textarea::placeholder {
	color: #000;
}

.form-form ul li .button {
	width: 100%;
	max-width: 310px;
	font-size: 22px;
	outline: none;
	color: #fff;
	padding: 0 60px 0 10px;
	border-radius: 1px;
	background-color: #d01942;
	border: 2px solid #d01942;
	background-image: url(../Subscribe_icon.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
}

.form-form input::placeholder {
	color: #828282;
}

.form-img {
	width: 46.5%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
}

.qt-pagination {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	text-align: center;
}

.qt-pagination a {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	margin: 0 3px;
	color: #666666;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.qt-pagination img {
	display: inline-block;
	margin: 0 10px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	color: #006462;
}

.qt-pagination a:first-child {
	float: left;
	color: #fff;
	padding: 0 20px;
	background-color: #b8bbbb;
	border-radius: 5px;
}

.qt-pagination a:last-child {
	float: right;
	color: #fff;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #b8bbbb;
}

.qt-pagination a:first-child:hover,
.qt-pagination a:last-child:hover {
	background: #006462;
}

.foot-box {
	width: 100%;
	background: #d01942;
	padding: 80px 0 240px 0;
	overflow: hidden;
}

.foot-box .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.touch-box {
	width: 32%;
	overflow: hidden;
}

.touch-txt {
	width: 100%;
	color: #fff;
}

.touch-txt h1 {
	text-transform: uppercase;
}

.touch-txt p {
	font-family: 'AvenirLTStd-Light.otf';
}

.touch-form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.touch-form ul.formbox147 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch-form ul li.email {
	width: 65%;
}

.touch-form ul li.button_li {
	width: 35%;
}

.touch-form input.email::placeholder {
	color: #fff;
}

.touch-form ul input.email {
	border: 1px solid #dd254e;
	outline: none;
	width: 100%;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 18px;
	line-height: 50px;
	background: #dd254e;
}

.touch-form ul input.button {
	width: 100%;
	line-height: 50px;
	font-size: 16px;
	outline: none;
	color: #dd254e;
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: 87% 50%;
}

.foot-menu {
	width: 35%;
	margin: 0 3%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-ul li,
.foot-menu ul li {
	width: 100%;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
}

.contact-ul li a,
.foot-menu ul li a {
	color: #fff;
	font-family: "AvenirLTStd-Light";
}

.contact-ul li a:hover,
.foot-menu ul li a:hover {
	opacity: 0.8;
}

.foot-menu-icon {
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-bottom: 35px;
}

.foot-menu-icon a {
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	max-width: 26px;
	margin-right: 12px;
}

.foot-menu-icon img {
	max-width: 100%;
}

.foot-contact {
	color: #fff;
}

.foot-logo {
	display: flex;
	flex-wrap: wrap;
}

.foot-logoimg {
	margin-right: 20px;
}

.cky-consent {
	position: fixed;
	width: 100%;
	background: #ffffff;
	bottom: 0;
	z-index: 9999999;
	font-family: 'PoppinsMedium';
	padding: 35px 0;
}

.cky-consent .section {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cky-notice-des {
	width: 80%;
	color: #21201f;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cky-logo {
	width: 10%;
}

.cky-logo img {
	max-width: 100%;
}

.cky-content {
	width: 84%;
	margin-left: 4%;
}

.cky-title {
	width: 100%;
	overflow: hidden;
	color: #d01942;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.cky-notice-btn-wrapper {
	width: 15%;
}

.cky-btn {
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	padding: 0 5px;
	font-weight: bold;
	margin: 2px 0;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	border: 2px solid #d01942;
}

.cky-btn-reject {
	color: #fff;
	background-color: #d01942;
}

.cky-btn-accept {
	color: #d01942;
	background-color: #ffffff;
}

.footer {
	width: 100%;
	border-top: 1px solid #fff;
	color: #fff;
	background: #d01942;
	line-height: 22px;
	padding: 17px 0;
	font-size: 14px;
	overflow: hidden;
	font-weight: 400;
}

.footer .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot-Support {
	width: 271px;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 100%;
	display: flex;
	align-items: center;
}

.foot-Support .img.img01 {
	width: 65.31%;
}

.foot-Support .img.img02 {
	width: 25.1%;
}

.foot-Support .img img {
	max-width: 100%;
}

.footer a {
	color: #fff;
}

@media (max-width:1540px) {
	.searchform {
		right: 59.5%;
	}

	.header .menu {
		width: 47.5%;
	}

	.touch-form ul input.email,
	.touch-form ul input.button {
		font-size: 18px;
	}

	.banner h2 {
		font-size: 40px;
	}
}

@media (max-width:1340px) {
	.section {
		width: 92%;
	}

	.banner h2 {
		font-size: 35px;
	}

	.header .menu {
		width: 51.5%;
	}

	.searchform {
		right: 64.5%;
	}

	.petshy-class a {
		font-size: 18px;
	}
}

@media (max-width:1199px) {
	.mpbanner-img {
		display: block;
	}

	.pcbanner-img {
		display: none;
	}

	.ProductlinemySwiper,
	.JourneylistmySwiper {
		display: block;
	}

	.Productlinelist .w1,
	.Journeylist {
		display: none;
	}

	.Safelist-a .content {
		bottom: -4.5%;
	}

	.foot-logo {
		display: flex;
	}

	.header-icon {
		display: flex;
	}

	.Paws_Wellnes_img,
	.Paws_Wellnes_dl {
		width: 100%;
		margin: 10px 0;
	}

	.Paws_Wellnes_dl ul li {
		margin: 10px 0;
	}

	.Paws_Wellnes_dl dl dd p {
		line-height: 26px;
	}

	.inner-contact ul li {
		width: 32.333%;
	}

	.inner-contact ul li {
		padding: 15px 15px 30px 15px;
	}

	.Productlinelist .w1 {
		width: 49%;
	}

	.Productlinelist .w2 {
		width: 98%;
		padding: 80px 20px;
	}

	.Productlinelist-letm .txt a {
		margin: 35px auto 0 auto;
		width: 38%;
		color: #d01942;
		font-size: 18px;
		line-height: 50px;
		background: #fff;
		border-radius: 5px;
	}

	.banner-video {
		display: none;
	}

	.banner-img {
		display: block;
	}

	.header {
		height: 64px;
	}

	.section {
		width: 100%;
		padding: 0 24px;
	}

	.m_menu {
		right: 24px;
	}

	.header .section {
		width: 100%;
		padding: 0 24px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 24px;
	}

	.header .menu ul li.menu-li:nth-child(2):before,
	.header .menu ul li.menu-li:nth-child(3):before {
		left: auto;
		right: 24px;
		top: 28px;
	}

	.header .menu ul li:hover .menu-a::after,
	.header .menu ul li.on .menu-a::after {
		display: none;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 64px;
		background: #f2e8e6;
		width: 100%;
		display: none;
		z-index: 999;
		margin: 0;
	}

	.header .menu ul {
		width: 100%;
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		color: #000;
	}

	.header .menu ul li a.menu-a {
		line-height: 55px;
		display: inline-block;
		margin-left: 20px;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		overflow: hidden;
		background: #fff;
		padding: 10px 20px;
	}

	.header .menu li .drop::before {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .logo {
		width: 62px;
	}

	.banner-swiper,
	.banner,
	.petshy-products-banner {
		margin-top: 64px;
	}

	.button-next,
	.button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.banner-button {
		width: 94px;
		height: 40px;
	}

	.history-container {
		padding: 0 60px;
	}

	.history-prev {
		left: 0;
	}

	.history-next {
		right: 0;
	}

	.company_icon {
		right: 84px;
		top: 24px;
	}
	
	.header .menu ul li a.menu-a::before {
		display: none;
	}

	.searchform {
		display: none;
	}

	.petshy-Mission-list-dl dl dt img,
	.petshy-Mission-list-dl dl dt img,
	.petshy-Mission dl dt img,
	.history-a,
	.petshy-Pets-Lead dl dt img,
	.morego-a .box,
	.everyMomentslide,
	.Journeylist-a,
	.Productlinelist-letm,
	.Paws_Wellnes_img,
	.Paws_Wellnes_dl dl dt img,
	.petshy-miss-list-a .box,
	.trending-Pro-list-a .box,
	.Safelist-a,
	.journeycontent {
		border-radius: 15px;
	}

	.banner-button {
		right: 4%;
	}

	.index-sustainability {
		display: block;
	}

	.form-img {
		display: none;
	}

	.form-form,
	.touch-box,
	.foot-menu,
	.foot-contact {
		width: 100%;
	}

	.foot-menu {
		margin: 45px 0;
	}

	.petshy-Mission dl dt {
		display: none;
	}

	.petshy-Mission-list-dl dl dt,
	.petshy-Mission-list-dl dl dd,
	.petshy-Mission dl dd,
	.petshy-Pets-Lead dl dt,
	.petshy-Pets-Lead dl dd,
	.index-sustainability-img,
	.index-sustainability-txt {
		width: 100%;
	}

	.petshy-Mission-list-dl dl dt img,
	.petshy-Mission dl dt img,
	.petshy-Pets-Lead dl dt img,
	.index-sustainability-img img {
		width: 100%;
	}

	.petshy-Pets-Lead dl dd,
	.index-sustainability-txt {
		padding: 50px 20px;
	}

	.products-CpQuery-list a {
		width: 32.333%;
	}

	.foot-Support {
		display: none;
	}

	.index-banner-img {
		height: 699px;
	}

	.contactbanner .inner-banner-img,
	.storybanner .inner-banner-img,
	.missionbanner .inner-banner-img,
	.journeybanner .inner-banner-img {
		height: 675px;
	}

	.foot-box {
		padding: 60px 0 190px 0;
	}

	.touch-form ul input.email,
	.touch-form ul input.button {
		font-size: 18px;
	}
}

@media (max-width:999px) {
	.petshy-class a {
		width: 22%;
		font-size: 18px;
	}

	.index-banner-img {
		height: 599px;
	}

	.banner h2 {
		font-size: 30px;
	}

	.contactbanner .inner-banner-img,
	.storybanner .inner-banner-img,
	.missionbanner .inner-banner-img,
	.journeybanner .inner-banner-img {
		height: 575px;
	}

	.Journeylist .Journeylist-a {
		width: 48%;
		margin: 15px 1%;
	}

	.Journeylist .Journeylist-a:nth-child(1) {
		margin: 15px 1%;
	}

	.Journeylist .Journeylist-a:nth-child(2) {
		margin: 15px 1%;
	}

	.Journeylist .Journeylist-a:nth-child(3) {
		margin: 15px 1%;
	}

	.Journeylist .Journeylist-a:nth-child(4) {
		margin: 15px 1%;
	}
}

@media (max-width:856px) {
	.index-banner-img {
		height: 499px;
	}

	.petshy-class a {
		width: 23%;
		font-size: 16px;
	}

	.contactbanner .inner-banner-img,
	.storybanner .inner-banner-img,
	.missionbanner .inner-banner-img,
	.journeybanner .inner-banner-img {
		height: 475px;
	}

	.products-CpQuery-list a {
		width: 49%;
	}
}

@media (max-width:768px) {
	.foot-box {
		padding: 40px 0;
	}

	.foot-menu {
		margin: 25px 0;
	}

	.touch-form ul input.button {
		background-image: none;
	}

	.petshy-Safe {
		padding: 70px 0;
	}

	.every-Moment-Matters {
		padding: 80px 0 100px 0;
	}

	.petshy-morego-on {
		padding-top: 80px;
	}

	.petshy-content {
		padding: 90px 0;
	}

	.petshy-class {
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.petshy-class::-webkit-scrollbar {
		display: none
	}

	.petshy-class a {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0 10px 0 0;
		line-height: 36px;
	}

	.foot-box h3 {
		font-size: 18px;
	}

	.cky-logo,
	.cky-content,
	.cky-notice-des,
	.cky-notice-btn-wrapper {
		width: 100%;
	}

	.cky-logo img {
		float: right;
	}

	.cky-content {
		margin: 25px 0;
		padding: 25px 0;
		border-bottom: 1px solid #d80441;
		border-top: 1px solid #d80441;
	}
}

@media (max-width:658px) {
	.index-title h2 {
		line-height: 29px;
	}

	.everyMomentslide .content {
		padding: 20px 15px 32px 15px;
	}

	.Safelist-a .content {
		bottom: -12.5%;
	}

	.petshy-Safe {
		padding: 40px 0;
	}

	.petshy-Pets-history,
	.every-Moment-Matters {
		padding: 40px 0 70px 0;
	}

	.mission-trending-Products,
	.petshy-Mission,
	.petshy-content {
		padding: 40px 0;
	}

	.product-more a {
		padding: 0 38px;
		line-height: 38px;
		font-size: 14px;
	}

	.num-box {
		padding: 50px 0 40px 0;
	}

	.petshy-morego-on {
		padding-top: 50px;
	}

	.inner-contact ul li {
		width: 48%;
		margin: 6px 1%;
		padding: 15px 10px 30px 10px;
	}

	.inner-contact ul li a.contact-a {
		width: 100%;
		margin-top: 25px;
		line-height: 39px;
		font-size: 12px;
	}

	.inner-contact ul li .box img {
		max-width: 44px;
		margin: 20px auto;
	}

	.inner-contact ul li:last-child {
		width: 98%;
	}

	.CpQuery-wrap {
		display: block;
	}
	
	.CpQuery-wrap span{
		margin-top: 5px;
	}
	.CpQuery-wrap .img {
		margin-top: 10px;
	}

	.form-form ul li.name,
	.form-form ul li.company {
		width: 100%;
	}

	.petshy-Pets-Lead,
	.form-form {
		padding: 40px 0;
	}

	.btn-primary a {
		width: 153px;
		line-height: 20px;
		font-size: 14px;
	}

	.touch-form ul input.email,
	.touch-form ul input.button {
		font-size: 16px;
	}

	.index-banner-img {
		height: 300px;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		margin: 0;
	}

	.foot-menu h3 {
		position: relative;
		line-height: 50px;
		margin: 0;
		border-bottom: 1px solid #fff;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #dd254e;
		padding: 10px;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.contactbanner .inner-banner-img,
	.storybanner .inner-banner-img,
	.missionbanner .inner-banner-img,
	.journeybanner .inner-banner-img {
		height: 275px;
	}

	.banner-button {
		width: 68px;
		height: 30px;
	}

	.button-next,
	.button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.footer p {
		width: 100%;
		text-align: center;
	}

	.searchform {
		display: none;
	}

	.banner h2 {
		font-size: 24px;
	}

	.petshy-Mission-list-dl dl {
		margin-top: 40px;
	}

	.petshy-Mission-list-dl dl dt img,
	.petshy-Mission-list-dl dl dt img,
	.petshy-Mission dl dt img,
	.history-a,
	.petshy-Pets-Lead dl dt img,
	.morego-a .box,
	.everyMomentslide,
	.Journeylist-a,
	.Productlinelist-letm,
	.Paws_Wellnes_img,
	.Paws_Wellnes_dl dl dt img,
	.petshy-miss-list-a .box,
	.trending-Pro-list-a .box,
	.Safelist-a,
	.journeycontent {
		border-radius: 10px;
	}

	.petshy-Mission-list-dl dl dd {
		padding: 20px 0;
	}

	.Paws_Wellnes_dl dl dd p {
		line-height: 20px;
	}

	.Productlinelist .w1 {
		width: 99%;
	}

	.Journeylist .Journeylist-a {
		width: 98%;
	}

	.products-img {
		display: none;
	}

	.petshy-Mission-list-dl dl dd p,
	.petshy-content .txt {
		line-height: 22px;
	}

	.products-ban-content {
		width: 100%;
		height: auto;
		padding: 40px 0;
	}

	.petshy-Pets-Lead dl dd,
	.index-sustainability-txt {
		padding: 30px 0;
	}

	.petshy-Pets-Lead dl dd h4 {
		font-size: 24px;
		font-weight: bold;
	}

	.petshy-Pets-Lead dl dd p {
		font-size: 16px;
		line-height: 24px;
		margin: 10px 0 20px 0;
	}

	.history-container {
		padding: 0 43px;
	}

	.Productlinelist-letm .txt a {
		margin: 25px auto 0 auto;
		width: 70%;
		font-size: 16px;
		line-height: 40px;
	}

	.Product-Line-content {
		padding: 40px 0 70px 0;
	}

	.Paws_Wellnes_dl ul li {
		margin: 5px 0;
	}

	.petshy-Mission dl dd p {
		line-height: 23px;
	}

	.touch-form ul input.email {
		padding: 0 6px;
	}

	.CpQuery-wrap span {
		padding: 5px 20px;
	}

	.foot-logo img {
		height: 25px;
	}.foot-logoimg {
    margin-right: 12px;
}
}