@charset "UTF-8";
@font-face {
  font-family: SFUIText;
  src: url("../fonts/SFUIText-Regular.otf");
}
@font-face {
  font-family: SFUIText;
  src: url("../fonts/SFUIText-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: SFUIText;
  src: url("../fonts/SFUIText-Italic.otf");
  font-style: italic;
}
@font-face {
  font-family: SFUIText;
  src: url("../fonts/SFUIText-BoldItalic.otf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: SFUITextSemibold;
  src: url("../fonts/SFUIText-Semibold.otf");
}
@font-face {
  font-family: SFUITextMedium;
  src: url("../fonts/SFUIText-Medium.otf");
}
@font-face {
  font-family: SFUITextHeavy;
  src: url("../fonts/SFUIText-Semibold.otf");
}
@font-face {
  font-family: SFUITextLight;
  src: url("../fonts/SFUIText-Light.otf");
  font-style: italic;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerBlackItalic.woff2") format("woff2"), url("../fonts/SVN-MillerBannerBlackItalic.woff") format("woff"), url("../fonts/SVN-MillerBannerBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerBlack.woff2") format("woff2"), url("../fonts/SVN-MillerBannerBlack.woff") format("woff"), url("../fonts/SVN-MillerBannerBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerLightItalic.woff2") format("woff2"), url("../fonts/SVN-MillerBannerLightItalic.woff") format("woff"), url("../fonts/SVN-MillerBannerLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBanner.woff2") format("woff2"), url("../fonts/SVN-MillerBanner.woff") format("woff"), url("../fonts/SVN-MillerBanner.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerSemibold.woff2") format("woff2"), url("../fonts/SVN-MillerBannerSemibold.woff") format("woff"), url("../fonts/SVN-MillerBannerSemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerLight.woff2") format("woff2"), url("../fonts/SVN-MillerBannerLight.woff") format("woff"), url("../fonts/SVN-MillerBannerLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerBoldItalic.woff2") format("woff2"), url("../fonts/SVN-MillerBannerBoldItalic.woff") format("woff"), url("../fonts/SVN-MillerBannerBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerItalic.woff2") format("woff2"), url("../fonts/SVN-MillerBannerItalic.woff") format("woff"), url("../fonts/SVN-MillerBannerItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerBold.woff2") format("woff2"), url("../fonts/SVN-MillerBannerBold.woff") format("woff"), url("../fonts/SVN-MillerBannerBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Miller Banner";
  src: url("../fonts/SVN-MillerBannerSemiboldItalic.woff2") format("woff2"), url("../fonts/SVN-MillerBannerSemiboldItalic.woff") format("woff"), url("../fonts/SVN-MillerBannerSemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
.btn {
  padding: 0 45px;
  line-height: 40px;
  border: none;
  cursor: pointer;
  border-radius: 100px;
  outline: 0;
  font-size: 14px;
  color: var(--btn-color, white);
  background: var(--btn-bg, #230569);
  touch-callout: none;
  -webkit-touch-callout: none;
  /* Safari 6.0 - 9.0 */
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -ms-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  /* Safari 6.0 - 9.0 */
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* Safari 6.0 - 9.0 */
  -moz-tap-highlight-color: rgba(255, 255, 255, 0);
  -o-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-tap-highlight-color: rgba(255, 255, 255, 0);
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  filter: brightness(90%);
}

@media (max-width: 767.9px) {
  .destop .btn {
    line-height: 30px;
    padding: 0 22px;
    font-size: 10px;
  }
}

.btn.lightblue {
  --btn-bg: #4395d1;
}

.btn-blue {
  background: #230569;
  font-size: 14px;
  color: white;
  padding: 0 45px;
  line-height: 40px;
  border: none;
  border-radius: 100px;
  outline: 0;
  text-decoration: none;
}

.img-fluid {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

@keyframes circle {
  0% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    /* Safari 6.0 - 9.0 */
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    /* Safari 6.0 - 9.0 */
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@-webkit-keyframes circle {
  0% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    /* Safari 6.0 - 9.0 */
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    /* Safari 6.0 - 9.0 */
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    /* Safari 6.0 - 9.0 */
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    /* Safari 6.0 - 9.0 */
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}
@media (max-width: 767.9px) {
  .md-hide {
    display: none;
  }
}
._i_b {
  display: inline-block;
}

.place-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.flex {
  display: flex;
}

.g1 {
  flex: 1;
}

.g2 {
  flex: 2;
}

.g3 {
  flex: 3;
}

.g4 {
  flex: 4;
}

.g5 {
  flex: 5;
}

.g6 {
  flex: 6;
}

.g7 {
  flex: 7;
}

.g8 {
  flex: 8;
}

.g9 {
  flex: 9;
}

.g10 {
  flex: 10;
}

.g11 {
  flex: 11;
}

.g12 {
  flex: 12;
}

img.fluid {
  max-width: 100%;
}

.igift {
  background: url(../img/gift-icon.svg) no-repeat;
  background-position: 0 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.iuse {
  background: url(../img/icon.png) no-repeat;
  background-position: -50px -11px;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.iclose {
  background: url(../img/iclose.svg) no-repeat right center;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.ireload {
  background: url(../img/icon.png) no-repeat;
  background-position: -287px 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.ireload.white {
  background-position: -287px -18px;
}

.icheck {
  background: url(../img/verified.svg) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  font-family: SFUIText, Arial;
}

body {
  margin: 0;
  padding-top: 36px;
  height: 100%;
}

.mobile header {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 1000;
}
.mobile header > .top {
  display: flex;
  height: 36px;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}
.mobile header > .top .btn-toggle {
  border: none;
  background: none;
  outline: none;
}
.mobile header > .top .btn-toggle:after, .mobile header > .top .btn-toggle:before {
  content: "";
  width: 24px;
  height: 2px;
  background: #004277;
  position: relative;
  display: block;
  margin: 3px 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.mobile header > .top .btn-toggle.open:after {
  transform: rotate(-45deg) translateY(-4px);
  -webkit-transform: rotate(-45deg) translateY(-4px);
  /* Safari 6.0 - 9.0 */
  -moz-transform: rotate(-45deg) translateY(-4px);
  -o-transform: rotate(-45deg) translateY(-4px);
  -ms-transform: rotate(-45deg) translateY(-4px);
}
.mobile header > .top .btn-toggle.open:before {
  transform: rotate(45deg) translateY(3px);
  -webkit-transform: rotate(45deg) translateY(3px);
  /* Safari 6.0 - 9.0 */
  -moz-transform: rotate(45deg) translateY(3px);
  -o-transform: rotate(45deg) translateY(3px);
  -ms-transform: rotate(45deg) translateY(3px);
}
.mobile header > .top .logo {
  max-width: 95px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mobile header > .top *::-ms-backdrop, .mobile header > .top .logo {
  display: block;
}
.mobile header > .top *::-ms-backdrop, .mobile header > .top .logo img {
  margin-top: 15px;
  margin-left: -56px;
}
.mobile header > .top .lang {
  width: 24px;
  display: flex;
  align-items: center;
  width: 36px;
  opacity: 0;
}
@media (min-width: 576px) {
  .mobile header > .top .logo {
    max-width: 130px;
  }
  .mobile header > .top *::-ms-backdrop, .mobile header > .top .logo img {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .mobile header > .top .logo {
    max-width: 180px;
  }
  .mobile header > .top *::-ms-backdrop, .mobile header > .top .logo img {
    margin-top: 8px;
    margin-left: -80px;
  }
}
.mobile header .sub-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 36px;
  display: none;
  overflow: hidden;
}
.mobile header .sub-wrap > .content {
  background: url(../img/menu-bg.png) no-repeat center center, #ffffff;
  background-size: 100%;
}
.mobile header .sub-wrap > .content > .top {
  display: flex;
  align-items: center;
  min-height: 185px;
  justify-content: center;
  flex-direction: column;
}
.mobile header .sub-wrap > .content > .top a {
  display: block;
  text-align: center;
  color: #252525;
  text-decoration: none;
  position: relative;
}
.mobile header .sub-wrap > .content > .top a:not(:last-child) {
  margin-bottom: 25px;
}
.mobile header .sub-wrap > .content > .top a.active {
  color: #004277;
  font-weight: bold;
}
.mobile header .sub-wrap > .content > .top a.active:before, .mobile header .sub-wrap > .content > .top a.active:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #004277;
  width: 5px;
  top: 10px;
}
.mobile header .sub-wrap > .content > .top a.active:after {
  left: -15px;
}
.mobile header .sub-wrap > .content > .top a.active:before {
  right: -15px;
}
.mobile header .sub-wrap > .content > .bottom {
  border-top: 1px solid #ebebeb;
  color: #252525;
  font-size: 10px;
  text-align: center;
  padding: 20px;
}

html {
  position: fixed;
  width: 100%;
  height: 100%;
}

.main-container.home {
  height: 100%;
}
.main-container.home .pr-logo {
  background: url("../img/pr-logo.png") no-repeat center center;
  height: 14px;
  position: relative;
}
.main-container.home .pr-logo:before, .main-container.home .pr-logo:after {
  content: "";
  border-bottom: 1px solid #cccccc;
  display: block;
  margin: 0 auto;
  top: 7px;
  position: absolute;
  width: calc(50% - 15px);
}
.main-container.home .pr-logo:before {
  right: 0;
}
.main-container.home.none-bg .product-info .step-list {
  background: none !important;
}
.main-container.home.gift .product-top {
  display: none !important;
}
.main-container.home.gift .btn-blue, .main-container.home.gift button:not(.btn-file) {
  padding: 0 35px;
  background: #4395d1 !important;
}
.main-container.home.gift .btn-blue:not(:last-child), .main-container.home.gift button:not(.btn-file):not(:last-child) {
  margin-right: 10px;
}
.main-container.home.gift .btn-group {
  display: flex;
  justify-content: center;
}
.main-container.home.blur .product-top {
  opacity: 0 !important;
}
.main-container.home.blur .product-info {
  z-index: 0 !important;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  /* Safari 6.0 - 9.0 */
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  pointer-events: none;
}
.main-container.home .main-content {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-container.home .main-content button, .main-container.home .main-content .btn-blue {
  background: var(--product-color, #230569);
}
.main-container.home .main-content .confirm-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.main-container.home .main-content .confirm-wrap .step1 {
  height: 100%;
  width: 100%;
}
.main-container.home .main-content .confirm-wrap .step1 .wrap {
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: white;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.main-container.home .main-content .confirm-wrap .step1 .wrap p {
  margin-top: 0;
  font-family: SFUITextLight, Arial;
  font-size: 24px;
}
.main-container.home .main-content .confirm-wrap .step1 .wrap a {
  display: inline-block;
  text-decoration: none;
}
.main-container.home .main-content .confirm-wrap .step1 .wrap a, .main-container.home .main-content .confirm-wrap .step1 .wrap button {
  padding: 0 30px;
}
.main-container.home .main-content .confirm-wrap .step2 {
  display: none;
  height: 100%;
  width: 100%;
}
.main-container.home .main-content .confirm-wrap .step2 .wrap {
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: white;
  line-height: 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  padding-top: 0;
}
.main-container.home .main-content .confirm-wrap .step2 .wrap p {
  margin-top: 0;
  font-family: SFUITextLight, Arial;
  font-size: 24px;
}
.main-container.home .main-content .confirm-wrap .step2 .wrap button {
  color: white;
  font-size: 16px;
  font-family: SFUITextLight, Arial;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  width: 270px;
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
  height: 80px;
  margin-bottom: 10px;
  text-align: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.main-container.home .main-content .confirm-wrap .step2 .wrap button:hover, .main-container.home .main-content .confirm-wrap .step2 .wrap button.active {
  background: var(--product-color);
}
.main-container.home .main-content .confirm-wrap .step2 .wrap button i {
  margin: 0 25px;
}
.main-container.home .main-content .check-gift-success, .main-container.home .main-content .confirm-gift {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0 30px;
  height: 100%;
}
.main-container.home .main-content .check-gift-success .wrap, .main-container.home .main-content .confirm-gift .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 50px;
  position: relative;
}
@media (max-height: 600px) {
  .main-container.home .main-content .check-gift-success .wrap, .main-container.home .main-content .confirm-gift .wrap {
    padding-bottom: 10px;
  }
}
.main-container.home .main-content .check-gift-success .btn-back, .main-container.home .main-content .confirm-gift .btn-back {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000;
}
.main-container.home .main-content .check-gift-success .pr-logo, .main-container.home .main-content .confirm-gift .pr-logo {
  background: none;
}
.main-container.home .main-content .check-gift-success .pr-logo i, .main-container.home .main-content .confirm-gift .pr-logo i {
  background: url(../img/icon.png) no-repeat center center;
  background-position: -113px -25px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.main-container.home .main-content .check-gift-success .pr-logo:after, .main-container.home .main-content .check-gift-success .pr-logo:before, .main-container.home .main-content .confirm-gift .pr-logo:after, .main-container.home .main-content .confirm-gift .pr-logo:before {
  opacity: 0.2;
}
.main-container.home .main-content .check-gift-success .des, .main-container.home .main-content .confirm-gift .des {
  color: white;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding: 7px 5px 0 7px;
  margin-bottom: 5px;
}
.main-container.home .main-content .check-gift-success .cover, .main-container.home .main-content .confirm-gift .cover {
  position: relative;
  margin: 0 auto;
}
.main-container.home .main-content .check-gift-success .product-name, .main-container.home .main-content .confirm-gift .product-name {
  font-size: 22px;
  font-weight: bold;
  color: white;
  margin: 10px 0 3px 0;
}
.main-container.home .main-content .check-gift-success .product-des, .main-container.home .main-content .confirm-gift .product-des {
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
  font-family: "SFUITextSemibold";
  letter-spacing: 1px;
}
.main-container.home .main-content .check-gift-success .volume, .main-container.home .main-content .confirm-gift .volume {
  font-weight: bold;
  color: white;
  font-size: 13px;
  display: inline-block;
  padding: 7px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 5px auto 20px auto;
}
.main-container.home .main-content .check-gift-success sup, .main-container.home .main-content .confirm-gift sup {
  position: relative;
  top: 0.2em;
  font-size: 75%;
}
.main-container.home .main-content .confirm-gift button, .main-container.home .main-content .confirm-gift .btn {
  width: 100px;
}
.main-container.home .main-content .confirm-gift .cover {
  flex: 1;
  height: 100px;
  width: 100%;
  padding-top: 20px;
  -webkit-flex: 1;
}
.main-container.home .main-content .confirm-gift .cover img {
  height: 100%;
  max-height: initial;
}
.main-container.home .main-content .confirm-gift .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
}
.main-container.home .main-content .product-had-check {
  position: absolute;
  z-index: 100;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-container.home .main-content .product-had-check .wrap {
  justify-content: flex-end;
  max-height: initial;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-container.home .main-content .product-had-check .pr-logo {
  margin-bottom: 10px;
}
.main-container.home .main-content .product-had-check .des1 {
  color: white;
  font-size: 26px;
  top: 0;
  width: 100%;
  position: initial;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}
.main-container.home .main-content .product-had-check .product-name {
  margin-top: 0;
}
.main-container.home .main-content .product-had-check .des2 {
  font-size: 15px;
  line-height: 24px;
  margin: 7px 0;
  cursor: pointer;
  margin-top: 0;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.main-container.home .main-content .product-had-check .cover {
  flex: 1;
  text-align: center;
  height: 200px;
  position: initial;
  display: block;
  width: 100%;
}
.main-container.home .main-content .product-had-check .cover i {
  position: absolute;
  right: -10px;
  bottom: 4px;
}
.main-container.home .main-content .product-had-check .cover img {
  max-height: initial;
  height: 100%;
  width: auto;
  display: block;
}
.main-container.home .main-content .product-had-check .cover .img {
  height: 100%;
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: auto;
}
.main-container.home .main-content .product-had-check .btn-blue {
  display: block;
  text-align: center;
  padding: 10px 16px;
  height: auto;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.main-container.home .main-content .product-had-check .btn-blue:not(:last-child) {
  margin-right: 10px;
}
.main-container.home .main-content .product-had-check .btn-group {
  display: flex;
  justify-content: center;
}
.main-container.home .main-content .product-had-check .btn-group .btn-blue {
  background: #4395d1;
}
.main-container.home .main-content .check-gift-success.show {
  pointer-events: auto;
  opacity: 1;
}
.main-container.home .main-content .check-gift-success .wrap {
  justify-content: flex-end;
  padding-bottom: 20px;
  max-height: initial;
}
.main-container.home .main-content .check-gift-success .pr-logo {
  margin-bottom: 10px;
}
.main-container.home .main-content .check-gift-success .des1 {
  color: white;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 40px;
  position: initial;
  height: 50px;
  line-height: 50px;
}
.main-container.home .main-content .check-gift-success .product-name {
  margin-top: 0;
}
.main-container.home .main-content .check-gift-success .des2 {
  font-size: 12px;
  color: #4395d1;
  line-height: 20px;
  margin: 7px 0;
  cursor: pointer;
  margin-top: 0;
}
.main-container.home .main-content .check-gift-success .cover {
  flex: 1;
  text-align: center;
  height: 200px;
  position: initial;
  display: block;
  width: 100%;
}
.main-container.home .main-content .check-gift-success .cover i {
  position: absolute;
  right: -10px;
  bottom: -1px;
}
.main-container.home .main-content .check-gift-success .cover img {
  max-height: initial;
  height: 100%;
  width: auto;
  display: block;
}
.main-container.home .main-content .check-gift-success .cover .img {
  height: 100%;
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: auto;
}
.main-container.home .main-content .check-gift-success .btn-blue {
  display: block;
  height: 40px;
  font-size: 10px;
  padding: 5px 27px;
  height: auto;
  line-height: 15px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 375px) {
  .main-container.home .main-content .check-gift-success {
    padding: 0 15px;
  }
  .main-container.home .main-content .check-gift-success .btn-blue {
    padding: 5px 17px;
  }
}
.main-container.home .main-content .confirm-phone {
  position: relative;
  z-index: 1;
  height: 100%;
}
.main-container.home .main-content .confirm-phone .wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.main-container.home .main-content .confirm-phone .des1 {
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 30px;
}
.main-container.home .main-content .confirm-phone .des2 {
  font-size: 14px;
  color: white;
  line-height: 20px;
  text-align: center;
  margin: 20px auto;
}
.main-container.home .main-content .confirm-phone .hide {
  display: none;
}
.main-container.home .main-content .confirm-phone .btn-back {
  z-index: 1000;
  position: absolute;
  top: 16px;
}
.main-container.home .main-content .confirm-phone .step1 {
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
  padding-top: 35px;
}
.main-container.home .main-content .confirm-phone .step1 .input-group {
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  background: white;
  display: flex;
}
.main-container.home .main-content .confirm-phone .step1 .input-group span {
  height: 100%;
  display: inline-block;
  background: #e1e1e1;
  font-weight: bold;
  color: #252525;
  width: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
.main-container.home .main-content .confirm-phone .step1 .input-group input {
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #252525;
  flex: 1;
  padding: 0 10px;
  outline: none;
  border: none;
}
.main-container.home .main-content .confirm-phone .step1 .checkbox-group input {
  display: none;
}
.main-container.home .main-content .confirm-phone .step1 .checkbox-group p {
  font-size: 14px;
  color: white;
  line-height: 20px;
  padding-left: 30px;
  position: relative;
  margin: 20px 0;
}
.main-container.home .main-content .confirm-phone .step1 .checkbox-group p a {
  color: #4395d1;
}
.main-container.home .main-content .confirm-phone .step1 .checkbox-group p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
}
.main-container.home .main-content .confirm-phone .step1 .checkbox-group input:checked + p:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(../img/icon.png) no-repeat center center;
  background-position: -147px 0;
  position: absolute;
  left: 1px;
  top: 9px;
}
.main-container.home .main-content .confirm-phone .step1 button {
  margin: auto;
  display: block;
}
.main-container.home .main-content .confirm-phone .step1 .noti-error {
  background: #c62b31;
  color: white;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  font-size: 16px;
  line-height: 34px;
  z-index: 1000;
}
.main-container.home .main-content .confirm-phone .step1 .noti-error i {
  padding: 20px;
  margin: -13px 4px -12px -40px;
}
@media (max-width: 320px) {
  .main-container.home .main-content .confirm-phone .step1 .noti-error {
    font-size: 13px;
    line-height: 30px;
  }
}
.main-container.home .main-content .confirm-phone .step1.error .input-group input {
  color: #c62b31;
}
.main-container.home .main-content .confirm-phone .step1.error .noti-error {
  display: block;
}
.main-container.home .main-content .confirm-phone .step2 {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  padding-top: 80px;
}
.main-container.home .main-content .confirm-phone .step2 i {
  width: 114px;
  height: 66px;
  display: block;
  background: url(../img/icon.png) no-repeat center center;
  background-position: -161px 0;
  margin: 0 auto 50px auto;
}
.main-container.home .main-content .confirm-phone .step2 .des2 {
  margin: 10px auto;
}
.main-container.home .main-content .confirm-phone .step3 {
  padding: 0 15px;
  text-align: center;
  height: 100%;
  padding-top: 30px;
}
.main-container.home .main-content .confirm-phone .step3 .des2 {
  margin: 15px auto;
}
.main-container.home .main-content .confirm-phone .step3 .des3 {
  font-size: 12px;
  line-height: 16px;
}
.main-container.home .main-content .confirm-phone .step3 .resend {
  font-size: 13px;
  color: #4395d1;
  opacity: 0.8;
  display: none;
  margin: 15px auto;
}
.main-container.home .main-content .confirm-phone .step3 .resend i {
  margin-left: 7px;
  margin-top: -2px;
}
.main-container.home .main-content .confirm-phone .step3 .cover {
  position: relative;
  border: 2px solid #ffffff57;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container.home .main-content .confirm-phone .step3 .cover img {
  max-width: 100%;
  margin-bottom: -4px;
}
.main-container.home .main-content .confirm-phone .step3 .cover .ireload {
  visibility: hidden;
  position: absolute;
  display: none;
}
.main-container.home .main-content .confirm-phone .step3 .btn-group {
  justify-content: center;
  margin: 15px 0;
}
.main-container.home .main-content .confirm-phone .step3 .btn-group button {
  padding: 0 15px;
}
.main-container.home .main-content .confirm-phone .step3 .btn-group .btn-blue {
  white-space: nowrap;
}
.main-container.home .main-content .confirm-phone .step3 .hr {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.main-container.home .main-content .confirm-phone .step3 .resend, .main-container.home .main-content .confirm-phone .step3 .ireload {
  pointer-events: none;
}
.main-container.home .main-content .confirm-phone .step3.status-reload .ireload.white {
  visibility: visible;
}
.main-container.home .main-content .confirm-phone .step3.status-reload .resend, .main-container.home .main-content .confirm-phone .step3.status-reload .ireload {
  pointer-events: auto;
}
.main-container.home .main-content .confirm-phone .step3.status-reload .des3 {
  display: none;
}
.main-container.home .main-content .confirm-phone .step3.status-reload .resend {
  opacity: 1;
  display: block;
}
@media (min-width: 400px) {
  .main-container.home .main-content .confirm-phone .step1 .checkbox-group p {
    font-size: 16px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-phone .des1 {
    font-size: 28px;
    line-height: 35px;
  }
  .main-container.home .main-content .confirm-phone .des2 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-phone .step1 {
    padding: 0 35px;
    padding-top: 70px;
  }
  .main-container.home .main-content .confirm-phone .step3 .des3 {
    font-size: 16px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-phone .step3 .resend {
    font-size: 16px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-gift .wrap {
    padding-bottom: 30px;
  }
  .main-container.home .main-content .check-gift-success .des1 {
    font-size: 16px;
  }
  .main-container.home .main-content .check-gift-success .des {
    font-size: 15px;
    line-height: 24px;
  }
  .main-container.home .main-content .check-gift-success .product-des {
    margin-bottom: 20px;
  }
  .main-container.home .main-content .check-gift-success .btn-blue {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 18px;
  }
}
@media (min-height: 630px) {
  .main-container.home .main-content .confirm-phone .step1 .checkbox-group p {
    font-size: 16px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-phone .des1 {
    font-size: 28px;
    line-height: 35px;
  }
  .main-container.home .main-content .confirm-phone .des2 {
    font-size: 15px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-phone .step1 {
    padding: 0 35px;
    padding-top: 70px;
  }
  .main-container.home .main-content .confirm-phone .step3 .des3 {
    font-size: 15px;
    line-height: 27px;
  }
  .main-container.home .main-content .confirm-phone .step3 .resend {
    font-size: 15px;
    line-height: 27px;
  }
  .main-container.home .main-content .check-gift-success .des {
    font-size: 15px;
    line-height: 24px;
  }
  .main-container.home .main-content .check-gift-success .product-des {
    margin-bottom: 20px;
  }
  .main-container.home .main-content .confirm-wrap .step2 .wrap {
    justify-content: center;
    padding-top: 0;
  }
  .main-container.home .main-content .confirm-gift .wrap {
    padding-bottom: 30px;
  }
  .main-container.home .main-content .confirm-phone .step3 {
    padding-top: 60px;
  }
}
.main-container.home .main-content > .loading {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.main-container.home .main-content > .loading .wrap {
  text-align: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: url("../img/loading-bg.jpg") repeat-x center bottom, #e1e1e1;
  z-index: 1000;
  padding: 70px 0 0 0;
}
.main-container.home .main-content > .loading .wrap .h2 {
  color: #004177;
  font-size: 32px;
}
.main-container.home .main-content > .loading .wrap .des {
  font-size: 1em;
  color: #252525;
  margin: 10px 0 40px 0;
}
.main-container.home .main-content > .loading:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e1e1e1;
  content: "";
  display: block;
}
.main-container.home .main-content .product-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--product-color, #230569);
  display: flex;
  padding: 0 15px;
  align-items: center;
  z-index: 2;
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.main-container.home .main-content .product-top .lang {
  color: #d7d7d7;
  border-radius: 100px;
  border: 1px solid #d7d7d7;
  font-size: 0.8em;
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
}
.main-container.home .main-content .product-top .book-icon {
  border-radius: 100px;
  border: 1px solid #d7d7d7;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.main-container.home .main-content .product-top .book-icon img {
  max-width: 16px;
  vertical-align: middle;
}
.main-container.home .main-content .product-top .product-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}
.main-container.home .main-content .product-top .product-logo img {
  height: 28px;
  height: var(--logo-height, 28px);
}
.main-container.home .main-content .product-info {
  height: 100%;
  display: flex;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  z-index: 1;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100vw;
}
.main-container.home .main-content .product-info .product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 70px;
}
.main-container.home .main-content .product-info .step-list {
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background-size: 110px !important;
}
@media (min-width: 375px) {
  .main-container.home .main-content .product-info .step-list {
    background-size: 131px !important;
    background-position: center 74px !important;
  }
}
@media (min-width: 414px) {
  .main-container.home .main-content .product-info .step-list {
    background-size: 171px !important;
    background-position: center 76px !important;
  }
}
.main-container.home .main-content .product-info .step-list > * {
  margin: 0 auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  left: 15px;
  right: 15px;
  background-size: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.main-container.home .main-content .product-info .step-list > *.confirm-wrong .content:after, .main-container.home .main-content .product-info .step-list > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 70;
  background: black;
  display: block;
  left: 0;
  right: 0;
  clip-path: polygon(5px 88px, 5px 20px, 17px 7px, calc(100% - 19px) 7px, calc(100% - 7px) 18px, calc(100% - 7px) 88px, calc(100% - 8px) 18px, calc(100% - 19px) 8px, 17px 8px, 6px 20px);
  -webkit-clip-path: polygon(5px 88px, 5px 20px, 17px 7px, calc(100% - 19px) 7px, calc(100% - 7px) 18px, calc(100% - 7px) 88px, calc(100% - 8px) 18px, calc(100% - 19px) 8px, 17px 8px, 6px 20px);
  /* Safari 6.0 - 9.0 */
  -moz-clip-path: polygon(5px 88px, 5px 20px, 17px 7px, calc(100% - 19px) 7px, calc(100% - 7px) 18px, calc(100% - 7px) 88px, calc(100% - 8px) 18px, calc(100% - 19px) 8px, 17px 8px, 6px 20px);
  -o-clip-path: polygon(5px 88px, 5px 20px, 17px 7px, calc(100% - 19px) 7px, calc(100% - 7px) 18px, calc(100% - 7px) 88px, calc(100% - 8px) 18px, calc(100% - 19px) 8px, 17px 8px, 6px 20px);
  -ms-clip-path: polygon(5px 88px, 5px 20px, 17px 7px, calc(100% - 19px) 7px, calc(100% - 7px) 18px, calc(100% - 7px) 88px, calc(100% - 8px) 18px, calc(100% - 19px) 8px, 17px 8px, 6px 20px);
  bottom: 0;
  background: linear-gradient(#c8c0d4, transparent);
  pointer-events: none;
}
.main-container.home .main-content .product-info .step-list > *.confirm-wrong .content:before, .main-container.home .main-content .product-info .step-list > *:before {
  content: "";
  background-color: #fbf9f5;
  clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  /* Safari 6.0 - 9.0 */
  -moz-clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  -o-clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  -ms-clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  clip-path: polygon(0 15px, 15px 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.main-container.home .main-content .product-info .step-list > *.left {
  transform: translateX(calc(-100% - (100vw - 100%)/2));
  -webkit-transform: translateX(calc(-100% - (100vw - 100%)/2));
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(calc(-100% - (100vw - 100%)/2));
  -o-transform: translateX(calc(-100% - (100vw - 100%)/2));
  -ms-transform: translateX(calc(-100% - (100vw - 100%)/2));
}
.main-container.home .main-content .product-info .step-list > *.right {
  transform: translateX(calc(100% + (100vw - 100%)/2));
  -webkit-transform: translateX(calc(100% + (100vw - 100%)/2));
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(calc(100% + (100vw - 100%)/2));
  -o-transform: translateX(calc(100% + (100vw - 100%)/2));
  -ms-transform: translateX(calc(100% + (100vw - 100%)/2));
}
.main-container.home .main-content .product-info .step-list > *.hide {
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateY(200%);
  -o-transform: translateY(200%);
  -ms-transform: translateY(200%);
}
.main-container.home .main-content .product-info .step-list .title {
  text-transform: uppercase;
  color: var(--product-color, #230569);
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding-top: 5px;
  font-size: 14px;
}
.main-container.home .main-content .product-info .step-list .des {
  color: #252525;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding-top: 7px;
}
.main-container.home .main-content .product-info .step-list .title-lg {
  text-transform: uppercase;
  color: var(--product-color, #230569);
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding-top: 5px;
  font-size: 28px;
}
.main-container.home .main-content .product-info .step-list .btn-back {
  position: absolute;
  top: -70px;
  left: 0;
}
.main-container.home .main-content .product-info .step-list .un-seal {
  position: absolute;
  bottom: 0;
  padding-bottom: 120px;
  background-size: cover;
}
.main-container.home .main-content .product-info .step-list .un-seal .input-group {
  text-align: center;
  margin-top: 5px;
  background: url("../img/decor-1.png") no-repeat calc(50% - 110px) center, url("../img/decor-2.png") no-repeat calc(50% + 110px) center;
}
.main-container.home .main-content .product-info .step-list .un-seal .input-group input {
  width: 50px;
  height: 60px;
  display: inline-block;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 10px;
  text-align: center;
  font-size: 32px;
  color: #252525;
  border-radius: 6px;
  margin: 0 4px;
  tab-index: -1;
}
.main-container.home .main-content .product-info .step-list .un-seal .input-group input[disabled] {
  opacity: 0.6;
}
.main-container.home .main-content .product-info .step-list .un-seal .btn-video {
  display: block;
  margin: 0 auto 20px auto;
  color: #252525;
  line-height: 23px;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
  padding: 0 20px 0 30px;
  background: url("../img/play-icon.png") no-repeat 4px 4px, #fbf9f5;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 6px #00000542;
  outline: none;
}
.main-container.home .main-content .product-info .step-list .un-seal .btn-group {
  height: 45px;
}
.main-container.home .main-content .product-info .step-list .un-seal .loading {
  display: none;
  text-align: center;
  line-height: 60px;
}
.main-container.home .main-content .product-info .step-list .un-seal .loading img {
  animation: circle 1s linear infinite;
  -webkit-animation: circle 1s linear infinite;
  /* Safari 6.0 - 9.0 */
  -moz-animation: circle 1s linear infinite;
  -o-animation: circle 1s linear infinite;
  -ms-animation: circle 1s linear infinite;
}
.main-container.home .main-content .product-info .step-list .un-seal .wrong {
  display: none;
  text-align: center;
  font-size: 13px;
  color: #c62b31;
  line-height: 20px;
  padding: 10px 0;
}
.main-container.home .main-content .product-info .step-list .un-seal .checked {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-container.home .main-content .product-info .step-list .un-seal .blocked {
  display: none;
  max-height: 100%;
  text-align: center;
}
.main-container.home .main-content .product-info .step-list .un-seal .blocked p {
  color: #c62b31;
  line-height: 17px;
  padding: 0;
  max-width: 230px;
  margin: 12px auto;
  font-size: 12px;
}
.main-container.home .main-content .product-info .step-list .un-seal .blocked p strong {
  font-size: 13px;
}
.main-container.home .main-content .product-info .step-list .un-seal .blocked button {
  margin-top: 10px;
}
.main-container.home .main-content .product-info .step-list .un-seal .status {
  height: 60px;
}
.main-container.home .main-content .product-info .step-list .un-seal .btn-report {
  margin: 0 auto;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-blocked {
  padding-bottom: 140px;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-blocked .blocked {
  display: block;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-blocked .btn-video {
  display: none;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-blocked .wrap:after {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.4;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-blocked input {
  pointer-events: none;
  color: #c62b31;
  background: #ffe9ea;
  border: 1px solid #c62b31;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-wrong .wrong {
  display: block;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-wrong .input-group input {
  border-color: #c62b31;
  background: #ffe9ea;
  tab-index: -1;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-loading .loading {
  display: block;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-checked .checked {
  display: flex;
}
.main-container.home .main-content .product-info .step-list .un-seal.status-checked input {
  pointer-events: none;
  opacity: 0.6;
}
.main-container.home .main-content .product-info .step-list .un-seal.show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
.main-container.home .main-content .product-info .step-list .confirm {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-bottom: 40px;
}
.main-container.home .main-content .product-info .step-list .confirm .product-name {
  font-size: 22px;
  font-weight: bold;
  color: var(--product-color, #230569);
  margin: 17px 0 3px 0;
}
.main-container.home .main-content .product-info .step-list .confirm .product-des {
  font-size: 10px;
  text-transform: uppercase;
  color: #4b4b4b;
  margin-bottom: 10px;
  font-family: "SFUITextSemibold";
  letter-spacing: 1px;
}
.main-container.home .main-content .product-info .step-list .confirm .volume {
  font-weight: bold;
  color: #4b4b4b;
  font-size: 13px;
  margin: 5px 0;
  display: inline-block;
  padding: 7px 10px;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  margin-bottom: 20px;
}
.main-container.home .main-content .product-info .step-list .confirm .btn-group button {
  padding: 0 40px;
  margin: 0 3px;
}
.main-container.home .main-content .product-info .step-list .confirm sup {
  position: relative;
  top: 0.2em;
  font-size: 75%;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  background: none;
  overflow: auto;
  bottom: 0;
  top: 0px;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  /* Safari 6.0 - 9.0 */
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong:after, .main-container.home .main-content .product-info .step-list .confirm-wrong:before {
  display: none;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .wrap {
  position: relative;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong:after {
  display: none;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .content {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 144px;
  background-size: 100%;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .btn-back {
  position: absolute;
  top: -70px;
  left: 0;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .title {
  font-size: 13px;
  white-space: nowrap;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .des2 {
  line-height: 19px;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .des2 br {
  display: none;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .label {
  font-size: 13px;
  color: #252525;
  font-family: SFUITextMedium;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group {
  margin-top: 25px;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group textarea,
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group input {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  outline: none;
  outline-width: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Safari 6.0 - 9.0 */
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group textarea {
  height: 100px;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.status-error input,
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.status-error textarea {
  border-color: red;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.status-error input::placeholder,
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.status-error textarea::placeholder {
  color: red;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.input-file {
  color: #252525;
  margin-bottom: 10px;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.input-file button {
  margin-left: 5px;
  outline: none;
  background: #efefef;
  border: 1px dashed #acacac;
  border-radius: 100px;
  height: 25px;
  padding: 0 10px;
  color: #464646;
  font-size: 12px;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.input-file .review-file {
  max-width: 100%;
  margin: 10px 0;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .form-group .input-group.input-file input {
  display: none;
}
.main-container.home .main-content .product-info .step-list .confirm-wrong .btn-send {
  margin: 0 auto;
  display: block;
}
.main-container.home .main-content .product-info .step-list .congrats {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-bottom: 20px;
}
.main-container.home .main-content .product-info .step-list .congrats p {
  max-width: 230px;
  margin: 20px auto 0 auto;
  font-weight: bold;
}
.main-container.home .main-content .product-info .step-list .congrats .authentic-badge {
  margin: 20px 0;
}
.main-container.home .main-content .product-info .step-list .congrats .title-lg {
  padding-top: 0;
  line-height: 30px;
  margin-bottom: 5px;
}
.main-container.home .main-content .product-info .step-list .notification {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding-bottom: 40px;
}
.main-container.home .main-content .product-info .step-list .notification .btn-group button {
  padding: 0 40px;
  margin: 0 3px;
}
.main-container.home .main-content .product-info .step-list .notification .des2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 24px;
}
.main-container.home .main-content .product-info .step-list .notification a {
  color: #5195D0;
  font-size: 14px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #5195D0;
}
.main-container.home .main-content .product-info .step-list .story {
  background: #ededed;
  width: 100%;
  text-align: center;
  padding-top: 60px;
  height: 100%;
  overflow: auto;
  position: absolute;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  right: 0;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  /* Safari 6.0 - 9.0 */
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}
.main-container.home .main-content .product-info .step-list .story .title1 {
  color: #252525;
  font-size: 11px;
  font-weight: bold;
  margin: 20px 0;
}
.main-container.home .main-content .product-info .step-list .story img {
  margin: 10px 0;
  max-width: 100%;
  padding-left: var(--padding, 15px);
  padding-right: var(--padding, 15px);
}
.main-container.home .main-content .product-info .step-list .story img.full {
  --padding: 0;
}
.main-container.home .main-content .product-info .step-list .story .logo {
  margin: 0;
}
.main-container.home .main-content .product-info .step-list .story .des {
  font-size: 13px;
  color: #252525;
}
.main-container.home .main-content .product-info .step-list .story .head32 {
  font-size: 32px;
  color: #230569;
  margin: 10px 0;
  font-family: SFUITextSemibold;
}
.main-container.home .main-content .product-info .step-list .story .des13 {
  font-size: 13px;
  padding: 0 10px;
  font-weight: bold;
}
.main-container.home .main-content .product-info .step-list .story:after {
  background: #ededed;
}
.main-container.home .main-content .product-info .step-list .story:before {
  background: none;
}
.main-container.home .main-content .product-info .step-list .story .title1 {
  font-size: 16px;
  color: #252525;
  font-weight: bold;
  padding-left: var(--padding, 15px);
  padding-right: var(--padding, 15px);
}
.main-container.home .main-content .product-info .step-list .story p {
  font-size: 13px;
  color: #252525;
  line-height: 20px;
  padding-left: var(--padding, 15px);
  padding-right: var(--padding, 15px);
}
.main-container.home .main-content .product-info .step-list .story .hr {
  height: 1px;
  background: #cccccc;
  width: calc(100% - 60px);
  margin: 10px auto;
}
.main-container.home .main-content .product-info .step-list .story .note {
  background: #230569;
  color: white;
  font-size: 13px;
  font-style: italic;
  transform: translateY(-50%);
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px;
  position: relative;
  margin-bottom: -38px;
}
.main-container.home .main-content .product-info .step-list .story .note:after {
  content: "";
  display: block;
  background: url(../img/story-3.png) no-repeat center center;
  width: 29px;
  height: 21px;
  position: absolute;
  top: -10px;
}
.main-container.home .main-content .product-info .step-list .story .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background: #00000063;
  border-radius: 100px;
  z-index: 100;
}
.main-container.home .main-content .product-info .step-list .story .slick-arrow:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-container.home .main-content .product-info .step-list .story .slick-prev {
  left: 0;
}
.main-container.home .main-content .product-info .step-list .story .slick-prev:before {
  content: "←";
}
.main-container.home .main-content .product-info .step-list .story .slick-next {
  right: 0;
}
.main-container.home .main-content .product-info .step-list .story .slick-next:before {
  content: "→";
}
.main-container.home .main-content .product-info .step-list .story .slick-slide img {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.main-container.home .main-content .product-info .step-list .story .slick-current + div img {
  transform: translateX(-25px);
  -webkit-transform: translateX(-25px);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
}
@media (min-width: 768px) {
  .main-container.home .main-content .product-info .step-list > * {
    background-size: cover;
    left: 50px;
    right: 50px;
  }
}
.main-container.home .main-content .product-info .step-list .un-seal .wrap:after {
  content: "";
  width: 111px;
  height: 160px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main-container.home .main-content.code-position-mid .product-info .step-list .un-seal .wrap:after {
  background: url("../img/ch18-code-position.png") no-repeat calc(50% + 15px) center;
}
.main-container.home .main-content.code-position-royal .product-info .step-list .un-seal .wrap:after {
  background: url("../img/royal-botle.png") no-repeat calc(50% + 15px) center;
}
.main-container.home .main-content.code-position-top .product-info .step-list .un-seal .wrap:after {
  background: url("../img/bottle-icon.png") no-repeat calc(50% + 15px) center;
}

@media (orientation: landscape) {
  html {
    height: auto;
    position: relative;
  }

  body {
    height: 100vh;
  }

  .main-container.home .main-content .confirm-wrap {
    display: flex;
    align-items: center;
  }
  .main-container.home .main-content .confirm-wrap .wrap {
    padding: 0;
  }
}
.destop {
  position: initial;
  height: initial;
}
.destop .btn.blue {
  --btn-bg:#023466;
}
.destop .wrap1080 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}
.destop .wrap740 {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 15px;
}
.destop .wrap920 {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 15px;
}
.destop body {
  padding: 0;
  overflow: auto;
}
.destop header {
  padding: 50px;
  position: fixed;
  z-index: 200;
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.destop header .toggle-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  width: 30px;
  padding: 0;
}
.destop header .toggle-btn span {
  display: block;
  height: 4px;
  background: white;
  display: block;
  position: relative;
}
.destop header .toggle-btn span:after, .destop header .toggle-btn span:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: white;
  position: relative;
}
.destop header .toggle-btn span:after {
  top: 4px;
}
.destop header .toggle-btn span:before {
  top: -8px;
}
.destop header .content {
  background: url(../img/header-bg.png) no-repeat center center;
  background-size: cover;
  position: fixed;
  left: 0;
  height: 100vh;
  width: 380px;
  top: 0;
  color: white;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}
.destop header .content a {
  display: block;
  color: white;
  margin-bottom: 35px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  height: 10px;
  line-height: 10px;
  font-weight: bold;
  border-left: 1px solid transparent;
}
.destop header .content a.back {
  margin-bottom: 50px;
  border-left: 1px solid transparent !important;
}
.destop header .content a:hover, .destop header .content a.active {
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.destop header .content .close {
  background: url(../img/close-icon.png) no-repeat center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-bottom: 80px;
}
.destop header .content .copyright {
  font-size: 11px;
}
.destop header .content .copyright .fb {
  display: none;
  margin: 0 0 30px 0;
}
.destop header .content .copyright .fb img {
  width: 25px;
}
.destop header.open .content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.destop .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.destop .header-top .logo {
  flex: 1;
  text-align: center;
}
.destop .header-top .logo img {
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -o-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  -ms-transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.destop .header-top .group-btn {
  background: #023465;
  border-radius: 100px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: white;
  opacity: 0;
}
.destop .header-top .group-btn a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.destop .header-top .user {
  display: none;
}
.destop .menu-fixed header {
  padding: 15px 50px;
}
.destop .menu-fixed .header-top {
  padding: 10px 60px;
  background: black;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.destop .menu-fixed .header-top .logo img {
  width: 100px;
}
@media (max-width: 1080px) {
  .destop .header-top .logo img {
    width: 110px;
  }
}
@media (max-width: 767.9px) {
  .destop header {
    right: 0;
    padding: 9px 15px;
  }
  .destop header .toggle-btn {
    width: 20px;
  }
  .destop header .toggle-btn span {
    height: 2px;
  }
  .destop header .toggle-btn span:after {
    height: 2px;
    top: 3px;
  }
  .destop header .toggle-btn span:before {
    height: 2px;
    top: -5px;
  }
  .destop header .content {
    padding: 15px;
    right: 0;
    left: initial;
    text-align: right;
    background: url(../img/header-bg-2.png) no-repeat center center;
    background-size: cover;
    width: 290px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    /* Safari 6.0 - 9.0 */
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
  }
  .destop header .content .close {
    text-align: right;
    display: inline-block;
    margin-bottom: 40px;
  }
  .destop header .content a {
    margin-bottom: 30px;
    margin-right: 15px;
  }
  .destop header .content a.back {
    margin-bottom: 35px;
  }
  .destop header .content a.active, .destop header .content a:hover {
    border-right: 1px solid #fff;
    padding-right: 10px;
    border-left: none;
  }
  .destop header .content .copyright {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .destop header .content .copyright .fb {
    display: block;
  }
  .destop .header-top {
    height: 45px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .destop .header-top .logo img {
    display: none;
  }
  .destop .header-top .logo a {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/puma-small-logo.png") no-repeat center center;
    margin: 0 auto;
  }
  .destop .header-top .user {
    display: block;
  }
  .destop .header-top:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
    background: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    /* Safari 6.0 - 9.0 */
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
  }
}
.destop .menu-black .header-top:after {
  background: black;
}
.destop .main-container {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.destop .main-container.home > .main {
  height: 100vh;
}
.destop .main-container.home > .main .qrcode {
  height: 100vh;
  overflow: hidden;
  background: url("../img/home-bg.jpg") no-repeat center center;
  background-size: cover;
}
.destop .main-container.home > .main .qrcode > .wrap1080 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 1120px;
}
.destop .main-container.home > .main .qrcode .block2 {
  color: white;
  width: 461px;
  height: 453px;
  background: url(../img/Qrcode-scan.png) no-repeat center center;
  padding: 15px 57px;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  position: relative;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
}
.destop .main-container.home > .main .qrcode .block2 .title1 {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #363636;
  margin-bottom: 10px;
}
.destop .main-container.home > .main .qrcode .block2 .title2 {
  color: #84c7f4;
}
.destop .main-container.home > .main .qrcode .block2 .title2 .line1 {
  font-family: "SVN-Miller Banner", Arial;
  font-weight: 300;
  line-height: 55px;
  font-size: 50px;
}
.destop .main-container.home > .main .qrcode .block2 .title2 .line1 span {
  font-family: "SVN-Miller Banner", Arial;
  font-size: 46px;
}
.destop .main-container.home > .main .qrcode .block2 .title2 .line2 {
  line-height: 42px;
  font-weight: 300;
  font-size: 18px;
}
.destop .main-container.home > .main .qrcode .block2 .title3 {
  margin-top: 73px;
}
.destop .main-container.home > .main .qrcode .block2 .title3 .line1 {
  font-size: 14px;
  line-height: 25px;
}
.destop .main-container.home > .main .qrcode .block2 .title3 .line2 {
  font-size: 32px;
  font-family: "SVN-Miller Banner", Arial;
  font-weight: 300;
  line-height: 38px;
}
.destop .main-container.home > .main .qrcode .block2 .btn-discover {
  margin-top: 15px;
}
.destop .main-container.home > .main .qrcode .block2 .animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.destop .main-container.home > .main .qrcode .block2 .animation span {
  position: absolute;
  width: 388px;
  height: 30px;
  background: linear-gradient(#0062ae, transparent);
  display: block;
  top: 2px;
  left: 36px;
  animation: qrcode 10s linear infinite;
  -webkit-animation: qrcode 10s linear infinite;
  /* Safari 6.0 - 9.0 */
  -moz-animation: qrcode 10s linear infinite;
  -o-animation: qrcode 10s linear infinite;
  -ms-animation: qrcode 10s linear infinite;
}
.destop .main-container.home > .main .qrcode .block2 .animation:after, .destop .main-container.home > .main .qrcode .block2 .animation:before {
  content: "";
  position: absolute;
  top: 54.2%;
  background: white;
  display: block;
  height: 1px;
  width: 43%;
  animation: light 10s linear infinite;
  -webkit-animation: light 10s linear infinite;
  /* Safari 6.0 - 9.0 */
  -moz-animation: light 10s linear infinite;
  -o-animation: light 10s linear infinite;
  -ms-animation: light 10s linear infinite;
  opacity: 0.2;
}
.destop .main-container.home > .main .qrcode .block2 .animation:before {
  left: 0;
}
.destop .main-container.home > .main .qrcode .block2 .animation:after {
  right: 0;
}
.destop .main-container.home > .main .qrcode .block1 {
  flex: 1;
  position: relative;
}
.destop .main-container.home > .main .qrcode .block1 .slider {
  display: flex;
  position: absolute;
  left: 50%;
  width: 802px;
  height: 837px;
  transform: translate(-60%, -50%);
}
.destop .main-container.home > .main .qrcode .block1 .slider .item {
  margin: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item img {
  display: initial;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item .trai-nghiem {
  transform: scale(0) translate(-110px, 0);
  -webkit-transform: scale(0) translate(-110px, 0);
  /* Safari 6.0 - 9.0 */
  -moz-transform: scale(0) translate(-110px, 0);
  -o-transform: scale(0) translate(-110px, 0);
  -ms-transform: scale(0) translate(-110px, 0);
  position: absolute;
  top: 50px;
  right: -10px;
  z-index: 100;
  pointer-events: all;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-size: cover;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  /* Safari 6.0 - 9.0 */
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item:nth-child(1):after {
  background: url(../img/home-4.png) no-repeat;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item:nth-child(2):after {
  background: url(../img/home-2.png) no-repeat;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item:nth-child(3):after {
  background: url(../img/home-3.png) no-repeat;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item.item1 {
  position: absolute;
  left: 71px;
  transform: scale(0.51);
  -webkit-transform: scale(0.51);
  /* Safari 6.0 - 9.0 */
  -moz-transform: scale(0.51);
  -o-transform: scale(0.51);
  -ms-transform: scale(0.51);
  top: 214px;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item.item2 {
  position: absolute;
  bottom: 81px;
  left: 50%;
  transform: translate(-50%, 0) scale(0.8);
  -webkit-transform: translate(-50%, 0) scale(0.8);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translate(-50%, 0) scale(0.8);
  -o-transform: translate(-50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  z-index: 1;
  pointer-events: none;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item.item2:after {
  opacity: 0.1;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item.item2:before {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/home-1.png) no-repeat center center;
  width: 913px;
  height: 900px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: -139px;
  z-index: -1;
  animation: home_block1 0.5s linear 1;
  -webkit-animation: home_block1 0.5s linear 1;
  /* Safari 6.0 - 9.0 */
  -moz-animation: home_block1 0.5s linear 1;
  -o-animation: home_block1 0.5s linear 1;
  -ms-animation: home_block1 0.5s linear 1;
}
.destop .main-container.home > .main .qrcode .block1 .slider .item.item2 .trai-nghiem {
  transform: scale(1) translate(0, 0);
  -webkit-transform: scale(1) translate(0, 0);
  /* Safari 6.0 - 9.0 */
  -moz-transform: scale(1) translate(0, 0);
  -o-transform: scale(1) translate(0, 0);
  -ms-transform: scale(1) translate(0, 0);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.49, 1.49);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.49, 1.49);
  /* Safari 6.0 - 9.0 */
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.49, 1.49);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.49, 1.49);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.49, 1.49);
}
.destop .main-container.home > .main .qrcode .block1 .slider .item.item3 {
  position: absolute;
  left: 451px;
  transform: scale(0.51);
  -webkit-transform: scale(0.51);
  /* Safari 6.0 - 9.0 */
  -moz-transform: scale(0.51);
  -o-transform: scale(0.51);
  -ms-transform: scale(0.51);
  top: 214px;
}
.destop .main-container.home > .main .qrcode .block1 .slider.item1-hover .item1 {
  transform: scale(0.56);
  -webkit-transform: scale(0.56);
  /* Safari 6.0 - 9.0 */
  -moz-transform: scale(0.56);
  -o-transform: scale(0.56);
  -ms-transform: scale(0.56);
}
.destop .main-container.home > .main .qrcode .block1 .slider.item1-hover .item2 {
  left: 55%;
  transform: translate(-50%, 0) scale(0.77);
  -webkit-transform: translate(-50%, 0) scale(0.77);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translate(-50%, 0) scale(0.77);
  -o-transform: translate(-50%, 0) scale(0.77);
  -ms-transform: translate(-50%, 0) scale(0.77);
}
.destop .main-container.home > .main .qrcode .block1 .slider.item1-hover .item3 {
  left: 471px;
}
.destop .main-container.home > .main .qrcode .block1 .slider.item3-hover .item1 {
  left: 51px;
}
.destop .main-container.home > .main .qrcode .block1 .slider.item3-hover .item2 {
  left: 45%;
  transform: translate(-50%, 0) scale(0.77);
  -webkit-transform: translate(-50%, 0) scale(0.77);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translate(-50%, 0) scale(0.77);
  -o-transform: translate(-50%, 0) scale(0.77);
  -ms-transform: translate(-50%, 0) scale(0.77);
}
.destop .main-container.home > .main .qrcode .block1 .slider.item3-hover .item3 {
  transform: scale(0.56);
  -webkit-transform: scale(0.56);
  /* Safari 6.0 - 9.0 */
  -moz-transform: scale(0.56);
  -o-transform: scale(0.56);
  -ms-transform: scale(0.56);
}
.destop .main-container.home footer {
  display: flex;
  position: fixed;
  bottom: 0;
  justify-content: space-between;
  width: 100%;
  padding: 0 60px 60px 60px;
}
.destop .main-container.home footer .left a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-left: 85px;
  position: relative;
}
.destop .main-container.home footer .left a:before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-height: 753px) and (min-width: 767.9px) {
  .destop .main-container.home > .main .qrcode > .wrap1080 {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    /* Safari 6.0 - 9.0 */
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
  }
}
@media (max-width: 1080px) {
  .destop .main-container.home > .main .wrap1080 {
    max-width: 768px;
  }
  .destop .main-container.home > .main .qrcode .block2 {
    width: 331px;
    height: 353px;
    padding: 15px 27px;
    transform: translate(0, 45px);
    -webkit-transform: translate(0, 45px);
    /* Safari 6.0 - 9.0 */
    -moz-transform: translate(0, 45px);
    -o-transform: translate(0, 45px);
    -ms-transform: translate(0, 45px);
  }
  .destop .main-container.home > .main .qrcode .block2 .title1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title2 .line1 {
    font-size: 34px;
    line-height: 37px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title2 .line1 span {
    font-size: 34px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title2 .line2 {
    font-size: 14px;
    line-height: 37px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title3 {
    margin-top: 61px;
    font-size: 11px;
    line-height: 20px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title3 .line1 {
    font-size: 12px;
    line-height: 20px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title3 .line2 {
    font-size: 21px;
    line-height: 20px;
  }
  .destop .main-container.home > .main .qrcode .block2 .animation span {
    width: 288px;
    left: 21px;
  }
  .destop .main-container.home > .main .qrcode .block2 .btn-discover {
    margin-top: 9px;
  }
  .destop .main-container.home > .main .qrcode .block1 .slider {
    transform: translate(-51.8%, -50%) scale(0.8);
    -webkit-transform: translate(-51.8%, -50%) scale(0.8);
    /* Safari 6.0 - 9.0 */
    -moz-transform: translate(-51.8%, -50%) scale(0.8);
    -o-transform: translate(-51.8%, -50%) scale(0.8);
    -ms-transform: translate(-51.8%, -50%) scale(0.8);
  }
}
@media (max-width: 767.9px) {
  .destop .main-container.home > .main .qrcode {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* Safari 6.0 - 9.0 */
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
  .destop .main-container.home > .main .qrcode .wrap1080 {
    max-width: 100%;
    display: block;
    padding: 65px 0;
    top: 0;
  }
  .destop .main-container.home > .main .qrcode .block1 {
    top: 430px;
  }
  .destop .main-container.home > .main .qrcode .block1 .slider {
    transform: translate(-50%, -58%) scale(0.5);
    -webkit-transform: translate(-50%, -58%) scale(0.5);
    /* Safari 6.0 - 9.0 */
    -moz-transform: translate(-50%, -58%) scale(0.5);
    -o-transform: translate(-50%, -58%) scale(0.5);
    -ms-transform: translate(-50%, -58%) scale(0.5);
  }
  .destop .main-container.home > .main .qrcode .block2 {
    width: 260px;
    height: 271px;
    padding: 8px 21px 0 21px;
    margin: 0 auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    /* Safari 6.0 - 9.0 */
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .destop .main-container.home > .main .qrcode .block2 .title1 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title2 .line1 {
    line-height: 30px;
    font-size: 28px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title2 .line1 span {
    font-size: 28px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title2 .line2 {
    font-size: 12px;
    line-height: 30px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title3 {
    margin-top: 43px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title3 .line1 {
    font-size: 10px;
    line-height: 17px;
  }
  .destop .main-container.home > .main .qrcode .block2 .title3 .line2 {
    font-size: 18px;
    line-height: 17px;
  }
  .destop .main-container.home > .main .qrcode .block2 .btn-discover {
    margin-top: 8px;
  }
  .destop .main-container.home > .main .qrcode .block2 button {
    margin-top: 10px;
  }
  .destop .main-container.home > .main .qrcode .block2 .animation span {
    width: 217px;
  }
  .destop .main-container.home footer {
    display: none;
  }
}
.destop .age-gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  color: white;
  align-items: center;
  z-index: 300;
  display: none;
}
.destop .age-gate img {
  height: 92px;
}
.destop .age-gate p {
  font-size: 32px;
  max-width: 500px;
  line-height: 44px;
  text-align: center;
  padding: 20px 10px;
  font-family: "SFUITextLight", Arial;
}
.destop .age-gate label {
  font-size: 16px;
  margin-bottom: 60px;
  font-family: "SFUITextLight", Arial;
}
.destop .age-gate label span {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/checkbox.png) no-repeat left center;
  line-height: 20px;
}
.destop .age-gate label input {
  display: none;
}
.destop .age-gate label input:checked + span {
  background: url(../img/checkbox-checked.png) no-repeat left center;
}
.destop .age-gate button {
  width: 340px;
}
@media (max-width: 767.9px) {
  .destop .confirm-age p {
    font-size: 24px;
    line-height: 34px;
    padding: 10px 20px;
  }
  .destop .confirm-age img {
    height: 57px;
  }
  .destop .confirm-age label {
    font-size: 13px;
    margin-bottom: 50px;
  }
  .destop .confirm-age button {
    width: initial;
    font-size: 14px;
    padding: 0 60px;
    line-height: 40px;
  }
}
.destop .confirm-age .age-gate {
  display: flex;
}
.destop .confirm-age .main-container {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  /* Safari 6.0 - 9.0 */
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
.destop .loading-screen {
  text-align: center;
  display: flex;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/loading-bg.jpg") repeat-x center bottom, #e1e1e1;
  z-index: 1000;
  justify-content: center;
}
.destop .loading-screen .h2 {
  color: #004177;
  font-size: 32px;
}
.destop .loading-screen .des {
  font-size: 1em;
  color: #252525;
  margin: 10px 0 40px 0;
}
.destop footer .top {
  padding: 30px;
  text-align: center;
  background: #111111;
  border-top: 1px solid #343435;
}
.destop footer .menu {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.destop footer .menu a {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  display: block;
  margin: 0 25px;
  text-transform: uppercase;
}
.destop footer .menu a.active, .destop footer .menu a:hover {
  color: #84c7f4;
}
.destop footer .copyright {
  text-align: center;
  padding: 30px;
  color: white;
  font-size: 12px;
}
@media (max-width: 767.9px) {
  .destop footer .top {
    padding: 20px;
  }
  .destop footer .menu {
    margin-top: 10px;
    flex-direction: column;
  }
  .destop footer .menu a {
    margin: 10px;
    font-size: 10px;
  }
  .destop footer .copyright {
    padding: 15px;
    font-size: 11px;
  }
}

@keyframes qrcode {
  0% {
    top: 0%;
  }
  20% {
    top: calc(100% + 50px);
  }
  100% {
    top: calc(100% + 50px);
  }
}
@-webkit-keyframes qrcode {
  0% {
    top: 0%;
  }
  20% {
    top: calc(100% + 50px);
  }
  100% {
    top: calc(100% + 50px);
  }
}
@-moz-keyframes qrcode {
  0% {
    top: 0%;
  }
  20% {
    top: calc(100% + 50px);
  }
  100% {
    top: calc(100% + 50px);
  }
}
@keyframes light {
  0% {
    box-shadow: none;
    opacity: 0.2;
  }
  9% {
    box-shadow: 0 0 7px 2px #fff;
    opacity: 0.2;
  }
  12% {
    box-shadow: 0 0 7px 2px #fff;
    opacity: 1;
  }
  24% {
    box-shadow: none;
    opacity: 0.2;
  }
  100% {
    box-shadow: none;
    opacity: 0.2;
  }
}
@-webkit-keyframes light {
  0% {
    box-shadow: none;
    opacity: 0.2;
  }
  9% {
    box-shadow: 0 0 7px 2px #fff;
    opacity: 0.2;
  }
  12% {
    box-shadow: 0 0 7px 2px #fff;
    opacity: 1;
  }
  24% {
    box-shadow: none;
    opacity: 0.2;
  }
  100% {
    box-shadow: none;
    opacity: 0.2;
  }
}
@-moz-keyframes light {
  0% {
    box-shadow: none;
    opacity: 0.2;
  }
  9% {
    box-shadow: 0 0 7px 2px #fff;
    opacity: 0.2;
  }
  12% {
    box-shadow: 0 0 7px 2px #fff;
    opacity: 1;
  }
  24% {
    box-shadow: none;
    opacity: 0.2;
  }
  100% {
    box-shadow: none;
    opacity: 0.2;
  }
}
@keyframes home_block1 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    box-shadow: none;
    opacity: 1;
  }
}
@-webkit-keyframes home_block1 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    box-shadow: none;
    opacity: 1;
  }
}
@-moz-keyframes home_block1 {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    box-shadow: none;
    opacity: 1;
  }
}
.main-container.error-404 > .content {
  background: url(../img/loading-bg.jpg) repeat-x center bottom, #e1e1e1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-container.error-404 > .content .h2 {
  color: #004177;
  font-size: 24px;
  margin-top: 35px;
  font-weight: bold;
}
.main-container.error-404 > .content .des {
  line-height: 23px;
  font-size: 0.9em;
  color: #252525;
  margin: 10px 0 30px 0;
}
.main-container.error-404 > .content .erorr-img {
  width: 85px;
}
@media (min-width: 576px) {
  .main-container.error-404 > .content .erorr-img {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .main-container.error-404 > .content .erorr-img {
    width: 130px;
  }
}
.main-container.error-404 > .content .qrerror {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main-container.error-404 .pr-logo {
  background: url(../img/pr-logo.png) no-repeat center center;
  height: 15px;
  position: relative;
}
.main-container.error-404 .pr-logo:before, .main-container.error-404 .pr-logo:after {
  content: "";
  width: calc(50% - 11px);
  height: 14px;
  border-bottom: 1px solid #cccccc;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -6px;
}
.main-container.error-404 .pr-logo:before {
  right: 0;
}
.main-container.error-404 .form-group {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 100;
  padding: 25px 30px 70px 30px;
  text-align: left;
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  /* Safari 6.0 - 9.0 */
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
}
.main-container.error-404 .form-group .title1 {
  color: #252525;
  font-size: 13px;
  text-align: center;
}
.main-container.error-404 .form-group .title2 {
  color: #004177;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}
.main-container.error-404 .form-group .pr-logo {
  margin: 8px 0 20px 0;
}
.main-container.error-404 .form-group .label {
  font-size: 13px;
  color: #252525;
  font-family: SFUITextMedium;
}
.main-container.error-404 .form-group .btn-group {
  text-align: center;
}
.main-container.error-404 .form-group .input-group textarea,
.main-container.error-404 .form-group .input-group input {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  outline: none;
  outline-width: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Safari 6.0 - 9.0 */
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-container.error-404 .form-group .input-group textarea {
  height: 100px;
}
.main-container.error-404 .form-group .input-group.status-error input,
.main-container.error-404 .form-group .input-group.status-error textarea {
  border-color: red;
}
.main-container.error-404 .form-group .input-group.status-error input::placeholder,
.main-container.error-404 .form-group .input-group.status-error textarea::placeholder {
  color: red;
}
.main-container.error-404 .form-group .input-group.input-file {
  color: #252525;
  margin-bottom: 10px;
}
.main-container.error-404 .form-group .input-group.input-file button {
  margin-left: 5px;
  outline: none;
  background: #efefef;
  border: 1px dashed #acacac;
  border-radius: 100px;
  height: 25px;
  padding: 0 10px;
  color: #464646;
  font-size: 12px;
}
.main-container.error-404 .form-group .input-group.input-file .review-file {
  max-width: 100%;
  margin: 10px 0;
}
.main-container.error-404 .form-group .input-group.input-file input {
  display: none;
}
.main-container.error-404 .notification {
  display: none;
  text-align: center;
  padding: 0 35px;
  padding-bottom: 40px;
  padding-top: 70px;
}
.main-container.error-404 .notification .des {
  margin-bottom: 10px;
}
.main-container.error-404 .notification .title {
  font-weight: bold;
  color: #230569;
  font-size: 13px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.main-container.error-404 .notification .btn-group button {
  padding: 0 40px;
  margin: 0 3px;
}
.main-container.error-404 .notification .des2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 24px;
}
.main-container.error-404 .notification a {
  color: #5195D0;
  font-size: 14px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #5195D0;
}

.destop .main-container.system {
  background: url(../img/home-bg.jpg) no-repeat center top, #000;
  background-size: 100%;
  overflow: hidden;
}
.destop .main-container.system > .main {
  text-align: center;
}
.destop .main-container.system > .main .title {
  font-size: 70px;
  color: white;
  font-family: "SVN-Miller Banner", Arial;
  margin: 0 auto;
  padding: 195px 10px 30px 10px;
  font-weight: normal;
}
.destop .main-container.system > .main .title2 {
  color: #84c7f4;
  font-size: 24px;
  margin-bottom: 40px;
}
.destop .main-container.system > .main p {
  font-size: 16px;
  margin: 0;
  color: #e1e1e1;
  line-height: 24px;
}
.destop .main-container.system > .main .hr {
  background: url(../img/puma-small-logo.png) no-repeat center center;
  position: relative;
  height: 23px;
  margin: 40px 0;
}
.destop .main-container.system > .main .hr:after, .destop .main-container.system > .main .hr:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: white;
  top: 10px;
  width: calc(50% - 30px);
}
.destop .main-container.system > .main .hr:after {
  left: 0;
}
.destop .main-container.system > .main .hr:before {
  right: 0;
}
.destop .main-container.system > .main .dotted {
  background: url(../img/dotted.png) no-repeat center center;
  height: 8px;
  margin: 18px;
}
.destop .main-container.system > .main .step1 {
  background: #111111;
  border: 1px solid #363636;
}
.destop .main-container.system > .main .step1 > .top {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 140px;
  border-bottom: 1px solid #363636;
}
.destop .main-container.system > .main .step1 > .top .num {
  color: white;
  font-family: "SVN-Miller Banner", Arial;
  font-size: 60px;
  width: 120px;
  position: relative;
  height: 140px;
  line-height: 140px;
  font-weight: 300;
}
.destop .main-container.system > .main .step1 > .top .num:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: #363636;
  clip-path: polygon(0px 0px, 40px 70px, 0px 140px, -1px 140px, 39px 70px, -1px 0px);
  -webkit-clip-path: polygon(0px 0px, 40px 70px, 0px 140px, -1px 140px, 39px 70px, -1px 0px);
  /* Safari 6.0 - 9.0 */
  -moz-clip-path: polygon(0px 0px, 40px 70px, 0px 140px, -1px 140px, 39px 70px, -1px 0px);
  -o-clip-path: polygon(0px 0px, 40px 70px, 0px 140px, -1px 140px, 39px 70px, -1px 0px);
  -ms-clip-path: polygon(0px 0px, 40px 70px, 0px 140px, -1px 140px, 39px 70px, -1px 0px);
}
.destop .main-container.system > .main .step1 > .top p {
  flex: 1;
  text-align: left;
  padding: 0 78px;
  color: #e1e1e1;
}
.destop .main-container.system > .main .step1 > .bottom {
  display: flex;
}
.destop .main-container.system > .main .step1 > .bottom > div {
  flex: 1;
  padding: 30px 15px;
  text-align: left;
}
.destop .main-container.system > .main .step1 > .bottom > div:not(:last-child) {
  border-right: 1px solid #363636;
}
.destop .main-container.system > .main .step1 > .bottom > div > .top {
  color: white;
  vertical-align: middle;
  margin-bottom: 30px;
}
.destop .main-container.system > .main .step1 > .bottom > div > .top img {
  vertical-align: middle;
  margin-right: 15px;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide {
  display: flex;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide > .left {
  flex: 1;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide p {
  display: flex;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide p > img {
  margin-left: 5px;
  vertical-align: middle;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide p span > img {
  margin-left: 5px;
  vertical-align: middle;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide p:not(:last-child) {
  margin-bottom: 15px;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide .see-more,
.destop .main-container.system > .main .step1 > .bottom > div .guide .blue {
  color: #84c7f4;
  font-weight: bold;
  text-decoration: none;
}
.destop .main-container.system > .main .step1 > .bottom > div .guide .right {
  padding-left: 9%;
}
.destop .main-container.system > .main .step234 {
  display: flex;
  margin-top: 20px;
}
.destop .main-container.system > .main .step234 .num {
  font-family: "SVN-Miller Banner", Arial;
  font-size: 60px;
  width: 120px;
  font-weight: 300;
  height: 102px;
  background: url(../img/step-shape.png) no-repeat center center;
  color: white;
  margin: 0 auto;
  margin-top: -2px;
  background-size: cover;
}
.destop .main-container.system > .main .step234 p {
  margin: 35px 0;
  flex: 1;
}
.destop .main-container.system > .main .step234 > div {
  border: 1px solid #363636;
  flex: 1;
  padding: 0 34px 40px 34px;
  background: #111112;
  display: flex;
  flex-direction: column;
}
.destop .main-container.system > .main .step234 > div:not(:last-child) {
  margin-right: 10px;
}
.destop .main-container.system > .main .step234 > div:not(:first-child) {
  margin-left: 10px;
}
.destop .main-container.system > .main .step234 > div img {
  max-width: 100%;
}
.destop .main-container.system > .main .block3 {
  padding-bottom: 140px;
}
.destop .main-container.system > .main .block3 .title2 {
  margin-bottom: 75px;
}
.destop .main-container.system > .main .block3 .bottom {
  display: flex;
}
.destop .main-container.system > .main .block3 .bottom > div {
  width: 50%;
}
.destop .main-container.system > .main .block3 .bottom .product {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.destop .main-container.system > .main .block3 .bottom .product img {
  position: relative;
  z-index: 2;
}
.destop .main-container.system > .main .block3 .bottom .product:after, .destop .main-container.system > .main .block3 .bottom .product:before {
  content: "";
  display: block;
  position: absolute;
}
.destop .main-container.system > .main .block3 .bottom .product:after {
  background: url(../img/chivas-18-light.png) no-repeat center center;
  width: 1089px;
  height: 1142px;
  top: -329px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.destop .main-container.system > .main .block3 .bottom .product:before {
  width: 170px;
  height: 329px;
  background: url(../img/chivas-18-shadow.png) no-repeat center center;
  top: 440px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  /* Safari 6.0 - 9.0 */
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.destop .main-container.system > .main .block3 .bottom .right {
  position: relative;
  z-index: 10;
  padding: 40px 75px;
  background: url(../img/block3-bg.png) no-repeat center center;
  background-size: cover;
  border: 1px solid #252525;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .text1 {
  font-size: 14px;
  color: #e1e1e1;
  text-transform: uppercase;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .title3 {
  color: #84c7f4;
  font-size: 48px;
  margin: 10px 0 20px 0;
  font-family: "SVN-Miller Banner", Arial;
  font-weight: 300;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .slick-prev, .destop .main-container.system > .main .block3 .bottom .right .slider .slick-next {
  display: none !important;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 0;
  padding: 0;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .slick-dots li {
  list-style: none;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .slick-dots li button {
  color: transparent;
  background: #262626;
  border: none;
  width: 20px;
  height: 2px;
  margin: 0 5px;
  outline: none;
}
.destop .main-container.system > .main .block3 .bottom .right .slider .slick-dots li.slick-active button {
  background: #84c7f4;
}
.destop .main-container.system > .main .block3 .bottom .right .item {
  outline: none;
}
@media (max-width: 1080px) {
  .destop .main-container.system > .main .title {
    font-size: 50px;
    padding: 135px 30px 30px 30px;
  }
  .destop .main-container.system > .main .hr {
    margin: 35px 0;
  }
  .destop .main-container.system > .main .title2 {
    font-size: 18px;
  }
  .destop .main-container.system > .main p {
    font-size: 14px;
  }
  .destop .main-container.system > .main .step1 > .bottom > div {
    padding: 20px;
  }
  .destop .main-container.system > .main .step1 > .bottom > div .guide .right img {
    width: 90px;
  }
  .destop .main-container.system > .main .step234 > div {
    padding: 0 24px 30px 24px;
  }
  .destop .main-container.system > .main .block3 .bottom .right {
    padding: 20px 35px;
  }
  .destop .main-container.system > .main .block3 .bottom .right .slider .title3 {
    font-size: 38px;
  }
}
@media (max-width: 767.9px) {
  .destop .main-container.system > .main .title {
    font-size: 24px;
    padding: 65px 30px 30px 30px;
  }
  .destop .main-container.system > .main .title2 {
    font-size: 16px;
  }
  .destop .main-container.system > .main p {
    font-size: 13px;
  }
  .destop .main-container.system > .main .dotted {
    margin: 15px;
  }
  .destop .main-container.system > .main .step1 > .top {
    flex-direction: column;
    height: initial;
  }
  .destop .main-container.system > .main .step1 > .top .num {
    background: url(../img/step-shape.png) no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 83px;
    line-height: 59px;
    font-size: 40px;
    margin-top: -1px;
  }
  .destop .main-container.system > .main .step1 > .top .num:after {
    display: none;
  }
  .destop .main-container.system > .main .step1 > .top p {
    padding: 20px;
    text-align: center;
  }
  .destop .main-container.system > .main .step1 > .bottom {
    flex-direction: column;
  }
  .destop .main-container.system > .main .step1 > .bottom > div > .top {
    margin-bottom: 20px;
  }
  .destop .main-container.system > .main .step1 > .bottom > div {
    padding: 20px;
  }
  .destop .main-container.system > .main .step234 {
    flex-direction: column;
    margin-top: 10px;
  }
  .destop .main-container.system > .main .step234 .num {
    width: 100px;
    height: 83px;
    line-height: 59px;
    font-size: 40px;
    margin-top: -1px;
  }
  .destop .main-container.system > .main .step234 > div {
    padding: 0 24px 30px 24px;
    margin: 0 0 10px 0 !important;
  }
  .destop .main-container.system > .main .block3 {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .destop .main-container.system > .main .block3 .bottom > div {
    width: 100%;
  }
  .destop .main-container.system > .main .block3 .bottom .right {
    padding: 25px;
    margin-top: -75px;
  }
  .destop .main-container.system > .main .block3 .bottom .right .slider .title3 {
    font-size: 32px;
    margin: 10px 0 5px 0;
  }
  .destop .main-container.system > .main .block3 .bottom .right .slider .text1 {
    font-size: 12px;
  }
  .destop .main-container.system > .main .block3 .bottom .right .slider .slick-dots {
    margin-top: 50px;
  }
  .destop .main-container.system > .main .block3 .bottom .right .slider p {
    line-height: 20px;
  }
  .destop .main-container.system > .main .block3 .title2 {
    padding: 0 50px;
    margin-bottom: 40px;
  }
  .destop .main-container.system > .main .block3 .bottom {
    flex-direction: column;
  }
}

.destop .main-container.contact {
  background: url(../img/home-bg.jpg) no-repeat center top, #000;
  background-size: 100%;
}
.destop .main-container.contact .main {
  padding-top: 180px;
}
.destop .main-container.contact .main .title1 {
  font-family: "SVN-Miller Banner";
  color: white;
  font-size: 70px;
  padding-bottom: 27px;
  text-align: center;
}
.destop .main-container.contact .main .title2 {
  font-family: "SVN-Miller Banner";
  color: #84c7f4;
  font-size: 24px;
  padding-bottom: 30px;
}
.destop .main-container.contact .main .title3 {
  font-family: "SVN-Miller Banner";
  color: #84c7f4;
  font-size: 32px;
  margin-bottom: 25px;
}
.destop .main-container.contact .main p {
  color: #e1e1e1;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.destop .main-container.contact .main .hr {
  background: url(../img/puma-small-logo.png) no-repeat center center;
  position: relative;
  height: 23px;
}
.destop .main-container.contact .main .hr:after, .destop .main-container.contact .main .hr:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: white;
  top: 10px;
  width: calc(50% - 30px);
}
.destop .main-container.contact .main .hr:after {
  left: 0;
}
.destop .main-container.contact .main .hr:before {
  right: 0;
}
.destop .main-container.contact .main .hr.hr1 {
  margin: 35px auto 70px auto;
}
.destop .main-container.contact .main .hr.hr2 {
  margin: 85px auto 85px auto;
}
.destop .main-container.contact .main .map {
  margin: 100px auto 0 auto;
}
.destop .main-container.contact .main .map .place-card {
  display: none !important;
}
.destop .main-container.contact .main .flex {
  margin: 0 -15px;
}
.destop .main-container.contact .main .flex > * {
  padding: 0 15px;
}
.destop .main-container.contact .main .form-group {
  margin-bottom: 100px;
}
.destop .main-container.contact .main .form-group label {
  margin-bottom: 25px;
  display: block;
  position: relative;
  color: #84c7f4;
  font-size: 14px;
}
.destop .main-container.contact .main .form-group label input, .destop .main-container.contact .main .form-group label textarea {
  margin-top: 30px;
  width: 100%;
  display: block;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #252525;
  font-family: "SVN-Miller Banner";
  color: #e1e1e1;
  font-size: 24px;
  font-weight: 300;
  height: 35px;
}
.destop .main-container.contact .main .form-group label input::placeholder, .destop .main-container.contact .main .form-group label textarea::placeholder {
  color: #363636;
}
.destop .main-container.contact .main .form-group .error {
  color: #980000;
  font-style: italic;
  font-size: 14px;
  position: absolute;
  top: 30px;
}
.destop .main-container.contact .main .form-group .btn {
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .destop .main-container.contact .main {
    padding-top: 70px;
  }
  .destop .main-container.contact .main .flex {
    flex-direction: column;
  }
  .destop .main-container.contact .main .hr.hr1 {
    margin: 30px auto 40px auto;
  }
  .destop .main-container.contact .main .hr.hr2 {
    margin: 40px auto 40px auto;
  }
  .destop .main-container.contact .main .map {
    margin: 0 auto;
    height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .destop .main-container.contact .main .title1 {
    font-size: 24px;
  }
  .destop .main-container.contact .main .title2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .destop .main-container.contact .main .title3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .destop .main-container.contact .main p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .destop .main-container.contact .main .block2 .g5 {
    text-align: center;
  }
  .destop .main-container.contact .main .form-group {
    margin-bottom: 50px;
  }
  .destop .main-container.contact .main .form-group label {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .destop .main-container.contact .main .form-group label input, .destop .main-container.contact .main .form-group label textarea {
    font-size: 16px;
    margin-top: 15px;
  }
  .destop .main-container.contact .main .form-group .btn {
    margin-top: 0;
  }
}

.destop .main-container.news {
  background: url(../img/home-bg.jpg) no-repeat center top, #000;
  background-size: 100%;
}
.destop .main-container.news .main {
  padding-top: 180px;
  padding-bottom: 90px;
}
.destop .main-container.news .main .date1 {
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  color: #e1e1e1;
}
.destop .main-container.news .main .title1 {
  font-family: "SVN-Miller Banner";
  font-size: 44px;
  color: white;
  text-align: center;
}
.destop .main-container.news .main .list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.destop .main-container.news .main .list .item {
  text-decoration: none;
  padding: 10px;
  width: calc(100% / 3);
}
.destop .main-container.news .main .list .item > .wrap {
  background: #111111;
  border: 1px solid #363636;
}
.destop .main-container.news .main .list .item > .wrap .info {
  padding: 30px 30px 40px 30px;
}
.destop .main-container.news .main .list .item .thumbnal {
  max-width: 100%;
  text-align: center;
}
.destop .main-container.news .main .list .item .date {
  font-size: 14px;
  color: #e1e1e1;
}
.destop .main-container.news .main .list .item .title {
  color: white;
  font-size: 24px;
  font-family: "SVN-Miller Banner";
  margin: 15px 0 30px 0;
  line-height: 30px;
  display: block;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 90px;
}
.destop .main-container.news .main .list .item .short-content {
  font-size: 16px;
  color: #e1e1e1;
  margin-bottom: 35px;
  line-height: 25px;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.destop .main-container.news .main .list .item .more {
  font-size: 16px;
  color: #84c7f4;
  display: inline-block;
  padding-right: 30px;
  background: url(../img/arrow-more.png) no-repeat right center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .destop .main-container.news .main .list .item:nth-child(1), .destop .main-container.news .main .list .item:nth-child(2) {
    width: 50%;
  }
  .destop .main-container.news .main .list .item:nth-child(1) > .wrap .info, .destop .main-container.news .main .list .item:nth-child(2) > .wrap .info {
    padding: 40px;
  }
  .destop .main-container.news .main .list .item:nth-child(1) > .wrap .title, .destop .main-container.news .main .list .item:nth-child(2) > .wrap .title {
    font-size: 32px;
    line-height: 38px;
    height: 114px;
  }
  .destop .main-container.news .main .list .item:nth-child(1) > .wrap .short-content, .destop .main-container.news .main .list .item:nth-child(2) > .wrap .short-content {
    height: 75px;
    -webkit-line-clamp: 3;
  }
}
.destop .main-container.news .main .pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  list-style: none;
  padding: 0;
}
.destop .main-container.news .main .pagination > * {
  margin: 0;
}
.destop .main-container.news .main .pagination > * a {
  font-size: 16px;
  color: #e1e1e1;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
}
.destop .main-container.news .main .pagination > *.active a, .destop .main-container.news .main .pagination > *:hover a {
  border-bottom: 1px solid;
}
.destop .main-container.news .main .pagination > *.prev {
  margin-right: 25px;
}
.destop .main-container.news .main .pagination > *.next {
  margin-left: 25px;
}
.destop .main-container.news .main .hr {
  background: url(../img/puma-small-logo.png) no-repeat center center;
  position: relative;
  height: 23px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 880px;
}
.destop .main-container.news .main .hr:after, .destop .main-container.news .main .hr:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: white;
  top: 10px;
  width: calc(50% - 30px);
}
.destop .main-container.news .main .hr:after {
  left: 0;
}
.destop .main-container.news .main .hr:before {
  right: 0;
}
.destop .main-container.news .main .hr.hr1 {
  margin: 35px auto 70px auto;
}
.destop .main-container.news .main .hr.hr2 {
  margin: 85px auto 85px auto;
}
.destop .main-container.news .main .news-content {
  color: #e1e1e1;
  padding-bottom: 100px;
  font-size: 16px;
}
.destop .main-container.news .main .news-content .short-content {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
}
.destop .main-container.news .main .news-content .thumbnail {
  text-align: center;
}
.destop .main-container.news .main .news-content .thumbnail img {
  max-width: 100%;
}
.destop .main-container.news .main .news-content p {
  line-height: 25px;
  margin-top: 0;
}
.destop .main-container.news .main .news-content figure {
  margin: 45px 0;
}
.destop .main-container.news .main .news-content img {
  max-width: 100%;
  height: auto;
}
.destop .main-container.news .main .news-content img + figcaption {
  color: #e1e1e1;
  font-size: 14px;
  font-style: italic;
  padding: 10px 0;
  text-align: left;
  line-height: 20px;
  border-bottom: 1px solid #444444;
}
.destop .main-container.news .main .news-content .wrap700 {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .destop .main-container.news .main {
    padding-top: 70px;
  }
  .destop .main-container.news .main .title1 {
    font-size: 24px;
  }
  .destop .main-container.news .main .hr {
    margin: 30px 0;
  }
  .destop .main-container.news .main .date1 {
    font-size: 12px;
    margin-top: 10px;
  }
  .destop .main-container.news .main .list .item {
    width: 100%;
    text-align: center;
  }
  .destop .main-container.news .main .list .item > .wrap .info {
    text-align: left;
    padding: 30px 20px 40px 20px;
  }
  .destop .main-container.news .main .list .item > .wrap .info .date {
    font-size: 13px;
  }
  .destop .main-container.news .main .list .item > .wrap .info .short-content {
    font-size: 13px;
    -webkit-line-clamp: initial;
    height: auto;
    margin-bottom: 25px;
    line-height: 20px;
  }
  .destop .main-container.news .main .list .item > .wrap .info .title {
    line-height: 25px;
    font-size: 20px;
    height: auto;
    margin: 15px 0 15px 0;
    -webkit-line-clamp: initial;
  }
  .destop .main-container.news .main .list .item > .wrap .info .more {
    font-size: 13px;
  }
  .destop .main-container.news .main .pagination > * a {
    font-size: 13px;
  }
  .destop .main-container.news .main .news-content {
    font-size: 13px;
    padding-bottom: 0;
  }
  .destop .main-container.news .main .news-content .short-content {
    font-size: 16px;
    margin: 20px 0;
    line-height: 25px;
  }
  .destop .main-container.news .main .news-content p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.min.css.map */
