/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00008b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: draker(#00008b);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[role="button"] {
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1300px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.icon {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-guanbi:after {
  content: "\e639";
}
.icon-xiala:after {
  content: "\e62a";
}
.icon-gou:after {
  content: "\e681";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.star {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../../images/2.0/icon/star.png) no-repeat center center;
}
.star-off {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../../images/2.0/icon/star-hollow.png) no-repeat center center;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica,
    Arial, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
}
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: transparent;
  z-index: 99;
  line-height: 76px;
  padding-top:50px;
}
@media (max-width: 480px) {
  .page-header {
    height: 45px;
    line-height: 45px;
  }
}
.page-header .page-header__logo {
  width: 134px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  vertical-align: sub;
}
.page-header .page-header__body {
  height: 100%;
  position: relative;
}
.page-header .page-button {
  display: none;
  position: absolute;
  padding: 5px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #fff;
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
  box-sizing: border-box;
}
.page-header .page-button__bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  box-sizing: border-box;
}
.page-header .page-button__bar:not(:first-child) {
  margin-top: 4px;
}
.page-header .buy-cart {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #f7953b;
}
.page-header .buy-cart svg {
  margin-right: 5px;
  vertical-align: sub;
}
.header-nav-list {
  list-style: none;
  height: 100%;
  line-height: 76px;
  padding: 0;
  margin: 0;
  float: right;
}
@media (max-width: 480px) {
  .header-nav-list {
    line-height: 28px;
  }
}
.header-nav-list .header-nav-list__item {
  float: left;
}
.header-nav-list .header-nav-list__item:not(:last-child) {
  margin-right: 80px;
}
.header-nav-list .header-nav-list__link {
  display: block;
  color: #fff;
  transition: color 0.2s;
}
.header-nav-list .header-nav-list__link.link--orange {
  color: #f7953b;
}
.header-nav-list .header-nav-list__link:active,
.header-nav-list .header-nav-list__link:focus {
  text-decoration: none;
}
.header-nav-list .header-nav-list__link:hover {
  text-decoration: none;
}
.header-nav-list .header-nav-list__link--hover-grean:hover {
  color: #2ea685;
  fill: #2ea685;
}
.sub-navigation {
  background: rgba(255, 255, 255, 0.89);
  backdrop-filter: blur(7px);
  border-radius: 10px;
  position: absolute;
  top: 76px;
  right: 0;
  left: auto;
  padding: 30px 90px;
  opacity: 1;
  z-index: 99;
  overflow: hidden;
  line-height: 1;
  box-shadow: 0 2px 19.6px 0.4px rgba(100, 100, 100, 0.1);
}
@media (min-width: 1480px) {
  .sub-navigation {
    width: 968px;
  }
}
@media (max-width: 768px) {
  .sub-navigation {
    padding: 26px 20px;
  }
}
.sub-navigation__item {
  float: left;
  width: 33.33333%;
}
@media (max-width: 768px) {
  .sub-navigation__item {
    padding-bottom: 10px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sub-navigation__item {
    width: 100%;
  }
}
.sub-navigation__product-box {
  text-align: center;
}
@media (max-width: 768px) {
  .sub-navigation__product-box {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .sub-navigation__product-box {
    text-align: center;
  }
}
.sub-navigation__product-box:hover .img {
  animation: nav-icon-up 1.2s linear infinite;
}
@media (max-width: 768px) {
  .sub-navigation__product-box:hover .img {
    animation: none;
  }
}
.sub-navigation__product-box > a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-navigation__product-box > a {
    padding: 5px 15px;
  }
}
.sub-navigation__product-box > a:hover,
.sub-navigation__product-box > a:focus {
  text-decoration: none;
}
.sub-navigation__product-box .img {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sub-navigation__product-box .img {
    margin-bottom: 8px;
  }
}
.sub-navigation__product-box .img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .sub-navigation__product-box .img img {
    width: 40px;
  }
}
.sub-navigation__product-box .desc {
  color: #8c8c8c;
  font-size: 14px;
}
@media (max-width: 768px) {
  .sub-navigation__product-box .desc {
    font-size: 9pt;
  }
}
.sub-navigation__product-box .title {
  margin: 15px 0 8px;
}
@media (max-width: 768px) {
  .sub-navigation__product-box .title {
    margin: 0;
    font-size: 11pt;
  }
}
.header-nav-list .header-nav-list__item:nth-child(2) svg {
  display: none;
}
@-webkit-keyframes nav-icon-up {
  12% {
    -webkit-transform: translateY(-7px);
  }
  24%,
  29% {
    -webkit-transform: translateY(-10px);
  }
  36% {
    -webkit-transform: translateY(-7px);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
  60% {
    -webkit-transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(-2px);
  }
  45%,
  55%,
  65%,
  72% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes nav-icon-up {
  12% {
    transform: translateY(-7px);
  }
  24%,
  29% {
    transform: translateY(-10px);
  }
  36% {
    transform: translateY(-7px);
  }
  50% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(-2px);
  }
  45%,
  55%,
  65%,
  72% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .header-nav-list .header-nav-list__item:not(:last-child) {
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header-nav-list .header-nav-list__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .page-header .page-button {
    display: block;
  }
  .header-nav-list {
    display: none;
    height: auto;
    width: 100%;
    text-align: center;
    background-color: rgba(23, 23, 23, 0.8);
    float: none;
    transition: height 0.3s;
    overflow: hidden;
  }
  .header-nav-list .header-nav-list__item {
    float: none;
    margin: 15px 0;
  }
  .header-nav-list .header-nav-list__item:not(:last-child) {
    margin-right: 0;
  }
  .header-nav-list
    .header-nav-list__item:nth-child(2)
    > .header-nav-list__link {
    display: inline;
    position: relative;
  }
  .header-nav-list
    .header-nav-list__item:nth-child(2)
    > .header-nav-list__link
    svg {
    display: block;
    fill: #fff;
    position: absolute;
    top: 0;
    right: -26px;
  }
  .header-nav-list
    .header-nav-list__item:nth-child(2)
    > .header-nav-list__link:hover
    svg {
    fill: #2ea685;
  }
  .header-nav-list__item .subNavigation--active {
    position: relative;
    opacity: 1;
    display: block !important;
    top: 0;
    padding: 0 10px;
    border-radius: 0;
  }
}
.page-footer {
  padding: 0 10px;
  background: #202020;
}
.page-footer__content {
  padding: 80px 0;
}
.page-footer__bottom {
  border-top: 2px solid #313131;
  height: 63px;
  line-height: 63px;
  padding-top:12px;
}
.page-footer__link-group {
  margin-top: 56px;
}
.page-footer__link {
  display: block;
  color: #4bffce;
  font-size: 20px;
}
.page-footer dl > dd:not(:first-child) {
  margin-top: 23px;
}
.share-group {
  padding-top: 60px;
}
.share-group__item {
  display: inline-block;
  width: 37px;
  height: 37px;
}
.share-group__item:not(:first-child) {
  margin-left: 20px;
}
.content__item {
  padding: 0;
}
.content__item--padding-left-normal {
  padding-left: 83px;
}
.content__item--padding-left-large {
  padding-left: 155px;
}
.content__item--text-algin-right {
  text-align: right;
}
.copyright {
  color: #8c8c8c;
}
.shopping-btn {
  background-image: url(../../images/2.0/footer/shopping_btn.svg);
  background-repeat: no-repeat;
  background-size: 20px 19px;
  background-position: left center;
  text-indent: 36px;
}
.download-btn {
  background-image: url(../../images/2.0/footer/download_btn.svg);
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: left center;
  text-indent: 36px;
}
.icon-arrow {
  fill: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: transform 0.5s;
}
.dl--text-algin-left {
  text-align: left;
  display: inline-block;
}

@media (max-width: 768px) {
  .page-footer__row {
    display: flex;
    flex-direction: column;
  }
  .page-footer__row .content__item:first-child {
    order: 1;
  }
}
@media (max-width: 768px) {
  .page-footer dl > dd:not(:first-child) {
    margin-top: 20px;
  }
  .item__dl dd {
    padding-left: 16px;
  }
  .item__dl {
    height: auto;
    overflow: hidden;
    transition: height 0.3s;
  }
  .item__dt {
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 16px;
  }
  .icon-arrow {
    display: block;
  }
}
.page-footer__content .item__dl dd {
  font-size: 16px;
}
@media (max-width: 480px) {
  .page-footer__content .item__dl dd {
    font-size: 11pt;
    line-height: 1.5;
  }
}
#scrollUp {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 38px;
  z-index: 9999;
  height: 40px;
  width: 40px;
  opacity: 0.9;
  background: url(/images/2.0/gotop.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.text-normal {
  font-size: 16px;
}
dl,
dd {
  margin: 0;
}
.link--orange {
  color: #f7953b;
}
.link--color-c8 {
  color: #c8c8c8;
}

a:visited,
a:focus {
  text-decoration: none;
}
.link--opacity-9 {
  opacity: 0.9;
}
.link--opacity-9:hover {
  opacity: 1;
}
.text-align--center {
  text-align: center;
}
.text-align--left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.title--normal {
  font-size: 16px;
  color: #181818;
  font-weight: 500;
}
.product--margin-top-55 {
  margin-top: 55px;
}
.product--margin-left-8 {
  margin-left: 8px;
}
.product--margin-right-34 {
  margin-right: 34px;
}
.link--margin-top-normal {
  margin-top: 24px;
}
.block--hover-up:hover {
  transition: transform 0.3s;
  transform: translateY(-6px);
}
.color-white {
  color: #fff;
}
.dt--margin-bottom-normal {
  margin-bottom: 56px;
}
.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pl-26 {
    padding-left: 26px;
  }
  .md-pl-34 {
    padding-left: 34px;
  }
}
.ratings-star {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ratings-star {
    margin-right: 4px;
  }
}
.ratings-star .rating-half {
  background-image: url(/images/2.0/home/part02/rating-half.svg);
}
.ratings-star .rating-unsel {
  background-image: url(/images/2.0/home/part02/rating-unsel.svg);
}
.ratings-star span {
  display: inline-block;
  width: 24px;
  height: 23px;
  background-image: url(/images/2.0/home/part02/rating-sel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 480px) {
  .ratings-star span {
    width: 16px;
    height: 16px;
  }
}
.mb-20 {
  margin-bottom: 20px;
}
.top-60 {
  top: 60px;
}
.left-0 {
  left: 0;
}
.left-100 {
  left: 100px;
}
.top-54 {
  top: 54px;
}
.right-60 {
  right: 60px;
}
.bottom-60 {
  bottom: 60px;
}
.right-100 {
  right: 100px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-243 {
  margin-top: 243px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-116 {
  margin-left: 116px;
}
.mt-207 {
  margin-top: 207px;
}
.ml-820 {
  margin-left: 820px;
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-ml-65 {
    margin-left: 65px;
  }
  .sm-ml-100 {
    margin-left: 100px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-text-right {
    text-align: right;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mb-56 {
    margin-bottom: 56px;
  }
  .sm-pt-7 {
    padding-top: 7px;
  }
  .sm-pt-12 {
    padding-top: 12px;
  }
  .sm-pt-22 {
    padding-top: 22px;
  }
  .sm-pt-32 {
    padding-top: 32px;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-size-24 {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pl-44 {
    padding-left: 44px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pl-54 {
    padding-left: 54px;
  }
  .lg-pl-75 {
    padding-left: 75px;
  }
  .lg-pl-80 {
    padding-left: 80px;
  }
  .lg-pl-90 {
    padding-left: 90px;
  }
  .lg-pl-95 {
    padding-left: 95px;
  }
  .lg-pl-112 {
    padding-left: 112px;
  }
  .lg-pl-120 {
    padding-left: 120px;
  }
  .lg-pl-128 {
    padding-left: 128px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-pr-80 {
    padding-right: 80px;
  }
  .lg-pr-120 {
    padding-right: 120px;
  }
  .lg-pr-156 {
    padding-right: 156px;
  }
  .lg-pt-32 {
    padding-top: 32px;
  }
  .lg-pt-52 {
    padding-top: 52px;
  }
  .lg-py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .lg-mt-8 {
    margin-top: 8px;
  }
  .lg-mt-14 {
    margin-top: 14px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-mr-90 {
    margin-right: 90px;
  }
  .min-lg--mt-120 {
    margin-top: 120px;
  }
  .min-lg--mt-150 {
    margin-top: 150px;
  }
  .min-lg--mt-187 {
    margin-top: 187px;
  }
  .min-lg--ml-837 {
    margin-left: 837px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-ml-100 {
    margin-left: 100px;
  }
  .lg-ml-110 {
    margin-left: 110px;
  }
  .min-lg--left-60 {
    left: 60px;
  }
  .min-lg--bottom-60 {
    bottom: 60px;
  }
  .min-lg--top-60 {
    top: 60px;
  }
  .min-lg--ml-80 {
    margin-left: 80px;
  }
  .min-lg--mt-243 {
    margin-top: 243px;
  }
  .min-lg--right-60 {
    right: 60px;
  }
  .min-lg--mt-230 {
    margin-top: 230px;
  }
  .min-lg--mt-207 {
    margin-top: 207px;
  }
  .min-lg--ml-100 {
    margin-left: 100px;
  }
  .min-lg--top-34 {
    top: 34px;
  }
  .min-lg--mt-267 {
    margin-top: 267px;
  }
  .min-lg--ml-828 {
    margin-left: 828px;
  }
  .min-lg--ml-846 {
    margin-left: 846px;
  }
  .min-lg--mt-250 {
    margin-top: 250px;
  }
  .min-lg--top-19 {
    top: 19px;
  }
}
@media (max-width: 1300px) {
  .max-lg--mt-11p66per {
    margin-top: 11.66%;
  }
  .max-lg--mt-2po66per {
    margin-top: 2.66%;
  }
  .max-lg--ml-3po66per {
    margin-left: 3.66%;
  }
  .max-lg--ml-8p66per {
    margin-left: 8.66%;
  }
  .max-lg--ml-67p33per {
    margin-left: 67.33%;
  }
  .max-lg--ml-7p33per {
    margin-left: 7.33%;
  }
  .max-lg--mt-20p25per {
    margin-top: 20.25%;
  }
  .max-lg--mt-17p25per {
    margin-top: 17.25%;
  }
  .max-lg--top-3vw {
    top: 3vw;
  }
  .max-lg--right-5vw {
    right: 5vw;
  }
  .max-lg--bottom-3vw {
    bottom: 3vw;
  }
  .max-lg--width-71per {
    width: 71%;
  }
  .max-lg--top-3vw {
    top: 3vw;
  }
  .max-lg--left-5vw {
    left: 5vw;
  }
  .max-lg--width-57p5per {
    width: 57.5%;
  }
  .max-lg--width-67p25per {
    width: 67.25%;
  }
}
@media (max-width: 768px) {
  .max-sm-mt-10 {
    margin-top: 10px;
  }
  .max-sm--ml-10 {
    margin-left: -10px;
  }
  .max-sm--ml-15 {
    margin-left: 15px;
  }
  .max-sm-size-20 {
    font-size: 20px;
  }
  .max-sm-mt-20 {
    margin-top: 20px;
  }
  .max-sm--mt-10vw {
    margin-top: 10vw;
  }
  .max-sm--mt-2vw {
    margin-top: 2vw;
  }
  .max-sm--mb-20 {
    margin-bottom: 20px;
  }
  .max-sm-pt-30 {
    padding-top: 30px;
  }
  .max-sm-pl-16 {
    padding-left: 16px;
  }
  .max-sm-pt-3w {
    padding-top: 3vw;
  }
  .max-sm-pt-4w {
    padding-top: 4vw;
  }
  .max-sm--px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .max-sm--width-27per {
    width: 27%;
  }
  .max-sm--right-2vw {
    right: 2vw;
  }
  .max-sm--width-95per {
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .md-lg-pl-60 {
    padding-left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .sm-lg--mt-15po5per {
    margin-top: 15.5%;
  }
  .sm-lg--mt-11po25per {
    margin-top: 11.25%;
  }
  .sm-lg--ml-69po75per {
    margin-left: 69.75%;
  }
  .sm-lg--ml-8po33per {
    margin-left: 8.33%;
  }
  .sm-lg--top-3vw {
    top: 3vw;
  }
  .sm-lg--left-3vw {
    left: 3vw;
  }
  .sm-lg--bottom-3vw {
    bottom: 3vw;
  }
  .sm-lg--ml-6vw {
    margin-left: 6vw;
  }
  .sm-lg--width-73per {
    width: 73%;
  }
  .sm-lg--mt-8vw {
    margin-top: 8vw;
  }
  .sm-lg--width-66po66per {
    width: 66.66%;
  }
  .sm-lg--right-5vw {
    right: 5vw;
  }
  .sm-lg--width-71per {
    width: 71%;
  }
  .sm-lg--right-3vw {
    right: 3vw;
  }
  .sm-lg--width-70per {
    width: 70%;
  }
}
@font-face {
  font-family: arialmt;
  font-style: normal;
  font-weight: 400;
  src: local("ArialMT"),
    url(../../../../special/black-friday/fonts/arial-mt/Arial-MT.woff)
      format("woff");
}
@font-face {
  font-family: arial-boldmt;
  font-style: normal;
  font-weight: 400;
  src: local("Arial-BoldMT"),
    url(../../../../special/black-friday/fonts/arial-mt/Arial-BoldMT.woff)
      format("woff");
}
#banner {
  position: relative;
  background-color: #1c1b19;
}
.banner-bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 1300px) {
  .banner-bg-wrapper {
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.banner-bg-wrapper img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.banner__main {
  position: relative;
  padding: 193px 0 190px;
}
.banner__main .title {
  position: relative;
  margin: 0 auto;
  width: 778px;
  height: 58px;
  color: #1e1e1e;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 26px;
  border: 4px solid #e9cf87;
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
}
@media (max-width: 992px) {
  .banner__main .title {
    width: 80%;
    height: auto;
    padding: 3px 0;
  }
}
.banner__main .title::before {
  position: absolute;
  content: "";
  top: -43px;
  right: 5.5%;
  width: 203px;
  height: 77px;
  z-index: 1;
  background: url(../../../../special/black-friday/images/banner/light-point.png)
    no-repeat;
}
.banner__main .title::after {
  position: absolute;
  content: "";
  bottom: -38px;
  left: 0.5%;
  width: 203px;
  height: 77px;
  z-index: 1;
  background: url(../../../../special/black-friday/images/banner/light-point.png)
    no-repeat;
}
.banner__main .title p {
  display: block;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #e9cf87;
  text-align: center;
  line-height: 44px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .banner__main .title p {
    position: relative;
    margin: 0 auto;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .banner__main .title p {
    font-size: 14pt;
    line-height: 2;
    padding: 0 20px;
  }
}
.banner__main .img-discount {
  display: block;
  margin: 60px auto 0;
}
@media (max-width: 1300px) {
  .banner__main .img-discount {
    width: 90%;
  }
}
.banner__main .p-closeday {
  margin: 64px auto 0;
  width: 376px;
  height: 48px;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 24px;
  color: #e8cb9d;
  text-align: center;
  line-height: 48px;
  background: url(../img/title-bg.png)
    top center no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .banner__main .p-closeday {
    font-size: 14pt;
    height: 36px;
    line-height: 36px;
    width: auto;
  }
}
#section-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 1370px);
  overflow: hidden;
  background: url(../img/background.jpg) top
    center repeat;
  background-size: auto auto;
}
#section-bg .bg__main {
  position: relative;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#section-bg .decoration {
  position: absolute;
}
#section-bg .decoration.balloon {
  bottom: 0;
  right: 0;
}
#section-bg .decoration.discount {
  top: 962px;
  right: 100px;
}
#section-bg .decoration.present {
  top: 310px;
  left: 48px;
}
#section-bg .decoration.ribbon01 {
  right: 126px;
  top: 142px;
}
#section-bg .decoration.ribbon02 {
  left: 103px;
  top: 1644px;
}
#part1 {
  position: relative;
  bottom: 36px;
}
.part1__main .title {
  position: relative;
  width: 1200px;
  height: 88px;
  margin: 0 0 80px;
  line-height: 88px;
  text-align: center;
  background: url(../img/title-bg-lg.png)
    top center no-repeat;
  background-size: 100% 100%;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #e2bc8f;
  margin-bottom:120px;
}
@media (max-width: 1300px) {
  .part1__main .title {
    width: auto;
  }
}
@media (max-width: 992px) {
  .part1__main .title {
    height: auto;
    line-height: 44px;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .part1__main .title {
    line-height: 24px;
    padding: 0 50px;
    margin: 0 40px;
    font-size: 17pt;
    background: #313131;
    border: 4px solid #e3c483;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }
}
@media (max-width: 480px) {
  .part1__main .title {
    padding: 0 10px;
  }
}
.part1__main .title span {
  line-height: 44px;
}
.part1__main .title .decoration {
  position: absolute;
}
@media (max-width: 480px) {
  .part1__main .title .decoration {
    display: none;
  }
}
.part1__main .title .decoration.lg {
  width: 20px;
  height: 20px;
}
.part1__main .title .decoration.sm {
  width: 12px;
  height: 12px;
}
.part1__main .title .decoration.lg.left {
  top: 48%;
  left: 144px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .part1__main .title .decoration.lg.left {
    left: 4%;
  }
}
.part1__main .title .decoration.lg.right {
  top: 57%;
  right: 116px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .part1__main .title .decoration.lg.right {
    right: 2%;
  }
}
.part1__main .title .decoration.sm.left {
  top: 57%;
  left: 116px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .part1__main .title .decoration.sm.left {
    left: 2%;
  }
}
.part1__main .title .decoration.sm.right {
  top: 48%;
  right: 151px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .part1__main .title .decoration.sm.right {
    right: 5%;
  }
}
.product-list .row {
  margin: 0 -90px;
}
@media screen and (max-width: 1450px) {
  .product-list .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .product-list .row {
    margin: 20px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .product-list .row {
    padding: 0 10px;
  }
}
.product-item {
  position: relative;
  margin: 0 0 20px;
  background-color: #faecd0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product-item .product__msg {
  position: relative;
  top: 0;
  left: 0;
  padding: 30px 0 19px;
  width: 100%;
  height: 182px;
  background-color: #313131;
  border: solid 4px #af996c;
  border-radius: 20px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .product-item .product__msg {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .product-item .product__msg {
    min-height: 226.5px;
  }
}
@media (max-width: 480px) {
  .product-item .product__msg {
    padding: 20px 0;
    text-align: center;
  }
}
.product-item .product-icon,
.product-item .product-content {
  vertical-align: middle;
}
.product-item .product-icon {
  margin: 0 18px 0 20px;
}
@media (max-width: 480px) {
  .product-item .product-icon {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-item .product-icon img {
    margin: 0 0 10px;
    width: 60px;
    height: 60px;
  }
}
.product-item .product-content {
  display: inline-block;
  width: calc(100% - 133px);
}
@media (max-width: 480px) {
  .product-item .product-content {
    width: 90%;
  }
}
.product-item .product-title {
  margin: 0;
}
.product-item .product-title a {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 24px;
  color: #dfb686;
  font-weight: 700;
}
@media (max-width: 768px) {
  .product-item .product-title a {
    font-size: 14pt;
  }
}
.product-item .product-desc {
  margin: 9px 0;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #af996c;
}
@media (max-width: 768px) {
  .product-item .product-desc {
    font-size: 11pt;
  }
}
.product-item .product__sales {
  position: relative;
  top: 0;
  font-size: 0;
  height: auto;
  padding: 0 0 24px;
}
@media (max-width: 1300px) {
  .product-item .product__sales {
    height: auto;
  }
}
.product-item .sales__block--lt,
.product-item .sales__block--rt {
  display: inline-block;
  position: relative;
  width: 33.33333%;
  text-align: center;
  vertical-align: top;
}
.product-item .sales__block--lt::before {
  position: absolute;
  content: "";
  top: 58%;
  right: 0;
  width: 2px;
  height: 156px;
  background-image: linear-gradient(
    to bottom,
    #1a1a1e 0%,
    #1a1a1e 50%,
    transparent 50%
  );
  background-size: 2px 12px;
  background-repeat: repeat-y;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.product-item .sales-deco {
  position: absolute;
  top: -26px;
  right: -10px;
  width: 68px;
  height: 72px;
  background: url(../img/discount-bg.png)
    top center no-repeat;
  background-size: cover;
  font-family: Impact;
  font-size: 20px;
  z-index: 2;
}
@media (max-width: 768px) {
  .product-item .sales-deco {
    right: -8px;
    width: 53px;
    height: 56px;
    font-size: 11pt;
  }
}
.product-item .sales-deco p {
  position: absolute;
  top: 56%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.product-item .sales-deco span {
  display: block;
  text-align: center;
  line-height: 0.9;
}
.product-item .sales-deco .percent {
  font-size: 24px;
}
@media (max-width: 768px) {
  .product-item .sales-deco .percent {
    font-size: 14pt;
  }
}
.product-item .sales-time {
  margin: 17px 0 0;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .product-item .sales-time {
    font-size: 11pt;
  }
}
.product-item .sales-price {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  margin: 14px 0 0;
}
@media (max-width: 768px) {
  .product-item .sales-price {
    font-size: 11pt;
  }
}
.product-item .sales-price .preferential,
.product-item .sales-price .original {
  margin: 0 3px;
}
.product-item .sales-price .preferential {
  font-size: 28px;
  font-weight: 700;
  color: #ff274b;
}
@media (max-width: 768px) {
  .product-item .sales-price .preferential {
    font-size: 14pt;
  }
}
.product-item .sales-price .original {
  color: #8c8c8c;
  text-decoration: line-through;
}
.product-item .sales-btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  justify-content: center;
  flex-direction: column;
}
.product-item .sales-btn-group.win .btn-buy.win {
  order: 1;
  display: block;
  width: 164px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  background-color: #292929;
  background: url(../img/button-bg-sm.png)
    top center no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-item .sales-btn-group.win .btn-buy.win:hover,
.product-item .sales-btn-group.win .btn-buy.win:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .product-item .sales-btn-group.win .btn-buy.win {
    height: 36px;
    width: 140px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .product-item .sales-btn-group.win .btn-buy.win {
    width: 120px;
  }
  .product-item .sales__block--lt,
.product-item .sales__block--rt {
  width: 100%;
  
}
.product-item .sales__block--lt::before {
  width: 0;
  height: 0;
}
.product-item .sales__block--lt::after, .product-item .sales__block--rt::after {
  width: 60%;
  border: 2px dotted #333;
  padding: 5px
}
}
.product-item .sales-btn-group.win .btn-buy.win span {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e3c483;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .product-item .sales-btn-group.win .btn-buy.win span {
    font-size: 11pt;
  }
}
.product-item .sales-btn-group.win .btn-buy.win svg {
  display: inline-block;
  margin: 0 8px 0 0;
  height: 20px;
  width: 20px;
  fill: #e3c483;
  vertical-align: middle;
}
.product-item .sales-btn-group.win .btn-buy.mac {
  order: 2;
  display: inline-block;
  text-align: center;
  margin: 14px 0 0;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .product-item .sales-btn-group.win .btn-buy.mac {
    font-size: 11pt;
  }
}
.product-item .sales-btn-group.win .btn-buy.mac svg {
  display: none;
}
.product-item .sales-btn-group.mac .btn-buy.mac {
  order: 1;
  display: block;
  width: 164px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  background-color: #292929;
  background: url(../../../../special/black-friday/images/part01/button-bg-sm.png)
    top center no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-item .sales-btn-group.mac .btn-buy.mac:hover,
.product-item .sales-btn-group.mac .btn-buy.mac:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .product-item .sales-btn-group.mac .btn-buy.mac {
    height: 36px;
    width: 140px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .product-item .sales-btn-group.mac .btn-buy.mac {
    width: 120px;
  }
}
.product-item .sales-btn-group.mac .btn-buy.mac span {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e3c483;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .product-item .sales-btn-group.mac .btn-buy.mac span {
    font-size: 11pt;
  }
}
.product-item .sales-btn-group.mac .btn-buy.mac svg {
  display: inline-block;
  margin: 0 8px 3px 0;
  height: 21px;
  width: 20px;
  fill: #e3c483;
  vertical-align: middle;
}
.product-item .sales-btn-group.mac .btn-buy.win {
  order: 2;
  display: inline-block;
  text-align: center;
  margin: 14px 0 0;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .product-item .sales-btn-group.mac .btn-buy.win {
    font-size: 11pt;
  }
}
.product-item .sales-btn-group.mac .btn-buy.win svg {
  display: none;
}
#part2 {
  padding: 105px 0 150px 0;
  position: relative;
}
@media (max-width: 768px) {
  #part2 {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 1450px) {
  #part2 .row {
    margin: 0 -80px;
  }
}
@media (max-width: 1300px) {
  #part2 .row {
    margin: 0;
    padding: 0 10px;
  }
}
.part2__main {
  width: 100%;
  height: 520px;
  line-height: 506px;
  background-color: #313131;
  border: solid 4px #af996c;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
@media (max-width: 992px) {
  .part2__main {
    height: auto;
  }
}
@media (max-width: 768px) {
  .part2__main {
    line-height: 292px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
.part2__main .sider {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .part2__main .sider {
    display: block;
  }
}
.part2__main .sider .side-item {
  display: block;
  margin: 24px 0;
  padding: 0 0 0 7px;
  width: 188px;
  height: 40px;
  background-color: #ffd24a;
  border-radius: 0 4px 20px 0;
  line-height: 40px;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  color: #181818;
}
.part2__main .sider .side-item:hover,
.part2__main .sider .side-item:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .part2__main .sider .side-item {
    margin: 16px 0;
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 11pt;
  }
}
@media (max-width: 480px) {
  .part2__main .sider .side-item {
    margin: 16px auto;
    padding: 0;
    width: 180px;
    text-align: center;
    border-radius: 4px 4px 20px 20px;
    -webkit-border-radius: 4px 4px 20px 20px;
    -moz-border-radius: 4px 4px 20px 20px;
    -ms-border-radius: 4px 4px 20px 20px;
    -o-border-radius: 4px 4px 20px 20px;
  }
}
.part2__main .img-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 34px;
}
@media screen and (max-width: 1450px) {
  .part2__main .img-wrapper {
    width: 500px;
  }
}
@media (max-width: 1300px) {
  .part2__main .img-wrapper {
    width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .part2__main .img-wrapper {
    width: calc(100% - 193px);
  }
}
@media (max-width: 768px) {
  .part2__main .img-wrapper {
    width: 286px;
    left: 10%;
  }
}
@media screen and (max-width: 540px) {
  .part2__main .img-wrapper {
    left: 0;
  }
}
@media (max-width: 480px) {
  .part2__main .img-wrapper {
    display: block;
    margin: 0 auto;
    width: 274px;
  }
}
.part2__main .img-wrapper .relative-wrapper {
  position: relative;
  line-height: 1;
}
.part2__main .img-wrapper img {
  width: 100%;
  vertical-align: middle;
}
.part2__main .img-wrapper p {
  position: absolute;
  bottom: 13.5%;
  left: 52%;
  text-align: center;
  font-family: Impact;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1300px) {
  .part2__main .img-wrapper p {
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .part2__main .img-wrapper p {
    bottom: 15.5%;
    margin: 0;
  }
}
.part2__main .img-wrapper p .img-text-percent {
  display: block;
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .part2__main .img-wrapper p .img-text-percent {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .part2__main .img-wrapper p .img-text-percent {
    font-size: 17pt;
  }
}
.part2__main .img-wrapper p .img-text-off {
  display: block;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .part2__main .img-wrapper p .img-text-off {
    font-size: 29px;
  }
}
@media (max-width: 768px) {
  .part2__main .img-wrapper p .img-text-off {
    font-size: 14pt;
  }
}
.part2__main .bundle-wrapper {
  display: inline-block;
  position: relative;
  padding: 55px 0 0;
  margin: 0 0 0 40px;
  vertical-align: middle;
  width: 484px;
  height: 440px;
  background-color: #faecd0;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1450px) {
  .part2__main .bundle-wrapper {
    width: 400px;
  }
}
@media (max-width: 1300px) {
  .part2__main .bundle-wrapper {
    margin: 0 0 0 20px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .part2__main .bundle-wrapper {
    display: block;
    width: auto;
    margin: 20px 30px 30px;
  }
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper {
    height: auto;
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .part2__main .bundle-wrapper {
    margin: 20px 15px;
    padding: 50px 0 20px;
  }
}
.part2__main .bundle-wrapper .bundle-deco {
  position: absolute;
  top: -71px;
  right: -50px;
  width: 157px;
  height: 186px;
  color: #ffd24a;
  font-family: Impact;
  font-size: 27px;
  text-align: center;
  background: url(../img/shopbag.png)
    top center no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .part2__main .bundle-wrapper .bundle-deco {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-deco {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
}
.part2__main .bundle-wrapper .bundle-deco p {
  position: absolute;
  top: 20%;
  left: 9%;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
.part2__main .bundle-wrapper .bundle-deco p span {
  display: block;
  letter-spacing: 1px;
}
.part2__main .bundle-wrapper .bundle-deco p .price {
  font-size: 33px;
}
.part2__main .bundle-wrapper .bundle-time {
  color: #181818;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 20px;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-time {
    font-size: 11pt;
  }
}
.part2__main .bundle-wrapper .bundle-price span {
  margin: 0 7px;
}
.part2__main .bundle-wrapper .bundle-price .preferential {
  color: #ff274b;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-price .preferential {
    font-size: 17pt;
  }
}
.part2__main .bundle-wrapper .bundle-price .original {
  position: relative;
  bottom: 4px;
  color: #8c8c8c;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 20px;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-price .original {
    font-size: 11pt;
    bottom: 1px;
  }
}
.part2__main .bundle-wrapper .bundle-btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  justify-content: center;
  flex-direction: column;
}
.part2__main .bundle-wrapper .bundle-btn-group.win .btn-buy.win {
  order: 1;
}
.part2__main .bundle-wrapper .bundle-btn-group.win .btn-buy.mac {
  order: 2;
}
.part2__main .bundle-wrapper .bundle-btn-group.mac .btn-buy.mac {
  order: 1;
}
.part2__main .bundle-wrapper .bundle-btn-group.mac .btn-buy.win {
  order: 2;
}
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy {
  display: block;
  width: 204px;
  height: 54px;
  line-height: 54px;
  margin: 7.5px auto;
  background-color: #292929;
  background: url(../img/btn-bg-lg.png)
    top center no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy:hover,
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-btn-group .btn-buy {
    margin: 4px auto;
    height: 36px;
    width: 140px;
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  .part2__main .bundle-wrapper .bundle-btn-group .btn-buy {
    width: 120px;
  }
}
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy span {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #e3c483;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-btn-group .btn-buy span {
    font-size: 11pt;
  }
}
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy svg {
  display: inline-block;
  margin: 0 8px 0 0;
  fill: #e3c483;
  vertical-align: middle;
}
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy.win svg {
  height: 26px;
  width: 24px;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-btn-group .btn-buy.win svg {
    height: 20px;
    width: 20px;
  }
}
.part2__main .bundle-wrapper .bundle-btn-group .btn-buy.mac svg {
  height: 26px;
  width: 24px;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-btn-group .btn-buy.mac svg {
    height: 20px;
    width: 20px;
  }
}
.part2__main .bundle-wrapper .bundle-info {
  margin: 50px 0 0;
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 16px;
  color: #404040;
}
@media (max-width: 768px) {
  .part2__main .bundle-wrapper .bundle-info {
    margin: 30px 0 0;
    font-size: 11pt;
  }
}
#part3 {
  padding-top: 160px;
  padding-bottom: 142px;
}
@media (max-width: 768px) {
  #part3 {
    padding: 60px 0;
  }
}
.product-item--bundle .product__msg {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  min-height: 0;
  text-align: center;
}
@media (max-width: 1450px) {
  .product-item--bundle .product__msg {
    min-height: 310px;
  }
}
@media (max-width: 1300px) {
  .product-item--bundle .product__msg {
    min-height: 0;
  }
}
@media (max-width: 992px) {
  .product-item--bundle .product__msg {
    min-height: 310px;
  }
}
@media (max-width: 768px) {
  .product-item--bundle .product__msg {
    min-height: auto;
  }
}
.product-item--bundle .product-icon-box {
  margin-bottom: 23px;
}
.product-item--bundle .product-icon {
  display: inline-block;
  margin: 0 10px;
}
.product-item--bundle .product-title {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 24px;
  color: #dfb686;
}
@media (max-width: 768px) {
  .product-item--bundle .product-title {
    font-size: 14pt;
  }
}
.product-item--bundle .product-content {
  display: block;
  width: auto;
}
.product-item--bundle .product__sales {
  padding-top: 0;
  height: auto;
}
.product-item--bundle .svg-plus {
  display: inline-block;
  vertical-align: middle;
  color: #af996c;
}
.product-item--bundle .sales-btn-group--win-mac {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  justify-content: center;
  flex-direction: column;
}
.product-item--bundle .sales-btn-group--win-mac .btn-buy {
  display: block;
  width: 164px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  background-color: #292929;
  background: url(../../../../special/black-friday/images/part01/button-bg-sm.png)
    top center no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-item--bundle .sales-btn-group--win-mac .btn-buy:hover,
.product-item--bundle .sales-btn-group--win-mac .btn-buy:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .product-item--bundle .sales-btn-group--win-mac .btn-buy {
    height: 36px;
    width: 140px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .product-item--bundle .sales-btn-group--win-mac .btn-buy {
    width: 120px;
  }
}
.product-item--bundle .sales-btn-group--win-mac .btn-buy span {
  font-family: ArialMT, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, apple color emoji, segoe ui emoji, segoe ui symbol, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e3c483;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .product-item--bundle .sales-btn-group--win-mac .btn-buy span {
    font-size: 11pt;
  }
}
.product-item--bundle .sales-win-mac-icons {
  margin-top: 6px;
  font-weight: 700;
  font-size: 20px;
}
.product-item--bundle .sales-win-mac-icons svg {
  fill: #000;
  vertical-align: middle;
}
.shopping-btn {
  background-image: url(../../../../../images/2.0/footer/shopping_btn.svg);
}
.download-btn {
  background-image: url(../../../../../images/2.0/footer/download_btn.svg);
}
body {
  background-color: #1c1b19;
}

.btn-buy:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}
