<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "backinstock-iconfont";
  src: url("//at.alicdn.com/t/font_2438994_eemnfv0ei7i.eot?t=1616485153097");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_2438994_eemnfv0ei7i.eot?t=1616485153097#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPsAAsAAAAACCwAAAOdAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqDIIJzATYCJAMUCwwABCAFhG0HcxsqB8gusG3Yk0DVZGyYueMOSxVy8Abi4Wvvu3N3973U4vJVSlOZqFZ1VLputO4IEhU8g1BIxqMQuuuu0e9/dakCxArR4RbkCcHxfSk+g+7JcoALuIaHpcQb8BjYCjS2E9Da14FzruwZFm3jA374CjolR+q2/xTRID8fqEvwaYN01lSDqv/+uHfcGufhfPYtl79G0Zq0BhW2KcCEuoDGGNamOLCiALlh7CaChniYQKeWCn47ez39KFQBRgXizhWVUGjGrjQUhnahrlhYxBuV9vQ6HQDc8O/HP2AhQkmqDEzcP2/1oIafjF9aeKO5dkadXk3nhbGMjHlIIR5V+u8IiFLzAnR6iUAbkP9buyT9ZPz0fm8/7b9BYg5k64TkUf54WSJqIL8bbMjpwk8GRgh+eokq601GyPzSpiU810I6UeMB5D2gHfeiEJI0PBkV1d1/f6vL37rEJzupCcEDukuMklzpzc68O5q2d8N6b8zleoNKhf86ryOMm03ftQHvFpOlXgjnLw3os7idHDIvXksJlgfeemErsvkY12/D9mva/ZymHXyY5A1sEwJ6vb6aRq+d17eaunNjzkP5uPBgB4PsR/FuBYca3oI/5uhm5eaYeGV8faQUrR6vTIxm2Dar/j/Z+2WpcKHzqwejnX8Puru/KEIlC68ycbB76UPKgypUZ6N3cSXgWUnoTt3XIglHvUM2me8UAnBe+Yy0WoFvIEoxwiSH7o4G2YG8lHd4k10oHpaVoWMqL4DO+V0agpryN/igkYa/LPI1jflfjv3I03yyzltuxsr/dkoBPxJLCS/rTvwNK4/8ba2KZopJA0dVXAorm8khEZXJCYKJP1T2s8KDPk9jG+mcT2g3kkDSZgyyduOiIpuHSpdFqLVbh05z2pd3GcIFiNKBWWckCP1uQ9LrI2T9DkVF9gkqo75BrT8CoNNBDG3YZTKUzu1HIAnw4JlFrMjMIMglwkVhL1BLk3ia5vpB4KYSxU6bI59tBwP4FFPMOeoSgmDCmY7bpONA0xj2ceYFWdhmhfBV2e2k6kk2meko3DYOSATggc1YhClkjIHQ5kJ44fO9AGXRSHhDVc9yEOBMSvuYk42jg6hdMDpV3co5pjmUiyAQGMExOqxN8gINphjMV93PC8gEm9kBCZ8qdqUR6SrYlrfpLxA36gCbV5EiR4kqaoP3YJ4wrlcuKJIXZQ3BrJh8kcYkj2LQKCsna8yE1j1NS5bBNImlIQQAAAA=") format("woff2"), url("//at.alicdn.com/t/font_2438994_eemnfv0ei7i.woff?t=1616485153097") format("woff"), url("//at.alicdn.com/t/font_2438994_eemnfv0ei7i.ttf?t=1616485153097") format("truetype"), url("//at.alicdn.com/t/font_2438994_eemnfv0ei7i.svg?t=1616485153097#iconfont") format("svg");
  /* iOS 4.1- */
}

.backinstock-iconfont {
  font-family: "backinstock-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-newform-xiajiantou:before {
  content: "\e60f";
}

.icon-newform-loading:before {
  content: "\e72a";
}

.icon-newform-close:before {
  content: "\e6df";
}

.icon-newform-successful:before {
  content: "\e66b";
}

.newform-loadding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  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;
}

.newform-loadding .backinstock-iconfont {
  height: 22px;
  width: 22px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  -webkit-animation: loadding .6s linear infinite;
          animation: loadding .6s linear infinite;
}

@-webkit-keyframes loadding {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadding {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bi-hint {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  position: relative;
  z-index: 100;
}

.bi-hint .backinstock-iconfont {
  color: #4bcf82;
  font-size: 22px;
}

#backinstock {
  font-size: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: 500001;
  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;
}

#backinstock .bi-popup {
  position: absolute;
  background-color: #fff;
  max-width: 456px;
  width: calc(100% - 30px);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 0 32px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#backinstock .bi-popup .bi-header {
  position: relative;
  min-height: 60px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 34px;
  padding-right: 19px;
}

#backinstock .bi-popup .bi-header .bi-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#backinstock .bi-popup .bi-header .backinstock-iconfont {
  position: absolute;
  right: -14px;
  top: 20px;
  font-weight: bold;
  color: #8e9794;
  cursor: pointer;
}

@media screen and (max-width: 390px) {
  #backinstock .bi-popup .bi-header {
    font-size: 18px;
  }
}

#backinstock .bi-popup .bi-content {
  padding-top: 24px;
}

#backinstock .bi-popup .bi-content .bi-forminfo {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  border: 2px solid #606967;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  outline-style: none;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper input:nth-child(2) {
  margin-left: 12px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper input.shake-animate {
  -webkit-animation: shake 1s linear 1;
          animation: shake 1s linear 1;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  border: 2px solid #606967;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  outline-style: none;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select:nth-child(2) {
  margin-left: 12px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .backinstock-iconfont {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list {
  position: absolute;
  top: calc(100% + 2px);
  left: -2px;
  background-color: #fff;
  width: calc(100% + 4px);
  z-index: 1;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list ul {
  max-height: 200px;
  overflow: auto;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #bbbbbb;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list ul::-webkit-scrollbar-track {
  border-radius: 3px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-select .bi-select-list ul li:hover {
  background-color: #fafafa;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-code-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  border: 2px solid #606967;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  outline-style: none;
  border: none;
  padding: 0;
  -webkit-box-flex: .7;
      -ms-flex: .7;
          flex: .7;
  cursor: pointer;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-code-img:nth-child(2) {
  margin-left: 12px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-btn {
  position: relative;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  border: 2px solid #606967;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  outline-style: none;
  border: none;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-btn:nth-child(2) {
  margin-left: 12px;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-hint-box {
  background-color: #d2fce9;
  color: #07b066;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#backinstock .bi-popup .bi-content .bi-input-wrapper .bi-hint-box .backinstock-iconfont {
  margin-right: 8px;
}

@-webkit-keyframes shake {
  25% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes shake {
  25% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

#backinstock i {
  background-image: none;
  display: inline;
}

.bi-notify-btn {
  background-color: #333 !important;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding: 0 !important;
}

.bi-notify-btn:hover {
  color: #fff;
}

.product_detail_2016 .bi-notify-btn {
  height: 36px;
  line-height: 36px;
}

.product_detail_2017 .bi-notify-btn, .product_detail_women_2019 .bi-notify-btn {
  height: 45px;
  line-height: 45px;
}

.product_detail_2016 .bi-notify-btn {
  height: 36px;
  line-height: 36px;
}
/*# sourceMappingURL=front.css.map */</pre></body></html>