<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body {
  font-family: -apple-system, PingFang SC, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif; }

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*去除移动端特有的点击高亮效果*/
  -webkit-tap-highlight-color: transparent; }

ul,
li,
dl,
dd,
dt {
  list-style: none; }

.btn-theme {
  background-color: #F51111;
  color: #fff; }

a {
  text-decoration: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #333333; }

a:hover {
  text-decoration: none; }

.pr {
  position: relative; }

i {
  font-style: normal; }

.pa {
  position: absolute; }

.al-c {
  text-align: center; }

img {
  max-width: 100%; }

.line-2 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all; }

.line-1 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all; }

.pointer {
  cursor: pointer; }

.flex {
  display: flex; }

.flex-btw {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-cen {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-hh {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fixed {
  position: fixed; }

.red {
  color: #E02020; }

.hide {
  display: none; }

.toast {
  width: auto;
  min-width: 50px;
  padding: 15px;
  height: auto;
  min-height: 50px;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 9999;
  opacity: 1; }

.toast .iconfont {
  font-size: 14px;
  line-height: 45px;
  padding: 0 30px; }

.toast p {
  line-height: 30px; }

/*对话框*/
.confirm {
  position: fixed;
  max-width: 80%;
  min-width: fit-content;
  border-radius: 5px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 9999;
  transition: opacity .15s linear;
  margin-left: 0 !important;
  margin-top: 0 !important; }

.confirm-t {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  padding: 15px; }

.confirm-title {
  font-size: 16px;
  line-height: 45px;
  padding: 15px; }

.confirm-btn {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.confirm-btn span {
  width: 50%;
  border-right: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #3478F6;
  flex: 1;
  height: 100%;
  display: inline-block; }

.confirm-btn span:last-child {
  border: 0; }

.Validform_error {
  color: #f00;
  border-color: #f00; }

.gui-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.gui-mask.gui-show {
  opacity: 1;
  visibility: visible; }

.gui-back {
  cursor: pointer; }

.AR-rtl {
  direction: rtl;
  text-align: -webkit-auto; }

@media screen and (max-width: 767px) {
  .confirm-t {
    font-size: 14px; } }

.position-left-bottom {
  left: 0;
  bottom: 0; }

.hide-important {
  display: none !important; }

.swiper-full-screen .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper-full-screen .swiper-slide a {
    display: block;
    height: 100%; }
    .swiper-full-screen .swiper-slide a img {
      width: 100%;
      height: 100%; }

.swiper-full-screen .swiper-wrap .swiper-pagination-bullet {
  background: #000;
  opacity: .2; }

.swiper-full-screen .swiper-wrap .swiper-pagination-bullet-active {
  background: #F51111;
  opacity: 1; }

.swiper-full-screen .gv-margin-0 [class*="col-"] {
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  .swiper-full-screen .container {
    padding-left: 0;
    padding-right: 0; }
  .swiper-full-screen .gv-margin-0 {
    margin-left: 0;
    margin-right: 0; } }

.swiper-full-screen .swiper-button-next,
.swiper-full-screen .swiper-button-prev {
  color: #999; }

.swiper-full-screen .swiper-button-next:hover,
.swiper-full-screen .swiper-button-prev:hover {
  color: #F51111; }

.swiper-full-screen .swiper-button-prev,
.swiper-full-screen .swiper-container-rtl .swiper-button-next {
  left: 2.1rem; }

.swiper-full-screen .swiper-button-next,
.swiper-full-screen .swiper-container-rtl .swiper-button-prev {
  right: 2.1rem; }

.header {
  padding: .5rem 0; }
  .header .nav-logo {
    width: 100px;
    display: flex;
    align-items: center; }

@media screen and (min-width: 920px) {
  .header .nav-logo {
    width: 200px; } }

.nav-link {
  cursor: pointer; }
  .nav-link.none {
    display: none; }

.cart-box i {
  font-size: 22px; }

.cart-box span {
  background-color: #F1493C;
  right: -8px;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold; }

.input-group i {
  color: #fff;
  line-height: 2rem;
  left: .3rem;
  z-index: 3; }

.input-group input {
  padding: 0 3.6rem 0 1.3rem !important;
  border-radius: 4px !important;
  height: 2rem; }

.input-group .input-group-append {
  right: 0;
  z-index: 3; }
  .input-group .input-group-append .btn {
    height: 2rem;
    padding: 0 .5rem; }

.drop-down-btn::after {
  content: " "; 
}

@media screen and (min-width: 920px) {
  .nav-link-box, .cart-box, #search-form {
    display: flex !important; }
  .mob {
    display: none; }
  .nav {
    margin: .5rem 0; }
  .nav-link {
    padding: .5rem .7rem; }
  .down-menu {
    display: none;
    position: absolute;
    top: 2.3rem;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.2rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 6;
    min-width: 3rem; }
  .drop-down:hover .down-menu {
    display: block; }
  .input-group {
    margin: 0 1.5rem; }
    .input-group input {
      max-width: 12.5rem; } }

@media screen and (max-width: 919px) {
  .header {
    align-items: center; }
    .header:after {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease 0s; }
    .header.show:after {
      visibility: visible;
      opacity: 1; }
    .header .nav {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 320px;
      z-index: 9;
      overflow-y: auto;
      background: #fff;
      box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease 0s;
      transform: translateX(-200%); }
      .header .nav.show {
        transform: translateX(0); }
      .header .nav::-webkit-scrollbar {
        width: 5px; }
      .header .nav::-webkit-scrollbar-thumb {
        border-radius: 20px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #eee; }
      .header .nav .nav-item {
        border-bottom: 1px solid #ddd; }
        .header .nav .nav-item .dropdown-item {
          border-top: 1px solid #eee;
          padding: .5rem 2rem; }
      .header .nav .drop-down-btn {
        display: flex;
        justify-content: space-between; }
        .header .nav .drop-down-btn:after {
          transform: rotateZ(180deg); }
        .header .nav .drop-down-btn.collapsed:after {
          transform: rotateZ(0); }
      .header .nav .mob {
        text-align: center;
        position: relative; }
        .header .nav .mob #close-menu {
          right: 0;
          top: 0;
          width: 50px;
          padding: .5rem 0;
          z-index: 1;
          cursor: pointer; }
  .nav-btns .nav-btn {
    margin: 0 .3rem; }
    .nav-btns .nav-btn i {
      font-size: 21px; }
  #search-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 2.5rem;
    padding: 0 1rem;
    z-index: 3; }
    #search-form.show {
      display: block; } }

.thumbnail {
  flex: 1;
  overflow: hidden; }
  .thumbnail img {
    transform: scale(1);
    transition: .5s; }
  .thumbnail:hover img {
    transform: scale(1.15); }
  .thumbnail h2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: .5rem;
    transition: .5s; }
    .thumbnail h2:hover {
      background: rgba(0, 0, 0, 0.6); }

@media screen and (min-width: 1921px) {
  .thumbnail img {
    width: 100%; } }

.card-product {
  font-size: 1rem;
  height: 100%; }
  .card-product .name {
    font-weight: bold;
    color: #333; }
  .card-product .price span {
    color: #F51111;
    margin-right: 5px; }
  .card-product .price del {
    color: #999;
    font-size: 12px; }
  .card-product a {
    display: block;
    border: 1px solid #f2f2f2;
    height: 100%; }

.card-lr .card-product a {
  display: flex;
  width: 100%;
  align-items: center; }

.card-lr .card-product .img {
  flex: 0 0 30%; }

.card-lr .card-product .content {
  flex: 0 0 70%;
  padding: 0 2rem 0 5rem;
  max-width: 70%; }

.foot {
  font-size: .87rem;
  border-top: 10px solid #f9f9f9; }
  .foot a {
    color: #333; }
  .foot .f-art {
    text-align: center; }
    .foot .f-art a {
      flex: 1; }
  .foot .copy {
    border-top: 1px solid #e4e4e4; }
  .foot p {
    text-align: center;
    color: #666; }

@media screen and (max-width: 919px) {
  .foot .f-art a {
    display: block;
    width: 25%;
    flex: auto;
    margin-bottom: 1rem; } }

.activity1 h2 {
  font-size: 2rem;
  text-align: center; }

.activity2 .nav-tabs {
  border-color: #F51111; }
  .activity2 .nav-tabs li {
    margin: 0 1.5rem; }
    .activity2 .nav-tabs li a {
      display: block;
      position: relative;
      font-size: 1.5rem;
      padding-bottom: 10px;
      color: #c4c4c4; }
      .activity2 .nav-tabs li a.active {
        color: #F51111; }
        .activity2 .nav-tabs li a.active:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-bottom: 8px solid #F51111;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 0 auto; }

.activity2 .tab-content .content {
  text-align: center; }

.activity3 .act-img {
  position: relative; }
  .activity3 .act-img::after {
    content: '';
    display: block;
    --width: calc(100% - 30px);
    width: var(--width);
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px; }

.home-cate .thumbnail {
  flex: 1; }

.crumbs {
  text-align: center; }

@media screen and (max-width: 768px) {
  .activity1 h2 {
    font-size: 1.5rem; }
  .activity2 .nav-tabs li {
    margin: 0 1rem; }
    .activity2 .nav-tabs li a {
      font-size: 1.1rem; } }

@media screen and (max-width: 639px) {
  .home-cate {
    margin: 0 auto; }
    .home-cate .thumbnail {
      width: 100%;
      flex: auto;
      margin-bottom: 1.5rem; } }

.service {
  position: fixed;
  width: 3rem;
  height: 3rem;
  right: 0.5rem;
  background: url(../images/kf.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 999;
  bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  border: 1px solid #eee; }
</pre></body></html>