@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: DFHeiStd-W7;
  src: url("./vendor/fonts/DFHeiStd-W7.eot"); /* IE9 Compat Modes */
  src: url("./vendor/fonts/DFHeiStd-W7.eot?#iefix") format("embedded-opentype"), url("./vendor/fonts/DFHeiStd-W7.woff2") format("woff2"), url("./vendor/fonts/DFHeiStd-W7.woff") format("woff"); /* Pretty Modern Browsers */
}
/* Font */
/**********************************************************/
/* FOOTER.CSS 為 大框架用 CSS 包含 <header> <footer> 內容 */
/**********************************************************/
/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {
  /*__ footer __________________________________ */
  footer.v2 {
    position: relative;
    height: auto;
    margin: auto;
    border-radius: 0px;
    background: #e4e4e4;
  }
  footer.v2 a {
    color: #959595;
  }
  footer.v2 a:hover, footer.v2 a:focus {
    color: #e72f62;
  }
  footer.v2 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer.v2 .footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 20px auto;
  }
  footer.v2 .footer__main ul {
    list-style: none;
  }
  footer.v2 .footer__main ul li ul {
    padding: 0;
    margin-top: 16px;
    list-style: none;
    line-height: 1.5;
  }
  footer.v2 .footer__main ul li ul a {
    color: #959595;
    font-size: 13px;
    font-weight: normal;
  }
  footer.v2 .footer__main ul li ul a:hover, footer.v2 .footer__main ul li ul a:focus {
    color: #e72f62;
  }
  footer.v2 .footer__list {
    padding: 0;
  }
  footer.v2 .footer__item {
    width: 170px;
    margin-top: 20px;
  }
  footer.v2 .footer__item a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }
  footer.v2 .footer__copyright {
    color: #959595;
    font-size: 10px;
    text-align: center;
    margin: 20px auto;
  }
  footer.v2 .footer__copyright a {
    margin-left: 10px;
  }
  footer.v2 .footer__logo img {
    width: 235px;
    height: 65px;
    margin: 20px auto;
    background: none;
  }
  footer.v2 .footer__social {
    padding-right: 0;
  }
  footer.v2 .footer__social img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  footer.v2 .footer__social a {
    font-size: 12px !important;
    color: #333333 !important;
  }
  footer.v2 .footer__social p {
    display: inline;
  }
}
/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {
  /*__ footer __________________________________ */
  footer.v2 .footer__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer.v2 .footer__item {
    padding-left: 15px;
  }
  footer.v2 .footer__social {
    display: none;
  }
}
/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {
  /*__ footer __________________________________ */
  footer.v2 .container {
    position: relative;
  }
  footer.v2 .footer__main {
    margin-left: 31%;
    margin-bottom: 80px;
  }
  footer.v2 .footer__logo {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  footer.v2 .footer__logo img {
    width: 280px;
    height: 91px;
  }
  footer.v2 .footer__copyright {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  footer.v2 .footer__social {
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
    width: 120px;
  }
  footer.v2 .footer__social ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer.v2 .footer__social ul li {
    margin-right: 10px;
  }
  footer.v2 .footer__social img {
    width: 36px;
    height: 36px;
  }
  footer.v2 .footer__social p {
    display: none;
  }
}
/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {
  /*__ footer __________________________________ */
}
/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {
  .page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    background-color: #beaf9c;
    margin-top: 40px;
  }
  .page-banner .container {
    margin-left: 0 !important;
  }
  .page-banner .container h1 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }
}
/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {
  .page-banner {
    height: 100px;
  }
  .page-banner .container {
    margin-left: auto !important;
  }
  .page-banner .container h1 {
    font-size: 36px;
  }
}
/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {
  .page-banner {
    margin-top: 102px;
  }
}
/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
/*********************************************/
/* ASSET.CSS 主要放置 <main> 內共用之 CSS */
/*********************************************/
/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
.v2 {
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /**
   * Swiper 7.0.3
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2021 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: September 3, 2021
   */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /**********************************************************/
  /* HEADER.CSS 為 大框架用 CSS 包含 <header> 內容 */
  /**********************************************************/
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /**********************************************************/
  /* FOOTER.CSS 為 大框架用 CSS 包含 <header> <footer> 內容 */
  /**********************************************************/
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /*********************************************/
  /* ASSET.CSS 主要放置 <main> 內共用之 CSS */
  /*********************************************/
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（桌面显示器，大於等於 1200px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（桌面显示器，大於等於 1200px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
  /* ________________________________________________________________________________ */
  /* ________________________________________________________________________________ */
  /* LG 大屏幕（桌面显示器，大於等於 1200px） ______________________________________ */
  /* ________________________________________________________________________________ */
}
.v2 .owl-carousel, .v2 .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.v2 .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.v2 .owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.v2 .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.v2 .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.v2 .owl-carousel .owl-item, .v2 .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.v2 .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.v2 .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.v2 .owl-carousel .owl-dots.disabled, .v2 .owl-carousel .owl-nav.disabled {
  display: none;
}
.v2 .no-js .owl-carousel, .v2 .owl-carousel.owl-loaded {
  display: block;
}
.v2 .owl-carousel .owl-dot, .v2 .owl-carousel .owl-nav .owl-next, .v2 .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v2 .owl-carousel .owl-nav button.owl-next, .v2 .owl-carousel .owl-nav button.owl-prev, .v2 .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.v2 .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.v2 .owl-carousel.owl-hidden {
  opacity: 0;
}
.v2 .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.v2 .owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.v2 .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.v2 .owl-carousel.owl-rtl {
  direction: rtl;
}
.v2 .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.v2 .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.v2 .owl-carousel .owl-animated-in {
  z-index: 0;
}
.v2 .owl-carousel .owl-animated-out {
  z-index: 1;
}
.v2 .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.v2 .owl-height {
  transition: height 0.5s ease-in-out;
}
.v2 .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.v2 .owl-carousel .owl-item .owl-lazy:not([src]), .v2 .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.v2 .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.v2 .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.v2 .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.v2 .owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.v2 .owl-carousel .owl-video-playing .owl-video-play-icon, .v2 .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.v2 .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.v2 .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.v2 .owl-theme .owl-dots, .v2 .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.v2 .owl-theme .owl-nav {
  margin-top: 10px;
}
.v2 .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.v2 .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.v2 .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.v2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.v2 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.v2 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.v2 .owl-theme .owl-dots .owl-dot.active span, .v2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
.v2 :root {
  --swiper-theme-color:#007aff;
}
.v2 .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.v2 .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.v2 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.v2 .swiper-android .swiper-slide, .v2 .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.v2 .swiper-pointer-events {
  touch-action: pan-y;
}
.v2 .swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.v2 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.v2 .swiper-slide-invisible-blank {
  visibility: hidden;
}
.v2 .swiper-autoheight, .v2 .swiper-autoheight .swiper-slide {
  height: auto;
}
.v2 .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.v2 .swiper-3d, .v2 .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.v2 .swiper-3d .swiper-cube-shadow, .v2 .swiper-3d .swiper-slide, .v2 .swiper-3d .swiper-slide-shadow, .v2 .swiper-3d .swiper-slide-shadow-bottom, .v2 .swiper-3d .swiper-slide-shadow-left, .v2 .swiper-3d .swiper-slide-shadow-right, .v2 .swiper-3d .swiper-slide-shadow-top, .v2 .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.v2 .swiper-3d .swiper-slide-shadow, .v2 .swiper-3d .swiper-slide-shadow-bottom, .v2 .swiper-3d .swiper-slide-shadow-left, .v2 .swiper-3d .swiper-slide-shadow-right, .v2 .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.v2 .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.v2 .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.v2 .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.v2 .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.v2 .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.v2 .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.v2 .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.v2 .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.v2 .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.v2 .swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.v2 .swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.v2 .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.v2 .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.v2 .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.v2 .swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.v2 .swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.v2 .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.v2 .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.v2 .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.v2 :root {
  --swiper-navigation-size:44px;
}
.v2 .swiper-button-next, .v2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.v2 .swiper-button-next.swiper-button-disabled, .v2 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.v2 .swiper-button-next:after, .v2 .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.v2 .swiper-button-prev, .v2 .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.v2 .swiper-button-prev:after, .v2 .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.v2 .swiper-button-next, .v2 .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.v2 .swiper-button-next:after, .v2 .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.v2 .swiper-button-lock {
  display: none;
}
.v2 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.v2 .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.v2 .swiper-horizontal > .swiper-pagination-bullets, .v2 .swiper-pagination-bullets.swiper-pagination-horizontal, .v2 .swiper-pagination-custom, .v2 .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.v2 .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.v2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.v2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.v2 button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.v2 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.v2 .swiper-pagination-bullet:only-child {
  display: none !important;
}
.v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.v2 .swiper-pagination-vertical.swiper-pagination-bullets, .v2 .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.v2 .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .v2 .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.v2 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .v2 .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.v2 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .v2 .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.v2 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .v2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.v2 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .v2 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.v2 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .v2 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.v2 .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.v2 .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.v2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.v2 .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.v2 .swiper-horizontal > .swiper-pagination-progressbar, .v2 .swiper-pagination-progressbar.swiper-pagination-horizontal, .v2 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .v2 .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.v2 .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .v2 .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .v2 .swiper-pagination-progressbar.swiper-pagination-vertical, .v2 .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.v2 .swiper-pagination-lock {
  display: none;
}
.v2 .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.v2 .swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.v2 .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.v2 .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.v2 .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.v2 .swiper-scrollbar-lock {
  display: none;
}
.v2 .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.v2 .swiper-zoom-container > canvas, .v2 .swiper-zoom-container > img, .v2 .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.v2 .swiper-slide-zoomed {
  cursor: move;
}
.v2 .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.v2 .swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
.v2 .swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.v2 .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.v2 .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.v2 .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.v2 .swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.v2 .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.v2 .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.v2 .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.v2 .swiper-fade .swiper-slide-active, .v2 .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.v2 .swiper-cube {
  overflow: visible;
}
.v2 .swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.v2 .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.v2 .swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.v2 .swiper-cube .swiper-slide-active, .v2 .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.v2 .swiper-cube .swiper-slide-active, .v2 .swiper-cube .swiper-slide-next, .v2 .swiper-cube .swiper-slide-next + .swiper-slide, .v2 .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.v2 .swiper-cube .swiper-slide-shadow-bottom, .v2 .swiper-cube .swiper-slide-shadow-left, .v2 .swiper-cube .swiper-slide-shadow-right, .v2 .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.v2 .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.v2 .swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.v2 .swiper-flip {
  overflow: visible;
}
.v2 .swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.v2 .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.v2 .swiper-flip .swiper-slide-active, .v2 .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.v2 .swiper-flip .swiper-slide-shadow-bottom, .v2 .swiper-flip .swiper-slide-shadow-left, .v2 .swiper-flip .swiper-slide-shadow-right, .v2 .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.v2 .swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.v2 .swiper-cards {
  overflow: visible;
}
.v2 .swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.v2 .carousel .item {
  width: 100%;
  padding-bottom: 140.5333333333%;
  overflow: hidden;
}
.v2 .carousel .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.v2 .carousel .item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.v2 .carousel__video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0;
  width: 100%;
  height: 100%;
}
.v2 .carousel__video video, .v2 .carousel__video iframe, .v2 .carousel__video embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.v2 .carousel .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.v2 .carousel .carousel-control.right {
  background-image: none;
}
.v2 .carousel .carousel-control.left {
  background-image: none;
}
.v2 .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
}
.v2 .carousel-indicators li {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 3px;
}
.v2 .carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: rgba(190, 175, 156, 0.8);
}
@media (min-width: 576px) {
  .v2 .carousel .item {
    padding-bottom: 38.8888888889%;
  }
  .v2 .carousel__video {
    padding-bottom: 56.25%;
    height: 0;
  }
  .v2 .carousel__video video, .v2 .carousel__video iframe, .v2 .carousel__video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}
.v2 .icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v2 .icon.active .icon__tip {
  width: auto;
}
.v2 .icon-addcart {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url(../images/icon/origin/cart.png) no-repeat center center/contain;
}
.v2 .icon-addcart:hover {
  background: url(../images/icon/hover/cart.png) no-repeat center center/contain;
}
.v2 .icon-addcomposite {
  background: url(../images/icon/origin/synthesis.png) no-repeat center center/contain;
}
.v2 .icon-addcomposite:hover {
  background: url(../images/icon/hover/synthesis.png) no-repeat center center/contain;
}
.v2 .icon-addcomposite.active {
  background: url(../images/icon/active/synthesised.png) no-repeat center center/contain;
}
.v2 .icon-addcomposite.added {
  background: url(../images/icon/added/synthesis.png) no-repeat center center/contain;
}
.v2 .icon-addcompare {
  background: url(../images/icon/origin/compare.png) no-repeat center center/contain;
}
.v2 .icon-addcompare:hover {
  background: url(../images/icon/hover/compare.png) no-repeat center center/contain;
}
.v2 .icon-addcompare.active {
  background: url(../images/icon/active/compare.png) no-repeat center center/contain;
}
.v2 .icon-addcompare.added {
  background: url(../images/icon/added/compare.png) no-repeat center center/contain;
}
.v2 .icon-addcollect {
  background: url(../images/icon/origin/favorite.png) no-repeat center center/contain;
}
.v2 .icon-addcollect:hover {
  background: url(../images/icon/hover/favorite.png) no-repeat center center/contain;
}
.v2 .icon-addcollect.active {
  background: url(../images/icon/active/favorite.png) no-repeat center center/contain;
}
.v2 .icon-addcollect.added {
  background: url(../images/icon/added/collect.png) no-repeat center center/contain;
}
.v2 .icon__tip {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 5px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #666666;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
}
.v2 .icon__tip:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #666666 transparent;
}
@media (min-width: 768px) {
  .v2 .icon:hover .icon__tip {
    display: flex;
  }
  .v2 .icon-addcart:hover .icon__tip {
    display: flex;
  }
}
.v2 .btn-xs {
  width: 65px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  border-radius: 0;
  cursor: pointer;
}
.v2 .btn-xs:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}
.v2 .btn-xs-black {
  background-color: #333333;
  font-size: 12px;
}
.v2 .btn-xs-black:hover {
  color: #fff;
  background-color: #e72f62;
}
.v2 .btn-xs-black.disable {
  background-color: #b2b2b2;
  pointer-events: none;
}
.v2 .btn-xs-wh-auto {
  width: auto;
  height: auto;
  min-height: 30px;
  padding: 5px 17px;
}
.v2 .btn-s {
  width: 95px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.v2 .btn-s:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}
.v2 .btn-s:hover {
  text-decoration: none;
}
.v2 .btn-s:active, .v2 .btn-s:focus {
  color: #ffffff;
  text-decoration: none;
}
.v2 .btn-s-red {
  background-color: #e72f62;
  font-size: 12px;
}
.v2 .btn-s-red:hover {
  color: #e72f62;
  border: 1px solid #e72f62;
  background-color: #fff;
}
.v2 .btn-s-gray {
  background-color: #666666;
  font-size: 14px;
}
.v2 .btn-s-gray:hover {
  color: #fff;
  background-color: #e72f62;
}
.v2 .btn-s-khaki {
  background-color: #beaf9c;
  font-size: 14px;
}
.v2 .btn-s-khaki:hover {
  color: #fff;
  background-color: #e72f62;
}
.v2 .btn-s-black {
  background-color: #333333;
  font-size: 14px;
}
.v2 .btn-s-black:hover {
  color: #fff;
  background-color: #e72f62;
}
.v2 .btn-s-black.disable {
  background-color: #b2b2b2;
  pointer-events: none;
}
.v2 .btn-s-wh-auto {
  width: auto;
  height: auto;
  min-height: 25px;
  padding: 5px 17px;
}
.v2 .btn-l {
  width: 200px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.v2 .btn-l:active, .v2 .btn-l:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.v2 .btn-l:hover {
  text-decoration: none;
}
.v2 .btn-l.disabled {
  background-color: #b2b2b2;
}
.v2 .btn-l-red {
  background-color: #e72f62;
}
.v2 .btn-l-red:hover {
  color: #e72f62;
  border: 1px solid #e72f62;
  background-color: #fff;
}
.v2 .btn-l-khaki {
  background-color: #beaf9c;
}
.v2 .btn-l-khaki:hover {
  color: #fff;
  background-color: #e72f62;
}
.v2 .btn-l-wh-auto {
  width: auto;
  height: auto;
  min-height: 40px;
  padding: 5px 17px;
}
@media (min-width: 768px) {
  .v2 .btn-s {
    width: 105px;
    height: 30px;
  }
  .v2 .btn-s-wh-auto {
    width: auto;
    height: auto;
    min-height: 30px;
  }
}
.v2 .pagination > li > a, .v2 .pagination > li > span {
  color: #beaf9c;
  border: 1px solid #b2b2b2;
}
.v2 .pagination > li > a:focus, .v2 .pagination > li > a:hover, .v2 .pagination > li > span:focus, .v2 .pagination > li > span:hover {
  color: #beaf9c;
  background-color: rgba(190, 175, 156, 0.3);
}
.v2 .pagination > .active > a, .v2 .pagination > .active > a:focus, .v2 .pagination > .active > a:hover, .v2 .pagination > .active > span, .v2 .pagination > .active > span:focus, .v2 .pagination > .active > span:hover {
  background-color: #beaf9c;
  border-color: #beaf9c;
  color: #fff;
}
.v2 .pagination__first {
  margin-right: 10px;
  border-radius: 3px;
}
.v2 .pagination__last {
  margin-left: 10px !important;
  border-radius: 3px;
}
.v2 .gotop {
  position: fixed;
  right: 15px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #beaf9c;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.v2 .gotop i {
  margin-top: -3px;
}
.v2 .form__select {
  position: relative;
  display: inline-flex;
  width: 300px;
  background-color: #fff;
}
.v2 .form__select__selected {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 45px 0 15px;
  border: #666666 1px solid;
  color: #959595;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.v2 .form__select__selected:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon/common/arrow_down.png) #666666 no-repeat center center/cover;
}
.v2 .form__select__list {
  position: absolute;
  top: calc(100% + 5px);
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  max-width: 92vw;
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border: #666666 1px solid;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(102, 102, 102, 0.5);
  background-color: #fff;
  z-index: 1;
}
.v2 .form__select__item {
  list-style: none;
  padding: 5px 15px;
  margin: 0;
  line-height: 1.3;
  cursor: pointer;
}
.v2 .form__select__item:hover {
  background-color: #666666;
  color: #fff;
}
.v2 .form__select__checkbox {
  display: inline-block;
  border: #333333 1px solid;
  width: 12px;
  height: 12px;
  vertical-align: bottom;
  margin-right: 5px;
}
.v2 .form__select-multiple .form__select__list {
  padding: 25px 0 5px;
}
.v2 .form__select-multiple .form__select__allselected {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.v2 .form__select-multiple .form__select__selected::before {
  background: url(../images/icon/common/arrow_down-gray.png) #fff no-repeat center center/10px 10px;
}
.v2 .form__select-multiple .form__select__item {
  padding: 5px;
}
.v2 .form__select-multiple .form__select__item:hover {
  background-color: transparent;
  color: #333333;
}
.v2 .form__select-multiple .form__select__item.checked .form__select__checkbox {
  background: url(../images/icon/common/tick.png) #e72f62 no-repeat center center/9px 6px;
  border: none;
}
@media (min-width: 576px) {
  .v2 .form__select {
    width: 320px;
  }
  .v2 .form__select__selected {
    padding: 0 37px 0 7px;
  }
  .v2 .form__select__list {
    width: 100%;
  }
}
.v2 .edit {
  touch-action: none;
}
.v2 .edit__text input:focus-visible {
  outline: none;
}
.v2 .edit__text.disabled .btn-s-black {
  background-color: #b2b2b2;
  pointer-events: none;
}
.v2 .edit__text.disabled input {
  border: 1px solid #b2b2b2;
  pointer-events: none;
}
.v2 .edit__text.disabled input:focus-visible {
  outline: none;
}
.v2 .edit__fontsize {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  touch-action: none;
}
.v2 .edit__fontsize label {
  display: block;
  font-weight: normal;
  margin-right: 10px;
  margin-bottom: 0;
}
.v2 .edit__fontsize span {
  font-size: 12px;
  margin: 0 10px;
}
.v2 .edit__fontsize input[type=range] {
  -webkit-appearance: none;
  overflow: hidden;
  width: calc(100% - 110px);
  height: 20px;
  outline: none;
  background: none;
}
.v2 .edit__fontsize input[type=range]:focus {
  outline: none;
}
.v2 .edit__fontsize input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background-color: #333333;
  border: none;
}
.v2 .edit__fontsize input[type=range]::-moz-range-track {
  height: 1px;
  background-color: #333333;
  border: none;
}
.v2 .edit__fontsize input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #e72f62;
  border-radius: 50%;
}
.v2 .edit__fontsize input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #e72f62;
  border-radius: 50%;
}
.v2 .edit__fontsize input[type=range]::-moz-focus-outer {
  border: none;
}
.v2 .edit__fontsize.disabled input[type=range] {
  pointer-events: none;
}
.v2 .edit__fontsize.disabled span {
  color: #b2b2b2;
}
.v2 .edit__fontsize.disabled input[type=range]::-webkit-slider-runnable-track {
  background-color: #b2b2b2;
}
.v2 .edit__fontsize.disabled input[type=range]::-moz-range-track {
  background-color: #b2b2b2;
}
.v2 .edit__fontsize.disabled input[type=range]::-webkit-slider-thumb {
  background: #b2b2b2;
}
.v2 .edit__fontsize.disabled input[type=range]::-moz-range-thumb {
  background: #b2b2b2;
}
.v2 .edit__color input[type=color] {
  -webkit-appearance: none;
  border: none;
  padding: 0;
  width: 40px;
  height: 20px;
  padding-right: 20px;
  background-color: transparent;
}
.v2 .edit__color input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.v2 .edit__color input[type=color]::-webkit-color-swatch {
  border: none;
}
.v2 .edit__color.disabled label {
  color: #b2b2b2;
}
.v2 .edit__color.disabled input {
  pointer-events: none;
}
.v2 .edit__color.disabled .edit__color-arrow::before, .v2 .edit__color.disabled .edit__color-arrow::after {
  background-color: #b2b2b2;
}
.v2 .edit__controller {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 1;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
.v2 .edit__controller .edit__text {
  width: calc(100% - 70px);
  padding: 10px;
  background-color: #fff;
}
.v2 .edit__controller .edit__text input[type=text] {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: solid 1px #666666;
  padding: 5px 10px;
  font-size: 15px;
}
.v2 .edit__controller .edit__text input[type=text]:focus {
  outline: none;
}
.v2 .edit__controller .edit__color {
  position: relative;
  width: 70px;
  height: 53px;
  background-color: #beaf9c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 12px;
  border: none;
  border-radius: 0%;
  color: #fff;
}
.v2 .edit__controller .edit__color img {
  width: 20px;
  height: auto;
}
.v2 .edit__controller input[type=color] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .v2 .edit__text {
    display: flex;
  }
  .v2 .edit__text input {
    height: 30px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #666666 solid;
    border-radius: 0;
    line-height: 1;
  }
  .v2 .edit__text input:focus {
    outline: none;
  }
  .v2 .edit__text label {
    display: flex;
    font-weight: normal;
    margin-bottom: 0;
  }
  .v2 .edit__color {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    border: 1px solid #f8f8f8;
  }
  .v2 .edit__color label {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 24px;
  }
  .v2 .edit__color-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 10px;
    height: 5px;
    pointer-events: none;
  }
  .v2 .edit__color-arrow::before, .v2 .edit__color-arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 6.45px;
    height: 1px;
    background-color: #333333;
  }
  .v2 .edit__color-arrow::before {
    top: 0;
    left: 0;
    transform: rotate(40deg);
    transform-origin: left center;
  }
  .v2 .edit__color-arrow::after {
    top: 0;
    right: 0;
    transform: rotate(-40deg);
    transform-origin: right center;
  }
  .v2 .edit__fontsize span {
    font-size: 16px;
  }
}
.v2 .textbox__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.v2 .textbox__title {
  margin-bottom: 15px;
}
.v2 .textbox__text {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  height: 70px;
  white-space: nowrap;
  line-height: 1.3;
  overflow: hidden;
}
.v2 .textbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: auto;
  cursor: pointer;
}
.v2 .textbox__close img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .v2 .textbox__item {
    justify-content: flex-start;
    font-size: 16px;
    padding: 20px 50px 20px 30px;
  }
  .v2 .textbox__close {
    top: 25px;
    right: 20px;
  }
  .v2 .textbox__close:hover .icon__tip {
    display: flex;
  }
  .v2 .textbox__title {
    order: 1;
    margin-bottom: 15px;
    padding-right: 30px;
    width: calc(100% - 245px);
    max-width: 710px;
  }
  .v2 .textbox__button {
    order: 2;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .v2 .textbox__function {
    order: 3;
    margin-bottom: 15px;
  }
  .v2 .textbox__text {
    order: 4;
  }
}
.v2 .md-hidden {
  display: none;
}
.v2 .md-show {
  display: inline-flex;
}
.v2 .buy__textsquare {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-bottom: 15px;
}
.v2 .buy__textsquare::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.v2 .buy__textsquare span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 300px;
  font-weight: normal;
}
.v2 .buy__family {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 15px 15px;
}
.v2 .buy__intro {
  width: 100%;
  padding: 0 15px 20px 15px;
}
.v2 .buy__intro h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}
.v2 .buy__desc {
  color: #959595;
}
.v2 .buy__sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #f8f8f8;
}
.v2 .buy__sale h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 15px;
}
.v2 .buy__condition {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.v2 .buy__condition__clear {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-decoration: underline;
  color: #959595;
  font-size: 12px;
  margin-bottom: 5px;
}
.v2 .buy__condition__clear-btn {
  cursor: pointer;
}
.v2 .buy__condition__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.v2 .buy__condition__item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}
.v2 .buy__condition__item:nth-child(3n) {
  margin-right: 0;
}
.v2 .buy__condition__label {
  font-size: 13px;
  margin-bottom: 10px;
}
.v2 .buy__condition__submit {
  width: 100px;
  margin-bottom: 15px;
}
.v2 .buy__condition .form__select {
  width: 100%;
}
.v2 .buy__condition .form__select__selected {
  padding: 0 35px 0 8px;
}
.v2 .buy__condition .form__select__list {
  box-shadow: 0 2px 4px rgba(231, 47, 98, 0.3);
  border: solid 1px #e72f62;
}
.v2 .buy__product {
  width: 100%;
  margin-bottom: 15px;
}
.v2 .buy__product .form__select {
  width: 100%;
}
.v2 .buy__product .form__select__selected {
  color: #333333;
}
.v2 .buy__product .form__select__selected::before {
  background: url(../images/icon/common/down.png) #beaf9c no-repeat center center/12px 12px;
}
.v2 .buy__price {
  margin-right: 15px;
  margin-bottom: 20px;
}
.v2 .buy__num {
  margin-bottom: 20px;
}
.v2 .buy__input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: 30px;
  text-align: center;
  background-color: #fff;
}
.v2 .buy__input-num {
  width: 70px;
  height: 100%;
  line-height: 28px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #fff;
}
.v2 .buy__input-minus, .v2 .buy__input-plus {
  width: 30px;
  height: 100%;
  text-align: center;
  line-height: 28px;
  border: 1px solid #333333;
  background-color: #F8F8F8;
  cursor: pointer;
}
.v2 .buy__btn {
  width: 100%;
}
.v2 .buy__btn .btn-l {
  width: 100%;
}
.v2 .buy__else {
  padding: 15px;
  background-color: #f2efeb;
}
.v2 .buy__else h4 {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.v2 .buy__list {
  display: inline;
}
.v2 .buy__item {
  font-size: 14px;
  color: #333333;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .v2 .md-hidden {
    display: inline-flex;
  }
  .v2 .md-show {
    display: none;
  }
  .v2 .buy__textsquare {
    position: relative;
    display: block;
    width: 140px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  .v2 .buy__textsquare::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
  .v2 .buy__textsquare span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 80px;
    font-weight: normal;
  }
  .v2 .buy__family {
    padding: 0 0 40px;
  }
  .v2 .buy__intro {
    width: calc(100% - 140px - 15px);
  }
  .v2 .buy__intro h1 {
    font-size: 21px;
  }
  .v2 .buy__desc {
    line-height: 1.8;
  }
  .v2 .buy__sale {
    padding: 35px 15px;
    margin-left: 160px;
  }
  .v2 .buy__sale h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .v2 .buy__num {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 55px;
  }
  .v2 .buy__input {
    border: 1px solid #333333;
  }
  .v2 .buy__input-num {
    border: none;
    background-color: #f8f8f8;
  }
  .v2 .buy__input-minus, .v2 .buy__input-plus {
    border: none;
    background-color: #f8f8f8;
  }
  .v2 .buy__else {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-left: 160px;
  }
  .v2 .buy__else h4 {
    display: inline-block;
    margin-right: 20px;
  }
  .v2 .buy__list {
    display: inline-block;
  }
  .v2 .buy__item {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.v2 .basemodal .modal-dialog {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #fff;
}
.v2 .basemodal .modal-content {
  padding: 25px 20px 15px;
  border-radius: 0;
  box-shadow: none;
}
.v2 .basemodal .modal-content .list {
  max-height: 60vh;
  overflow-y: auto;
}
.v2 .basemodal .modal-footer {
  border: none;
  padding: 0;
  text-align: center;
}
.v2 .basemodal .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.v2 .basemodal .title__name {
  font-weight: bold;
  font-size: 15px;
}
.v2 .basemodal .title__selected {
  font-size: 12px;
  color: #959595;
}
.v2 .basemodal .subtitle {
  font-size: 12px;
  color: #959595;
  margin-bottom: 25px;
}
.v2 .basemodal ul, .v2 .basemodal li {
  padding: 0;
  margin: 0;
}
.v2 .basemodal .form__select__checkbox {
  vertical-align: middle;
}
.v2 .basemodal .form__select__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
.v2 .basemodal .form__select__item:hover {
  background-color: transparent;
  color: #333333;
}
.v2 .basemodal__btn {
  width: 100%;
  display: flex;
}
.v2 .basemodal__cancel, .v2 .basemodal__submit {
  width: 50%;
  font-size: 20px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v2 .basemodal__cancel {
  background-color: #959595;
  color: #fff;
}
.v2 .buymodal {
  justify-content: center;
  align-items: flex-end;
}
.v2 .buymodal .modal-dialog {
  margin: 0;
}
.v2 .buymodal .modal-content {
  border-radius: 0;
  padding: 0;
  padding-bottom: 60px;
}
.v2 .buymodal .close {
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  opacity: 1;
}
.v2 .buymodal .close span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  top: -4px;
  color: #959595;
}
.v2 .buymodal .md-hidden {
  display: none;
}
.v2 .buymodal .md-show {
  display: inline-flex;
}
.v2 .buymodal__family {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 15px 15px;
}
.v2 .buymodal .buy__sale {
  justify-content: flex-start;
}
.v2 .buymodal .buy__textsquare {
  position: relative;
  display: block;
  width: 80px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-bottom: 15px;
}
.v2 .buymodal .buy__textsquare::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.v2 .buymodal .buy__textsquare span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 60px;
  font-weight: normal;
}
.v2 .buymodal .buy__intro {
  width: calc(100% - 80px - 15px);
}
.v2 .buymodal .buy__intro h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}
.v2 .buymodal__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 60px;
}
.v2 .buymodal__btn .buymodal__cancel, .v2 .buymodal__btn .buymodal__buy {
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  font-size: 20px;
}
.v2 .buymodal__cancel {
  background-color: #959595;
  color: #fff;
}
.v2 .buymodal__nosale {
  font-size: 12px;
  color: #e72f62;
}
.v2 .productmodal .modal-content {
  padding: 15px 0 15px;
}
.v2 .productmodal .title {
  padding: 10px 20px 10px;
}
.v2 .productmodal .subtitle {
  padding: 0 20px;
}
.v2 .productmodal .form__select__item {
  width: 100%;
  font-size: 14px;
  margin-right: 0;
  padding: 5px 20px;
}
.v2 .productmodal .form__select__item:hover {
  background-color: rgba(190, 175, 156, 0.3);
}
.v2 .productmodal .form__select__item.checked {
  background-color: rgba(190, 175, 156, 0.3);
}
.v2 .conditionmodal .title {
  margin-top: 0;
  height: auto;
}
.v2 .notifymodal .modal-content {
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}
.v2 .notifymodal .modal-footer {
  box-shadow: none;
  border: none;
}
.v2 .notifymodal .close {
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  opacity: 1;
}
.v2 .notifymodal .close span {
  position: absolute;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #959595;
}
.v2 .notifymodal__info {
  padding: 20px 15px;
}
.v2 .notifymodal__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.v2 .notifymodal__title h2 {
  flex: 1;
  margin: 0;
  line-height: 1.5;
}
.v2 .notifymodal__icon {
  width: 50px;
  margin-right: 10px;
}
.v2 .notifymodal__icon img {
  flex: 0 0 40px;
  width: 100%;
  height: auto;
  max-width: none;
}
.v2 .notifymodal__desc p {
  line-height: 1.5;
}
.v2 .notifymodal__btnbox {
  width: 100%;
  display: flex;
}
.v2 .notifymodal__btn {
  height: 60px;
  flex: 1;
}
.v2 .notifymodal__btn p {
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
.v2 .notifymodal__cancel {
  background-color: #959595;
  color: #fff;
}
.v2 .notifymodal-vertical .notifymodal__info {
  padding: 20px 15px;
}
.v2 .notifymodal-vertical .notifymodal__desc p {
  line-height: 1.5;
}
.v2 .notifymodal-vertical .notifymodal__btnbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.v2 .notifymodal-vertical .notifymodal__btn {
  width: 100%;
  height: auto;
  flex: auto;
  padding: 10px 15px;
  cursor: pointer;
}
.v2 .notifymodal-vertical .notifymodal__btn p {
  height: 100%;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .v2 .basemodal .modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%) !important;
    margin: 0;
  }
  .v2 .buymodal {
    align-items: center;
  }
  .v2 .buymodal .close {
    display: block;
  }
  .v2 .buymodal .md-hidden {
    display: inline-flex;
  }
  .v2 .buymodal .md-show {
    display: none;
  }
  .v2 .buymodal .modal-dialog {
    width: 90%;
    max-width: 900px;
  }
  .v2 .buymodal .modal-content {
    padding: 40px 20px;
  }
  .v2 .buymodal__family {
    padding: 0 0 40px;
  }
  .v2 .buymodal .buy__textsquare {
    position: relative;
    display: block;
    width: 140px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-bottom: 0;
  }
  .v2 .buymodal .buy__textsquare::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
  .v2 .buymodal .buy__textsquare span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 60px;
    font-weight: normal;
  }
  .v2 .buymodal .buy__intro {
    width: calc(100% - 140px - 15px);
  }
  .v2 .buymodal .buy__intro h1 {
    font-size: 21px;
  }
  .v2 .buymodal .buy__price {
    margin-right: 35px;
    margin-bottom: 0;
  }
  .v2 .buymodal .buy__num {
    margin-bottom: 0;
  }
  .v2 .buymodal__desc {
    line-height: 1.8;
  }
  .v2 .buymodal__sale {
    padding: 35px 15px;
    margin-left: 160px;
  }
  .v2 .buymodal__sale h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .v2 .buymodal__num {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 55px;
  }
  .v2 .buymodal__nosale {
    font-size: 16px;
  }
  .v2 .buymodal__btn {
    position: static;
    height: 40px;
  }
  .v2 .buymodal__btn .buymodal__cancel {
    display: none;
  }
  .v2 .buymodal__btn .buymodal__buy {
    font-size: 16px;
    width: 120px;
    height: 40px;
  }
  .v2 .buymodal__else {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-left: 160px;
  }
  .v2 .buymodal__else h4 {
    display: inline-block;
    margin-right: 20px;
  }
  .v2 .buymodal__list {
    display: inline-block;
  }
  .v2 .buymodal__item {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
  .v2 .notifymodal .modal-dialog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    max-width: 700px;
    padding: 25px 30px 25px;
  }
  .v2 .notifymodal .modal-content {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .v2 .notifymodal .modal-footer {
    padding: 0 0 0 20px;
  }
  .v2 .notifymodal .close {
    display: block;
  }
  .v2 .notifymodal__info {
    padding: 0;
    flex: 1;
  }
  .v2 .notifymodal__btnbox {
    position: static;
    display: block;
    width: 150px;
  }
  .v2 .notifymodal__btn {
    height: 40px;
    width: 150px;
    margin: 5px 0;
  }
  .v2 .notifymodal__btn p {
    line-height: 40px;
    font-size: 16px;
  }
  .v2 .notifymodal__cancel {
    display: none;
  }
  .v2 .notifymodal-vertical .modal-dialog {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 850px;
  }
  .v2 .notifymodal-vertical .modal-content {
    margin-bottom: 15px;
  }
  .v2 .notifymodal-vertical .modal-footer {
    padding: 0;
  }
  .v2 .notifymodal-vertical .notifymodal__info {
    padding: 0;
  }
  .v2 .notifymodal-vertical .notifymodal__btnbox {
    flex-wrap: nowrap;
  }
  .v2 .notifymodal-vertical .notifymodal__btn {
    width: auto;
    margin-right: 15px;
  }
  .v2 .notifymodal-vertical .notifymodal__btn.btn-l-khaki {
    color: #ffffff;
  }
}
@media (min-width: 0px) {
  .v2 body,
  .v2 main,
  .v2 h4,
  .v2 h5,
  .v2 h6,
  .v2 .h1,
  .v2 .h2,
  .v2 .h3,
  .v2 .h4,
  .v2 .h5,
  .v2 .h6,
  .v2 p {
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "Apple LiGothic Medium", 蘋果儷中黑, PingFangSC-Regular, "Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
  }
  .v2 body {
    font-size: 16px;
  }
  .v2 h1 {
    font-size: 21px;
    font-weight: 500;
    font-family: "DFUDGothicStd-W6", "DFUDGothicStd-W6-Server";
  }
  .v2 h2 {
    font-size: 18px;
    font-family: "DFUDGothicStd-W6", "DFUDGothicStd-W6-Server";
  }
  .v2 h3 {
    font-size: 16px;
    font-family: "DFUDGothicStd-W6", "DFUDGothicStd-W6-Server";
  }
  .v2 h4 {
    font-size: 14px;
  }
  .v2 .wrap {
    margin-top: 40px;
  }
  .v2 main {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .v2 .wrap {
    margin-top: 107px;
  }
}
@media (min-width: 0px) {
  .v2 {
    /*__ CONTACT US __________________________________ */
    /*__  GDPR  ________________________________*/
  }
  .v2 .in .logo {
    display: none;
  }
  .v2 .contact-us {
    display: none;
    background-color: transparent !important;
  }
  .v2 .contact-us a:hover {
    background-color: transparent !important;
  }
  .v2 .contact-us__tit {
    text-align: center;
    color: #ffffff;
  }
  .v2 .contact-us__form {
    width: 465px;
    padding: 10px;
    background: #e72f62;
    box-shadow: rgba(128, 128, 128, 0.5) 0 3px 5px inset, rgba(0, 0, 0, 0.5) 0 3px 5px;
  }
  .v2 .contact-us__form .form-group {
    margin-bottom: 0;
  }
  .v2 .contact-us__form textarea {
    width: 325px;
  }
  .v2 .contact-us__form .control-label {
    display: block;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 110px;
    margin: 0 0 5px 0;
    padding: 0px;
    text-align: right;
    color: #ffffff;
  }
  .v2 .contact-us__form .form-control {
    display: block;
    margin: 5px;
    padding: 3px 5px;
    height: 25px;
    width: 325px;
    font-size: 12px;
    line-height: 20px;
  }
  .v2 .contact-us__btn {
    width: 48% !important;
    padding: 2px 0 !important;
    color: #e72f62 !important;
    background-color: #ffffff;
    margin: 0;
  }
  .v2 .contact-us__btn:hover {
    color: white !important;
    background-color: #666666 !important;
  }
  .v2 .contact-us__btns {
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .v2 .contact-us__textarea {
    height: 65px;
    width: 185px;
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    resize: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .v2 .contact-us .control-label a {
    color: #999;
  }
  .v2 .GDPR {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #666666;
    color: #ffffff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 -1px 2px;
  }
  .v2 .GDPR__text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .v2 .GDPR__text a {
    color: #ffffff;
    text-decoration: underline;
  }
  .v2 .GDPR .btn {
    margin-bottom: 15px;
    color: #333333;
    background-color: #ffffff;
    border-radius: 0;
  }
  .v2 .GDPR .btn:hover {
    color: #ffffff;
    background: #999;
    border-color: #999;
  }
  .v2 .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0.5px 0.5px 6px #888;
  }
  .v2 .nav__logo {
    width: 40px;
    height: 40px;
    background: url(../images/logo_m.svg) center center no-repeat;
  }
  .v2 .nav__burger {
    width: 60px;
    height: 60px;
  }
  .v2 .navbar-toggle {
    margin: 0 15px;
    padding: 0;
  }
  .v2 .navbar-toggle .icon-bar {
    height: 1px;
    margin-top: 3px;
    width: 14px;
    background-color: #666666;
  }
  .v2 .nav__right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .v2 .nav__right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .v2 .nav__toplang {
    padding: 0;
  }
  .v2 .nav__top li .icon:hover {
    text-decoration: none;
  }
  .v2 .nav__dynagpt {
    order: -1;
    background-color: #30a6e6;
    border-radius: 1em;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 80px;
    padding: 0 0.8em 0 1em;
  }
  .v2 .nav__dynagpt img {
    width: 100%;
    height: auto;
    animation: breathe 3.5s infinite;
  }
  .v2 .nav__dynagpt-pc {
    position: relative;
    display: none;
    height: 28px;
    margin: 0 1.5vw;
    padding: 0 0.8em 0 1em;
  }
  .v2 .nav__dynagpt-mb {
    display: flex;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    padding: 0 0.8em 0 0.9em;
  }
  @keyframes breathe {
    0% {
      opacity: 0.1;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.1;
    }
  }
  .v2 .menu {
    position: fixed;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
  }
  .v2 .menu::-webkit-scrollbar {
    display: none;
  }
  .v2 .menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v2 .menu__title {
    font-size: 16px;
    color: #959595;
    margin: 20px 5%;
    font-weight: normal;
  }
  .v2 .menu__close {
    width: 24px;
    height: 24px;
    margin: 0 5%;
  }
  .v2 .menu__icons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 25px 10%;
  }
  .v2 .menu__icons .icon:hover {
    text-decoration: none;
  }
  .v2 .menu__icons .icon:hover .tips {
    display: none;
  }
  .v2 .menu__icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  .v2 .menu__icons li p {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 84px;
    color: #333333;
    margin-top: 45px;
    font-size: 14px;
  }
  .v2 .menu__icons li ul {
    display: none;
  }
  .v2 .menu__icons li .icon {
    width: 43px;
    height: 43px;
  }
  .v2 .menu__icons li .icon::before {
    width: 43px;
    height: 43px;
  }
  .v2 .menu__list {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 10px 0;
    background-color: #beaf9c;
    margin: 0;
    margin-top: 40px;
  }
  .v2 .menu__list li {
    list-style: none;
    line-height: 1.5;
  }
  .v2 .menu__list li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 5%;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
  }
  .v2 .menu__list li a:hover {
    background-color: rgba(255, 255, 255, 0.1254901961);
  }
  .v2 .menu__list li ul {
    padding: 0;
  }
  .v2 .menu__list li li a {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 8%;
  }
  .v2 .menu__arrow {
    z-index: 999;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 20px;
    height: 20px;
    padding: 20px;
    background: url(../images/icon/common/down.png) no-repeat center/50%;
  }
  .v2 .menu__arrow[aria-expanded=true] {
    transform: translateY(-50%) rotate(180deg) !important;
  }
  .v2 .menu__main {
    position: relative;
  }
  .v2 .search {
    border: 1px solid #beaf9c;
    margin-right: 40px;
    margin: auto;
    width: 90%;
    height: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .v2 .search input {
    height: 100%;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .v2 .search .btn {
    z-index: 9;
    float: right;
    padding: 9px 14px;
    background-color: #ffffff;
    border-radius: 0;
    margin-left: 0 !important;
  }
  .v2 .search .btn:hover {
    color: #999999;
    border-color: #ffffff;
    background-color: #ffffff;
  }
  .v2 .search .btn:active {
    box-shadow: none;
  }
  .v2 .search .btn i {
    color: #beaf9c;
    font-size: 20px;
  }
  .v2 .search--focus {
    border: 1px solid #333333;
  }
  .v2 .search--focus .btn {
    border-color: #333333;
    background-color: #333333;
  }
  .v2 .search--focus .btn:hover {
    color: #ffffff;
    border-color: #333333;
    background-color: #333333;
  }
  .v2 .search--focus .btn i {
    color: #ffffff !important;
  }
}
@media (min-width: 768px) {
  .v2 {
    /*__ header __________________________________ */
  }
  .v2 .GDPR .row {
    display: flex;
    align-items: center;
  }
  .v2 .GDPR .btn {
    margin-bottom: 0;
  }
  .v2 .navbar-toggle {
    display: block;
  }
}
@media (min-width: 992px) {
  .v2 {
    /*__ header __________________________________ */
  }
  .v2 .nav {
    height: 102px;
  }
  .v2 .nav__top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0 45px;
    top: 0;
    width: 100%;
    height: 26px;
    background-color: #666666;
  }
  .v2 .nav__top .icon {
    line-height: 2;
  }
  .v2 .nav__top .icon::before {
    content: none;
  }
  .v2 .nav__top li {
    padding: 0 12px;
    position: relative;
  }
  .v2 .nav__top li::before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
  }
  .v2 .nav__top li .icon {
    margin: 0;
    height: 26px;
    width: 100%;
  }
  .v2 .nav__top li .icon p {
    width: auto;
    font-size: 12px;
    color: #ffffff;
    margin: auto;
    transform: none;
  }
  .v2 .nav__top li:first-child::before {
    content: none;
  }
  .v2 .nav__toplang {
    z-index: 99;
    position: fixed;
    right: 12px;
    top: 26px;
    text-align: center;
    width: 120px;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .v2 .nav__toplang li a {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    padding: 0;
  }
  .v2 .nav__toplang li a:hover {
    -webkit-text-decoration: transparent;
            text-decoration: transparent;
    color: #333333;
  }
  .v2 .nav__toplang li a p {
    margin: 10px 0;
  }
  .v2 .nav__icons {
    width: 190px;
    padding: 0;
    margin: 0 10px 0 10px;
  }
  .v2 .nav__icons li .icon {
    width: 36px;
    height: 36px;
  }
  .v2 .nav__icons li .icon::before {
    width: 36px;
    height: 36px;
  }
  .v2 .nav__icons li .icon p {
    display: none;
  }
  .v2 .nav__logo {
    order: -2;
    width: 64px;
    height: 76px;
    margin: 0 10px 0 10px;
    background: url(../images/logo.svg) no-repeat center/70%;
  }
  .v2 .nav__dynagpt-pc {
    display: flex;
  }
  .v2 .nav__dynagpt-mb {
    display: none;
  }
  .v2 .menu {
    display: flex;
    visibility: unset !important;
    flex-direction: row;
    margin-top: 26px;
    height: 76px;
    overflow: visible;
  }
  .v2 .menu__head {
    display: none;
  }
  .v2 .menu__icons .icon:hover .tips {
    display: flex;
  }
  .v2 .menu__list {
    display: flex;
    flex-direction: row;
    order: -1;
    width: auto;
    height: 76px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    overflow: visible;
    background-color: #ffffff;
  }
  .v2 .menu__list .menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 1.2vw;
    padding: 20px 0;
  }
  .v2 .menu__list .menu__item a {
    padding: 0;
    font-weight: normal;
    font-size: 12px;
  }
  .v2 .menu__list .menu__item a .menu__arrow {
    width: 0;
  }
  .v2 .menu__list .menu__item ul {
    z-index: 9;
    position: absolute;
    top: 76px;
    padding: 0;
    background-color: #e72f62;
    visibility: hidden;
    box-shadow: rgba(128, 128, 128, 0.5) 0 3px 5px inset, rgba(0, 0, 0, 0.5) 0 3px 5px;
  }
  .v2 .menu__list .menu__item ul li {
    margin: 0;
  }
  .v2 .menu__list .menu__item ul li a {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    padding: 10px 20px;
    text-decoration: none;
  }
  .v2 .menu__list .menu__item ul li a:hover {
    color: #333333;
    background-color: #ffffff;
  }
  .v2 .menu__list .menu__item:hover ul {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .v2 .menu__list .menu__item:first-of-type {
    margin-left: 0;
  }
  .v2 .menu::after {
    content: "";
    display: block;
    position: absolute;
    background: #e72f62;
    width: 100%;
    height: 5px;
    bottom: -5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  }
  .v2 .menu__arrow {
    display: none;
  }
  .v2 .search {
    width: 163px;
    height: 30px;
    margin: 0 0 0 auto;
    border: 1px solid #e4e4e4;
  }
  .v2 .search .btn {
    padding: 5px 10px;
  }
  .v2 .search .btn i {
    color: #b2b2b2;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .v2 .nav__icon {
    margin: 0 50px 0 20px;
  }
  .v2 .nav__logo {
    margin: 0 33px 0 40px;
  }
  .v2 .menu__list .menu__item {
    margin-left: 1.5vw;
  }
}
@media (min-width: 1300px) {
  .v2 .menu__list .menu__item a {
    font-size: 13px;
  }
}
@media (min-width: 0px) {
  .v2 {
    /*__ footer __________________________________ */
  }
  .v2 footer {
    position: relative;
    height: auto;
    margin: auto;
    border-radius: 0px;
    background: #e4e4e4;
  }
  .v2 footer a {
    color: #959595;
  }
  .v2 footer a:hover, .v2 footer a:focus {
    color: #e72f62;
  }
  .v2 footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .v2 footer .footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 20px auto;
  }
  .v2 footer .footer__main ul {
    list-style: none;
  }
  .v2 footer .footer__main ul li ul {
    padding: 0;
    margin-top: 16px;
    list-style: none;
    line-height: 1.5;
  }
  .v2 footer .footer__main ul li ul a {
    color: #959595;
    font-size: 13px;
    font-weight: normal;
  }
  .v2 footer .footer__main ul li ul a:hover, .v2 footer .footer__main ul li ul a:focus {
    color: #e72f62;
  }
  .v2 footer .footer__list {
    padding: 0;
  }
  .v2 footer .footer__item {
    width: 170px;
    margin-top: 20px;
  }
  .v2 footer .footer__item a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
  }
  .v2 footer .footer__copyright {
    color: #959595;
    font-size: 10px;
    text-align: center;
    margin: 20px auto;
  }
  .v2 footer .footer__copyright a {
    margin-left: 10px;
  }
  .v2 footer .footer__logo img {
    width: 235px;
    height: 65px;
    margin: 20px auto;
    background: none;
  }
  .v2 footer .footer__social {
    padding-right: 0;
  }
  .v2 footer .footer__social img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .v2 footer .footer__social a {
    font-size: 12px !important;
    color: #333333 !important;
  }
  .v2 footer .footer__social p {
    display: inline;
  }
}
@media (min-width: 768px) {
  .v2 {
    /*__ footer __________________________________ */
  }
  .v2 footer .footer__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .v2 footer .footer__item {
    padding-left: 15px;
  }
  .v2 footer .footer__social {
    display: none;
  }
}
@media (min-width: 992px) {
  .v2 {
    /*__ footer __________________________________ */
  }
  .v2 footer .container {
    position: relative;
  }
  .v2 footer .footer__main {
    margin-left: 40%;
    margin-bottom: 80px;
  }
  .v2 footer .footer__logo {
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .v2 footer .footer__logo img {
    width: 329px;
    height: 91px;
  }
  .v2 footer .footer__copyright {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 15px;
  }
  .v2 footer .footer__social {
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
    width: 120px;
  }
  .v2 footer .footer__social ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .v2 footer .footer__social ul li {
    margin-right: 10px;
  }
  .v2 footer .footer__social img {
    width: 36px;
    height: 36px;
  }
  .v2 footer .footer__social p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .v2 {
    /*__ footer __________________________________ */
  }
}
@media (min-width: 0px) {
  .v2 .icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
  }
  .v2 .icon .badge {
    position: absolute;
    color: #ffffff;
    top: -1px;
    right: -1px;
    padding: 2px 5px;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #e72f62;
  }
  .v2 .icon .tips,
  .v2 .icon .tips--added {
    z-index: 9;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 12px;
    width: auto;
    padding: 5px;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #666666;
    color: #ffffff;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 1;
  }
  .v2 .icon .tips::before,
  .v2 .icon .tips--added::before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666666;
  }
  .v2 .icon::before, .v2 .icon::after {
    content: "";
    display: block;
    position: absolute;
  }
  .v2 .icon__cart::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/cart.png") no-repeat center/100%;
  }
  .v2 .icon__cart:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/hover/cart.png") no-repeat center/100%;
  }
  .v2 .icon__favorite::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/favorite.png") no-repeat center/100%;
  }
  .v2 .icon__favorite:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/hover/favorite.png") no-repeat center/100%;
  }
  .v2 .icon__favorite--added::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/favorite.png") no-repeat center/100%;
  }
  .v2 .icon__favorite--added:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/favorite.png") no-repeat center/100%;
  }
  .v2 .icon__compare::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/compare.png") no-repeat center/100%;
  }
  .v2 .icon__compare:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/hover/compare.png") no-repeat center/100%;
  }
  .v2 .icon__compare--added::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/compare.png") no-repeat center/100%;
  }
  .v2 .icon__compare--added:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/compare.png") no-repeat center/100%;
  }
  .v2 .icon__synthesis::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/synthesis.png") no-repeat center/100%;
  }
  .v2 .icon__synthesis:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/hover/synthesis.png") no-repeat center/100%;
  }
  .v2 .icon__synthesis--added::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/synthesis.png") no-repeat center/100%;
  }
  .v2 .icon__synthesis--added:hover::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/synthesis.png") no-repeat center/100%;
  }
  .v2 .icon__sitemap::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/sitemap.png") no-repeat center/100%;
  }
  .v2 .icon__news::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/news.png") no-repeat center/100%;
  }
  .v2 .icon__member::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/member.png") no-repeat center/100%;
  }
  .v2 .icon__change::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/change.png") no-repeat center/100%;
  }
  .v2 .icon__grid::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/grid.png") no-repeat center/100%;
  }
  .v2 .icon__grid--active::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/grid.png") no-repeat center/100%;
  }
  .v2 .icon__list::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/origin/list.png") no-repeat center/100%;
  }
  .v2 .icon__list--active::before {
    width: 36px;
    height: 36px;
    background: url("../images/icon/active/list.png") no-repeat center/100%;
  }
}
@media (min-width: 768px) {
  .v2 .icon__cart:hover .tips {
    opacity: 1;
  }
  .v2 .icon__favorite:hover .tips {
    opacity: 1;
  }
  .v2 .icon__compare:hover .tips {
    opacity: 1;
  }
  .v2 .icon__synthesis:hover .tips {
    opacity: 1;
  }
}
.v2 .main-index {
  font-size: 14px;
}
.v2 .main-index .btn-s {
  width: auto;
  padding: 5px;
}
.v2 .main-index .banner {
  margin-bottom: 25px;
}
.v2 .main-index .banner.carousel {
  margin-top: 40px;
}
.v2 .main-index .banner.carousel .item {
  padding: 0;
}
.v2 .main-index .banner.carousel .item a {
  position: relative;
}
.v2 .main-index .banner.carousel .item .carousel__video {
  position: relative;
  transform: none;
}
.v2 .main-index .banner.carousel .item .carousel__video video {
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  transform: none;
}
.v2 .main-index .title {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  border-bottom: solid 1px #b2b2b2;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px;
}
.v2 .main-index .title h1 {
  color: #333333;
  margin: 0;
  padding: 5px 0;
  line-height: 1;
}
.v2 .main-index .title .btn-s-red {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #959595;
  text-decoration: underline;
  margin: 0;
}
.v2 .main-index .title .btn-s-red:hover {
  color: #959595;
  border: none;
  background-color: transparent;
}
.v2 .main-index .video {
  margin-bottom: 20px;
}
.v2 .main-index .video__sub {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}
.v2 .main-index .video__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  overflow: hidden;
  width: calc((100% - 20px) / 2.5);
  flex: 0 0 calc((100% - 20px) / 2.5);
  margin-right: 20px;
  cursor: pointer;
}
.v2 .main-index .video__item:nth-child(4) {
  margin-right: 0;
}
.v2 .main-index .video__item img {
  width: 100%;
  height: auto;
}
.v2 .main-index .video__pic {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.v2 .main-index .video__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.v2 .main-index .video__pic__icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.v2 .main-index .video__pic__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 26px;
  border-color: transparent transparent transparent #ffffff;
}
.v2 .main-index .video__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.v2 .main-index .video__title {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.v2 .main-index .video__title__icon {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #e72f62;
  box-sizing: border-box;
}
.v2 .main-index .video__title__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #ffffff;
  box-sizing: border-box;
}
.v2 .main-index .video__title__name {
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #959595;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.v2 .main-index .video__desc {
  display: none;
  color: #959595;
}
.v2 .main-index .video__main .video__item {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  cursor: default;
}
.v2 .main-index .video__main .video__pic {
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 0;
  box-shadow: none;
}
.v2 .main-index .video__main .video__pic__icon {
  display: block;
}
.v2 .main-index .video__main .video__content {
  width: 100%;
  padding: 15px;
  justify-content: flex-end;
}
.v2 .main-index .video__main .video__title {
  justify-content: center;
}
.v2 .main-index .video__main .video__title__name {
  color: #333333;
}
.v2 .main-index .video__main .video__desc {
  display: block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.v2 .main-index .recommend__item {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.v2 .main-index .recommend__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  order: 2;
  position: relative;
  width: 100%;
  padding: 15px 15px 10px;
}
.v2 .main-index .recommend__info:before {
  content: "";
  display: none;
  width: 1px;
  height: 85%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e4e4e4;
}
.v2 .main-index .recommend__name {
  display: none;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.v2 .main-index .recommend__family {
  display: none;
  color: #b2b2b2;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.v2 .main-index .recommend__function {
  display: none;
  margin: 0;
}
.v2 .main-index .recommend__simulator {
  order: 1;
  width: 100%;
  padding: 15px 15px 10px;
}
.v2 .main-index .recommend__simulator .recommend__name {
  display: block;
}
.v2 .main-index .recommend__simulator .recommend__family {
  display: none;
}
.v2 .main-index .recommend__mbbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v2 .main-index .recommend__cn {
  font-size: 40px;
  line-height: 1;
  width: auto;
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}
.v2 .main-index .recommend__en {
  font-size: 16px;
  line-height: 1.5;
  width: auto;
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
}
.v2 .main-index .recommend .icon {
  margin: 0;
}
.v2 .main-index .recommend .icon:last-child {
  margin-right: 15px;
}
.v2 .main-index .news {
  margin-bottom: 20px;
}
.v2 .main-index .news__item {
  display: block;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
  color: #333333;
}
.v2 .main-index .news__date {
  flex: 0 0 160px;
  font-size: 12px;
  color: #959595;
  margin-right: 30px;
  margin-bottom: 7px;
}
.v2 .main-index .news__dash {
  display: none;
  width: 25%;
  max-width: 200px;
  height: 1px;
  flex: 0 0 25%;
  border-bottom: 1px dashed #b2b2b2;
  vertical-align: middle;
  margin-right: 30px;
}
.v2 .main-index .news__title {
  width: auto;
  display: -webkit-box;
  overflow: hidden;
  min-height: initial !important;
  text-overflow: clip;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.v2 .main-index .elsebox {
  margin-bottom: 115px;
}
.v2 .main-index .elsebox__container {
  display: flex;
  flex-wrap: wrap;
}
.v2 .main-index .elsebox__item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 25px;
}
.v2 .main-index .elsebox__item:nth-child(3) {
  margin-right: 0;
}
.v2 .main-index .elsebox__pic {
  width: 100%;
  padding-bottom: 46.1538461538%;
}
.v2 .main-index .elsebox__pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.v2 .main-index .elsebox__name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #beaf9c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.v2 .main-index .modal {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.v2 .main-index .modal-content {
  border: 0;
  background: transparent;
}
.v2 .main-index .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.v2 .main-index .modal .close {
  position: absolute;
  right: 0;
  top: -30px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  opacity: 1;
}
.v2 .main-index .modal .close span {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  top: -4px;
  color: #959595;
}
.v2 .main-index .modal__video {
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.v2 .main-index .modal__video video, .v2 .main-index .modal__video iframe, .v2 .main-index .modal__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v2 .main-index .modal .modal-backdrop.in {
  opacity: 0.8;
}
@media (min-width: 576px) {
  .v2 .main-index .title {
    padding: 10px 0;
    font-size: 21px;
  }
  .v2 .main-index .title .btn-s-red {
    width: 140px;
    height: 30px;
    color: #fff;
    background-color: #e72f62;
    text-decoration: none;
  }
  .v2 .main-index .title .btn-s-red:hover {
    color: #e72f62;
    border: 1px solid #e72f62;
    background-color: #fff;
  }
  .v2 .main-index .video__main .video__desc {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
  }
  .v2 .main-index .elsebox {
    margin-bottom: 45px;
  }
  .v2 .main-index .elsebox__item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .v2 .main-index .banner.carousel .item .carousel__video video {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .v2 .main-index {
    font-size: 16px;
  }
  .v2 .main-index .btn-s {
    width: auto;
    padding: 5px;
  }
  .v2 .main-index .title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .v2 .main-index .video {
    margin-bottom: 60px;
  }
  .v2 .main-index .video__sub {
    padding-bottom: 0;
  }
  .v2 .main-index .video__item {
    width: calc((100% - 60px) / 4);
    flex: 0 0 calc((100% - 60px) / 4);
  }
  .v2 .main-index .video__pic {
    margin-bottom: 20px;
  }
  .v2 .main-index .video__title__icon {
    margin-bottom: 30px;
  }
  .v2 .main-index .video__title__name {
    font-size: 14px;
  }
  .v2 .main-index .video__main .video__item {
    margin-bottom: 30px;
  }
  .v2 .main-index .video__main .video__pic {
    width: 70%;
    padding-bottom: 39.375%;
    cursor: pointer;
  }
  .v2 .main-index .video__main .video__content {
    width: 30%;
    padding: 60px 25px;
    background-color: #f8f8f8;
  }
  .v2 .main-index .video__main .video__title {
    display: block;
    height: auto;
    margin-bottom: 0;
  }
  .v2 .main-index .video__main .video__title__icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    margin-top: 0;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .v2 .main-index .video__main .video__title__icon:before {
    border-width: 6px 0 6px 12px;
  }
  .v2 .main-index .video__main .video__title__name {
    font-size: 18px;
    text-align: left;
    margin-bottom: 25px;
  }
  .v2 .main-index .video__main .video__desc {
    font-size: 16px;
    text-align: left;
  }
  .v2 .main-index .recommend__item {
    flex-direction: row;
    box-shadow: none;
  }
  .v2 .main-index .recommend__info {
    display: block;
    order: 1;
    width: 345px;
    padding: 30px 20px 20px;
  }
  .v2 .main-index .recommend__info::before {
    display: block;
  }
  .v2 .main-index .recommend__function {
    display: flex;
    margin-bottom: 80px;
  }
  .v2 .main-index .recommend__name {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .v2 .main-index .recommend__family {
    display: none;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .v2 .main-index .recommend__simulator {
    order: 2;
    width: calc(100% - 345px);
    padding: 30px 20px 20px;
  }
  .v2 .main-index .recommend__simulator .recommend__name {
    display: none;
  }
  .v2 .main-index .recommend__simulator .recommend__family {
    display: none;
  }
  .v2 .main-index .recommend__cn {
    font-size: 110px;
    margin-bottom: 40px;
  }
  .v2 .main-index .recommend__en {
    font-size: 46px;
  }
  .v2 .main-index .recommend .icon {
    margin: 0 6px 0 0;
  }
  .v2 .main-index .news {
    margin-bottom: 65px;
  }
  .v2 .main-index .news__item {
    display: flex;
    margin-bottom: 25px;
  }
  .v2 .main-index .news__date {
    font-size: 16px;
    margin-bottom: 0;
  }
  .v2 .main-index .news__dash {
    display: block;
  }
  .v2 .main-index .news__title {
    width: auto;
    display: -webkit-box;
    overflow: hidden;
    min-height: initial !important;
    text-overflow: clip;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
  }
  .v2 .main-index .modal-dialog {
    margin: 30px auto;
    width: 80%;
  }
  .v2 .main-index .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (min-width: 992px) {
  .v2 .main-index .banner.carousel {
    margin-top: 102px;
  }
  .v2 .main-index .video__item.main .video__content {
    padding: 60px 25px;
  }
}
.v2 .main-fontstory {
  font-size: 14px;
}
.v2 .main-fontstory .dib-xs {
  display: inline-block;
  margin-top: -1px;
  vertical-align: top;
}
.v2 .main-fontstory .form__select {
  width: calc(100% - 95px);
}
.v2 .main-fontstory .category {
  margin-bottom: 20px;
}
.v2 .main-fontstory .category h3 {
  display: inline-block;
  width: auto;
  margin: 0;
  font-size: 14px;
}
.v2 .main-fontstory .keyword .container {
  padding-right: 0;
}
.v2 .main-fontstory .keyword__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.v2 .main-fontstory .keyword h3 {
  width: auto;
  margin: 0;
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
}
.v2 .main-fontstory .keyword__list {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.v2 .main-fontstory .keyword__item {
  display: inline-block;
  flex: 0 0 auto;
  height: 25px;
  line-height: 1;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #e72f62;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.v2 .main-fontstory .keyword__about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 10px 0;
  line-height: 1;
}
.v2 .main-fontstory .keyword__selected {
  font-weight: bold;
  margin: 0 15px;
  line-height: 1.2;
}
.v2 .main-fontstory .keyword__clear {
  white-space: nowrap;
  flex: 0 0 50px;
  text-decoration: underline;
  cursor: pointer;
}
.v2 .main-fontstory .keyword__container {
  display: none;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.v2 .main-fontstory .flowbox {
  width: 100%;
}
.v2 .main-fontstory .flowbox .container {
  padding-right: 5px;
  padding-left: 5px;
}
.v2 .main-fontstory .flowbox__box {
  max-width: 260px;
  margin: 0 auto;
}
.v2 .main-fontstory .flowbox__item {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}
.v2 .main-fontstory .flowbox__item:hover {
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.3);
}
.v2 .main-fontstory .flowbox__pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.v2 .main-fontstory .flowbox__pic img {
  width: 100%;
  height: auto;
}
.v2 .main-fontstory .flowbox__content {
  padding: 12px 15px 20px;
}
.v2 .main-fontstory .flowbox__date {
  font-size: 14px;
  color: #959595;
  line-height: 1;
  margin-bottom: 7px;
}
.v2 .main-fontstory .flowbox__category {
  font-size: 13px;
  color: #e72f62;
  line-height: 1;
  margin-bottom: 7px;
}
.v2 .main-fontstory .flowbox__title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.v2 .main-fontstory .flowbox nav {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .v2 .main-fontstory {
    font-size: 16px;
  }
  .v2 .main-fontstory .breadcrumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .v2 .main-fontstory .dib-xs {
    display: none;
  }
  .v2 .main-fontstory .form__select {
    width: calc(100% - 135px);
    max-width: 320px;
  }
  .v2 .main-fontstory .category {
    margin-bottom: 40px;
  }
  .v2 .main-fontstory .category h3 {
    width: auto;
    font-size: 16px;
  }
  .v2 .main-fontstory .keyword .container {
    padding-right: 15px;
  }
  .v2 .main-fontstory .keyword h3 {
    flex: 0 0 120px;
    width: 120px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .v2 .main-fontstory .keyword__box {
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .v2 .main-fontstory .keyword__list {
    display: block;
    width: auto;
    overflow-x: auto;
    overflow-y: auto;
  }
  .v2 .main-fontstory .keyword__item {
    margin-right: 20px;
    margin-bottom: 15px;
    height: auto;
  }
  .v2 .main-fontstory .keyword__container {
    background-color: transparent;
  }
  .v2 .main-fontstory .keyword__about {
    padding: 15px 25px;
  }
  .v2 .main-fontstory .keyword__selected {
    margin: 0 25px;
  }
  .v2 .main-fontstory .flowbox__box {
    max-width: none;
  }
  .v2 .main-fontstory .flowbox__item {
    width: calc((100% - 40px) / 2);
    margin: 10px;
  }
  .v2 .main-fontstory .flowbox nav {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .v2 .main-fontstory .flowbox__item {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 992px) {
  .v2 .main-fontstory .flowbox__item {
    width: calc((100% - 80px) / 4);
  }
}
.v2 .main-fontstory_detail {
  font-size: 14px;
}
.v2 .main-fontstory_detail .btn-l {
  width: 100%;
}
.v2 .main-fontstory_detail .category {
  margin-bottom: 5px;
  font-size: 14px;
}
.v2 .main-fontstory_detail .date {
  font-size: 12px;
  color: #959595;
  margin-bottom: 15px;
}
.v2 .main-fontstory_detail .info {
  margin-bottom: 20px;
}
.v2 .main-fontstory_detail .info__content {
  width: 100%;
}
.v2 .main-fontstory_detail .info__title {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 5px;
}
.v2 .main-fontstory_detail .info__keyword {
  color: #beaf9c;
  margin-bottom: 15px;
  font-size: 14px;
}
.v2 .main-fontstory_detail .info__keyword__item {
  color: #beaf9c;
  display: inline-block;
  margin-right: 15px;
}
.v2 .main-fontstory_detail .info__keyword__item:hover {
  text-decoration: none;
}
.v2 .main-fontstory_detail .article {
  margin-bottom: 30px;
}
.v2 .main-fontstory_detail .button {
  font-size: 14px;
  margin-bottom: 30px;
}
.v2 .main-fontstory_detail .button span {
  color: #e72f62;
}
.v2 .main-fontstory_detail .button a {
  background-color: #999;
  border-radius: 0;
  color: #fff;
  text-align: center;
  margin: 5px 0;
}
@media (min-width: 576px) {
  .v2 .main-fontstory_detail {
    font-size: 16px;
  }
  .v2 .main-fontstory_detail .breadcrumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .v2 .main-fontstory_detail .category {
    margin-bottom: 30px;
  }
  .v2 .main-fontstory_detail .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .v2 .main-fontstory_detail .btn-l {
    width: 200px;
  }
  .v2 .main-fontstory_detail .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .v2 .main-fontstory_detail .info::before, .v2 .main-fontstory_detail .info::after {
    display: none;
  }
  .v2 .main-fontstory_detail .info__content {
    width: calc(100% - 230px);
  }
  .v2 .main-fontstory_detail .info__title {
    font-size: 21px;
  }
  .v2 .main-fontstory_detail .article {
    margin-bottom: 30px;
  }
}
@media (min-width: 0px) {
  .v2 .main-product .banner.carousel {
    padding-top: 40px;
    margin-top: 0;
  }
  .v2 .main-product .carousel .item {
    padding-bottom: 39.2%;
    margin: 0;
  }
  .v2 .main-product .page-banner {
    margin-top: 0;
  }
  .v2 .main-product .breadcrumb {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .v2 .main-product .product__title {
    justify-content: space-between;
    border-bottom: 1px solid #b4b4b4;
  }
  .v2 .main-product .product__title h1 {
    width: auto;
    color: #333333;
  }
  .v2 .main-product .product__title span {
    white-space: normal;
    display: inline-block;
  }
  .v2 .main-product .product__title a {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .v2 .main-product .product__list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
  }
  .v2 .main-product .product__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    list-style: none;
    margin-bottom: 10px;
  }
  .v2 .main-product .product__img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .v2 .main-product .product__content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
  }
  .v2 .main-product .product__content ul {
    list-style-type: disc;
  }
  .v2 .main-product .product__name {
    margin-top: 5px;
    color: #e72f62;
    font-size: 21px;
  }
  .v2 .main-product .product__name a {
    color: #e72f62;
  }
  .v2 .main-product .product__name span {
    margin-left: 10px;
    color: #beaf9c;
    font-size: 14px;
    font-weight: 500;
  }
  .v2 .main-product .product__subname {
    cursor: pointer;
    margin-top: 5px;
  }
  .v2 .main-product .product__subname a {
    font-size: 21px;
    color: #beaf9c;
    text-decoration: none;
  }
  .v2 .main-product .product__subname:hover a {
    color: #e72f62;
  }
  .v2 .main-product .product__desc {
    color: #959595;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
  }
  .v2 .main-product .product__instruction {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .v2 .main-product .product__instruction .instruction__head {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    margin: 20px 0;
    background-color: #666666;
  }
  .v2 .main-product .product__instruction .instruction__head h2 {
    margin: 0 20px;
    font-size: 14px;
    color: #ffffff;
  }
  .v2 .main-product .product__instruction .instruction__head button {
    position: relative;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #e72f62;
    border: none;
    border-radius: 1px;
  }
  .v2 .main-product .product__instruction .instruction__head button::before, .v2 .main-product .product__instruction .instruction__head button::after {
    transition: 0.5s;
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .v2 .main-product .product__instruction .instruction__head button::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .v2 .main-product .product__instruction .instruction__head button[aria-expanded=true]::before, .v2 .main-product .product__instruction .instruction__head button[aria-expanded=true]::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .v2 .main-product .product__instruction .instruction__body {
    transition: 1s;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .v2 .main-product .product__instruction .instruction__body .instruction__item {
    margin-top: 30px;
    padding: 0px 30px 30px 20px;
    color: #333333;
    list-style: none;
    border: 1px solid #beaf9c;
  }
  .v2 .main-product .product__instruction .instruction__tit {
    font-size: 21px;
  }
  .v2 .main-product .product__instruction .instruction__para {
    line-height: 1.75;
    font-size: 16px;
  }
  .v2 .main-product .product__instruction .instruction__subtit {
    display: block;
    font-weight: bold;
    margin: 30px 0 5px;
    width: 100%;
    font-size: 18px;
  }
  .v2 .main-product .product__instruction .instruction__subtit:first-child {
    margin: 10px 0 5px;
  }
  .v2 .main-product .product__instruction .productinfo {
    margin-bottom: 15px;
    padding: 0;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs {
    border: none;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-bottom: #b2b2b2 1px solid;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li {
    box-sizing: border-box;
    float: none;
    margin-bottom: 0;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li a {
    width: auto;
    display: block;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
    color: #959595;
    font-size: 13px;
    border: none;
    white-space: nowrap;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li a:focus {
    outline: none;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li a:hover {
    outline: none;
    border: none;
    text-decoration: none;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li.active a {
    position: relative;
    color: #e72f62;
    border: none;
    background-color: transparent;
    text-decoration: none;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li.active a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #e72f62;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li.active a:focus {
    color: #e72f62;
    border: none;
    border-bottom: #b2b2b2 1px solid;
    text-decoration: none;
  }
  .v2 .main-product .product__instruction .productinfo .nav-tabs li.active a:hover {
    color: #e72f62;
    border: none;
    border-bottom: #b2b2b2 1px solid;
    text-decoration: none;
  }
  .v2 .main-product .product__instruction .productinfo .tab-pane {
    padding: 0;
  }
  .v2 .main-product .product__line {
    width: 100%;
    margin: 25px 0;
    border-bottom: 1px solid #b4b4b4;
  }
}
@media (min-width: 768px) {
  .v2 .main-product .product__item {
    flex-direction: row;
    margin-bottom: 50px;
  }
  .v2 .main-product .product__img {
    width: 360px;
    height: 225px;
    margin: 0;
  }
  .v2 .main-product .product__content {
    min-height: 225px;
    padding: 0 20px;
  }
  .v2 .main-product .product__line {
    margin: 0 0 50px;
  }
  .v2 .main-product .product__instruction .instruction__head {
    height: 68px;
  }
  .v2 .main-product .product__instruction .instruction__head h2 {
    font-size: 21px;
    margin: 0 30px;
  }
  .v2 .main-product .product__instruction .instruction__head button {
    margin-right: 30px;
    width: 36px;
    height: 36px;
  }
  .v2 .main-product .product__instruction .instruction__head button::before, .v2 .main-product .product__instruction .instruction__head button::after {
    width: 17px;
    height: 1px;
  }
}
@media (min-width: 992px) {
  .v2 .main-product .banner.carousel {
    padding-top: 102px;
  }
  .v2 .main-product .page-banner {
    margin-bottom: 20px;
  }
  .v2 .main-product .breadcrumb {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .v2 .product__title {
    display: flex;
  }
  .v2 .product__title h1 {
    width: auto;
    color: #333333;
  }
  .v2 .product__title span {
    white-space: normal;
    display: inline-block;
  }
  .v2 .product__title a {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 0px) {
  .v2 .main-product_download .product__list {
    margin: 0;
  }
  .v2 .main-product_download .product__name span {
    color: #333333;
  }
  .v2 .main-product_download .search-plus {
    margin: 30px 0;
  }
  .v2 .main-product_download .input-box .container {
    position: relative;
  }
  .v2 .main-product_download .input-box .input-box__container {
    width: 80%;
  }
  .v2 .main-product_download .input-box .input-box__btn p {
    display: block;
  }
  .v2 .main-product_download .input-box .input-box__btn i {
    display: none;
  }
  .v2 .main-product_download .input-box .input-box__clear {
    z-index: 9;
    cursor: pointer;
    position: static;
    top: 11px;
    right: 15px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    color: rgba(51, 51, 51, 0.5);
    border-bottom: 0.5px solid rgba(51, 51, 51, 0.5);
  }
  .v2 .main-product_download.main-product .page-banner {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .v2 .main-product_download .product__item {
    margin: 20px 0 30px;
  }
  .v2 .main-product_download .input-box .input-box__clear {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .v2 .main-product_download .input-box .input-box__container {
    width: 50%;
  }
  .v2 .main-product_download .input-box .input-box__clear {
    top: 6px;
  }
  .v2 .main-product_download.main-product .page-banner {
    margin-top: 102px;
  }
}
.v2 .main-fontcompare {
  position: relative;
  font-size: 14px;
  background-color: #f7f7f7;
}
.v2 .main-fontcompare .page-banner {
  display: none;
}
.v2 .main-fontcompare .breadcrumb {
  padding-top: 40px;
  margin-bottom: 15px;
  background-color: #f7f7f7;
}
.v2 .main-fontcompare .edit {
  margin-bottom: 30px;
}
.v2 .main-fontcompare .edit__text--preview {
  display: flex;
}
.v2 .main-fontcompare .edit__text--preview label {
  height: 100%;
}
.v2 .main-fontcompare .textbox {
  padding-bottom: 55px;
}
.v2 .main-fontcompare .container-pc {
  display: none;
}
.v2 .main-fontcompare .container-mb {
  display: block;
}
.v2 .main-fontcompare .container-mb .edit__controller {
  transition: padding-bottom 0.3s;
  background-color: #F7F7F7;
}
.v2 .main-fontcompare .container-mb .edit__controller .edit__text input[type=text] {
  font-size: 16px;
}
.v2 .main-fontcompare .empty {
  padding-top: 20px;
  padding-bottom: 115px;
}
.v2 .main-fontcompare .empty h2 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
}
.v2 .main-fontcompare .empty a {
  color: #e72f62;
  text-decoration: underline;
}
.v2 .main-fontcompare .empty img {
  display: inline-block;
  margin-top: -4px;
  width: 24px;
  height: auto;
}
@media (min-width: 768px) {
  .v2 .main-fontcompare {
    font-size: 16px;
    background-color: #ffffff;
  }
  .v2 .main-fontcompare .page-banner {
    display: flex;
  }
  .v2 .main-fontcompare .page-banner {
    display: flex;
  }
  .v2 .main-fontcompare .breadcrumb {
    padding-top: 0;
    margin-top: 30px;
    background-color: #ffffff;
  }
  .v2 .main-fontcompare .container-pc {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
  }
  .v2 .main-fontcompare .container-mb {
    display: none;
  }
  .v2 .main-fontcompare .edit {
    margin-bottom: 40px;
  }
  .v2 .main-fontcompare .edit__text {
    width: auto;
    margin-right: 30px;
  }
  .v2 .main-fontcompare .edit__text input {
    width: 330px;
  }
  .v2 .main-fontcompare .edit__text label {
    width: auto;
    white-space: nowrap;
    padding: 0 5px;
  }
  .v2 .main-fontcompare .edit__fontsize {
    width: 40%;
    max-width: 260px;
    margin-right: 60px;
  }
  .v2 .main-fontcompare .edit__fontsize label {
    width: auto;
    flex: 0 0 auto;
  }
  .v2 .main-fontcompare .edit__fontsize input {
    width: calc(100% - 65px - 10px);
  }
  .v2 .main-fontcompare .empty {
    margin-top: 55px;
    margin-bottom: 220px;
  }
  .v2 .main-fontcompare .empty img {
    width: 30px;
    margin-top: -4px;
  }
}
.v2 .main-productdetail {
  font-size: 14px;
}
.v2 .main-productdetail .page-banner {
  margin-bottom: 20px;
}
.v2 .main-productdetail .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}
.v2 .main-productdetail .sectiontitle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}
.v2 .main-productdetail .sectiontitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #959595;
}
.v2 .main-productdetail .sectionsubtitle {
  font-size: 14px;
  color: #959595;
}
.v2 .main-productdetail .buy__list {
  flex: 1;
}
.v2 .main-productdetail .edit__text {
  margin-bottom: 15px;
}
.v2 .main-productdetail .edit__text input {
  width: 100%;
  padding: 10px;
}
.v2 .main-productdetail .edit__text label {
  display: none;
}
.v2 .main-productdetail .edit__text--preview {
  position: relative;
  display: flex;
  align-items: center;
}
.v2 .main-productdetail .edit__text--preview input {
  width: calc(100% - 100px);
}
.v2 .main-productdetail .edit__text--preview label {
  display: flex;
  height: 44px;
  margin-bottom: 0;
}
.v2 .main-productdetail .edit__fontsize {
  margin-bottom: 25px;
}
.v2 .main-productdetail .textbox__button {
  margin-bottom: 10px;
}
.v2 .main-productdetail .textbox__button .icon {
  display: none;
}
.v2 .main-productdetail .buy__sale.disabled .form__select__selected.disabled {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
}
.v2 .main-productdetail .buy__sale.disabled .buy__condition__submit.disabled {
  background-color: #b2b2b2;
  pointer-events: none;
}
.v2 .main-productdetail .buy__sale.disabled .buy__product.disabled .form__select__selected {
  pointer-events: none;
  color: #b2b2b2;
}
.v2 .main-productdetail .buy__sale.disabled .buy__product.disabled .form__select__selected::before {
  background: url(../images/icon/common/down.png) #b2b2b2 no-repeat center center/12px 12px;
}
.v2 .main-productdetail .buy__sale.disabled .buy__price.disabled {
  color: #b2b2b2;
}
.v2 .main-productdetail .buy__sale.disabled .buy__num.disabled {
  color: #b2b2b2;
}
.v2 .main-productdetail .buy__sale.disabled .buy__input.disabled {
  color: #b2b2b2;
  pointer-events: none;
}
.v2 .main-productdetail .buy__sale.disabled .buy__input.disabled .buy__input-minus, .v2 .main-productdetail .buy__sale.disabled .buy__input.disabled .buy__input-plus {
  border: 1px solid #b2b2b2;
}
.v2 .main-productdetail .buy__sale.disabled .buy__input.disabled .buy__input-num {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.v2 .main-productdetail .buy__sale.disabled .buy__btn.disabled .btn-l {
  background-color: #b2b2b2;
  pointer-events: none;
}
.v2 .main-productdetail .buy__else {
  padding: 10px 20px;
}
.v2 .main-productdetail .buy__else h4 {
  line-height: 1.5;
}
.v2 .main-productdetail .buy__item {
  line-height: 1.5;
}
.v2 .main-productdetail .buy__product.disabled .form__select__selected {
  pointer-events: none;
  color: #B2B2B2;
  border: 1px solid #B2B2B2;
}
.v2 .main-productdetail .buy__product.disabled .form__select__selected::before {
  background: url(../images/icon/common/down.png) #B2B2B2 no-repeat center center/12px 12px;
}
.v2 .main-productdetail .function {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.v2 .main-productdetail .function-pc {
  display: none;
}
.v2 .main-productdetail .function-mb {
  display: flex;
}
.v2 .main-productdetail .function__item {
  width: calc((100% - 30px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v2 .main-productdetail .function__item:last-child {
  margin-right: 0;
}
.v2 .main-productdetail .function__item.active {
  background-color: #e72f62;
  border-radius: 5px;
  color: #fff;
}
.v2 .main-productdetail .function__text {
  position: relative;
  top: -3px;
}
.v2 .main-productdetail .preview .sectiontitle {
  margin-bottom: 0;
}
.v2 .main-productdetail .preview .sectionsubtitle {
  margin-bottom: 0;
}
.v2 .main-productdetail .preview__box {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.v2 .main-productdetail .preview .edit__text input {
  height: 70px;
  padding: 15px;
  background-color: rgba(190, 175, 156, 0.3);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.3) inset;
  border: none;
}
.v2 .main-productdetail .productinfo {
  margin-bottom: 15px;
}
.v2 .main-productdetail .productinfo .nav-tabs {
  border: none;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: #b2b2b2 1px solid;
}
.v2 .main-productdetail .productinfo .nav-tabs li {
  box-sizing: border-box;
  float: none;
  margin-bottom: 0;
}
.v2 .main-productdetail .productinfo .nav-tabs li a {
  width: 75px;
  display: block;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  color: #959595;
  font-size: 13px;
  border: none;
  white-space: nowrap;
}
.v2 .main-productdetail .productinfo .nav-tabs li a:focus {
  outline: none;
}
.v2 .main-productdetail .productinfo .nav-tabs li a:hover {
  outline: none;
  border: none;
  text-decoration: none;
}
.v2 .main-productdetail .productinfo .nav-tabs li.active a {
  position: relative;
  color: #e72f62;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.v2 .main-productdetail .productinfo .nav-tabs li.active a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #e72f62;
}
.v2 .main-productdetail .productinfo .nav-tabs li.active a:focus {
  color: #e72f62;
  border: none;
  border-bottom: #b2b2b2 1px solid;
  text-decoration: none;
}
.v2 .main-productdetail .productinfo .nav-tabs li.active a:hover {
  color: #e72f62;
  border: none;
  border-bottom: #b2b2b2 1px solid;
  text-decoration: none;
}
.v2 .main-productdetail .recommend__box {
  padding: 0;
}
.v2 .main-productdetail .recommend__list {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 15px 15px 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.v2 .main-productdetail .recommend__item {
  width: 260px;
  flex: 0 0 260px;
  padding: 15px 30px;
  margin-right: 15px;
  color: #333333;
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.5);
  border-radius: 8px;
}
.v2 .main-productdetail .recommend__item:focus {
  text-decoration: none;
  outline: none;
}
.v2 .main-productdetail .recommend__item:last-child {
  margin-right: 0;
}
.v2 .main-productdetail .recommend__item:hover {
  text-decoration: none;
}
.v2 .main-productdetail .recommend__text {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.v2 .main-productdetail .recommend__family {
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
}
.v2 .main-productdetail .recommend__type {
  font-size: 14px;
  color: #b1b1b1;
  text-align: center;
}
.v2 .main-productdetail .story {
  margin-bottom: 115px;
}
.v2 .main-productdetail .story .sectiontitle {
  padding: 5px 0 5px 5px;
}
.v2 .main-productdetail .story .sectiontitle .btn-s {
  font-weight: normal;
  font-size: 12px;
}
.v2 .main-productdetail .story .flowbox__container {
  padding: 0;
}
.v2 .main-productdetail .story .flowbox__box {
  max-width: 260px;
  margin: 0 auto;
}
.v2 .main-productdetail .story .flowbox__item {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
}
.v2 .main-productdetail .story .flowbox__item:hover {
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.3);
}
.v2 .main-productdetail .story .flowbox__pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.v2 .main-productdetail .story .flowbox__pic img {
  width: 100%;
  height: auto;
}
.v2 .main-productdetail .story .flowbox__content {
  padding: 12px 15px 20px;
}
.v2 .main-productdetail .story .flowbox__date {
  font-size: 14px;
  color: #959595;
  line-height: 1;
  margin-bottom: 7px;
}
.v2 .main-productdetail .story .flowbox__category {
  font-size: 13px;
  color: #e72f62;
  line-height: 1;
  margin-bottom: 7px;
}
.v2 .main-productdetail .story .flowbox__title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.v2 .main-productdetail .story .flowbox nav {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .v2 .main-productdetail .story .flowbox__box {
    max-width: none;
  }
  .v2 .main-productdetail .story .flowbox__item {
    margin: 10px;
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 768px) {
  .v2 .main-productdetail {
    font-size: 16px;
  }
  .v2 .main-productdetail .btn-s-black {
    width: auto;
    padding: 0 5px;
  }
  .v2 .main-productdetail .breadcrumb {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .v2 .main-productdetail .function-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding: 0;
  }
  .v2 .main-productdetail .function-mb {
    display: none;
  }
  .v2 .main-productdetail .function__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 250px;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .v2 .main-productdetail .function__text {
    top: auto;
  }
  .v2 .main-productdetail .textbox__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .v2 .main-productdetail .textbox__button .icon {
    display: inline-block;
  }
  .v2 .main-productdetail .buyProduct {
    margin-left: 20px;
  }
  .v2 .main-productdetail .buy {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 0 auto 60px;
  }
  .v2 .main-productdetail .buy .buy__textsquare {
    position: relative;
    display: block;
    width: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-bottom: 20px;
  }
  .v2 .main-productdetail .buy .buy__textsquare::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
  }
  .v2 .main-productdetail .buy .buy__textsquare span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 200px;
    font-weight: normal;
  }
  .v2 .main-productdetail .buy .buy__family {
    display: block;
    width: auto;
    margin-right: 15px;
  }
  .v2 .main-productdetail .buy__detail {
    width: calc(100% - 300px - 20px);
  }
  .v2 .main-productdetail .buy .buy__intro {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .v2 .main-productdetail .buy__sale {
    margin-left: 0;
    padding: 15px 15px 30px;
  }
  .v2 .main-productdetail .buy__sale.disabled .buy__input.disabled {
    border: 1px solid #b2b2b2;
  }
  .v2 .main-productdetail .buy__sale.disabled .buy__input.disabled .buy__input-minus, .v2 .main-productdetail .buy__sale.disabled .buy__input.disabled .buy__input-plus {
    border: none;
  }
  .v2 .main-productdetail .buy__sale.disabled .buy__input.disabled .buy__input-num {
    border: none;
  }
  .v2 .main-productdetail .buy__condition {
    display: flex;
    align-items: flex-end;
  }
  .v2 .main-productdetail .buy__condition__clear {
    display: none;
  }
  .v2 .main-productdetail .buy__else {
    margin-left: 0;
    padding: 30px 15px 25px;
  }
  .v2 .main-productdetail .preview {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .v2 .main-productdetail .preview::before {
    display: none;
  }
  .v2 .main-productdetail .preview__box {
    margin-bottom: 0;
  }
  .v2 .main-productdetail .preview .sectiontitle {
    padding: 0;
    margin-bottom: 0;
    margin-right: 20px;
    order: 1;
  }
  .v2 .main-productdetail .preview .sectiontitle::before {
    display: none;
  }
  .v2 .main-productdetail .preview .sectionsubtitle {
    margin-bottom: 0;
    order: 2;
  }
  .v2 .main-productdetail .preview .edit__fontsize {
    order: 3;
    margin-bottom: 0;
  }
  .v2 .main-productdetail .preview .edit__fontsize label {
    width: auto;
  }
  .v2 .main-productdetail .preview .edit__fontsize input[type=range] {
    width: 260px;
  }
  .v2 .main-productdetail .preview .edit__text {
    order: 4;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .v2 .main-productdetail .preview .edit__text input {
    height: 170px;
    text-align: center;
  }
  .v2 .main-productdetail .mainproduct {
    margin-bottom: 30px;
  }
  .v2 .main-productdetail .mainproduct .sectiontitle::before {
    display: none;
  }
  .v2 .main-productdetail .mainproduct .edit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .v2 .main-productdetail .mainproduct .edit__text {
    margin-right: 30px;
  }
  .v2 .main-productdetail .mainproduct .edit__text input {
    width: 350px;
  }
  .v2 .main-productdetail .mainproduct .edit__text label {
    display: flex;
  }
  .v2 .main-productdetail .mainproduct .edit__fontsize label {
    width: auto;
  }
  .v2 .main-productdetail .mainproduct .edit__fontsize input[type=range] {
    width: 260px;
  }
  .v2 .main-productdetail .mainproduct .textbox__item {
    justify-content: space-between;
    padding: 20px 15px 20px 30px;
  }
  .v2 .main-productdetail .mainproduct .textbox__button {
    margin-right: 0;
  }
  .v2 .main-productdetail .productinfo {
    margin-bottom: 50px;
  }
  .v2 .main-productdetail .productinfo .sectiontitle::before {
    display: none;
  }
  .v2 .main-productdetail .productinfo .nav-tabs {
    margin-bottom: 30px;
  }
  .v2 .main-productdetail .productinfo .nav-tabs li a {
    padding: 5px 0;
  }
  .v2 .main-productdetail .recommend, .v2 .main-productdetail .story {
    margin-bottom: 45px;
  }
  .v2 .main-productdetail .recommend .sectiontitle, .v2 .main-productdetail .story .sectiontitle {
    padding: 15px 5px;
  }
  .v2 .main-productdetail .story .flowbox__item {
    width: calc((100% - 60px) / 3);
  }
  .v2 .main-productdetail .edit__text--preview {
    position: relative;
    display: flex;
    align-items: center;
  }
  .v2 .main-productdetail .edit__text--preview input {
    width: 100%;
    padding: 5px 10px;
    border-right: none;
  }
  .v2 .main-productdetail .edit__text--preview label {
    width: auto;
    height: 30px;
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .v2 .main-productdetail .buy {
    width: 970px;
  }
  .v2 .main-productdetail .story .flowbox__item {
    width: calc((100% - 80px) / 4);
  }
}
@media (min-width: 1200px) {
  .v2 .main-productdetail .buy {
    width: 1170px;
  }
  .v2 .main-productdetail .buy__sale {
    justify-content: space-between;
  }
  .v2 .main-productdetail .buy__condition {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .v2 .main-productdetail .buy__condition__list {
    width: calc(100% - 65px - 15px);
  }
  .v2 .main-productdetail .buy__condition__item {
    width: calc((100% - 50px) / 6);
    margin-right: 10px;
    margin-bottom: 0;
  }
  .v2 .main-productdetail .buy__condition__item:last-child {
    margin-right: 0;
  }
  .v2 .main-productdetail .buy__condition__submit {
    width: 65px;
    margin-bottom: 0;
  }
  .v2 .main-productdetail .buy__product {
    margin-bottom: 30px;
  }
  .v2 .main-productdetail .buy__price {
    margin: 0;
  }
  .v2 .main-productdetail .buy__num {
    margin: 0;
  }
  .v2 .main-productdetail .buy__btn {
    width: 330px;
  }
  .v2 .main-productdetail .recommend__item {
    margin-right: 20px;
    width: calc((100% - 60px) / 4);
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
.v2 .main-composite .forPc {
  display: none;
}
.v2 .main-composite .forMb {
  display: block;
}
.v2 .main-composite .page-banner {
  display: none;
}
.v2 .main-composite button {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.v2 .main-composite .function {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: #f7f7f7;
  margin-top: 40px;
  touch-action: manipulation;
}
.v2 .main-composite #compositefont {
  box-sizing: border-box;
  touch-action: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.v2 .main-composite #compositefont:before {
  content: "";
  display: block;
  padding-bottom: 0;
  height: calc(100vh - 40px - 65px - 100px);
}
.v2 .main-composite #compositefont .tip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
  color: #b1b1b1;
  background-color: #f7f7f7;
}
.v2 .main-composite #compositefont .tip-pc {
  display: none;
}
.v2 .main-composite #compositefont .tip-mb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.v2 .main-composite #compositefont .textarea {
  box-sizing: border-box;
  position: absolute;
  padding: 5px;
  z-index: 1;
}
.v2 .main-composite #compositefont .textarea .frame {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  cursor: all-scroll;
}
.v2 .main-composite #compositefont .textarea.active .frame {
  border: #fff 1px solid;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}
.v2 .main-composite #compositefont .textarea.active .dot {
  background-color: #ccc;
}
.v2 .main-composite #compositefont .textarea.active .close {
  display: block;
}
.v2 .main-composite #compositefont .textarea.blur .frame {
  border: none;
  box-shadow: none;
}
.v2 .main-composite #compositefont .textarea.blur .dot {
  background-color: transparent;
}
.v2 .main-composite #compositefont .textarea.blur .close {
  display: none;
}
.v2 .main-composite #compositefont .textarea textarea, .v2 .main-composite #compositefont .textarea .contenteditable {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  text-align: center;
  resize: none;
  overflow: hidden;
}
.v2 .main-composite #compositefont .textarea textarea:focus-visible, .v2 .main-composite #compositefont .textarea textarea:focus, .v2 .main-composite #compositefont .textarea textarea:hover, .v2 .main-composite #compositefont .textarea .contenteditable:focus-visible, .v2 .main-composite #compositefont .textarea .contenteditable:focus, .v2 .main-composite #compositefont .textarea .contenteditable:hover {
  outline: none;
}
.v2 .main-composite #compositefont .textarea .dot {
  display: none;
  position: absolute;
  width: 5px;
  height: 5px;
}
.v2 .main-composite #compositefont .textarea .dot-topleft {
  top: -1.5px;
  left: -1.5px;
  cursor: nw-resize;
}
.v2 .main-composite #compositefont .textarea .dot-top {
  top: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  cursor: n-resize;
}
.v2 .main-composite #compositefont .textarea .dot-left {
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: w-resize;
}
.v2 .main-composite #compositefont .textarea .dot-bottomleft {
  left: -1.5px;
  bottom: -1.5px;
  cursor: sw-resize;
}
.v2 .main-composite #compositefont .textarea .dot-bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5px;
  cursor: s-resize;
}
.v2 .main-composite #compositefont .textarea .dot-bottomright {
  right: -1.5px;
  bottom: -1.5px;
  cursor: se-resize;
}
.v2 .main-composite #compositefont .textarea .dot-right {
  top: 50%;
  transform: translateY(-50%);
  right: -1.5px;
  cursor: e-resize;
}
.v2 .main-composite #compositefont .textarea .close {
  display: none;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
}
.v2 .main-composite #compositefont .textarea .close img {
  width: 100%;
  height: auto;
}
.v2 .main-composite #compositefont .download {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 5;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.v2 .main-composite #compositefont .download img {
  width: 100%;
  height: auto;
}
.v2 .main-composite .controller {
  width: 100%;
  background-color: #f7f7f8;
}
.v2 .main-composite .controller .icon__tip {
  z-index: 1;
}
.v2 .main-composite .controller-pc {
  display: none;
}
.v2 .main-composite .controller-mb {
  display: block;
  padding-bottom: 100px;
}
.v2 .main-composite .controller__list {
  display: flex;
  height: 65px;
  padding: 10px 20px;
}
.v2 .main-composite .controller__item {
  width: 20%;
}
.v2 .main-composite .controller__item-color {
  position: relative;
}
.v2 .main-composite .controller__item-color #mbColorInput {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.v2 .main-composite .controller__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  font-size: 12px;
}
.v2 .main-composite .controller__icon img {
  width: auto;
  height: 20px;
  margin-bottom: 5px;
}
.v2 .main-composite .controller__hr {
  font-size: 12px;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666666;
}
.v2 .main-composite .controller__hr::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.v2 .main-composite .controller__remark {
  color: #999;
  font-size: 12px;
}
.v2 .main-composite .controller__btn {
  background-color: #333333;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.v2 .main-composite .controller__btn-addpic-mb {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 40px;
  background-color: #e72f62;
  z-index: 1;
}
.v2 .main-composite .controller__btn-addpic-mb.active {
  top: 20px;
  bottom: auto;
  left: 15px;
  transform: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
}
.v2 .main-composite .controller__btn-addpic-mb.active img {
  width: 100%;
  height: auto;
}
.v2 .main-composite .controller__btn-collect.added, .v2 .main-composite .controller__btn-compare.added {
  background-color: #beaf9c;
}
.v2 .main-composite .controller__addtext-mb {
  display: none;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 40px;
  background-color: #e72f62;
  font-size: 12px;
  z-index: 1;
}
.v2 .main-composite .controller__addpic {
  display: none;
}
.v2 .main-composite .controller__fontfamily {
  position: relative;
  margin-bottom: 10px;
}
.v2 .main-composite .controller__fontfamily__select {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding: 0 30px 0 10px;
  margin-bottom: 3px;
  background-color: #fff;
  cursor: pointer;
}
.v2 .main-composite .controller__fontfamily__select:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  color: #FFF;
  background: url(../images/icon/common/down.png) #333333 no-repeat center center/15px 15px;
}
.v2 .main-composite .controller__fontfamily__list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.v2 .main-composite .controller__fontfamily__item {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.v2 .main-composite .controller__box {
  display: flex;
  justify-content: space-between;
}
.v2 .main-composite .controller__input {
  position: relative;
  display: flex;
  height: 30px;
  background-color: #fff;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.v2 .main-composite .controller__input input[type=number]::-webkit-outer-spin-button,
.v2 .main-composite .controller__input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v2 .main-composite .controller__input__icon {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
}
.v2 .main-composite .controller__input__icon img {
  width: 100%;
  height: auto;
}
.v2 .main-composite .controller__input input[type=number] {
  box-sizing: border-box;
  -moz-appearance: textfield;
  height: 100%;
  border: none;
  padding: 5px;
  width: 30px;
  text-align: center;
}
.v2 .main-composite .controller__input input[type=number]:focus {
  outline: none;
}
.v2 .main-composite .controller__input__arrow {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 0 2px;
}
.v2 .main-composite .controller__input__arrow-up img, .v2 .main-composite .controller__input__arrow-down img {
  width: 12px;
  height: auto;
}
.v2 .main-composite .controller__lineheight .controller__input__icon img {
  width: 140%;
  height: auto;
}
.v2 .main-composite .controller__color input[type=color] {
  width: 49px;
  height: 100%;
  padding: 1px 21px 2px 5px;
  border: none;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}
.v2 .main-composite .controller__color .colorpick-eyedropper-input-trigger {
  display: none;
}
.v2 .main-composite .controller__color .controller__input__icon {
  padding: 1px;
}
.v2 .main-composite .controller__color .controller__input__arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
}
.v2 .main-composite .controller__color .controller__input__arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/common/down.png) #333333 no-repeat center center/13px 13px;
}
.v2 .main-composite .controller__use h3 {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.v2 .main-composite .controller__use h3::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #666666;
  margin-right: 5px;
}
.v2 .main-composite .controller__use a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.v2 .main-composite .controller__function {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.v2 .main-composite .controller__function .btn-l-red {
  display: inline-block;
  margin-left: 10px;
  width: 170px;
  height: 30px;
  font-size: 14px;
}
.v2 .main-composite .overlay {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.v2 .main-composite .overlay .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -45px;
  animation: rotator 2s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.v2 .main-composite .overlay .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 2s ease-in-out infinite;
  stroke: #fff;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.v2 .main-composite .basemodal .title__name {
  font-size: 18px;
}
.v2 .main-composite .fontfamilymodal .modal-content {
  padding: 15px 0 30px;
}
.v2 .main-composite .fontfamilymodal .title {
  padding: 10px 20px 10px;
  margin-bottom: 0;
}
.v2 .main-composite .fontfamilymodal .title__link {
  background-color: #beaf9c;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
.v2 .main-composite .fontfamilymodal .title__link:hover {
  background-color: #e72f62;
  text-decoration: none;
}
.v2 .main-composite .fontfamilymodal .subtitle {
  padding: 0 20px;
  margin-bottom: 15px;
}
.v2 .main-composite .fontfamilymodal .form__select__item {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
}
.v2 .main-composite .fontfamilymodal .form__select__item:hover {
  background-color: rgba(190, 175, 156, 0.3);
  color: #333333;
}
.v2 .main-composite .fontfamilymodal .form__select__item.checked {
  background-color: rgba(190, 175, 156, 0.3);
  color: #333333;
}
.v2 .main-composite .fontfamilymodal .controller__fontfamily__list {
  width: 100%;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}
.v2 .main-composite .fontsizemodal .modal-content, .v2 .main-composite .lineheightmodal .modal-content {
  padding: 25px 0 0;
}
.v2 .main-composite .fontsizemodal .title, .v2 .main-composite .lineheightmodal .title {
  padding: 0 20px;
}
.v2 .main-composite .fontsizemodal .controller__swiper__list, .v2 .main-composite .lineheightmodal .controller__swiper__list {
  position: relative;
  width: 100%;
  height: 200px;
  touch-action: pan-y;
  overflow: hidden;
}
.v2 .main-composite .fontsizemodal .controller__swiper__list::before, .v2 .main-composite .lineheightmodal .controller__swiper__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 68%, rgb(255, 255, 255) 100%);
  z-index: 2;
  pointer-events: none;
}
.v2 .main-composite .fontsizemodal .controller__swiper__list::after, .v2 .main-composite .lineheightmodal .controller__swiper__list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.v2 .main-composite .fontsizemodal .controller__swiper__list .controller__selected, .v2 .main-composite .lineheightmodal .controller__swiper__list .controller__selected {
  width: 100%;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border-top: #aba9a2 1px solid;
  border-bottom: #aba9a2 1px solid;
  pointer-events: none;
}
.v2 .main-composite .fontsizemodal .controller__swiper__list .swiper-slide, .v2 .main-composite .lineheightmodal .controller__swiper__list .swiper-slide {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 5px;
  font-size: 23px;
}
.v2 .main-composite .fontusemodal .title {
  margin-bottom: 20px;
}
.v2 .main-composite .fontusemodal .subtitle {
  font-size: 15px;
  color: #333333;
}
.v2 .main-composite .fontusemodal .btn__box {
  display: flex;
  justify-content: space-between;
}
.v2 .hide-1200 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .v2 .main-composite .forPc {
    display: block;
  }
  .v2 .main-composite .forMb {
    display: none;
  }
  .v2 .main-composite .page-banner {
    display: flex;
  }
  .v2 .main-composite .function {
    margin-top: 0;
  }
  .v2 .main-composite #compositefont {
    width: calc(90% - 340px);
  }
  .v2 .main-composite #compositefont:before {
    padding-bottom: 75%;
    height: 0;
  }
  .v2 .main-composite #compositefont .tip {
    background-color: #fff;
    line-height: 1.8;
  }
  .v2 .main-composite #compositefont .tip-pc {
    display: flex;
    flex-direction: column;
  }
  .v2 .main-composite #compositefont .tip-pc img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
  }
  .v2 .main-composite #compositefont .tip-mb {
    display: none;
  }
  .v2 .main-composite #compositefont .textarea .frame {
    border-radius: 0;
  }
  .v2 .main-composite #compositefont .textarea .frame.active .frame {
    border: #888 1px solid;
  }
  .v2 .main-composite #compositefont .textarea .dot {
    display: block;
  }
  .v2 .main-composite #compositefont .textarea .close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
  }
  .v2 .main-composite #compositefont .download {
    width: auto;
    height: auto;
    padding: 5px 15px;
    background-color: #beaf9c;
    color: #fff;
  }
  .v2 .main-composite .controller {
    width: 340px;
    padding: 20px 40px;
  }
  .v2 .main-composite .controller-mb {
    display: none;
  }
  .v2 .main-composite .controller__step {
    margin-bottom: 20px;
  }
  .v2 .main-composite .controller__hr {
    font-size: 14px;
  }
  .v2 .main-composite .controller__desc {
    font-size: 12px;
    color: #333333;
  }
  .v2 .main-composite .controller__desc a {
    color: #333333;
    text-decoration: underline;
    font-weight: 600;
  }
  .v2 .main-composite .controller__family__list {
    display: none;
    position: absolute;
    z-index: 1;
  }
  .v2 .main-composite .controller__family__item {
    height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
  }
  .v2 .main-composite .controller__family__item:hover {
    background-color: #fcfcfc;
  }
  .v2 .main-composite .controller__btn-addpic-mb {
    display: none;
  }
  .v2 .main-composite .controller-pc {
    display: block;
  }
  .v2 .main-composite .controller-pc .controller__fontfamily {
    font-size: 14px;
  }
  .v2 .main-composite .controller-pc .controller__fontfamily__list {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 1;
  }
  .v2 .main-composite .controller-pc .controller__fontfamily__item {
    padding: 5px 10px;
    border-bottom: #e4e4e4 1px solid;
  }
  .v2 .hide-1200 {
    display: block;
  }
}
@media (min-width: 0px) {
  .v2 .main-search {
    font-size: 14px;
  }
  .v2 .main-search .page-banner {
    margin-bottom: 10px;
  }
  .v2 .main-search .breadcrumb {
    margin-bottom: 0;
  }
  .v2 .main-search .input-box {
    margin-top: 30px;
  }
  .v2 .main-search .input-box__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .v2 .main-search .input-box__container input {
    width: 100%;
    border: none;
    color: #333333;
    outline: none;
    padding: 9px;
    border: 1px solid #333333;
  }
  .v2 .main-search .input-box__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    text-decoration: none;
    background-color: #333333;
    border: 1px solid #333333;
  }
  .v2 .main-search .input-box__btn p {
    margin: 0;
    display: none;
  }
  .v2 .main-search .input-box__btn i {
    display: block;
    font-size: 20px;
  }
  .v2 .main-search .input-box__btn:hover {
    background-color: #e72f62;
    border: 1px solid #e72f62;
  }
  .v2 .main-search .search-type__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0px auto 20px;
  }
  .v2 .main-search .search-type__item {
    cursor: pointer;
    text-align: center;
    width: 50%;
    padding: 10px 2px;
    background-color: #b2b2b2;
    color: #ffffff;
    white-space: nowrap;
  }
  .v2 .main-search .search-type__item:hover {
    text-decoration: none;
  }
  .v2 .main-search .search-type__item--active {
    background-color: #e72f62;
  }
  .v2 .main-search .search-tags {
    margin: 40px 0 20px;
  }
  .v2 .main-search .search-tags ul {
    padding: 0;
  }
  .v2 .main-search .search-tags__list {
    display: flex;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #b2b2b2;
  }
  .v2 .main-search .search-tags__item {
    width: 25%;
    overflow: hidden;
    transform: translateY(2.5px);
  }
  .v2 .main-search .search-tags__item a {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #959595;
    padding-bottom: 8px;
  }
  .v2 .main-search .search-tags__item a:hover {
    text-decoration: none;
  }
  .v2 .main-search .search-tags__item--active a {
    color: #e72f62;
    border-bottom: 5px solid #e72f62;
  }
  .v2 .main-search .search-plus {
    margin-bottom: 30px;
  }
  .v2 .main-search .search-plus .container {
    position: relative;
    padding: 0;
    background-color: #f8f8f8;
  }
  .v2 .main-search .search-plus__tit {
    margin: 20px 5%;
    font-size: 18px;
    font-weight: bold;
  }
  .v2 .main-search .search-plus__btn {
    position: absolute;
    display: block;
    left: 8%;
    width: 84%;
    bottom: 20px;
    padding: 15px 0;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background-color: #333333;
  }
  .v2 .main-search .search-plus__btn:hover {
    text-decoration: none;
    background-color: #e72f62;
  }
  .v2 .main-search .search-plus__options {
    width: 84%;
    margin-left: 8%;
    margin-top: 20px;
    padding-bottom: 100px;
  }
  .v2 .main-search .search-plus__option {
    padding-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
  .v2 .main-search .search-plus__radios {
    margin-top: 20px;
    margin-left: 10px;
  }
  .v2 .main-search .search-plus__radio {
    margin: 0 10px 0 0;
  }
  .v2 .main-search .search-plus__label {
    cursor: pointer;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .v2 .main-search .search-plus__label .arrow {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 8px;
    height: 16px;
    background: url(../images/icon/common/arrow.png) no-repeat center/100%;
  }
  .v2 .main-search .search-plus__label[aria-expanded=true] .arrow {
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .v2 .main-search .search-plus__close {
    position: absolute;
    bottom: 85px;
    right: 10%;
    display: inline-flex;
    align-items: center;
    color: #beaf9c;
  }
  .v2 .main-search .search-plus__close p {
    margin: 0;
  }
  .v2 .main-search .search-plus__close .doublearrow {
    content: "";
    display: block;
    margin-left: 10px;
    width: 11px;
    height: 10px;
    transform: rotate(180deg);
    background: url(../images/icon/common/doublearrow.png) no-repeat center/100%;
  }
  .v2 .main-search .search-plus__close[data-status=true] .doublearrow {
    transform: rotate(0deg);
  }
  .v2 .main-search .search-plus__clear {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    color: rgba(51, 51, 51, 0.5);
    border-bottom: 0.5px solid rgba(51, 51, 51, 0.5);
  }
  .v2 .main-search .toolbar {
    position: relative;
    margin-bottom: 40px;
  }
  .v2 .main-search .toolbar .input-box {
    margin-top: 10px;
  }
  .v2 .main-search .toolbar .input-box__btn p {
    display: block;
  }
  .v2 .main-search .toolbar__view {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: start;
    cursor: pointer;
    position: relative;
  }
  .v2 .main-search .toolbar__icons i {
    margin-right: 5px;
  }
  .v2 .main-search .toolbar__result {
    top: 0;
    right: 15px;
    font-size: 10px;
    color: #333333;
    text-align: right;
    position: absolute;
  }
  .v2 .main-search .fontsize {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 30px;
  }
  .v2 .main-search .fontsize__tit {
    width: 80px;
  }
  .v2 .main-search .fontsize__bar {
    position: relative;
    width: calc(100% - 2em - 90px);
    margin-left: 10px;
    border-bottom: 1px solid #333333;
  }
  .v2 .main-search .fontsize__dot {
    position: absolute;
    top: calc(50% + 0.5px);
    left: 48px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #e72f62;
  }
  .v2 .main-search .edit__fontsize {
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px auto 30px;
  }
  .v2 .main-search .edit__fontsize label {
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .v2 .main-search .flowbox {
    width: 100%;
  }
  .v2 .main-search .flowbox .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .v2 .main-search .flowbox .grid__box {
    width: 100%;
    margin: 0 auto;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontcard {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontinfo {
    order: -1;
    flex-direction: row;
    justify-content: start;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontnumber {
    margin-left: 10px;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontweight {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    overflow: scroll;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontweight::-webkit-scrollbar {
    display: none;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontweight input {
    display: none;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontweight label {
    cursor: pointer;
    font-weight: normal;
    padding: 2px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-right: 10px;
    white-space: nowrap;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontweight label:hover {
    background-color: rgba(190, 175, 156, 0.3);
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontweight input:checked + label {
    color: #ffffff;
    background-color: #beaf9c;
  }
  .v2 .main-search .flowbox .annual__box .flowbox__fontcard {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    padding: 15px 0;
  }
  .v2 .main-search .flowbox .annual__box .flowbox__fontcard img {
    width: 200px;
    height: 240px;
  }
  .v2 .main-search .flowbox .annual__box .flowbox__fontcard h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }
  .v2 .main-search .flowbox .annual__tips {
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    background-color: #beaf9c;
  }
  .v2 .main-search .flowbox .annual__tips--pro {
    background-color: #e72f62;
  }
  .v2 .main-search .flowbox .annual__list {
    padding: 0;
    line-height: 1.7;
    margin: 15px 0;
    text-align: center;
  }
  .v2 .main-search .flowbox .annual__item {
    color: #333333;
    display: block;
  }
  .v2 .main-search .flowbox .annual__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .v2 .main-search .flowbox .news__box {
    padding: 15px;
  }
  .v2 .main-search .flowbox .news__box .flowbox__fontcard {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #959595;
  }
  .v2 .main-search .flowbox .news__box .flowbox__fontcard p {
    display: inline-block;
    width: 100%;
    color: #959595;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
  }
  .v2 .main-search .flowbox .news__box .flowbox__fontcard h4 {
    font-weight: bold;
    line-height: 1.5;
  }
  .v2 .main-search .flowbox__fontname {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .v2 .main-search .flowbox__fontcard {
    display: inline-block;
    color: #333333;
    width: 60%;
    cursor: pointer;
    overflow: hidden;
    margin: 0 20% 20px;
    border-radius: 8px;
    padding: 15px 20px;
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
  .v2 .main-search .flowbox__fontcard:hover {
    text-decoration: none;
  }
  .v2 .main-search .flowbox__fontcard h4 {
    font-weight: normal;
    overflow-wrap: break-word;
    margin-bottom: 20px;
  }
  .v2 .main-search .flowbox__fontinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .v2 .main-search .flowbox__fontfamily {
    display: inline;
    font-size: 16px;
    color: #333333;
  }
  .v2 .main-search .flowbox__fontnumber {
    display: inline;
    font-size: 14px;
    color: #b2b2b2;
  }
  .v2 .main-search .flowbox__fontweight {
    display: none;
  }
  .v2 .main-search .flowbox__box {
    max-width: 260px;
    margin: 0 auto;
  }
  .v2 .main-search .flowbox__item {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
  }
  .v2 .main-search .flowbox__item:hover {
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.3);
  }
  .v2 .main-search .flowbox__pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .v2 .main-search .flowbox__pic img {
    width: 100%;
    height: auto;
  }
  .v2 .main-search .flowbox__content {
    padding: 12px 15px 20px;
  }
  .v2 .main-search .flowbox__date {
    font-size: 14px;
    color: #959595;
    line-height: 1;
    margin-bottom: 7px;
  }
  .v2 .main-search .flowbox__category {
    font-size: 13px;
    color: #e72f62;
    line-height: 1;
    margin-bottom: 7px;
  }
  .v2 .main-search .flowbox__title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
  }
  .v2 .main-search .flowbox nav {
    margin-top: 30px;
  }
  .v2 .main-search .noresult {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 50px;
  }
  .v2 .main-search .noresult__tit {
    margin: 15px 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
  }
  .v2 .main-search .noresult__list {
    padding: 0;
    text-align: center;
    list-style: none;
  }
  .v2 .main-search .recommand__box {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 25px 0;
  }
  .v2 .main-search .recommand__box .flowbox__fontcard {
    display: inline-block;
    width: 260px;
    margin: 0 5px;
    white-space: normal;
  }
  .v2 .main-search .recommand__box .flowbox__fontcard .flowbox__fontname {
    font-size: 32px;
  }
  .v2 .main-search .recommand__head {
    width: 100%;
    font-size: 20px;
    margin: 8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b2b2b2;
  }
  .v2 .main-search .category h3 {
    display: inline-block;
    width: 80px;
    margin: 0;
    font-size: 14px;
  }
  .v2 .main-search .category__select {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    width: calc(50% - 15px);
  }
  .v2 .main-search .category__select__selected {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 0 45px 0 15px;
    border: #666666 1px solid;
    color: #959595;
  }
  .v2 .main-search .category__select__selected:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon/common/arrow_down.png) #666666 no-repeat center center/cover;
  }
  .v2 .main-search .category__select__list {
    z-index: 99;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    display: none;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: #666666 1px solid;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(102, 102, 102, 0.5);
    background-color: #fff;
  }
  .v2 .main-search .category__select__item {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
  }
  .v2 .main-search .category__select__item:hover {
    background-color: #666666;
    color: #fff;
  }
}
@media (min-width: 576px) {
  .v2 .main-search {
    font-size: 16px;
  }
  .v2 .main-search .input-box__container input {
    padding: 7px;
  }
  .v2 .main-search .search-type__list {
    width: 100%;
  }
  .v2 .main-search .flowbox__box {
    max-width: none;
  }
  .v2 .main-search .flowbox__fontcard {
    width: calc((100% - 80px) / 2);
    margin: 15px;
  }
  .v2 .main-search .flowbox__item {
    width: calc((100% - 40px) / 2);
    margin: 10px;
  }
  .v2 .main-search .flowbox nav {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .v2 .main-search .search-plus .container {
    width: 720px;
  }
  .v2 .main-search .flowbox__item {
    width: calc((100% - 60px) / 3);
  }
  .v2 .main-search .flowbox__fontcard {
    width: calc((100% - 120px) / 3);
  }
}
@media (min-width: 992px) {
  .v2 .main-search .page-banner {
    margin-bottom: 10px;
  }
  .v2 .main-search .input-box__container {
    width: 50%;
  }
  .v2 .main-search .input-box__container input {
    padding: 5px 10px;
    border-right: none;
  }
  .v2 .main-search .input-box__btn {
    height: 35px;
    min-width: 100px;
    padding: 5px 10px;
    width: auto;
    border: 1px solid #333333;
  }
  .v2 .main-search .input-box__btn p {
    display: block;
    white-space: nowrap;
    padding: 0 5px;
  }
  .v2 .main-search .input-box__btn i {
    display: none;
  }
  .v2 .main-search .search-type__list {
    width: 70%;
    font-size: 16px;
    margin-left: 0;
    margin: 10px auto 20px 0;
  }
  .v2 .main-search .search-type__item {
    width: 50%;
    padding: 15px 0;
  }
  .v2 .main-search .search-tags__item {
    width: 12.5%;
  }
  .v2 .main-search .search-plus .container {
    width: 940px;
  }
  .v2 .main-search .search-plus__btn {
    width: 106px;
    padding: 5px 0;
    height: 30px;
    font-size: 14px;
    top: 20px;
    left: 84%;
  }
  .v2 .main-search .search-plus__tit {
    font-size: 16px;
  }
  .v2 .main-search .search-plus__label {
    cursor: default;
    display: inline-block;
    width: 10%;
    font-size: 14px;
  }
  .v2 .main-search .search-plus__label .arrow {
    display: none;
  }
  .v2 .main-search .search-plus__radios {
    margin-top: 0;
    width: 80%;
    display: inline-block;
    height: auto !important;
    visibility: visible;
  }
  .v2 .main-search .search-plus__options {
    margin-left: 5%;
    padding-bottom: 60px;
  }
  .v2 .main-search .search-plus__option {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    border-bottom: none;
  }
  .v2 .main-search .search-plus__clear {
    font-size: 14px;
    top: auto;
    bottom: 50px;
    right: 8%;
  }
  .v2 .main-search .search-plus__close {
    left: 5%;
    bottom: 50px;
  }
  .v2 .main-search .toolbar {
    margin: 0 auto 40px;
    width: 970px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .v2 .main-search .toolbar .input-box {
    margin: 0;
    margin-bottom: 10px;
  }
  .v2 .main-search .toolbar .input-box .container {
    width: auto;
    display: inline-block;
  }
  .v2 .main-search .toolbar .input-box__container {
    width: 490px;
  }
  .v2 .main-search .toolbar .input-box__btn {
    display: flex !important;
  }
  .v2 .main-search .toolbar__icons {
    display: inline-flex;
  }
  .v2 .main-search .toolbar__view {
    width: auto;
    margin: 0;
    position: static;
    margin-bottom: 10px;
  }
  .v2 .main-search .fontsize {
    margin: 0;
  }
  .v2 .main-search .fontsize__bar {
    width: calc(70% - 2em - 90px);
  }
  .v2 .main-search .edit__fontsize {
    width: 40%;
    max-width: 400px;
    margin: 0;
    margin-bottom: 10px;
  }
  .v2 .main-search .edit__fontsize label {
    width: auto;
    font-size: 16px;
    flex: 0 0 65px;
  }
  .v2 .main-search .edit__fontsize span {
    font-size: 16px;
  }
  .v2 .main-search .edit__fontsize input {
    width: calc(100% - 65px - 10px);
  }
  .v2 .main-search .flowbox__item {
    width: calc((100% - 80px) / 4);
  }
  .v2 .main-search .flowbox__fontcard {
    width: calc((100% - 160px) / 4);
  }
  .v2 .main-search .flowbox .annual__box .flowbox__fontcard {
    padding: 20px 0;
    flex-direction: row;
  }
  .v2 .main-search .flowbox .annual__box .flowbox__fontcard img {
    margin: 0 60px;
  }
  .v2 .main-search .flowbox .annual__box .flowbox__fontcard h4 {
    font-size: 21px;
  }
  .v2 .main-search .flowbox .annual__content {
    align-items: flex-start;
  }
  .v2 .main-search .flowbox .annual__tips {
    padding: 5px 10px;
    display: inline;
    font-size: 16px;
    width: auto;
    margin: 10px 0 16px;
  }
  .v2 .main-search .flowbox .annual__list {
    margin: 0;
    text-align: left;
  }
  .v2 .main-search .flowbox .list__box .flowbox__fontnumber {
    font-size: 16px;
    margin-left: 50px;
  }
  .v2 .main-search .flowbox .news__box .flowbox__fontcard {
    flex-direction: row;
    border-bottom: none;
    margin: 0 0 24px;
  }
  .v2 .main-search .flowbox .news__box .flowbox__fontcard h4 {
    margin: 0;
    width: 85%;
    display: inline;
    font-size: 16px;
  }
  .v2 .main-search .flowbox .news__box .flowbox__fontcard p {
    width: 15%;
    display: inline;
    font-size: 16px;
  }
  .v2 .main-search .recommand__box .flowbox__fontcard {
    width: calc(25% - 13px);
  }
  .v2 .main-search .recommand__box .flowbox__fontcard h4 {
    font-size: 40px;
  }
  .v2 .main-search .noresult {
    margin: 0 auto 80px;
    align-items: flex-start;
  }
  .v2 .main-search .noresult__list {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .v2 .main-search .search-plus .container {
    width: 1140px;
  }
  .v2 .main-search .toolbar {
    width: 1170px;
  }
}
@media (min-width: 0px) {
  .v2 .main-favorite .breadcrumb {
    margin-bottom: 0;
  }
  .v2 .main-favorite .textbox {
    margin: 30px auto 100px;
  }
  .v2 .main-favorite .textbox__title {
    width: 80%;
  }
  .v2 .main-favorite .textbox__text {
    display: block;
    height: auto;
    line-height: 1.5;
    font-size: 32px;
    white-space: unset;
  }
  .v2 .main-favorite .btn-s {
    width: auto;
    height: auto;
    padding: 10px 15px;
  }
  .v2 .main-favorite .buymodal__buy {
    width: 50%;
    height: 100%;
  }
  .v2 .main-favorite .empty {
    padding: 50px 15px 150px;
  }
  .v2 .main-favorite .empty h2 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .v2 .main-favorite .empty a {
    color: #e72f62;
    text-decoration: underline;
  }
  .v2 .main-favorite .empty img {
    display: inline-block;
    margin-top: -4px;
    width: 24px;
    height: auto;
  }
}
@media (min-width: 576px) {
  .v2 .main-favorite .breadcrumb {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .v2 .main-favorite .buymodal__buy {
    width: 120px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .v2 .main-favorite .textbox__text {
    font-size: 40px;
  }
  .v2 .main-favorite .empty {
    padding-top: 157px;
    min-height: 80vh;
  }
  .v2 .main-favorite .empty h2, .v2 .main-favorite .empty p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .v2 .main-favorite .empty img {
    width: 30px;
    margin-top: -4px;
  }
}
@media (min-width: 0px) {
  .v2 .main-mypage .breadcrumb {
    margin-bottom: 0;
  }
  .v2 .main-mypage .mypage__container {
    margin-bottom: 100px;
  }
  .v2 .main-mypage .mypage__name {
    margin: 15px 0 20px;
    font-weight: normal;
  }
  .v2 .main-mypage .mypage__box {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 30px 48px;
    margin-bottom: 15px;
    background-color: #e4e4e4;
  }
  .v2 .main-mypage .mypage__tit {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .v2 .main-mypage .mypage__tit img {
    width: 25px;
    height: auto;
    margin-right: 10px;
  }
  .v2 .main-mypage .mypage__text {
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .v2 .main-mypage .mypage__text span {
    margin-top: 20px;
    display: block;
    position: relative;
    text-indent: 25px;
  }
  .v2 .main-mypage .mypage__text span::before {
    content: "";
    display: block;
    position: absolute;
    content: "※";
    color: #e72f62;
    left: -25px;
    width: 20px;
    height: 20px;
  }
  .v2 .main-mypage .mypage__btns {
    width: 100%;
    margin-top: 15px;
  }
  .v2 .main-mypage .mypage__btns .btn-l {
    width: 100%;
    height: 54px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .v2 .main-mypage .breadcrumb {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .v2 .main-mypage .mypage__name {
    font-size: 21px;
    margin: 30px 0;
  }
  .v2 .main-mypage .mypage__box {
    padding: 48px 45px;
  }
  .v2 .main-mypage .mypage__tit {
    font-size: 21px;
  }
  .v2 .main-mypage .mypage__tit img {
    width: 44px;
    height: auto;
    margin-right: 15px;
  }
  .v2 .main-mypage .mypage__btns {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: auto;
  }
  .v2 .main-mypage .mypage__btns .btn-l {
    width: 200px;
    padding: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .v2 .main-mypage .mypage__btns .btn-l {
    width: 240px;
  }
}/*# sourceMappingURL=all.css.map */