html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body {
  line-height: 1;
  font-family: PetcoCircularTT-Regular, arial;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PetcoCircularTT-Bold, arial;
}
ol,
ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
html {
  font-size: 16px;
}
.rich-text-comm {
  overflow: hidden;
}
.rich-text-comm * {
  margin: initial;
  margin: unset;
  margin-top: 21.28px;
  padding: initial;
  padding: unset;
  padding: revert;
  text-decoration: initial;
  text-decoration: unset;
  text-decoration: revert;
}
.rich-text-comm p {
  margin: 14px 0;
  margin: revert;
}
.rich-text-comm ul,
.rich-text-comm ol {
  padding-left: 20px;
}
.rich-text-comm ul,
.rich-text-comm ul li {
  list-style: disc;
}
.rich-text-comm ol,
.rich-text-comm ol li {
  list-style: decimal;
}
.rich-text-comm img{
  max-width: 100% !important;
}
*,*::after,*::before {
  box-sizing: border-box;
}
.red {
  color: #e02924;
  font: inherit;
}
img {
  max-width: 100%;
}
.yd_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .yd_img {
    display: block;
    width: 100%;
  }
  .pc_img {
    display: none;
  }
}
.d-none {
  display: none !important;
}
select {
  background-color: #fff;
}
.underlined-link {
  text-decoration: underline!important;
}
.container {
  width: 100%;
  max-width: 1440px!important;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.back-top {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 2px;
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 10px 15px 0px, rgb(0 0 0 / 4%) 0px 7px 7px 0px;
  background-color: rgb(255, 255, 255);
  z-index: 5;
  cursor: pointer;
}
.back-top .icon {
  width: 18px;
  height: 18px;
  fill: rgb(51, 51, 51);
  transform: rotate(-90deg);
}

.center {
  text-align: center;
}
.link-wrap {
  cursor: pointer;
}
.row {
  position: relative;
  width: 100%;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.title-box {
  width: 96%;
  margin: 0 2%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
.title-box .title {
  margin: 20px 0 10px;
  font-size: 25px;
  font-weight: 700;
  color: #333;
  line-height: 1.28em;
  letter-spacing: .25px;
}

/* 分页 */
.pagination {
  margin: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(51, 51, 51);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pagination .icon {
  width: 16px;
  height: 16px;
}
.pagination .prev-page,
.pagination .next-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev-page span,
.pagination .next-page span {
  padding: 4px;
}
.pagination .page-btn {
  padding: 1px 8px 0px;
  margin: 0px 8px;
}
.pagination a {
  text-decoration: none;
  color: rgb(51,51,51);
}
.pagination .active {
  border-bottom: 1px solid rgb(51, 51, 51);
}
/* 分页end */

/* 遮罩 */
.sep-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.sep-loading__content, .sep-loading__content::after {
  width: 3em;
  height: 3em;
  border-radius: 50%;
}

.sep-loading__content {
  position: relative;
  font-size: 10px;
  border-top: 0.16em solid #f0f0f0;
  border-right: 0.16em solid #f0f0f0;
  border-bottom: 0.16em solid #f0f0f0;
  border-left: 0.16em solid #c4c4c4;
  transform: translateZ(0);
  animation: load 1.1s infinite linear;
}
/* 遮罩 end */

/* toast */
.sep-toast {
  position: fixed;
  z-index: 1060;
  background: #fff;
  color: #000;
  font-size: 1rem;
  width: 30rem;
  min-height: 56px;
  line-height: 1.5;
  padding: 0.9375rem;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: scale(0.5);
}
/* 博客 参照beta-oss拷贝来的样式 */
.btn {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
  position: relative;
  border-color: #212121;
  background: #212121;
  color: #FFFFFF;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.justify-content-center {
  justify-content: center;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 44.96%;
    display: inline-block;
    width: 45%;
    margin-left: 5%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    display: inline-block;
    width: 33%;
    margin-left: .3%;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .col-xs-12 {
    width: 100%;
  }
}
/* 博客end */

@media (max-width: 767.98px) {
  .sep-toast {
      width:16.375rem;
      min-height: 2.5625rem;
      font-size: 0.875rem;
      padding: 0.625rem 0.75rem;
      box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15);
  }
}

.sep-toast.error {
  color: #b60400;
}

.sep-toast.show {
  transform: scale(1);
}

.sep-toast.isShowing {
  transition: transform 0.3s ease-out;
}

.sep-toast.isLeave {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-out;
}
/* toast end */

/* login */

/* login end */

/* 橱窗 */
.auto-prod {
  margin: 20px auto;
  width: 100%;
}
.auto-prod-title {
  font-size: 25px;
  line-height: 1.2;
  padding: 0 0 16px;
  font-weight: 400!important;
  color: #333;
  margin: 0;
  font-family: PetcoCircularTT-Bold,arial!important;
}
.auto-prod-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem 0;
}

/* .auto-prod-item-inner {
  padding: 0 20px;
} */
.auto-prod-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.auto-prod-img {
  padding: 10px 0 0;
  user-select: none;
  position: relative;
}

.auto-product-discount{
  position: absolute;
  width:46px;
  height:46px;
  right:0;
  top:10px;
  background:green;
  border-radius: 50%;
  color:#fff;
  font-size:12px;
  text-align:center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auto-product-discount span{
  font-weight: 700;
  display: block;
 }

.auto-prod a {
  font-family: inherit;
  font-size: 16px;
  color: #333;
  font-weight: 400!important;
  text-decoration: none;
}
.auto-prod-item .auto-prod-img a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  justify-content: center;
  text-align: center;
}
.auto-prod-text-box p {
  margin: 10px 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  padding-top: 3px;
}
.prod-review .ratings-list {
  display: flex;
  align-items: baseline;
}

.ratings-item i{
  color: #ffb400;
}

.auto-prod .auto-prod-list .prod-btn {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
  color: #454545;
  outline: none;
  /* background-color: rgba(255, 255, 255, 0.6); */
  z-index: 2;
  cursor: pointer;
}

.auto-prod .auto-prod-list .prod-btn i {
  font-size: 24px;
}

.auto-prod-list .prod-btn.prev {
  left: 0;
}

.auto-prod-list .prod-btn.next {
  right: 0;
}

.auto-prod-list .prod-btn.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .auto-prod {
    margin: 20px 0;
    padding: 0 10px;
  }
 .auto-prod-title {
   font-size: 20px;
   padding: 0 0 16px 6px;
 } 
 .auto-prod .auto-prod-list {
  padding: 0 6px;
 }
 .auto-prod-box {
    overflow-y: auto;
    justify-content: flex-start;
    gap: 0 0.375rem;
    -webkit-tap-highlight-color: transparent;
 }
 .auto-prod-box::-webkit-scrollbar{
    display: none;
  }
 .auto-prod-item {
  min-width: 9.5rem;
 }
 /* .auto-prod-item-inner {
    padding: 0 3px;
  } */
 .auto-prod-img {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
 }
 .auto-product-discount{
  top:0
}
}