@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "helvetica","Microsoft YaHei","黑体","宋体",sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* body {
  /* 取消文字复制 */
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 防止闪烁 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

a, img, button, input, textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/
}

a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/
}

a:hover {
  text-decoration: none;
  /*指鼠标在链接*/
}

a:active {
  text-decoration: none;
  /* 指正在点的链接*/
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none !important;
}

input[disabled], input:disabled, input.disabled {
  color: #3e3e3e;
  -webkit-text-fill-color: #3e3e3e;
  -webkit-opacity: 1;
  opacity: 1;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.borderTop {
  border-top: 1px solid #ddd;
}

.borderTB {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.borderB {
  border-bottom: 1px solid #ddd;
}

.displayB {
  display: block;
}

.displayIB {
  display: inline-block;
}

.button-big {
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
}
.button-big a {
  background-color: #81DCD7;
  border-radius: 0.8rem;
  width: 100%;
  height: 1.2rem;
  display: inline-block;
  font-size: 0.4533333333rem;
  color: #fff;
}

.bombBox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.bombBox .mark {
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: 0.6;
  position: fixed;
  top: 0;
  z-index: 2;
}
.bombBox .content {
  background-color: #fff;
  margin-left: 1.3866666667rem;
  border-radius: 0.2666666667rem;
  width: 7.2533333333rem;
  padding: 0.5333333333rem 0 1.4666666667rem 0;
  position: fixed;
  top: 5.3333333333rem;
  z-index: 3;
}
.bombBox .content .text {
  color: #000303;
  font-size: 0.4rem;
  text-align: center;
  padding: 0 0.5866666667rem;
  line-height: 0.5333333333rem;
  overflow: auto;
}
.bombBox .content .text .title {
  font-size: 0.48rem;
  margin-bottom: 0.16rem;
  display: block;
}
.bombBox .content .contentValue {
  margin-top: 0.5333333333rem;
  margin-bottom: 0.32rem;
  padding: 0 0.4rem;
  width: 100%;
}
.bombBox .content .contentValue input {
  border: 2px solid #ddd;
  padding: 0.1333333333rem;
  line-height: 0.5333333333rem;
  width: 100%;
  font-size: 0.3733333333rem;
}
.bombBox .content .button {
  height: 1.2rem;
  border-top: 1px solid #ddd;
  line-height: 1.2rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bombBox .content .button .cancel {
  float: left;
  width: 50%;
  border-right: 1px solid #ddd;
}
.bombBox .content .button .cancel button {
  font-size: 0.4533333333rem;
  color: #007cfe;
  border: 0;
  background-color: transparent;
}
.bombBox .content .button .determine {
  float: right;
  width: 50%;
  font-size: 0.4533333333rem;
  color: #007cfe;
}
.bombBox .content .button .determine button {
  font-size: 0.4533333333rem;
  color: #007cfe;
  border: 0;
  background-color: transparent;
}
.bombBox .content .button .determine a {
  font-size: 0.4533333333rem;
  color: #007cfe;
  border: 0;
  background-color: transparent;
}

/* 弹框插件 */
/* 弹框外背景色 */
.swal-overlay {
  background-color: rgba(10, 10, 10, 0.6);
}
.swal-overlay .swal-modal {
  width: 7.2rem !important;
  border-radius: 0.24rem !important;
  background-color: #fff !important;
  /* 头部信息 */
  /*  确认按钮区域*/
}
.swal-overlay .swal-modal .swal-text {
  font-size: 0.4266666667rem !important;
  text-align: center !important;
}
.swal-overlay .swal-modal .swal-text:first-child {
  margin: 0.2666666667rem;
}
.swal-overlay .swal-modal .swal-footer {
  height: 0;
  color: #FD93A6;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background: #E1EBF5;
  position: relative;
  padding-bottom: constant(safe-area-inset-bottom);
}

.home_top {
  padding: 0.5333333333rem 0.4rem 0 0.4rem;
}

.home_banner {
  -webkit-box-shadow: 0.0533333333rem 0.0266666667rem 0.2666666667rem 0 rgba(170, 187, 201, 0.8), -0.2133333333rem 0.1333333333rem 0.3466666667rem 0 rgba(244, 248, 251, 0.35), -0.3733333333rem -0.1866666667rem 0.4266666667rem 0 rgba(246, 251, 255, 0.74), -0.1866666667rem -0.1866666667rem 0.3466666667rem 0 rgba(255, 255, 255, 0.02), inset 0.0266666667rem 0.0266666667rem 0.0533333333rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.0533333333rem 0.0266666667rem 0.2666666667rem 0 rgba(170, 187, 201, 0.8), -0.2133333333rem 0.1333333333rem 0.3466666667rem 0 rgba(244, 248, 251, 0.35), -0.3733333333rem -0.1866666667rem 0.4266666667rem 0 rgba(246, 251, 255, 0.74), -0.1866666667rem -0.1866666667rem 0.3466666667rem 0 rgba(255, 255, 255, 0.02), inset 0.0266666667rem 0.0266666667rem 0.0533333333rem 0 rgba(0, 0, 0, 0.2);
}

.swiper-wrapper .swiper-slide {
  width: 9.2rem;
  height: 4.6666666667rem;
}

.swiper-container img {
  width: 9.2rem;
  height: 4.6666666667rem;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-container .swiper-pagination-bullet {
  width: 0.2666666667rem;
  height: 0.1066666667rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0.0266666667rem 0.08rem 0 rgba(201, 211, 226, 0.5), inset 0 0.0266666667rem 0.08rem 0 rgba(200, 212, 226, 0.5);
          box-shadow: inset 0 0.0266666667rem 0.08rem 0 rgba(201, 211, 226, 0.5), inset 0 0.0266666667rem 0.08rem 0 rgba(200, 212, 226, 0.5);
  border-radius: 0.0533333333rem;
  -webkit-border-radius: 0.0533333333rem;
  -moz-border-radius: 0.0533333333rem;
  -ms-border-radius: 0.0533333333rem;
  -o-border-radius: 0.0533333333rem;
  opacity: .8;
  display: inline-block;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5333333333rem 0;
}

.search {
  width: 100%;
  height: 1.3333333333rem;
  padding: 0 0.2133333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.3733333333rem;
  font-weight: 500;
  color: #2E476E;
  text-shadow: 0 0.0533333333rem 0.0533333333rem rgba(39, 44, 54, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #E1EDF8 0%, #EEF1F3 100%);
  -webkit-box-shadow: inset 0 0.0533333333rem 0.48rem 0 #C8D4E2, inset 0 0.1866666667rem 0.3733333333rem 0 #C9D3E2, inset -0.2666666667rem -0.2133333333rem 0.2666666667rem 0 rgba(255, 255, 255, 0.75);
          box-shadow: inset 0 0.0533333333rem 0.48rem 0 #C8D4E2, inset 0 0.1866666667rem 0.3733333333rem 0 #C9D3E2, inset -0.2666666667rem -0.2133333333rem 0.2666666667rem 0 rgba(255, 255, 255, 0.75);
  -o-border-image: linear-gradient(149deg, #cfdbe7, #e3edf7) 0.0533333333rem 0.0533333333rem;
     border-image: linear-gradient(149deg, #cfdbe7, #e3edf7) 0.0533333333rem 0.0533333333rem;
  border-radius: 0.32rem;
  -webkit-border-radius: 0.32rem;
  -moz-border-radius: 0.32rem;
  -ms-border-radius: 0.32rem;
  -o-border-radius: 0.32rem;
}

.search img {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  margin-right: 0.2666666667rem;
}

.staff {
  margin-bottom: 0.5333333333rem;
  height: 2.7466666667rem;
}

.staff img {
  width: 100%;
  height: 100%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_item_icon {
  width: 1.6rem;
  height: 1.6rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0.2666666667rem 0.2933333333rem 0.6666666667rem 0 rgba(176, 195, 210, 0.73);
          box-shadow: 0.2666666667rem 0.2933333333rem 0.6666666667rem 0 rgba(176, 195, 210, 0.73);
  border-radius: 0.48rem;
  -webkit-border-radius: 0.48rem;
  -moz-border-radius: 0.48rem;
  -ms-border-radius: 0.48rem;
  -o-border-radius: 0.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.nav_item_icon img {
  width: 0.8rem;
  height: 0.8rem;
}

.nav_item_text {
  margin-top: 0.2666666667rem;
  height: 0.5333333333rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6E81A0;
  line-height: 0.5333333333rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
  text-align: center;
}

.nav_product {
  margin-top: 0.5333333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_product_item {
  width: 2.1333333333rem;
  height: 3.3333333333rem;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0.1333333333rem 0.0266666667rem 0.5866666667rem 0 #C7D8E5, 0.1333333333rem 0 0.1333333333rem 0 rgba(244, 248, 251, 0.5), -0.1333333333rem -0.3466666667rem 0.6666666667rem 0 rgba(246, 251, 255, 0.88), -0.1066666667rem -0.1066666667rem 0.1866666667rem 0 rgba(255, 255, 255, 0.02);
          box-shadow: 0.1333333333rem 0.0266666667rem 0.5866666667rem 0 #C7D8E5, 0.1333333333rem 0 0.1333333333rem 0 rgba(244, 248, 251, 0.5), -0.1333333333rem -0.3466666667rem 0.6666666667rem 0 rgba(246, 251, 255, 0.88), -0.1066666667rem -0.1066666667rem 0.1866666667rem 0 rgba(255, 255, 255, 0.02);
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
}

.nav_product_item img {
  width: 100%;
  height: 100%;
}

.home_main {
  padding-top: 0.5333333333rem;
  padding-bottom: 0.8rem;
}

.padding_30 {
  padding: 0 0.4rem;
}

.seckill {
  width: 100%;
  padding: 0.2133333333rem 0.2666666667rem 0.4533333333rem 0.2666666667rem;
  background: #E8F3FB;
  -webkit-box-shadow: 0.1333333333rem 0.4rem 0.4266666667rem 0 rgba(176, 195, 210, 0.5), -16px 0px 16px 0px rgba(244, 248, 251, 0.5), -16px -80px 44px 0px rgba(246, 251, 255, 0.38), -22px -22px 40px 0px #E0EBF2;
          box-shadow: 0.1333333333rem 0.4rem 0.4266666667rem 0 rgba(176, 195, 210, 0.5), -16px 0px 16px 0px rgba(244, 248, 251, 0.5), -16px -80px 44px 0px rgba(246, 251, 255, 0.38), -22px -22px 40px 0px #E0EBF2;
  border-radius: 0.5333333333rem;
  -webkit-border-radius: 0.5333333333rem;
  -moz-border-radius: 0.5333333333rem;
  -ms-border-radius: 0.5333333333rem;
  -o-border-radius: 0.5333333333rem;
}

.seckill_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.4rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6E81A0;
  line-height: 0.5066666667rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
}

.seckill_title img {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  margin-right: 0.08rem;
}

.seckill_main {
  margin-top: 0.2133333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seckill_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.seckill_item img {
  width: 1.9733333333rem;
  height: 1.9733333333rem;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.1066666667rem;
  -webkit-border-radius: 0.1066666667rem;
  -moz-border-radius: 0.1066666667rem;
  -ms-border-radius: 0.1066666667rem;
  -o-border-radius: 0.1066666667rem;
}

.seckill_item_title {
  margin-top: 0.08rem;
  height: 0.4266666667rem;
  font-size: 0.2933333333rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6E81A0;
  line-height: 0.4266666667rem;
}

.seckill_item_price {
  font-size: 0.2933333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF839D;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
}

.seckill_item_costPrice {
  position: relative;
  font-size: 0.2933333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(110, 129, 160, 0.5);
  display: inline-block;
}

.seckill_item_costPrice::after {
  content: '';
  position: absolute;
  top: 48%;
  left: 0;
  background-color: rgba(110, 129, 160, 0.5);
  width: 100%;
  height: 0.04rem;
}

.shopExplosion {
  padding: 0.5333333333rem 0 0.1866666667rem 0;
}

.product01 {
  background: url("../img/home/product01.png");
}

.product02 {
  background: url("../img/home/product02.png");
}

.product03 {
  background: url("../img/home/product03.png");
}

.product04 {
  background: url("../img/home/product04.png");
}

.shopExplosion_item {
  margin-bottom: 0.1333333333rem;
  height: 4.6666666667rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  display: block;
  position: relative;
}

.shopExplosion_item_content {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.2666666667rem;
}

.shopExplosion_item_left {
  margin-top: 0.9333333333rem;
  width: 4.5333333333rem;
}

.shopExplosion_item_leftT {
  font-size: 0.2666666667rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6E81A0;
  line-height: 0.5333333333rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
}

.shopExplosion_item_leftM {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2D3747;
  line-height: 0.5333333333rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
}

.shopExplosion_item_leftB {
  font-size: 0.2666666667rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6E81A0;
  line-height: 0.5333333333rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
}

.shopExplosion_item_img {
  width: 3.7333333333rem;
  height: 3.7333333333rem;
  overflow: hidden;
  border-radius: 0.1866666667rem;
}

.shopExplosion_item_img img {
  width: 100%;
  height: 100%;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.4rem;
}

.head_item {
  width: 5.5733333333rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F5FAFF;
  -webkit-box-shadow: 0.0533333333rem 0.24rem 0.56rem 0 rgba(45, 55, 71, 0.29), -16px -54px 60px 0px rgba(244, 248, 251, 0.35), -26px -14px 40px 0px rgba(246, 251, 255, 0.74), -14px -14px 40px 0px rgba(255, 255, 255, 0.02);
          box-shadow: 0.0533333333rem 0.24rem 0.56rem 0 rgba(45, 55, 71, 0.29), -16px -54px 60px 0px rgba(244, 248, 251, 0.35), -26px -14px 40px 0px rgba(246, 251, 255, 0.74), -14px -14px 40px 0px rgba(255, 255, 255, 0.02);
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF8A21;
  line-height: 0.5333333333rem;
}

.head_item img {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  margin-right: 0.1066666667rem;
}

.moreProduct_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.4rem;
}

.moreProduct_show_item {
  padding: 0.2666666667rem 0.2666666667rem 0.4rem 0.2666666667rem;
  background: #E3EDF7;
  -webkit-box-shadow: 0.0533333333rem 0.1866666667rem 0.2666666667rem 0 rgba(45, 55, 71, 0.15), -0.2133333333rem -0.72rem 0.8rem 0 rgba(244, 248, 251, 0.35), 0.2666666667rem -0.1333333333rem 0.2666666667rem 0 rgba(246, 251, 255, 0.74), -0.1866666667rem -0.1866666667rem 0.4rem 0 rgba(255, 255, 255, 0.02);
          box-shadow: 0.0533333333rem 0.1866666667rem 0.2666666667rem 0 rgba(45, 55, 71, 0.15), -0.2133333333rem -0.72rem 0.8rem 0 rgba(244, 248, 251, 0.35), 0.2666666667rem -0.1333333333rem 0.2666666667rem 0 rgba(246, 251, 255, 0.74), -0.1866666667rem -0.1866666667rem 0.4rem 0 rgba(255, 255, 255, 0.02);
  border: 0.08rem solid;
  -o-border-image: linear-gradient(149deg, white, #d7d7d7) 6 6;
     border-image: linear-gradient(149deg, white, #d7d7d7) 6 6;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5333333333rem;
}

.moreProduct_show_item_img {
  width: 3.84rem;
  height: 3.84rem;
  overflow: hidden;
}

.moreProduct_show_item_img img {
  width: 100%;
  height: 100%;
}

.moreProduct_show_item_title {
  margin: 0.1333333333rem 0;
  width: 3.84rem;
  height: 0.96rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2D3747;
  line-height: 0.48rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.moreProduct_show_item_num {
  height: 0.5333333333rem;
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FE738D;
  line-height: 0.5333333333rem;
  text-shadow: 0 0.0266666667rem 0.0266666667rem rgba(39, 44, 54, 0.2);
}

.ping_banner {
  padding: 0.5333333333rem 0.4rem;
}

.ping_banner img {
  width: 100%;
}

.flexD {
  width: 1.9733333333rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.6133333333rem;
}

.diymenu {
  height: 1.4666666667rem;
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 1;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 0.0533333333rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.0533333333rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.0533333333rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.diymenu .item {
  height: 100%;
  font-size: 0.2933333333rem;
  color: #999;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.diymenu .item img {
  width: 0.5866666667rem;
  height: 0.5866666667rem;
  display: inline-block;
  margin-bottom: 0.1333333333rem;
}

.link {
  color: #ff4380;
}
