.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);
}
.rest-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKVJREFUOE9jZKAQMFKon2G4GXDz5s12BgYGZQLhclddXb0SpgYjDG7evLmFgYHBG4chW9XV1X2Q5TAMuHfvnvjv379PMjAwyKMZ8pCVldVcSUnpJV4DQJK3bt1y+f///24UhYyMrmpqanvQXYYzGm/fvl3w79+/fpAGJiamQlVV1QnYvIU3Hdy6dWsuSJOamloyroAllJBg8v/JNYBgSifkgiFgAACcyCgRtK2yLQAAAABJRU5ErkJggg==") no-repeat 97% center;
}
@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;
}
.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: 10px;
  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;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.page-index-v2 .banner-module {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  position: relative;
}
.page-index-v2 .banner-module .banner-item {
  width: 100% !important;
  height: 720px !important;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
}
.page-index-v2 .banner-module .banner-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.page-index-v2 .banner-module .banner-info {
  height: 454px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-index-v2 .banner-module .banner-info .tag {
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  padding: 0 20px;
  background: #6c527f;
  font-family: 'OpenSans-Bold';
  color: #ffffff;
  margin-bottom: 20px;
}
.page-index-v2 .banner-module .banner-info .banner-title {
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  color: #5c9c48;
  margin-bottom: 40px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.page-index-v2 .banner-module .banner-info .banner-title .tips {
  font-family: 'OpenSans-Bold';
  font-size: 36px;
  line-height: 54px;
  color: #6c527f;
}
.page-index-v2 .banner-module .banner-info .banner-des {
  font-family: 'OpenSans-Bold';
  font-size: 24px;
  line-height: 36px;
  color: #6c527f;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .bt-eb {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .bt-eb span {
  color: #6c527f;
}
.page-index-v2 .banner-module .banner-info .title-t2 {
  background: linear-gradient(90deg, #fee709 0%, #fac302 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 10px;
}
.page-index-v2 .banner-module .banner-info .des-t2 {
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .prize-t2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .prize-t2 span {
  color: #ffffff;
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
}
.page-index-v2 .banner-module .banner-info .line {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-index-v2 .banner-module .banner-info .title-t3 {
  color: #ffd435;
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
}
.page-index-v2 .banner-module .banner-info .des-t3 {
  color: #ffffff;
  font-family: 'OpenSans-Extra-Bold';
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .fee-bg {
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .title-t4 {
  background: linear-gradient(269.53deg, #99fffe 0%, #ffffff 140.28%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .set-pic {
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .banner-info .des-t4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.page-index-v2 .banner-module .jump-link {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  display: inline-block;
  padding: 16px 60px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .banner-module .jump-link:hover {
  background: rgba(92, 156, 72, 0.9);
}
.page-index-v2 .banner-module .jump-link.green {
  background: #5c9c48;
}
.page-index-v2 .banner-module .jump-link.green:hover {
  background: rgba(92, 156, 72, 0.8);
}
.page-index-v2 .banner-module .jump-link.yellow {
  color: #000000;
  background: #fbd006;
}
.page-index-v2 .banner-module .jump-link.yellow:hover {
  background: rgba(251, 208, 6, 0.8);
}
.page-index-v2 .banner-module .jump-link.white {
  color: #072c85;
  background: #ffffff;
}
.page-index-v2 .banner-module .jump-link.white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.page-index-v2 .banner-module .jump-link.jasper {
  color: #0a928f;
  background: #c6feff;
}
.page-index-v2 .banner-module .jump-link.jasper:hover {
  background: rgba(198, 254, 255, 0.8);
}
.page-index-v2 .banner-module .board-pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-index-v2 .banner-module .swiper-pagination {
  width: 1400px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: left;
  display: flex;
  gap: 20px;
}
@keyframes progressAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.page-index-v2 .banner-module .swiper-pagination .swiper-pagination-bullet {
  width: 120px;
  height: 6px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 1;
  margin: 0;
  position: relative;
}
.page-index-v2 .banner-module .swiper-pagination .swiper-pagination-bullet:after {
  width: 0;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #C3181F;
  border-radius: 4px;
}
.page-index-v2 .banner-module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: progressAnimation 5s linear forwards;
}
.page-index-v2 .banner-module .quote-box {
  width: 1400px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 86px;
  z-index: 11;
  margin: 0 auto;
}
.page-index-v2 .banner-module .quote-box .quote-region {
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  display: inline-block;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
}
.page-index-v2 .banner-module .quote-box .info-val {
  display: flex;
  gap: 20px;
}
.page-index-v2 .banner-module .quote-box .input-item {
  height: 60px;
  padding: 20px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  position: relative;
}
.page-index-v2 .banner-module .quote-box .input-item:after {
  background: url("../images/index-v2/down-icon1.webp") no-repeat center;
  width: 8px;
  height: 7px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 28px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}
.page-index-v2 .banner-module .quote-box .input-item.w200 {
  width: 146px;
  display: flex;
  align-items: center;
}
.page-index-v2 .banner-module .quote-box .input-item.w200 input {
  cursor: auto;
}
.page-index-v2 .banner-module .quote-box .input-item.w200:after {
  display: none;
  background: none;
}
.page-index-v2 .banner-module .quote-box .input-item.w170 {
  width: 120px;
  cursor: pointer;
}
.page-index-v2 .banner-module .quote-box .input-item.w116 {
  width: 120px;
  cursor: pointer;
}
.page-index-v2 .banner-module .quote-box .input-item input {
  width: 100%;
  border: unset;
  cursor: pointer;
}
.page-index-v2 .banner-module .quote-box .input-item input::placeholder {
  color: #929292;
}
.page-index-v2 .banner-module .quote-box .input-item .mill {
  width: 37px;
  line-height: 20px;
}
.page-index-v2 .banner-module .quote-box .input-item .ride {
  display: inline-block;
  line-height: 20px;
  margin: 0 12px 0 0;
}
.page-index-v2 .banner-module .quote-box .input-item .unit {
  color: #929292;
  line-height: 20px;
}
.page-index-v2 .banner-module .quote-box .input-item.active:after {
  transform: rotate(0deg);
}
.page-index-v2 .banner-module .quote-box .quote-down {
  width: 314px;
  padding: 20px 16px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  box-shadow: 6px 6px 20px #33333320;
  position: absolute;
  left: 0;
  top: 78px;
  z-index: 11;
  display: none;
}
.page-index-v2 .banner-module .quote-box .quote-down .tp-title {
  color: #626262;
  line-height: 21px;
  margin-bottom: 20px;
}
.page-index-v2 .banner-module .quote-box .quote-down .val-region {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.page-index-v2 .banner-module .quote-box .quote-down .val-region li {
  width: 64px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.page-index-v2 .banner-module .quote-box .quote-down .val-region li:hover {
  background: rgba(195, 24, 31, 0.2);
}
.page-index-v2 .banner-module .quote-box .quote-down .val-region li.active {
  border: 1px solid #C3181F;
  color: #C3181F;
}
.page-index-v2 .banner-module .quote-box .quote-down .val-region li.active:hover {
  background: rgba(195, 24, 31, 0.2);
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val {
  display: flex;
  gap: 8px;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .order-text {
  width: 136px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: auto;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .order-text:focus {
  border: 1px solid #f0f0f0 !important;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .order-text::placeholder {
  color: #929292;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .btn {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .btn.sub-btn {
  background: #C3181F;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .btn.sub-btn:hover {
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .banner-module .quote-box .quote-down .order-val .btn.can-btn {
  background: #929292;
}
.page-index-v2 .banner-module .quote-box .quote-down .order-des {
  color: #929292;
  font-size: 12px;
  margin-top: 10px;
}
.page-index-v2 .banner-module .quote-box .quote-jump {
  min-width: 182px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #C3181F;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .banner-module .quote-box .quote-jump:before {
  background: url("../images/index-v2/counter-icon.webp") no-repeat center;
  width: 35px;
  height: 40px;
  content: '';
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
}
.page-index-v2 .banner-module .quote-box .quote-jump:hover {
  background: rgba(195, 24, 31, 0.8);
}
.page-index-v2 .guarantee-module {
  padding: 40px 0;
}
.page-index-v2 .guarantee-module .str-remit {
  display: flex;
  gap: 60px;
  flex-direction: row-reverse;
}
.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-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.page-index-v2 .guarantee-module .str-remit dl dd {
  color: #626262;
}
.page-index-v2 .products-module {
  min-width: 1440px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}
.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;
}
.page-index-v2 .products-module .product-carousel {
  position: relative;
}
.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;
}
.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 .the-btn span {
  background: url("../images/index-v2/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/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 .place-remit {
  display: flex;
  gap: 80px;
}
.page-index-v2 .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-remit .place-info {
  width: 552px;
  display: flex;
  gap: 52px;
  padding: 20px 0;
  flex-direction: column;
  align-items: flex-start;
}
.page-index-v2 .place-remit .place-info .mes-item.active .step-des {
  max-height: 120px;
  overflow: visible;
  opacity: 1;
  margin-top: 10px;
}
.page-index-v2 .place-remit .place-info .step-head {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.page-index-v2 .place-remit .place-info .title {
  font-family: 'OpenSans-Extra-Bold';
  color: #313131;
  font-size: 20px;
  line-height: 28px;
}
.page-index-v2 .place-remit .place-info .step-des {
  font-size: 16px;
  line-height: 24px;
  color: #626262;
  padding-left: 50px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .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;
}
.page-index-v2 .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 .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;
  height: 433px;
  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-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/choose-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 571px;
  background-size: cover;
  padding: 170px 0 100px;
}
.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 .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;
  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/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 .evaluate-module {
  min-width: 1440px;
  background: #f8f8f8;
}
.page-index-v2 .evaluate-module .evaluate-swiper {
  padding-bottom: 70px;
}
.page-index-v2 .evaluate-module .evaluate-swiper .btn-nav {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
.page-index-v2 .evaluate-module .evaluate-swiper .swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-index-v2 .evaluate-module .evaluate-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(204, 204, 204, 0.95);
  opacity: 1;
}
.page-index-v2 .evaluate-module .evaluate-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C3181F;
}
.page-index-v2 .evaluate-module .evaluate-swiper .btn {
  background: url("../images/index-v2/eva-arrow-cion.png") no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.page-index-v2 .evaluate-module .evaluate-swiper .btn.next {
  transform: rotate(180deg);
}
.page-index-v2 .evaluate-module .evaluate-swiper .eva-item {
  width: 440px;
  height: 269px;
  padding: 52px 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 .evaluate-module .evaluate-swiper .eva-item:before {
  background: url("../images/index-v2/symbol.webp") no-repeat center;
  width: 15px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}
.page-index-v2 .evaluate-module .evaluate-swiper .eva-item:after {
  background: url("../images/index-v2/symbol.webp") no-repeat center;
  width: 15px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 100px;
  z-index: 1;
  transform: rotate(180deg);
}
.page-index-v2 .evaluate-module .evaluate-swiper .eva-des {
  color: #313131;
  height: 105px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.page-index-v2 .evaluate-module .evaluate-swiper .eva-bt {
  display: flex;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}
.page-index-v2 .evaluate-module .evaluate-swiper .team-pic {
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.page-index-v2 .evaluate-module .evaluate-swiper .team-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index-v2 .evaluate-module .evaluate-swiper dl dt {
  color: #313131;
  font-family: 'OpenSans-Extra-Bold';
  font-size: 16px;
  line-height: 22px;
}
.page-index-v2 .evaluate-module .evaluate-swiper dl dd {
  font-size: 12px;
  line-height: 18px;
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.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-Regular';
  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;
  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 .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;
}
.page-index-v2 .archetype-module {
  background: url("../images/index-v2/archetype-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 626px;
  background-size: cover;
}
.page-index-v2 .archetype-module .common-title .title {
  color: #ffffff;
}
.page-index-v2 .archetype-module .common-title .des {
  color: #cccccc;
}
.page-index-v2 .archetype-module .archetype-jump {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
}
.page-index-v2 .archetype-module .archetype-jump a {
  width: 440px;
  text-align: center;
}
.page-index-v2 .archetype-module .archetype-jump a:hover .arche-pic {
  display: none;
}
.page-index-v2 .archetype-module .archetype-jump a:hover .arche-active-pic {
  display: inline;
}
.page-index-v2 .archetype-module .archetype-jump a:hover .des {
  color: #C3181F;
}
.page-index-v2 .archetype-module .archetype-jump a img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
}
.page-index-v2 .archetype-module .archetype-jump a .arche-active-pic {
  display: none;
}
.page-index-v2 .archetype-module .archetype-jump a .des {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .archetype-module .the-video {
  text-align: center;
}
.page-index-v2 .archetype-module .the-video .play-btn {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 80px;
  display: inline-block;
  background: #C3181F;
  border-radius: 38px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.page-index-v2 .archetype-module .the-video .play-btn:hover {
  color: #C3181F;
  background: #ffffff;
}
.page-index-v2 .archetype-module .the-video .play-btn:hover:before {
  background: url("../images/index-v2/play-btn-hover-icon.webp") no-repeat center;
}
.page-index-v2 .archetype-module .the-video .play-btn:before {
  background: url("../images/index-v2/play-btn-icon.webp") no-repeat center;
  width: 36px;
  height: 36px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  transition: all 0.3s ease-in-out;
}
.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.css.map */