@charset "UTF-8";
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

.index {
  width: 100%;
  padding: 0;
  background: #e9f6ff;
}
.index .swiper-container {
  --swiper-theme-color: #2c72bf;
  --swiper-pagination-color: #2c72bf;
}
.index .swiper-container .swiper-slide a img {
  width: 100%;
}
.index .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.index .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.index .index-title {
  width: 1400px;
  color: #333;
  margin: 50px auto 20px;
  justify-content: space-between;
  text-align: center;
}
.index .index-title .more {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.index .index-title .more a {
  position: relative;
  padding-right: 75px;
  font-size: 28px;
}
.index .index-title .more a svg {
  position: absolute;
  right: 0;
  bottom: -17px;
  width: 70px;
  height: 60px;
}
.index .index-title .more a svg path {
  fill: #333;
}
.index .index-title .more a:hover {
  color: #0060a4;
}
.index .index-title .more a:hover svg path {
  fill: #0060a4;
}
.index .goods-display {
  padding-bottom: 35px;
  position: relative;
  width: 100%;
  height: 720px;
  background: #cfe1e8;
}
.index .goods-display .display-top-title {
  width: 100%;
  color: #4e3c28;
  text-align: center;
  margin: 40px auto 60px;
}
.index .goods-display .display-back {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.index .goods-display .display-box {
  margin: 0 auto;
  width: 1400px;
  height: 100%;
  justify-content: space-between;
}
.index .goods-display .display-box .display-left {
  position: relative;
  width: 380px;
  height: 540px;
  background: #cfe1e8;
  border-radius: 3%;
  box-shadow: 0 0 20px 10px #c0d5de;
}
.index .goods-display .display-box .display-left img:first-of-type {
  position: absolute;
  right: -3%;
}
.index .goods-display .display-box .display-left img:nth-child(2) {
  position: absolute;
  width: 45%;
  top: 7%;
  left: 4%;
}
.index .goods-display .display-box .display-left img:last-of-type {
  position: absolute;
  width: 35%;
  top: 28%;
  left: 61%;
}
.index .goods-display .display-box .display-left span {
  position: absolute;
  top: 33%;
  left: 46%;
  font-size: 60px;
  color: #2c72bf;
  font-weight: bold;
}
.index .goods-display .display-box .display-left .display-title {
  width: 80%;
  position: absolute;
  left: 15%;
  bottom: 25px;
  text-align: left;
  font-size: 24px;
  color: #202020;
}
.index .goods-display .display-box .display-mid {
  position: relative;
  width: 380px;
  height: 540px;
  background: #cfe1e8;
  border-radius: 3%;
  box-shadow: 0 0 20px 10px #c0d5de;
}
.index .goods-display .display-box .display-mid .title-img {
  position: absolute;
  top: -5%;
  right: 24%;
}
.index .goods-display .display-box .display-mid img:nth-child(2) {
  position: absolute;
  top: 60%;
  left: -40%;
  width: 27%;
}
.index .goods-display .display-box .display-mid img:nth-child(3) {
  position: absolute;
  top: 46%;
  right: -20%;
  width: 25%;
}
.index .goods-display .display-box .display-mid .mid-img {
  position: absolute;
  top: 70px;
  left: 15%;
  width: 70%;
  height: 330px;
  border-radius: 3%;
  overflow: hidden;
  background: #cfdae1;
}
.index .goods-display .display-box .display-mid .mid-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.2, 1.2);
}
.index .goods-display .display-box .display-mid .display-title {
  width: 85%;
  position: absolute;
  left: 10%;
  bottom: 20px;
  text-align: left;
  font-size: 24px;
  color: #202020;
}
.index .goods-display .display-box .display-right {
  position: relative;
  width: 380px;
  height: 540px;
  background: #cfe1e8;
  border-radius: 3%;
  box-shadow: 0 0 20px 10px #c0d5de;
}
.index .goods-display .display-box .display-right img:first-of-type {
  position: absolute;
  top: -5%;
  right: 10%;
}
.index .goods-display .display-box .display-right img:nth-child(2) {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 46%;
}
.index .goods-display .display-box .display-right img:nth-child(3) {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 35%;
}
.index .goods-display .display-box .display-right img:last-of-type {
  position: absolute;
  width: 50%;
  right: 5%;
  bottom: 25%;
}
.index .goods-display .display-box .display-right .display-title {
  width: 70%;
  position: absolute;
  left: 15%;
  bottom: 20px;
  text-align: left;
  font-size: 24px;
  color: #202020;
}
.index .goods-best-ad {
  margin: 0 auto 50px;
  width: 1400px;
}
.index .goods-best-ad .best-ad-box {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
.index .goods-best-ad .best-ad-box .left-top {
  position: relative;
  margin-right: 22px;
  width: 689px;
  height: 415px;
  background: #5bc6ec;
  cursor: pointer;
}
.index .goods-best-ad .best-ad-box .left-top:hover .btn {
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.index .goods-best-ad .best-ad-box .right-top {
  position: relative;
  width: 689px;
  height: 415px;
  background: #f2a6a4;
  cursor: pointer;
}
.index .goods-best-ad .best-ad-box .right-top:hover .btn {
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.index .goods-best-ad .best-ad-box .left-bottom {
  position: relative;
  margin-top: 22px;
  margin-right: 22px;
  width: 687px;
  height: 870px;
  background: #7ed8d9;
  cursor: pointer;
}
.index .goods-best-ad .best-ad-box .left-bottom .title {
  position: absolute;
  top: unset;
  bottom: 16%;
  right: 5%;
  width: 90%;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .goods-best-ad .best-ad-box .left-bottom .price-box {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 7%;
  left: 5%;
}
.index .goods-best-ad .best-ad-box .left-bottom .btn {
  position: absolute;
  top: unset;
  bottom: 6%;
  right: 5%;
}
.index .goods-best-ad .best-ad-box .left-bottom:hover .btn {
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.index .goods-best-ad .best-ad-box .right-bottom1 {
  position: relative;
  margin-top: 22px;
  width: 689px;
  height: 424px;
  background: #bcc7cf;
  cursor: pointer;
}
.index .goods-best-ad .best-ad-box .right-bottom1:hover .btn {
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.index .goods-best-ad .best-ad-box .right-bottom2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 22px;
  width: 689px;
  height: 424px;
  background: #bcc7cf;
  cursor: pointer;
}
.index .goods-best-ad .best-ad-box .right-bottom2:hover .btn {
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.index .goods-best-ad .best-ad-box .title {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 40%;
  line-height: 32px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  max-height: 64px;
  min-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .goods-best-ad .best-ad-box .rate{
    position: absolute;
    z-index: 99;
    top:0;
    right:-2px;
}
.index .goods-best-ad .best-ad-box .rate svg{
    color: rgb(230,69,69);
    width: 50px;
    height: 50px;
}
.index .goods-best-ad .best-ad-box .rate p{
    color: #ffffff;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    top:0;
    left: 0;
}

.index .goods-best-ad .best-ad-box .price-box {
  position: absolute;
  top: 55%;
  right: 10%;
}
.index .goods-best-ad .best-ad-box .price-box .price {
  font-size: 32px;
  font-weight: bold;
  color: #fd4641;
}
.index .goods-best-ad .best-ad-box .price-box .price .price-dollar {
  margin-right: -5px;
  font-size: 28px;
}
.index .goods-best-ad .best-ad-box .price-box .origin_price {
  margin-left: 10px;
  font-size: 20px;
  text-decoration: line-through;
  color: #8e8483;
  line-height: 37px;
}
.index .goods-best-ad .best-ad-box .btn {
  position: absolute;
  top: 74%;
  right: 15%;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.index .goods-best-ad .goods-list {
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1400px;
}
.index .goods-best-ad .goods-list .item {
  position: relative;
  top: 0;
  margin: 25px 25px 0 0;
  width: 331.25px;
  height: 450px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e9f6ff;
}
.index .goods-best-ad .goods-list .item:nth-child(4n) {
  margin-right: 0;
}
.index .goods-best-ad .goods-list .item .item-img {
  position: relative;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
.index .goods-best-ad .goods-list .item .item-img .item-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .goods-best-ad .goods-list .item .item-img .item-img-box .rate {
    position: absolute;
    z-index: 99;
    top:0;
    right:-3px;
}
.index .goods-best-ad .goods-list .item .item-img .item-img-box .rate svg{
    color: rgb(230,69,69);
}
.index .goods-best-ad .goods-list .item .item-img .item-img-box .rate p{
    color: #ffffff;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    top:0;
    left: 0;
}
.index .goods-best-ad .goods-list .item .item-img .item-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index .goods-best-ad .goods-list .item .item-title {
  margin: 3px 0 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 55px; /* 设置最大高度，根据行高，要几行乘以几倍 */
  min-height: 55px; /* 防止样式变形 */
  transition: all 0.2s;
}
.index .goods-best-ad .goods-list .item .price {
  margin-top: 3px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fd4641;
}
.index .goods-best-ad .goods-list .item .price .price-dollar {
  margin-right: -8px;
  font-size: 26px;
}
.index .goods-best-ad .goods-list .item .price-box {
  margin-top: 3px;
  justify-content: center;
}
.index .goods-best-ad .goods-list .item .price-box .price {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fd4641;
}
.index .goods-best-ad .goods-list .item .price-box .price .price-dollar {
  margin-right: -5px;
  font-size: 28px;
}
.index .goods-best-ad .goods-list .item .price-box .origin_price {
  margin-left: 10px;
  font-size: 20px;
  text-decoration: line-through;
  color: #8e8483;
  line-height: 55px;
}
.index .goods-best-ad .goods-list .item:hover {
  border: 1px solid #2c72bf;
  cursor: pointer;
}
.index .goods-best-ad .goods-list .item:hover .item-title {
  color: #0060a4;
  transition: all 0.2s;
}
.index .pet-goods-box {
  padding: 15px 0 50px;
  width: 100%;
  background: #cfe1e8;
}
.index .pet-goods-box .pet-goods-ad {
  margin: 0 auto;
  width: 1400px;
  display: flex;
  justify-content: space-between;
}
.index .pet-goods-box .pet-goods-ad .item {
  position: relative;
  width: 450px;
  height: 613px;
  cursor: pointer;
  background: #fff;
}
.index .pet-goods-box .pet-goods-ad .item .rate {
    position: absolute;
    z-index: 99;
    top:0;
    right:-2px;
}
.index .pet-goods-box .pet-goods-ad .item .rate svg{
    color: rgb(230,69,69);
}
.index .pet-goods-box .pet-goods-ad .item .rate p{
    color: #ffffff;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    top:0;
    left: 0;
}
.index .pet-goods-box .pet-goods-ad .item .title {
  position: absolute;
  top: 5%;
  right: 8%;
  width: 84%;
  line-height: 32px;
  max-height: 60px;
  min-height: 60px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .pet-goods-box .pet-goods-ad .item .price-box {
  position: absolute;
  top: 17%;
  left: 8%;
}
.index .pet-goods-box .pet-goods-ad .item .price-box .price {
  font-size: 32px;
  font-weight: bold;
  color: #fd4641;
}
.index .pet-goods-box .pet-goods-ad .item .price-box .price .price-dollar {
  margin-right: -5px;
  font-size: 28px;
}
.index .pet-goods-box .pet-goods-ad .item .price-box .origin_price {
  margin-left: 10px;
  font-size: 20px;
  text-decoration: line-through;
  color: #8e8483;
  line-height: 55px;
}
.index .pet-goods-box .pet-goods-ad .item .btn {
  position: absolute;
  top: 83%;
  left: 8%;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.index .pet-goods-box .pet-goods-ad .item:hover .btn {
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.index .pet-goods-box .goods-list {
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1400px;
}
.index .pet-goods-box .goods-list .item {
  position: relative;
  top: 0;
  margin: 25px 25px 0 0;
  width: 331.25px;
  height: 450px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e9f6ff;
}
.index .pet-goods-box .goods-list .item:nth-child(4n) {
  margin-right: 0;
}
.index .pet-goods-box .goods-list .item .item-img {
  position: relative;
  top: 0;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  background-color: #fff;
}
.index .pet-goods-box .goods-list .item .item-img .item-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .pet-goods-box .goods-list .item .item-img .item-img-box .rate {
    position: absolute;
    z-index: 99;
    top:0;
    right:-2px;
}
.index .pet-goods-box .goods-list .item .item-img .item-img-box .rate svg{
    color: rgb(230,69,69);
}
.index .pet-goods-box .goods-list .item .item-img .item-img-box .rate p{
    color: #ffffff;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    top:0;
    left: 0;
}
.index .pet-goods-box .goods-list .item .item-img .item-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index .pet-goods-box .goods-list .item .item-title {
  margin: 3px 0 0;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 55px; /* 设置最大高度，根据行高，要几行乘以几倍 */
  min-height: 55px; /* 防止样式变形 */
  transition: all 0.2s;
}
.index .pet-goods-box .goods-list .item .price {
  margin-top: 3px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fd4641;
}
.index .pet-goods-box .goods-list .item .price .price-dollar {
  margin-right: -8px;
  font-size: 26px;
}
.index .pet-goods-box .goods-list .item .price-box {
  margin-top: 3px;
  justify-content: center;
}
.index .pet-goods-box .goods-list .item .price-box .price {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fd4641;
}
.index .pet-goods-box .goods-list .item .price-box .price .price-dollar {
  margin-right: -5px;
  font-size: 28px;
}
.index .pet-goods-box .goods-list .item .price-box .origin_price {
  margin-left: 10px;
  font-size: 20px;
  text-decoration: line-through;
  color: #8e8483;
  line-height: 55px;
}
.index .pet-goods-box .goods-list .item:hover {
  border: 1px solid #2c72bf;
  cursor: pointer;
}
.index .pet-goods-box .goods-list .item:hover .item-title {
  color: #0060a4;
  transition: all 0.2s;
}
.index .video-title {
  margin: 50px auto 0;
  width: 1400px;
  justify-content: center;
  align-items: center;
}
.index .video-title img {
  height: 90px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.index .youtube-video {
  margin: 0 auto 50px;
  width: 1280px;
  height: 720px;
  border-radius: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.index .article-box {
  margin: 0 auto;
  padding: 1px 0 35px;
  width: 100%;
  justify-content: space-between;
  background-color: #0070c0;
}
.index .article-box .index-title h1 {
  color: #e9f6ff;
}
.index .article-box .index-title .more a {
  color: #e9f6ff;
}
.index .article-box .index-title .more a svg path {
  fill: #e9f6ff;
}
.index .article-box .index-title .more a:hover {
  color: #333;
}
.index .article-box .index-title .more a:hover svg path {
  fill: #333;
}
.index .article-box .article-list {
  margin: 0 auto;
  width: 1400px;
  height: auto;
  flex-wrap: wrap;
}
.index .article-box .article-list .article-item {
  display: inline-block;
  position: relative;
  margin: 25px 25px 0 0;
  padding: 2%;
  width: 450px;
  height: 650px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.index .article-box .article-list .article-item:nth-child(3n) {
  margin-right: 0;
}
.index .article-box .article-list .article-item .article-img-box {
  margin: 0 auto;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.index .article-box .article-list .article-item .article-img-box .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .article-box .article-list .article-item .article-img-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .article-box .article-list .article-item .article-name {
  margin: 20px auto 15px;
  width: 90%;
  font-size: 28px;
  font-weight: 500;
  color: #333;
  max-height: 65px;
  min-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .article-box .article-list .article-item .article-desc {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 38px;
  max-height: 230px;
  min-height: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.index .article-box .article-list .article-item:hover .article-name {
  color: #0060a4;
}
.index .article-box .article-list .article-item:hover .article-desc {
  color: #2c72bf;
}
.index .article-box .article-list .article-item:hover::before {
  background: #0060a4;
}
.index .index-bottom {
  margin: 0 auto;
  padding: 50px 0;
  width: 1400px;
  justify-content: space-between;
}
.index .index-bottom .item {
  width: 25%;
  align-items: center;
}
.index .index-bottom .item img {
  width: 165px;
  height: 165px;
}
.index .index-bottom .item .text {
  margin-top: 20px;
  width: 100%;
  color: #333;
  font-size: 22px;
  text-align: center;
}

/*# sourceMappingURL=index.css.map */
