@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, html {
  height: 100%;
  min-height: 100%;
}

main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, button, a {
  outline: none;
}

input[type=search] {
  box-sizing: border-box !important;
}

img {
  max-width: 100%;
  min-height: 1px;
}

a {
  text-decoration: none;
  outline: none !important;
  transition: 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

p {
  margin-top: 0;
}

.container {
  padding: 0 15px;
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.align-center {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .text-right {
    text-align: right;
  }
}

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

.text-black {
  color: #000;
}

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .show-mobile {
    display: none;
  }
}

.product {
  padding: 50px 0;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .product {
    padding: 50px 0 0;
  }
}
.product--white {
  padding-bottom: 0;
  color: #000;
  background-color: #fff;
}
.product-title {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-cell {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .product-image.cutted {
    max-height: 700px;
    overflow: hidden;
  }
}
.product-desc {
  max-width: 500px;
}
.product-buttons {
  display: flex;
  padding-top: 30px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .product-buttons {
    justify-content: flex-start;
  }
}
.product-buttons .button:first-child {
  margin-right: 15px;
}

.button {
  position: relative;
}
.button:hover .button-icon {
  opacity: 0;
}
.button:hover .button-icon + .button-icon {
  opacity: 1;
}

.button-icon {
  transition: all 0.3s;
}
.button-icon + .button-icon {
  left: 0;
  opacity: 0;
  position: absolute;
}

.footer {
  font-size: 17px;
  padding: 100px 0;
}



.footer-copy p:last-child {
  margin-bottom: 0;
}

.privatePolicy_link{
  margin: 16px auto 0;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.policy{
  word-spacing: 1em;
}
