/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#412a7b), color-stop(20%, #695590), color-stop(20%, #695590), color-stop(43%, #c56fa7), to(#f79ba2));
  background: linear-gradient(to bottom, #412a7b 0%, #695590 20%, #695590 20%, #c56fa7 43%, #f79ba2 100%);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #444444;
}

header {
  background-repeat: no-repeat;
  background-image: url(../img/item/title-bg-2.png);
  background-size: cover;
  background-position: top center;
}

main {
  background-repeat: repeat-y;
  background-image: url(../img/item/main-bg.png);
  background-size: 100%;
  background-position: top center;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.mb-5 {
  margin-bottom: 5rem;
}

.header-title {
  height: auto;
  width: 45%;
  padding-top: 14%;
  margin: 0 auto;
}

.animated-infinite-pulse {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.main-title {
  text-align: center;
  margin: 2.5rem;
}

.main-title span {
  text-align: center;
  background: #b15e20;
  padding: 0.2em 2em;
  font-size: 2.6em;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 1px #7a3f07;
  border-radius: 12px;
  border: 6px solid #7a3f07;
  letter-spacing: 6px;
  position: relative;
}

.main-title span::before, .main-title span::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/item/deco-icon.png);
}

.main-title span::before {
  left: 15px;
  top: 50%;
}

.main-title span::after {
  right: 15px;
  top: 50%;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8em;
  border: 3px solid #b15e20;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-content .item-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25%;
  text-decoration: none;
  color: #444444;
}

.main-content .item-block li {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 10px #421e5a;
          box-shadow: 2px 2px 10px #421e5a;
  margin: .5rem;
  -webkit-transition: .6s;
  transition: .6s;
}

.main-content .item-block li:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.main-content .item-block li img {
  border-radius: 5px 5px 0 0;
}

.main-content .item-block li .script {
  position: relative;
  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;
  padding: 1rem;
}

.main-content .item-block li .script .subtitle {
  position: absolute;
  top: -.8em;
  display: block;
  background-color: #8436c1;
  padding: .6em .6em;
  width: 80%;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
}

.main-content .item-block li .script .name {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.2em;
}

.main-content .item-block li .script .price {
  margin-top: .5em;
}

.main-content .item-block li .script .price em {
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
  color: #8436c1;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category .item {
  width: 24%;
  border-radius: .5em;
  -webkit-box-shadow: 3px 3px 6px #8a4f4f;
          box-shadow: 3px 3px 6px #8a4f4f;
  padding: .8em 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(#412a7b), to(#25154d));
  background: linear-gradient(to top, #412a7b 0%, #25154d 100%);
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  margin-bottom: .8em;
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.category .item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1235), to(#412a7b));
  background: linear-gradient(to top, #1c1235 0%, #412a7b 100%);
}

.category .item P:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.footer {
  text-align: center;
  color: #ffffff;
  background-color: #4a3481;
  padding: 16px 0;
  font-weight: bold;
}

.gotop {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background-color: rgba(255, 216, 43, 0.671);
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2em;
}

.gotop .content {
  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;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gotop .angle {
  width: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 10px solid #555;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-bottom: .5em;
  margin-top: -.5em;
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  header {
    background-size: 120% auto;
  }
  .container {
    width: 960px;
  }
  .header-title {
    width: 35%;
    padding-top: 12%;
  }
}

@media (max-width: 768px) {
  .container {
    width: 95%;
  }
  .mb-5 {
    margin-bottom: 2.5rem;
  }
  .main-intro {
    font-size: 1.1em;
  }
  .main-content .item-block li .script .brand {
    font-size: 1em;
  }
}

@media (max-width: 414px) {
  header {
    background-image: url(../img/item/title-bg-m.png);
    background-size: 100% auto;
  }
  .header-title {
    padding-top: 36%;
    width: 80%;
  }
  .main-title {
    margin: 1.5rem 1rem;
  }
  .main-title span {
    font-size: 1.5em;
    padding: 0.2em 2.5em;
    border: 4px solid #7a3f07;
  }
  .main-content {
    padding: 0;
  }
  .main-content .item-block {
    width: 50%;
  }
  .category .item {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .footer {
    font-size: 0.8em;
  }
}

@media (max-width: 320px) {
  .main-title {
    margin: 1.5rem 0rem;
  }
  .main-title span {
    font-size: 1.2em;
  }
  .main-content {
    padding: .2rem;
  }
  .main-content .item-block {
    width: 100%;
  }
}

.icon-cards {
  position: relative;
  width: 30vw;
  height: 32vw;
  max-width: 450px;
  max-height: 450px;
  margin: 5rem auto 10rem auto;
  color: white;
  -webkit-perspective: 1400px;
          perspective: 1400px;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
}

.icon-cards__content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-30vw) rotateY(0);
          transform: translateZ(-30vw) rotateY(0);
  -webkit-animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.icon-cards__content.step-animation {
  -webkit-animation: carousel 8s infinite steps(1) forwards;
          animation: carousel 8s infinite steps(1) forwards;
}

.icon-cards__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30vw;
  height: 32vw;
  max-width: 450px;
  max-height: 450px;
  border-radius: 6px;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-decoration: none;
}

.icon-cards__item:nth-child(1) {
  -webkit-transform: rotateY(0) translateZ(35vw);
          transform: rotateY(0) translateZ(35vw);
}

.icon-cards__item:nth-child(2) {
  -webkit-transform: rotateY(120deg) translateZ(35vw);
          transform: rotateY(120deg) translateZ(35vw);
}

.icon-cards__item:nth-child(3) {
  -webkit-transform: rotateY(240deg) translateZ(35vw);
          transform: rotateY(240deg) translateZ(35vw);
}

.icon-cards__item p {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.6rem;
  margin-top: -1rem;
}

.icon-cards__pic {
  position: relative;
  width: auto;
  height: 550px;
}

.icon-cards__pic .product {
  position: absolute;
  bottom: 60px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 60%;
  z-index: 99;
}

.icon-cards__pic .table {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 60%;
  z-index: 1;
}

.icon-cards__pic h5 {
  position: absolute;
  bottom: 2rem;
  font-size: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #ffee00,-2px 2px 0 #ffee00,2px -2px 0 #ffee00, -2px -2px 0 #ffee00;
  z-index: 99;
  color: #4a3481;
  width: 100%;
}

@-webkit-keyframes carousel {
  0%,
  17.5% {
    -webkit-transform: translateZ(-35vw) rotateY(0);
            transform: translateZ(-35vw) rotateY(0);
  }
  27.5%,
  45% {
    -webkit-transform: translateZ(-35vw) rotateY(-120deg);
            transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%,
  72.5% {
    -webkit-transform: translateZ(-35vw) rotateY(-240deg);
            transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%,
  100% {
    -webkit-transform: translateZ(-35vw) rotateY(-360deg);
            transform: translateZ(-35vw) rotateY(-360deg);
  }
}

@keyframes carousel {
  0%,
  17.5% {
    -webkit-transform: translateZ(-35vw) rotateY(0);
            transform: translateZ(-35vw) rotateY(0);
  }
  27.5%,
  45% {
    -webkit-transform: translateZ(-35vw) rotateY(-120deg);
            transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%,
  72.5% {
    -webkit-transform: translateZ(-35vw) rotateY(-240deg);
            transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%,
  100% {
    -webkit-transform: translateZ(-35vw) rotateY(-360deg);
            transform: translateZ(-35vw) rotateY(-360deg);
  }
}

@media (max-width: 1024px) {
  .icon-cards {
    height: 60vw;
    max-width: 300px;
    max-height: 300px;
    -webkit-perspective: 1600px;
            perspective: 1600px;
  }
  .icon-cards__item {
    height: 60vw;
    max-width: 300px;
    max-height: 300px;
  }
  .icon-cards__pic {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .icon-cards {
    margin: 2rem auto 5rem auto;
  }
  .icon-cards p {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  .icon-cards__pic {
    height: 300px;
  }
  .icon-cards__pic h5 {
    bottom: 0;
  }
  .icon-cards__pic .product {
    margin-top: 0.8rem;
  }
  .icon-cards__pic .table {
    width: 90%;
  }
}

@media (max-width: 414px) {
  .icon-cards {
    max-width: 180px;
    max-height: 180px;
    -webkit-perspective: 1400px;
            perspective: 1400px;
    margin-top: 12rem;
  }
  .icon-cards p {
    font-size: 1rem;
  }
  .icon-cards__item {
    max-width: 180px;
    max-height: 180px;
  }
  .icon-cards__pic {
    height: 180px;
  }
  .icon-cards__pic h5 {
    font-size: 1.3rem;
  }
  .icon-cards__pic .product {
    bottom: 25px;
    width: 90%;
  }
}

@media (max-width: 375px) {
  .icon-cards__pic h5 {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .icon-cards {
    height: 68vw;
  }
  .icon-cards__pic {
    height: 180px;
  }
  .icon-cards__pic h5 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=all.css.map */