.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../fonts/OpenSans/OpenSans-Semibold.ttf") format('opentype');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Extra-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
  src: url("../fonts/open-sans-v13-latin_vietnamese-700.woff.ttf") format('opentype');
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NunitoSans';
  /*  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');*/
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 14px;
}
.version-tips {
  width: 100%;
  min-width: 1024px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.version-tips .version-mask {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #000;
  filter: opacity(30);
  filter: alpha(opacity=30);
  opacity: 0.3;
  -ms-opacity: 0.3;
  -moz-opacity: 0.3;
  -o-opacity: 0.3;
}
.version-tips .version-box {
  width: 100%;
  min-width: 1024px;
  max-width: 1440px;
  height: 700px;
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  z-index: 99990;
}
.version-tips .tips-label {
  background: #b2201f;
  min-width: 1024px;
  max-width: 1440px;
  padding: 130px 0;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  z-index: 99991;
}
.version-tips .browser {
  height: 360px;
  background: #fff;
  position: relative;
  z-index: 99992;
  text-align: center;
}
.version-tips .browser:before {
  display: block;
  content: '';
  height: 0;
  width: 100%;
  box-shadow: 0 0 20px 4px #c4c4c4;
  position: relative;
  top: 10px;
}
.version-tips .browser .down-browser {
  display: inline-block;
  font-size: 14px;
  margin-top: -60px;
}
.version-tips .browser a {
  color: #595757;
  margin-left: 227px;
}
.version-tips .browser a:first-child {
  margin-left: 0;
}
.version-tips .browser a span {
  line-height: 24px;
  margin-left: 5px;
}
.version-tips .browser a:hover span {
  text-decoration: underline;
}
.version-tips .browser .ignore {
  line-height: 48px;
  color: #b2201f;
  text-align: center;
  margin: 130px auto 0;
  cursor: pointer;
  text-decoration: underline;
}
.page-index-v2 * {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 21px;
  font-family: 'OpenSans-Regular';
}
.page-index-v2 input[type="text"]:focus {
  border: unset !important;
  box-shadow: unset;
}
.page-index-v2 .common-title {
  margin-bottom: 60px;
}
.page-index-v2 .common-title .title {
  font-family: 'OpenSans-Extra-Bold';
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}
.page-index-v2 .common-title .des {
  color: #626262;
  margin-top: 20px;
  text-align: center;
}
.page-index-v2 .common-title .jump {
  color: #C3181F;
  font-family: 'OpenSans-Extra-Bold';
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .common-title .jump:hover {
  color: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .common-title .jump-link {
  text-decoration-line: underline;
  color: #626262;
}
.page-index-v2 .gap {
  padding: 80px 0;
}
.page-index-v2 .page-wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.page-index-v2 .banner-module .banner-info {
  height: 534px;
}
.page-index-v2 .guarantee-module {
  padding: 196px 0 80px;
}
.page-index-v2 .guarantee-module .common-title {
  margin-bottom: 40px;
}
.page-index-v2 .guarantee-module .str-remit {
  display: flex;
  gap: 60px;
}
.page-index-v2 .guarantee-module .str-remit dl {
  flex: 1;
}
.page-index-v2 .guarantee-module .str-remit dl dt {
  color: #313131;
  font-family: 'OpenSans-Extra-Bold';
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.page-index-v2 .guarantee-module .str-remit dl dd {
  height: 84px;
  line-height: 21px;
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.page-index-v2 .guarantee-module .str-remit dl dd:last-child {
  height: unset;
  margin-bottom: unset;
}
.page-index-v2 .guarantee-module .str-remit dl .link-jump {
  color: #313131;
  line-height: 21px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .guarantee-module .str-remit dl .link-jump:hover {
  color: #C3181F;
}
.page-index-v2 .products-module {
  min-width: 1440px;
  background: #f8f8f8;
}
.page-index-v2 .products-module .menu-tab {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 40px;
}
.page-index-v2 .products-module .menu-tab .tab-el {
  color: #313131;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.page-index-v2 .products-module .menu-tab .tab-el:after {
  width: 0;
  height: 2px;
  background: #C3181F;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .products-module .menu-tab .tab-el.active {
  color: #C3181F;
  font-family: 'OpenSans-Extra-Bold';
}
.page-index-v2 .products-module .menu-tab .tab-el.active:after {
  width: 100%;
}
.page-index-v2 .products-module .plate-item {
  display: flex;
  align-items: center;
  gap: 220px;
  padding-top: 40px;
}
.page-index-v2 .products-module .view-product-carousel {
  position: relative;
  height: 516px;
}
.page-index-v2 .products-module .product-carousel {
  position: absolute;
  bottom: -120px;
}
.page-index-v2 .products-module .product-carousel .plate-swiper {
  width: 680px;
  height: 680px;
  overflow: hidden;
}
.page-index-v2 .products-module .product-carousel .pic-list {
  height: 680px;
  position: relative;
  transition: all 1s ease-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  isolation: isolate;
}
.page-index-v2 .products-module .product-carousel .pic-list .spin-icon {
  background: url("../images/index-v2/360-spin-icon.webp") no-repeat center;
  width: 140px;
  height: 44px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
}
.page-index-v2 .products-module .product-carousel .pic-list img {
  -o-object-fit: contain;
  object-fit: contain;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.page-index-v2 .products-module .product-carousel .the-btn span {
  background: url("../images/index-v2_jp/arrow-icon.png") no-repeat center;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
.page-index-v2 .products-module .product-carousel .the-btn span:hover {
  background: url("../images/index-v2_jp/arrow-icon-hover.webp") no-repeat center;
}
.page-index-v2 .products-module .product-carousel .the-btn span.left-icon {
  left: -140px;
}
.page-index-v2 .products-module .product-carousel .the-btn span.right-icon {
  left: unset;
  right: -140px;
  transform: rotate(180deg);
}
.page-index-v2 .products-module .side-card {
  width: 360px;
  padding: 40px 30px;
  background: #ffffff;
  box-shadow: 20px 40px 80px rgba(51, 51, 51, 0.06);
  border-radius: 20px;
}
.page-index-v2 .products-module .side-card .bt-title {
  color: #313131;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.page-index-v2 .products-module .side-card dl {
  padding: 20px 20px 20px 10px;
  border-radius: 10px;
  background: #f8f8f8;
}
.page-index-v2 .products-module .side-card dl dd {
  padding-left: 20px;
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}
.page-index-v2 .products-module .side-card dl dd:before {
  width: 4px;
  height: 4px;
  background: #626262;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.page-index-v2 .products-module .side-card dl dd:last-child {
  margin-bottom: unset;
}
.page-index-v2 .products-module .side-card .quote-link {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  background: #C3181F;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
.page-index-v2 .products-module .side-card .quote-link:hover {
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .products-module .side-card .link-des {
  margin-top: 20px;
  text-align: center;
}
.page-index-v2 .products-module .side-card .link-des a {
  font-size: 16px;
  color: #C3181F;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .paste-remit {
  display: flex;
  gap: 40px;
  align-items: center;
}
.page-index-v2 .paste-remit .menu-el {
  width: 340px;
  height: 384px;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  border: 1px solid #f0f0f0;
  background: #ffffff;
  box-shadow: 8px 8px 20px #3333330f, -8px -8px 20px #ffffff66;
  border-radius: 10px;
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.page-index-v2 .paste-remit .menu-el li {
  color: #313131;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.page-index-v2 .paste-remit .menu-el li:after {
  width: 0;
  height: 2px;
  background: #C3181F;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-index-v2 .paste-remit .menu-el li.active {
  color: #C3181F;
  font-family: 'OpenSans-Extra-Bold';
}
.page-index-v2 .paste-remit .menu-el li.active:after {
  width: 100%;
}
.page-index-v2 .paste-remit .menu-el .menu-pic {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-index-v2 .paste-remit .menu-el .menu-pic img {
  vertical-align: top;
}
.page-index-v2 .paste-remit .info-item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.page-index-v2 .paste-remit .info-item .info-er {
  width: 430px;
}
.page-index-v2 .paste-remit .info-item .rules {
  line-height: 24px;
  margin-bottom: 40px;
}
.page-index-v2 .paste-remit .info-item .rules dt {
  font-size: 24px;
  font-weight: bold;
  font-family: 'OpenSans-Extra-Bold';
  margin-bottom: 10px;
}
.page-index-v2 .paste-remit .info-item .rules dd {
  color: #313131;
  font-size: 16px;
  line-height: 32px;
  padding-left: 18px;
  position: relative;
}
.page-index-v2 .paste-remit .info-item .rules dd:before {
  width: 4px;
  height: 4px;
  background: #171717;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 14px;
  z-index: 1;
}
.page-index-v2 .paste-remit .info-item .jump-btn {
  display: flex;
  gap: 20px;
}
.page-index-v2 .paste-remit .info-item .jump-btn a {
  font-size: 16px;
  height: 52px;
  min-width: 205px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .paste-remit .info-item .jump-btn a.quote-link {
  color: #ffffff;
  background: #C3181F;
}
.page-index-v2 .paste-remit .info-item .jump-btn a.quote-link:hover {
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .paste-remit .info-item .jump-btn a.contact-link {
  border: 1px solid #C3181F;
  color: #C3181F;
}
.page-index-v2 .paste-remit .info-item .jump-btn a.contact-link:hover {
  color: #ffffff;
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .place-module {
  min-width: 1440px;
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}
.page-index-v2 .place-module .place-remit {
  display: flex;
  gap: 80px;
}
.page-index-v2 .place-module .place-remit .video-el {
  width: 760px;
  height: 520px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
}
.page-index-v2 .place-module .place-remit .video-el iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: unset;
}
.page-index-v2 .place-module .place-remit .place-info {
  width: 552px;
  height: 520px;
  display: flex;
  gap: 52px;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.page-index-v2 .place-module .place-remit .place-info .mes-item.active .step-des {
  opacity: 1;
  max-height: 72px;
  margin-top: 10px;
  pointer-events: auto;
}
.page-index-v2 .place-module .place-remit .place-info .step-head {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.page-index-v2 .place-module .place-remit .place-info .title {
  font-family: 'OpenSans-Extra-Bold';
  color: #313131;
  font-size: 20px;
  line-height: 28px;
}
.page-index-v2 .place-module .place-remit .place-info .step-des {
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  padding-left: 50px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-in-out, margin-top 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 0;
  pointer-events: none;
}
.page-index-v2 .place-module .place-remit .place-info .jump {
  color: #C3181F;
}
.page-index-v2 .place-module .place-remit .place-info .quote-link {
  font-family: 'OpenSans-Extra-Bold';
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 20px 40px;
  border-radius: 4px;
  background: #C3181F;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.page-index-v2 .place-module .place-remit .place-info .quote-link:hover {
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .project-module {
  min-width: 1440px;
  background: #f8f8f8;
  padding-bottom: 170px;
  position: relative;
}
.page-index-v2 .project-module .common-title {
  margin-bottom: 40px;
}
.page-index-v2 .project-module .jump-more {
  text-align: center;
  margin-bottom: 40px;
}
.page-index-v2 .project-module .jump-more a {
  font-size: 16px;
  line-height: 16px;
  color: #C3181F;
  border: 1px solid #C3181F;
  border-radius: 4px;
  padding: 20px 40px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .project-module .jump-more a:hover {
  background: #C3181F;
  color: #ffffff;
}
.page-index-v2 .project-module .project-remit {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.page-index-v2 .project-module .project-remit .product-list {
  width: 335px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .project-module .project-remit .product-list:hover {
  background: #ffffff;
}
.page-index-v2 .project-module .project-remit .product-list:hover .product-img img {
  transform: scale(1.05);
}
.page-index-v2 .project-module .project-remit .product-list:hover .read-more {
  color: #C3181F;
}
.page-index-v2 .project-module .project-remit .info-bt {
  padding: 20px;
}
.page-index-v2 .project-module .project-remit .product-img {
  width: 100%;
  height: 207px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.page-index-v2 .project-module .project-remit .product-img img {
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .project-module .project-remit dl {
  margin-bottom: 16px;
}
.page-index-v2 .project-module .project-remit dl dt {
  color: #313131;
  font-family: 'OpenSans-Extra-Bold';
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.page-index-v2 .project-module .project-remit dl dd {
  color: #626262;
}
.page-index-v2 .project-module .project-remit .read-more {
  color: #1d1d1d;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .project-module .brand-furnish {
  width: 1320px;
  background: #ffffff;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 20px 60px;
  display: flex;
  gap: 84px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -280px;
  z-index: 1;
  margin: 0 auto;
}
.page-index-v2 .project-module .brand-furnish .brand-list {
  width: 130px;
  text-align: center;
}
.page-index-v2 .project-module .brand-furnish .brand-list:hover .brand-img {
  box-shadow: 0 4px 20px rgba(195, 24, 31, 0.2);
}
.page-index-v2 .project-module .brand-furnish .brand-list:hover .brand-des {
  color: #C3181F;
}
.page-index-v2 .project-module .brand-furnish .brand-img {
  width: 130px;
  height: 130px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
  padding: 0 6px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.page-index-v2 .project-module .brand-furnish .brand-img img {
  max-width: 100%;
  object-fit: cover;
}
.page-index-v2 .project-module .brand-furnish .brand-des {
  color: #313131;
}
.page-index-v2 .choose-module {
  background: url("../images/index-v2_jp/choose-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 539px;
  background-size: cover;
  padding: 170px 0 80px;
}
.page-index-v2 .choose-module .common-title .title {
  color: #ffffff;
}
.page-index-v2 .choose-module .common-title .des {
  color: #cccccc;
}
.page-index-v2 .choose-module .num-row {
  display: flex;
  gap: 72px;
}
.page-index-v2 .choose-module .num-bt {
  font-family: 'OpenSans-Extra-Bold';
  font-size: 60px;
  color: #ffffff;
  line-height: 90px;
  margin-bottom: 20px;
}
.page-index-v2 .choose-module .num-bt sup {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.page-index-v2 .choose-module .num-bt .num {
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 60px;
  color: #ffffff;
  line-height: 90px;
  margin-bottom: 20px;
}
.page-index-v2 .choose-module .tips {
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 60px;
  color: #C3181F;
}
.page-index-v2 .choose-module .num-des {
  color: #f0f0f0;
  text-align: center;
}
.page-index-v2 .client-stories {
  min-width: 1440px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%);
}
.page-index-v2 .client-stories .common-title .des .jump {
  color: #626262;
}
.page-index-v2 .client-stories .common-title .des .jump:hover {
  color: #C3181F;
}
.page-index-v2 .client-stories .client-swiper {
  padding: 0 80px;
  position: relative;
}
.page-index-v2 .client-stories .client-swiper .client-item {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.page-index-v2 .client-stories .client-swiper .client-list {
  width: 580px;
  min-width: 580px;
  height: 345px;
  padding: 70px 20px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  position: relative;
}
.page-index-v2 .client-stories .client-swiper .user-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 1;
  margin: 0 auto;
}
.page-index-v2 .client-stories .client-swiper .user-pic img {
  max-width: 100%;
  object-fit: cover;
}
.page-index-v2 .client-stories .client-swiper .user-info {
  height: 100%;
  padding: 70px 30px 20px;
  background: #f8f8f8;
  border-radius: 10px;
}
.page-index-v2 .client-stories .client-swiper .user-title {
  color: #313131;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  font-family: 'OpenSans-Extra-Bold';
  text-align: center;
}
.page-index-v2 .client-stories .client-swiper .job {
  font-size: 12px;
  color: #626262;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.page-index-v2 .client-stories .client-swiper .user-des {
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.page-index-v2 .client-stories .client-swiper .swiper-container {
  padding: 0 0 46px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.page-index-v2 .client-stories .client-swiper .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 6px;
}
.page-index-v2 .client-stories .client-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 6px;
  background: rgba(204, 204, 204, 0.95);
  opacity: 1;
}
.page-index-v2 .client-stories .client-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C3181F;
}
.page-index-v2 .client-stories .client-swiper .the-btn .btn {
  background: url("../images/index-v2_jp/client-arrow-icon.png") no-repeat center;
  width: 40px;
  height: 70px;
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 2;
}
.page-index-v2 .client-stories .client-swiper .the-btn .btn.prev {
  left: 0;
}
.page-index-v2 .client-stories .client-swiper .the-btn .btn.next {
  right: 0;
  transform: rotate(180deg);
}
.page-index-v2 .client-stories .brand-group-mask {
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-index-v2 .client-stories .brand-group-mask ul {
  display: flex;
  gap: 40px;
  overflow: visible !important;
}
.page-index-v2 .client-stories .brand-group-mask ul li {
  background: #ffffff;
  width: 246px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
}
.page-index-v2 .essentials-module {
  background: #f8f8f8;
  min-width: 1440px;
}
.page-index-v2 .essentials-module .ent-remit {
  display: flex;
  gap: 60px;
  align-items: center;
}
.page-index-v2 .essentials-module .ent-remit .ent-swiper {
  width: 720px;
  height: 480px;
}
.page-index-v2 .essentials-module .ent-remit .the-btn .btn {
  background: url("../images/index-v2_jp/ent-arrow-icon.webp") no-repeat center;
  width: 40px;
  height: 70px;
  content: '';
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 2;
}
.page-index-v2 .essentials-module .ent-remit .the-btn .btn.prev {
  left: 20px;
  transform: rotate(180deg);
}
.page-index-v2 .essentials-module .ent-remit .the-btn .btn.next {
  right: 20px;
}
.page-index-v2 .essentials-module .ent-remit .ent-info {
  width: 620px;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .ent-title {
  font-size: 24px;
  line-height: 24px;
  color: #1d1d1d;
  font-family: 'OpenSans-Extra-Bold';
  margin-bottom: 40px;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .list {
  margin-bottom: 40px;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .list li {
  font-size: 20px;
  color: #313131;
  line-height: 32px;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .jump-btn {
  display: flex;
  gap: 20px;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .jump-btn a {
  font-size: 16px;
  height: 52px;
  min-width: 205px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .jump-btn a.quote-link {
  color: #ffffff;
  background: #C3181F;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .jump-btn a.quote-link:hover {
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .essentials-module .ent-remit .ent-info .jump-btn a.contact-link {
  border: 1px solid #C3181F;
  color: #C3181F;
}
.page-index-v2 .essentials-module .ent-remit .ent-info .jump-btn a.contact-link:hover {
  color: #ffffff;
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .production-remit {
  display: flex;
  justify-content: space-between;
}
.page-index-v2 .production-remit .pro-title {
  text-align: center;
  font-size: 20px;
  color: #313131;
  line-height: 30px;
  font-family: 'OpenSans-Extra-Bold';
  margin-bottom: 20px;
}
.page-index-v2 .production-remit .pro-des {
  text-align: center;
  color: #313131;
}
.page-index-v2 .production-remit .time-el {
  width: 530px;
}
.page-index-v2 .production-remit .time-el .toggle-nav {
  display: flex;
  gap: 44px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.page-index-v2 .production-remit .time-el .toggle-nav:before {
  width: 2px;
  height: 22px;
  content: '';
  display: block;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-index-v2 .production-remit .time-el .toggle-nav dd {
  text-align: center;
  font-size: 16px;
  color: #313131;
  line-height: 24px;
  cursor: pointer;
}
.page-index-v2 .production-remit .time-el .toggle-nav dd.active {
  color: #C3181F;
  font-family: 'OpenSans-Extra-Bold';
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar {
  width: 440px;
  height: 384px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn {
  width: 100%;
  height: 44px;
  background: #F0F0F0;
  position: absolute;
  left: 0;
  top: 0;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn .btn {
  background: url("../images/index-v2_jp/arrow-time-icon.webp") no-repeat center #F0F0F0;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn .btn.prev {
  left: 20px;
  transform: rotate(180deg);
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn .btn.next {
  right: 20px;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn .btn.disabled {
  cursor: no-drop;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn .btn.disabled.prev {
  background: url("../images/index-v2_jp/arrow-time-disabled-icon.webp") no-repeat center;
  transform: rotate(0deg);
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .the-btn .btn.disabled.next {
  background: url("../images/index-v2_jp/arrow-time-disabled-icon.webp") no-repeat center;
  transform: rotate(180deg);
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_title {
  height: 44px;
  background: #F0F0F0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_title .cal_item_title_y,
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_title .cal_item_title_m {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
  font-family: 'OpenSans-Extra-Bold';
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_title .cal_item_title_me {
  color: #929292;
  margin-left: 10px;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab td {
  text-align: center;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab thead td {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab thead td:first-child,
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab thead td:last-child {
  font-family: NunitoSans-Semibold;
  font-weight: bold;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab .pbholiday .date_item {
  position: relative;
}
.page-index-v2 .production-remit .time-el .toggle-view-calendar .cal_item_tab .pbholiday .date_item:after {
  height: 4px;
  width: 20px;
  background: #c3181f;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
}
.page-index-v2 .production-remit .make-er {
  width: 620px;
}
.page-index-v2 .production-remit .make-er .head-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.page-index-v2 .production-remit .make-er .val-el {
  color: #313131;
  font-size: 16px;
  line-height: 24px;
}
.page-index-v2 .production-remit .make-er .time {
  color: #313131;
  font-size: 16px;
}
.page-index-v2 .production-remit .make-er .swiper-data {
  display: flex;
  align-items: center;
}
.page-index-v2 .production-remit .make-er .swiper-up {
  height: 24px;
}
.page-index-v2 .production-remit .make-er .num-list {
  color: #029052;
  font-size: 24px;
  line-height: 24px;
  font-family: 'OpenSans-Extra-Bold';
}
.page-index-v2 .production-remit .make-er .plan-box {
  margin-top: 20px;
}
.page-index-v2 .production-remit .make-er .plan-box .head-list {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #F0F0F0;
  border-radius: 10px 10px 0 0;
}
.page-index-v2 .production-remit .make-er .plan-box .head-list li {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
}
.page-index-v2 .production-remit .make-er .plan-box .head-list li:first-child {
  width: 144px;
}
.page-index-v2 .production-remit .make-er .plan-box .head-list li:nth-child(2) {
  width: 120px;
}
.page-index-v2 .production-remit .make-er .plan-box .head-list li:nth-child(3) {
  width: 120px;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper {
  margin: 20px 0;
  height: 288px;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .plan-item {
  height: 24px !important;
  display: flex;
  padding: 0 20px;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item:first-child {
  width: 144px;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item:nth-child(2) {
  width: 120px;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item:nth-child(3) {
  width: 120px;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item.progress {
  height: 24px;
  width: 200px;
  border-radius: 4px;
  background: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item.progress .pro-num {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  position: relative;
}
.page-index-v2 .production-remit .make-er .plan-box .plan-swiper .item.progress .progress-bar {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #3f8b00;
  border-radius: 4px;
}
.page-index-v2 .resource-module {
  background: #f8f8f8;
  min-width: 1440px;
}
.page-index-v2 .resource-module .menu-head {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.page-index-v2 .resource-module .menu-head .tab-el {
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  padding-bottom: 12px;
  position: relative;
}
.page-index-v2 .resource-module .menu-head .tab-el:after {
  width: 0;
  height: 2px;
  content: '';
  display: block;
  background: #C3181F;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .menu-head .tab-el.active {
  color: #C3181F;
  font-family: 'OpenSans-Extra-Bold';
}
.page-index-v2 .resource-module .menu-head .tab-el.active:after {
  width: 100%;
}
.page-index-v2 .resource-module .hub-item {
  display: flex;
  gap: 40px;
}
.page-index-v2 .resource-module .hub-item.news .new-list {
  width: 440px;
  height: 300px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover {
  border: 1px solid #C3181F;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover:before {
  background: #ffffff;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover .new-pic {
  display: none;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover .new-info .new-time {
  color: #313131;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover .new-info .news-title {
  color: #1d1d1d;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover .new-info .mark,
.page-index-v2 .resource-module .hub-item.news .new-list:hover .new-info .news-des {
  color: #626262;
}
.page-index-v2 .resource-module .hub-item.news .new-list:hover .new-info .read-more {
  color: #C3181F;
}
.page-index-v2 .resource-module .hub-item.news .new-list:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .new-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .new-info {
  width: 100%;
  height: 100%;
  padding: 40px 20px 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.page-index-v2 .resource-module .hub-item.news .new-time {
  color: #cccccc;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .mark {
  color: #cccccc;
  font-family: 'OpenSans-Extra-Bold';
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .news-title {
  font-family: 'OpenSans-Extra-Bold';
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .news-des {
  color: #cccccc;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.news .read-more {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.faq {
  flex-direction: column;
}
.page-index-v2 .resource-module .hub-item.faq .active {
  padding: 40px;
  background: #f8f8f8;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.1) inset, -10px -10px 20px rgba(255, 255, 255, 0.4) inset;
}
.page-index-v2 .resource-module .hub-item.faq .active .faq-head {
  padding: 0;
}
.page-index-v2 .resource-module .hub-item.faq .active .add-icon {
  transform: rotate(45deg);
}
.page-index-v2 .resource-module .hub-item.faq .active .faq-des {
  margin-top: 20px;
  visibility: visible;
  opacity: 1;
  max-height: 200px;
}
.page-index-v2 .resource-module .hub-item.faq .faq-head {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.page-index-v2 .resource-module .hub-item.faq .faq-title {
  color: #313131;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 16px;
  line-height: 24px;
}
.page-index-v2 .resource-module .hub-item.faq .add-icon {
  background: url("../images/index-v2/faq-add-icon.webp") no-repeat center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.faq .faq-des {
  color: #626262;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 24px;
}
.page-index-v2 .resource-module .hub-item.blog {
  display: unset;
}
.page-index-v2 .resource-module .hub-item.blog .blog-region {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.page-index-v2 .resource-module .hub-item.blog .blog-item {
  width: 440px;
  height: 474px;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
}
.page-index-v2 .resource-module .hub-item.blog .blog-item:hover .blog-pic img {
  transform: scale(1.05);
}
.page-index-v2 .resource-module .hub-item.blog .blog-pic {
  width: 100%;
  height: 246px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-index-v2 .resource-module .hub-item.blog .blog-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.blog .blog-title {
  color: #313131;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.page-index-v2 .resource-module .hub-item.blog .blog-des {
  color: #626262;
  height: 64px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page-index-v2 .resource-module .hub-item.blog .blog-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-index-v2 .resource-module .hub-item.blog .img-el {
  display: flex;
  gap: 4px;
  align-items: center;
}
.page-index-v2 .resource-module .hub-item.blog .blog-img {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.page-index-v2 .resource-module .hub-item.blog .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index-v2 .resource-module .hub-item.blog .blog-name {
  color: #929292;
  font-size: 12px;
  line-height: 18px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-index-v2 .resource-module .hub-item.blog .blog-time {
  color: #929292;
  font-size: 12px;
  line-height: 18px;
}
.page-index-v2 .resource-module .hub-item.blog .read-more {
  text-align: center;
}
.page-index-v2 .resource-module .hub-item.blog .read-more a {
  display: inline-block;
  color: #626262;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .resource-module .hub-item.blog .read-more a:hover {
  color: #C3181F;
}
.page-index-v2 .user-manual-module {
  padding: 40px 0;
}
.page-index-v2 .user-manual-module .manual-box {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
}
.page-index-v2 .user-manual-module .manual-box .manual-title {
  color: #313131;
  font-size: 16px;
  font-family: 'OpenSans-Extra-Bold';
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
.page-index-v2 .user-manual-module .manual-box .manual-content {
  display: flex;
  gap: 20px 64px;
  flex-wrap: wrap;
}
.page-index-v2 .user-manual-module .manual-box .manual-content dl {
  width: 280px;
}
.page-index-v2 .user-manual-module .manual-box .manual-content dl dt {
  color: #313131;
  font-size: 16px;
  font-weight: bold;
  font-family: 'OpenSans-Extra-Bold';
  margin-bottom: 20px;
}
.page-index-v2 .user-manual-module .manual-box .manual-content dl dd {
  margin-bottom: 10px;
}
.page-index-v2 .user-manual-module .manual-box .manual-content dl dd:last-child {
  margin-bottom: unset;
}
.page-index-v2 .user-manual-module .manual-box .manual-content dl a {
  color: #929292;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .user-manual-module .manual-box .manual-content dl a:hover {
  color: #c3181f;
  text-decoration-line: underline;
}
.page-index-v2 .chat-module {
  min-width: 1440px;
  background: linear-gradient(87.61deg, #fff5f0 0%, #fff4fb 135.88%);
}
.page-index-v2 .chat-module .chart-row {
  display: flex;
  gap: 80px;
  justify-content: center;
}
.page-index-v2 .chat-module .chart-row a {
  font-size: 16px;
  line-height: 16px;
  padding: 21px 80px;
  border: 1px solid #C3181F;
  border-radius: 38px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .chat-module .chart-row a:hover {
  color: #ffffff;
  background: #C3181F;
}
.video-play {
  border-radius: 10px !important;
  background: #000000;
}
.video-play iframe {
  border-radius: 10px;
}
@media (min-width: 1400px) and (max-width: 1560px) {
  .banner-module .banner-item {
    height: 500px !important;
  }
  .banner-module .banner-info {
    margin: 0 auto !important;
  }
  .banner-module .swiper-pagination {
    bottom: 70px !important;
  }
  .banner-module .quote-box {
    bottom: 140px !important;
  }
}
/*# sourceMappingURL=index-v2_jp.css.map */