.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.btn {
  height: 44px;
  background: #009fd3;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.3s ease-in;
  color: #fff;
  display: flex;
  align-items: center;
}
.btn:hover {
  background: #0089b6;
}
/* Define keyframes for both directions */
@keyframes scrollForward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* IE-specific fallback using -ms-transform */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  @keyframes scrollForward {
    0% {
      -ms-transform: translateX(0);
    }
    100% {
      -ms-transform: translateX(-50%);
    }
  }
  @keyframes scrollReverse {
    0% {
      -ms-transform: translateX(-50%);
    }
    100% {
      -ms-transform: translateX(0);
    }
  }
}
.resetLinkStyle a:hover,
.resetLinkStyle a:focus,
.resetLinkStyle .anchor:active,
.resetLinkStyle .anchor:focus,
.resetLinkStyle .anchor:hover {
  text-decoration: none;
}
html,
body {
  font-size: 14px;
}
.index-page {
  min-width: 1200px;
}
.index-page a:hover,
.index-page a:focus,
.index-page .anchor:active,
.index-page .anchor:focus,
.index-page .anchor:hover {
  text-decoration: none;
}
.index-page * {
  box-sizing: border-box;
}
.index-page .common-title {
  font-weight: bold;
  font-size: 28px;
  color: #1D1D1F;
  line-height: 32px;
}
.index-page .home-firstscreen {
  background: #000;
  position: relative;
  min-width: 1200px;
  height: 430px;
}
.index-page .home-firstscreen .wcontainer {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: inherit;
  pointer-events: none;
  display: flex;
  align-items: center;
  z-index: 20;
}
.index-page .home-firstscreen .quote-form-section {
  height: 386px;
  width: 480px;
  position: relative;
  padding-top: 16px;
}
.index-page .home-firstscreen .quote-form-section .size-el {
  width: 190px;
}
.index-page .home-firstscreen .quote-form-section * {
  pointer-events: all;
}
.index-page .home-firstscreen .quote-form-section:after {
  display: block;
  content: '';
  position: relative;
  pointer-events: all;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-page .home-firstscreen .quote-form-section:before {
  content: '';
  background: url("../images-lib-www/index-new/quote-head-bg.png") no-repeat center;
  height: 80px;
  width: 480px;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.index-page .home-firstscreen .quote-form-section.active1 .quote-form-item.pcb {
  display: block;
}
.index-page .home-firstscreen .quote-form-section.active1:after {
  background: url("../images-lib-www/index-new/quote-bg1.png") no-repeat center;
  height: 386px;
  width: 480px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active1 .view-quote:after {
  background: url("../images-lib-www/index-new/example-img1.png") no-repeat right center;
  width: 303px;
  height: 104px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active2 .quote-form-item.assembly {
  display: block;
}
.index-page .home-firstscreen .quote-form-section.active2:after {
  background: url("../images-lib-www/index-new/quote-bg2.png") no-repeat center;
  height: 386px;
  width: 480px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active2 .view-quote:after {
  background: url("../images-lib-www/index-new/example-img2.png") no-repeat right center;
  width: 303px;
  height: 104px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active3 .quote-form-item.flexible-rigid {
  display: block;
}
.index-page .home-firstscreen .quote-form-section.active3:after {
  background: url("../images-lib-www/index-new/quote-bg3.png") no-repeat center;
  height: 386px;
  width: 480px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active3 .type-tab li.active:after {
  display: block;
  content: '';
  width: 60%;
  height: 8px;
  position: absolute;
  left: -2px;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(225deg, #009FD3 0%, rgba(81, 204, 214, 0.1) 100%);
  border: 1px solid #fff;
  border-radius: 6px;
}
.index-page .home-firstscreen .quote-form-section.active3 .type-tab li:nth-child(2).active:after {
  width: 68%;
}
.index-page .home-firstscreen .quote-form-section.active3 .flexible-rigid .view-quote:after {
  background: url("../images-lib-www/index-new/example-img3.png") no-repeat right center;
  width: 303px;
  height: 104px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active4 .quote-form-item.advanced {
  display: block;
}
.index-page .home-firstscreen .quote-form-section.active4:after {
  background: url("../images-lib-www/index-new/quote-bg4.png") no-repeat center;
  height: 386px;
  width: 480px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active4 .view-quote:after {
  background: url("../images-lib-www/index-new/example-img4.png") no-repeat right center;
  width: 303px;
  height: 104px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active5 .quote-form-item.smd {
  display: block;
}
.index-page .home-firstscreen .quote-form-section.active5:after {
  background: url("../images-lib-www/index-new/quote-bg5.png") no-repeat center;
  height: 386px;
  width: 480px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section.active5 .view-quote:after {
  background: url("../images-lib-www/index-new/example-img5.png") no-repeat right center;
  width: 303px;
  height: 104px;
  background-size: cover;
}
.index-page .home-firstscreen .quote-form-section .quote-tab {
  display: flex;
  gap: 0 32px;
  position: relative;
  z-index: 3;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: all;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 52px;
  font-size: 13px;
  color: #262626;
  flex: 1;
  flex-shrink: 0;
  cursor: pointer;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li.active {
  color: #009fd3;
  font-weight: bold;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li:after {
  content: '';
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li:nth-child(1):after {
  background: url("../images-lib-www/index-new/quote-bg1.png") no-repeat center;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li:nth-child(2):after {
  background: url("../images-lib-www/index-new/quote-bg2.png") no-repeat center;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li:nth-child(3):after {
  background: url("../images-lib-www/index-new/quote-bg3.png") no-repeat center;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li:nth-child(4):after {
  background: url("../images-lib-www/index-new/quote-bg4.png") no-repeat center;
}
.index-page .home-firstscreen .quote-form-section .quote-tab li:nth-child(5):after {
  background: url("../images-lib-www/index-new/quote-bg5.png") no-repeat center;
}
.index-page .home-firstscreen .quote-form-wrap {
  padding: 20px 16px 16px;
  position: relative;
  z-index: 3;
}
.index-page .home-firstscreen .quote-form-wrap .type-tab {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.index-page .home-firstscreen .quote-form-wrap .type-tab li {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #6C7073;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.index-page .home-firstscreen .quote-form-wrap .type-tab li.active {
  color: #262626;
}
.index-page .home-firstscreen .quote-form-wrap .view-quote {
  height: 244px;
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  padding: 18px;
  box-sizing: border-box;
  position: relative;
}
.index-page .home-firstscreen .quote-form-wrap .view-quote:after {
  display: block;
  content: '';
  width: 303px;
  height: 104px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.index-page .home-firstscreen .quote-form-wrap .view-quote .btn.quote {
  width: 204px;
  display: flex;
  justify-content: center;
  background: #ffb142;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.index-page .home-firstscreen .quote-form-wrap .view-quote .btn.quote:hover {
  background: #fe9500;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down {
  display: inline-block;
  position: relative;
  border: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
  width: 180px;
  border-radius: 4px;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down.middle {
  width: 200px;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down:hover {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
  border-color: #009fd3;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  height: inherit;
  border-radius: 0 4px 4px 0;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  background: url("../images-lib-www/index-new/arrow-down-icon.png") no-repeat center transparent;
  width: 30px;
  height: 20px;
  background-size: contain;
  margin-top: -10px;
  pointer-events: none;
  transition: all 0.3s;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .filter-info {
  display: block;
  background: #fff;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-indent: 12px;
  border: none;
  font-size: 14px;
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists {
  min-width: 100%;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 3;
  background: #fff;
  border: 1px solid #efefef;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  padding: 0;
  margin: 0;
  max-width: 300px;
  box-sizing: content-box;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li {
  padding: 8px 8px 8px 12px;
  cursor: pointer;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag {
  color: #858585;
  cursor: default;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag a {
  cursor: default;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag:hover {
  background: none;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag:hover a {
  color: #333;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag:hover a:focus,
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag:hover:active,
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag:hover:focus-within,
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li.the-tag:hover:visited {
  text-decoration: none;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li:hover {
  background: #009fd3;
  color: #fff;
}
.index-page .home-firstscreen .diyDropdownFn .drop-down .drop-lists li:hover a {
  color: #fff;
  text-decoration: none;
}
.index-page .home-firstscreen .diyDropdownFn .active-drop:after {
  transform: rotate(180deg);
}
.index-page .home-firstscreen .diyRadioThemeFn .radio-el {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-page .home-firstscreen .diyRadioThemeFn .radio-el.active .state-el {
  border-color: #009fd3;
  background: #fff;
}
.index-page .home-firstscreen .diyRadioThemeFn .radio-el.active .state-el:before {
  background: #009fd3;
}
.index-page .home-firstscreen .diyRadioThemeFn .radio-el .state-el {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #009fd3;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.index-page .home-firstscreen .diyRadioThemeFn .radio-el .state-el:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  inset: 0;
  margin: auto;
  transition: all 0.3s;
}
.index-page .home-firstscreen .form-row {
  position: relative;
  z-index: 3;
}
.index-page .home-firstscreen .form-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.index-page .home-firstscreen .form-row .radio-el {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-page .home-firstscreen .form-row .radio-el.active .state-el {
  border-color: #009fd3;
  background: #fff;
}
.index-page .home-firstscreen .form-row .radio-el.active .state-el:before {
  background: #009fd3;
}
.index-page .home-firstscreen .form-row .radio-el .state-el {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #009fd3;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.index-page .home-firstscreen .form-row .radio-el .state-el:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  inset: 0;
  margin: auto;
  transition: all 0.3s;
}
.index-page .home-firstscreen .form-row .radio-type {
  display: flex;
  gap: 0 18px;
  margin-right: 3px;
}
.index-page .home-firstscreen .form-el {
  float: left;
  margin-bottom: 18px;
}
.index-page .home-firstscreen .form-el:nth-child(2n) {
  float: right;
}
.index-page .home-firstscreen .form-el .el-label {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 6px;
}
.index-page .home-firstscreen .form-el .el-info {
  display: flex;
  align-items: center;
  height: 38px;
  border-radius: 4px;
}
.index-page .home-firstscreen .form-el .el-info .unit-tag {
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 6px;
  box-sizing: border-box;
}
.index-page .home-firstscreen .form-el .blend-info {
  display: flex;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 4px;
  overflow: hidden;
}
.index-page .home-firstscreen .form-el .blend-info:hover {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
  border-color: #009fd3;
}
.index-page .home-firstscreen .form-el .blend-info input {
  border: 0;
}
.index-page .home-firstscreen .form-el .mark-tag {
  padding: 0 17px;
  display: flex;
  align-items: center;
}
.index-page .home-firstscreen .form-el input {
  width: 180px;
  height: 36px;
  border: 1px solid #efefef;
  outline: none;
  display: inline-block;
  padding: 0 12px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}
.index-page .home-firstscreen .form-el input.only {
  height: 38px;
  border-radius: 4px;
}
.index-page .home-firstscreen .form-el input::placeholder {
  font-size: 14px;
  color: #999999;
}
.index-page .home-firstscreen .form-el input.mini {
  width: 68px;
}
.index-page .home-firstscreen .form-el input.mini:focus {
  box-shadow: none;
}
.index-page .home-firstscreen .form-el input.middle {
  width: 200px;
}
.index-page .home-firstscreen .form-el input:focus {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
  border-color: #009fd3;
}
.index-page .home-firstscreen .drop-down {
  display: inline-block;
  position: relative;
  border: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
  width: 180px;
  border-radius: 4px;
}
.index-page .home-firstscreen .drop-down.middle {
  width: 200px;
}
.index-page .home-firstscreen .drop-down:hover {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
  border-color: #009fd3;
}
.index-page .home-firstscreen .drop-down:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  height: inherit;
  border-radius: 0 4px 4px 0;
}
.index-page .home-firstscreen .drop-down:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  background: url("../images-lib-www/index-new/arrow-down-icon.png") no-repeat center transparent;
  width: 30px;
  height: 20px;
  background-size: contain;
  margin-top: -10px;
  pointer-events: none;
  transition: all 0.3s;
}
.index-page .home-firstscreen .drop-down .filter-info {
  display: block;
  background: #fff;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-indent: 12px;
  border: none;
  font-size: 14px;
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
}
.index-page .home-firstscreen .drop-down .drop-lists {
  min-width: 100%;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 3;
  background: #fff;
  border: 1px solid #efefef;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  padding: 0;
  margin: 0;
  max-width: 300px;
  box-sizing: content-box;
}
.index-page .home-firstscreen .drop-down .drop-lists li {
  padding: 8px 8px 8px 12px;
  cursor: pointer;
}
.index-page .home-firstscreen .drop-down .drop-lists li a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag {
  color: #858585;
  cursor: default;
}
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag a {
  cursor: default;
}
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag:hover {
  background: none;
}
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag:hover a {
  color: #333;
}
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag:hover a:focus,
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag:hover:active,
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag:hover:focus-within,
.index-page .home-firstscreen .drop-down .drop-lists li.the-tag:hover:visited {
  text-decoration: none;
}
.index-page .home-firstscreen .drop-down .drop-lists li:hover {
  background: #009fd3;
  color: #fff;
}
.index-page .home-firstscreen .drop-down .drop-lists li:hover a {
  color: #fff;
  text-decoration: none;
}
.index-page .home-firstscreen .active-drop:after {
  transform: rotate(180deg);
}
.index-page .home-firstscreen .quote-form-item {
  display: none;
}
.index-page .home-firstscreen .quote-form-item.smd .drop-down {
  width: 190px;
}
.index-page .home-firstscreen .quote-form-item.smd input {
  width: 190px;
}
.index-page .home-firstscreen .toggle-row-area {
  position: relative;
  z-index: 3;
}
.index-page .home-firstscreen .toggle-row-area:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.index-page .home-firstscreen:hover .banner-slider .banner-left {
  left: 0;
}
.index-page .home-firstscreen:hover .banner-slider .banner-right {
  right: 0;
}
.index-page .home-firstscreen .banner-slider {
  height: 430px;
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.index-page .home-firstscreen .banner-slider .banner-left {
  position: absolute;
  top: 0;
  left: -32px;
  display: inline-block;
  width: 32px;
  height: 100%;
  z-index: 19;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url("../images-lib-www/newpublicsrc/banner-left.png") no-repeat center transparent;
  transition: all 0.3s;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}
.index-page .home-firstscreen .banner-slider .banner-right {
  position: absolute;
  top: 0;
  right: -32px;
  display: inline-block;
  width: 32px;
  height: 100%;
  z-index: 999;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url("../images-lib-www/newpublicsrc/banner-right.png") no-repeat center transparent;
  transition: all 0.3s;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}
.index-page .home-firstscreen .swiper-wrapper {
  height: 430px;
}
.index-page .home-firstscreen .swiper-wrapper .banner-pic {
  width: 100%;
  position: absolute;
}
.index-page .home-firstscreen .swiper-wrapper .banner-pic:first-child a {
  display: block;
  z-index: 9;
}
.index-page .home-firstscreen .swiper-wrapper .banner-pic a {
  width: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
  height: 430px;
  background-size: cover !important;
}
.index-page .home-firstscreen .banner-slider .banner-pagination {
  position: absolute;
  bottom: 24px;
  height: 6px;
  line-height: 6px;
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 3;
}
.index-page .home-firstscreen .banner-slider .banner-pagination .active-switch {
  background-color: #0097c9;
}
.index-page .home-firstscreen .banner-slider .banner-pagination li {
  width: 20px;
  height: 6px;
  background-color: #dddddd;
  display: inline-block;
  margin-right: 10px;
  z-index: 999;
  transition: all 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 4px;
  cursor: pointer;
}
.index-page .home-firstscreen .banner-slider .banner-pagination li.active-switch {
  width: 80px;
}
.index-page .home-firstscreen .banner-slider .banner-pagination li:hover {
  background: #0097c9;
}
.index-page .home-firstscreen .banner-pic {
  height: 430px;
}
.index-page .offer-server-module {
  padding: 40px 0;
}
.index-page .offer-server-module .offer-remit {
  display: flex;
  margin-top: 30px;
}
.index-page .offer-server-module .offer-remit .offer-item {
  width: 389px;
  height: 495px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #E9EBED;
  margin-left: 16px;
}
.index-page .offer-server-module .offer-remit .offer-item:first-child {
  margin-left: unset;
}
.index-page .offer-server-module .offer-remit .offer-item:nth-child(4) {
  margin-left: unset;
}
.index-page .offer-server-module .offer-remit .offer-item:hover .offer-pic img {
  transform: scale(1.1);
}
.index-page .offer-server-module .offer-remit .offer-item .offer-pic {
  width: 100%;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
}
.index-page .offer-server-module .offer-remit .offer-item .offer-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index-page .offer-server-module .offer-remit .offer-item .offer-title {
  font-weight: bold;
  font-size: 18px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 14px;
}
.index-page .offer-server-module .offer-remit .offer-item .offer-val {
  padding: 0;
  margin: 0 0 16px 0;
}
.index-page .offer-server-module .offer-remit .offer-item .offer-val li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.index-page .offer-server-module .offer-remit .offer-item .offer-val li:last-child {
  margin-bottom: unset;
}
.index-page .offer-server-module .offer-remit .offer-item .val-list {
  width: 160px;
  padding-bottom: 4px;
  border-bottom: 1px solid #F8F9FD;
}
.index-page .offer-server-module .offer-remit .offer-item .val-title {
  font-size: 13px;
  color: #6C7073;
  line-height: 20px;
  margin-bottom: 8px;
}
.index-page .offer-server-module .offer-remit .offer-item .val-des {
  font-size: 13px;
  color: #262626;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-page .offer-server-module .offer-remit .offer-item .jump-link {
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  background: #009FD3;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.index-page .offer-server-module .offer-remit .offer-item .jump-link:hover {
  background: #0089b6;
}
.index-page .product-line-module {
  padding: 40px 0;
  background: #F8F9FD;
}
.index-page .product-line-module .serve-remit {
  height: 254px;
  border: 1px solid #F0F1F2;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}
.index-page .product-line-module .serve-remit .top-bg {
  background: url("../images-lib-www/index-new/server-bg.png") no-repeat center;
  width: 100%;
  height: 120px;
  background-size: cover;
  padding: 26px 34px;
}
.index-page .product-line-module .serve-remit .ser-title {
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 34px;
  display: inline-block;
  position: relative;
  max-width: 300px;
}
.index-page .product-line-module .serve-remit .ser-title:after {
  display: inline-block;
  background: url("../images-lib-www/index-new/hot-icon.png") no-repeat center;
  width: 32px;
  height: 22px;
  background-size: cover;
  content: '';
}
.index-page .product-line-module .serve-remit .bt-number {
  display: flex;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
}
.index-page .product-line-module .serve-remit .prize-top {
  height: 40px;
  font-size: 16px;
  color: #6C7073;
  margin-bottom: 10px;
}
.index-page .product-line-module .serve-remit .prize-lt {
  min-width: 242px;
  padding: 30px 34px 30px 34px;
  border-right: 1px solid #E9EBED;
}
.index-page .product-line-module .serve-remit .num-ser {
  width: 100%;
  padding: 35px 30px 35px 42px;
  display: flex;
  justify-content: space-between;
}
.index-page .product-line-module .serve-remit .symbol {
  font-weight: bold;
  font-size: 24px;
  color: #F9711B;
  display: inline-block;
  margin-left: 6px;
}
.index-page .product-line-module .serve-remit .prize-num {
  font-weight: bold;
  font-size: 52px;
  line-height: 40px;
  display: inline-block;
  margin: 0 7px 0 3px;
  background: linear-gradient(-128.797304deg, #FF0B00 0%, #FF9326 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-page .product-line-module .serve-remit .mit {
  font-size: 14px;
  color: #6C7073;
}
.index-page .product-line-module .serve-remit .prize-des {
  font-size: 16px;
  color: #6C7073;
  line-height: 24px;
}
.index-page .product-line-module .serve-remit .num-row {
  display: flex;
}
.index-page .product-line-module .serve-remit .num-row li {
  width: 130px;
  border-bottom: 1px solid #E9EBED;
  margin-left: 40px;
}
.index-page .product-line-module .serve-remit .num-row li:first-child {
  margin-left: unset;
}
.index-page .product-line-module .serve-remit .ser-tp {
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  margin-bottom: 12px;
}
.index-page .product-line-module .serve-remit .ser-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.index-page .product-line-module .serve-remit .bt-title {
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
}
.index-page .product-line-module .serve-remit .bt-rt {
  font-weight: 500;
  font-size: 14px;
  color: #8C8C8C;
  line-height: 22px;
}
.index-page .product-line-module .serve-remit .jump-link {
  background: #009fd3;
  border-radius: 8px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0 53px;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.index-page .product-line-module .serve-remit .jump-link:hover {
  background: #0089b6;
}
.index-page .product-line-module .solutions-remit {
  display: flex;
}
.index-page .product-line-module .solutions-remit .tins-item {
  width: 288px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid #F0F1F2;
  box-sizing: border-box;
  margin-left: 16px;
}
.index-page .product-line-module .solutions-remit .tins-item:first-child {
  margin-left: unset;
}
.index-page .product-line-module .solutions-remit .tins-item:nth-child(5) {
  margin-left: unset;
}
.index-page .product-line-module .solutions-remit .tins-item:hover .tins-pic img {
  transform: scale(1.1);
}
.index-page .product-line-module .solutions-remit .tins-item .tins-pic {
  width: 100%;
  height: 186px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.index-page .product-line-module .solutions-remit .tins-item .tins-pic img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.index-page .product-line-module .solutions-remit .tins-item .tins-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 6px;
}
.index-page .product-line-module .solutions-remit .tins-item .prize-num {
  height: 24px;
  font-size: 13px;
  color: #8D9095;
  line-height: 20px;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-end;
}
.index-page .product-line-module .solutions-remit .tins-item .symbol {
  font-weight: bold;
  font-size: 18px;
  color: #F9711B;
  display: inline-block;
  margin-left: 4px;
}
.index-page .product-line-module .solutions-remit .tins-item .num {
  font-weight: bold;
  font-size: 24px;
  color: #F9711B;
  line-height: 24px;
  display: inline-block;
  margin-right: 4px;
}
.index-page .product-line-module .solutions-remit .tins-item .time {
  font-size: 13px;
  color: #262626;
  line-height: 20px;
}
.index-page .checkout-process-module {
  padding: 40px 0;
}
.index-page .checkout-process-module .flow-remit {
  padding: 0 8px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.index-page .checkout-process-module .flow-remit .flow-item {
  width: 140px;
  text-align: center;
}
.index-page .checkout-process-module .flow-remit .flow-arrow {
  background: url("../images-lib-www/index-new/flow-arrow-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  margin: -45px 5px 0;
  display: block;
}
.index-page .checkout-process-module .flow-remit .flow-icon {
  width: 84px;
  height: 84px;
  background-size: cover;
  margin-bottom: 14px;
}
.index-page .checkout-process-module .flow-remit .flow-title {
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  line-height: 20px;
  min-height: 40px;
}
.index-page .real-time-orders-module {
  padding: 40px 0;
  background: #F8F9FD;
}
.index-page .real-time-orders-module .order-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.index-page .real-time-orders-module .order-top .ft-order {
  display: flex;
}
.index-page .real-time-orders-module .order-top .order-item {
  display: flex;
  align-items: center;
  margin-left: 56px;
}
.index-page .real-time-orders-module .order-top .order-item:first-child {
  margin-left: unset;
}
.index-page .real-time-orders-module .order-top .order-val {
  height: 22px;
  overflow: hidden;
}
.index-page .real-time-orders-module .order-top .order-val ul {
  margin: 0;
}
.index-page .real-time-orders-module .order-top .order-val li {
  font-weight: bold;
  font-size: 22px;
  color: #ffb142;
}
.index-page .real-time-orders-module .order-top .lf-title {
  font-size: 14px;
  color: #3B3E40;
  line-height: 22px;
  margin-right: 8px;
  align-self: end;
}
.index-page .real-time-orders-module .order-top .up-icon {
  width: 28px;
  height: 28px;
  background-size: cover;
}
.index-page .real-time-orders-module .group-remit .group-item {
  height: 60px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.index-page .real-time-orders-module .group-remit .group-item:hover .roll-list {
  animation-play-state: paused;
}
.index-page .real-time-orders-module .group-remit .group-item:first-child .roll-list {
  left: -320px;
  width: max-content;
}
.index-page .real-time-orders-module .group-remit .group-item:nth-child(2) .roll-list {
  left: -270px;
  width: max-content;
}
.index-page .real-time-orders-module .group-remit .group-item:last-child {
  margin-bottom: unset;
}
.index-page .real-time-orders-module .group-remit .group-item:last-child .roll-list {
  left: -70px;
  width: max-content;
}
.index-page .real-time-orders-module .group-remit .roll-list {
  position: absolute;
  top: 0;
  display: flex;
  width: max-content;
}
.index-page .real-time-orders-module .group-remit .roll-list.forward {
  animation: scrollForward 60s linear infinite;
}
.index-page .real-time-orders-module .group-remit .roll-list.reverse {
  animation: scrollReverse 60s linear infinite;
}
.index-page .real-time-orders-module .group-remit .row-item {
  padding: 15px 14px;
  background: #FFFFFF;
  max-width: 380px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.index-page .real-time-orders-module .group-remit .row-item .time {
  font-size: 13px;
  color: #262626;
  line-height: 22px;
  width: 77px;
}
.index-page .real-time-orders-module .group-remit .row-item .nat-tp {
  width: 114px;
  display: flex;
  align-items: center;
}
.index-page .real-time-orders-module .group-remit .row-item .nation-icon {
  height: 14px;
  background-size: cover;
}
.index-page .real-time-orders-module .group-remit .row-item .name {
  font-size: 13px;
  color: #262626;
  line-height: 22px;
  margin-left: 2px;
  max-width: 90px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-page .real-time-orders-module .group-remit .row-item .pro-bar {
  background: url("../images-lib-www/index-new/bar-bg.png") no-repeat center;
  width: 170px;
  height: 30px;
  padding-left: 8px;
  background-size: 100% 100%;
  position: relative;
  flex-shrink: 0;
}
.index-page .real-time-orders-module .group-remit .row-item .bar-ves {
  width: 54px;
  height: 10px;
  background: rgba(0, 159, 211, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.index-page .real-time-orders-module .group-remit .row-item .pro-bar {
  display: flex;
  align-items: center;
  position: relative;
}
.index-page .real-time-orders-module .group-remit .row-item .bar-bg {
  height: 100%;
  background: #009fd3;
  display: block;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.index-page .real-time-orders-module .group-remit .row-item .bar-bg:after {
  background: url("../images-lib-www/index-new/bar-shadow-icon.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index-page .real-time-orders-module .group-remit .row-item .bar-num {
  font-size: 12px;
  color: #009fd3;
  line-height: 12px;
  margin-left: 6px;
}
.index-page .real-time-orders-module .group-remit .row-item .bar-time {
  color: #fff;
  font-size: 12px;
  width: 82px;
  height: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -5px;
}
.index-page .service-solution-module {
  padding: 40px 0;
}
.index-page .service-solution-module .ser-remit {
  display: flex;
  background: #F8F9FD;
  border-radius: 14px;
  overflow: hidden;
}
.index-page .service-solution-module .ser-remit .ser-pic {
  width: 600px;
  height: 408px;
  overflow: hidden;
}
.index-page .service-solution-module .ser-remit .ser-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.index-page .service-solution-module .ser-remit .ser-pic:hover img {
  transform: scale(1.1);
}
.index-page .service-solution-module .ser-remit .flow-rules {
  width: 600px;
  padding: 24px 30px 22px;
  box-sizing: border-box;
  color: #262626;
}
.index-page .service-solution-module .ser-remit .flow-rules dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px;
}
.index-page .service-solution-module .ser-remit .flow-rules dd {
  font-size: 14px;
  line-height: 22px;
  padding-left: 34px;
  margin-bottom: 20px;
  position: relative;
}
.index-page .service-solution-module .ser-remit .flow-rules dd:before {
  background: url("../images-lib-www/index-new/why-check-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.index-page .service-solution-module .ser-remit .flow-rules dd:last-child {
  margin-bottom: unset;
}
.index-page .affordable-section {
  background: url("../images-lib-www/index-new/affordable-bg.png") no-repeat center;
  height: 626px;
  width: 100%;
  background-size: cover;
  min-width: 1200px;
}
.index-page .affordable-section * {
  box-sizing: border-box;
}
.index-page .affordable-section .wcontainer {
  padding: 40px 0 30px;
  height: inherit;
}
.index-page .affordable-section .affordable-wrap {
  position: relative;
  height: 482px;
}
.index-page .affordable-section .affordable-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.index-page .affordable-section .affordable-wrap .affor-l {
  position: absolute;
  top: 0;
  left: -6px;
  z-index: 1;
}
.index-page .affordable-section .affordable-wrap .aff-item {
  width: 210px;
  height: 60px;
  background: linear-gradient(90deg, rgba(61, 188, 255, 0) 0%, rgba(61, 188, 255, 0.14) 60%);
  border-radius: 0px 40px 40px 0px;
  margin-bottom: 24px;
  padding: 0 12px 0 32px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 13px;
  color: #262626;
  line-height: 20px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.index-page .affordable-section .affordable-wrap .aff-item:nth-child(2) {
  left: 33px;
}
.index-page .affordable-section .affordable-wrap .aff-item:nth-child(3) {
  left: 76px;
}
.index-page .affordable-section .affordable-wrap .aff-item:nth-child(4) {
  left: 131px;
}
.index-page .affordable-section .affordable-wrap .aff-item:nth-child(5) {
  left: 212px;
}
.index-page .affordable-section .affordable-wrap .aff-item:nth-child(6) {
  left: 345px;
}
.index-page .affordable-section .affordable-wrap .aff-item:before {
  content: '';
  background: url("../images-lib-www/index-new/dash-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  z-index: 1;
}
.index-page .affordable-section .affordable-wrap .aff-item:after {
  content: '';
  background: url("../images-lib-www/index-new/arrow-dash.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  z-index: 1;
}
.index-page .affordable-section .affordable-wrap .aff-item.active:before {
  background: url("../images-lib-www/index-new/dash-hover-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.index-page .affordable-section .affordable-wrap .aff-item.active:after {
  background: url("../images-lib-www/index-new/arrow-hover-dash.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.index-page .affordable-section .affordable-wrap .affor-r {
  width: 546px;
  height: 356px;
  float: right;
  margin-top: 64px;
  position: relative;
  box-shadow: -5px 0px 20px 0px rgba(47, 45, 94, 0.06);
}
.index-page .affordable-section .affordable-wrap .affor-r:before {
  content: '';
  width: 602px;
  height: 276px;
  background: #D6E8FC;
  border-radius: 17px 17px 17px 17px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: -54px;
  transform: translateY(-50%);
  z-index: 1;
}
.index-page .affordable-section .affordable-wrap .affor-r:after {
  width: 588px;
  height: 300px;
  background: #D6E9FD;
  border-radius: 18px 18px 18px 18px;
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  z-index: 2;
}
.index-page .affordable-section .affordable-wrap .affor-r .mark-el {
  width: 570px;
  height: 332px;
  background: #D8EBFF;
  border-radius: 18px 18px 18px 18px;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  z-index: 3;
}
.index-page .affordable-section .affordable-wrap .affor-r .view-product {
  width: 546px;
  height: 356px;
  position: relative;
  z-index: 4;
  background: #D8EBFF;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: -5px 0px 20px 0px rgba(47, 45, 94, 0.06);
  border: 4px solid rgba(0, 159, 211, 0.2);
}
.index-page .affordable-section .affordable-wrap .affor-r .view-product .swiper {
  width: 100%;
  height: inherit;
}
.index-page .affordable-section .affordable-wrap .affor-r .view-product .view-pic {
  width: 100%;
  height: 100%;
}
.index-page .affordable-section .affordable-wrap .affor-r .view-product .view-pic img {
  width: 100%;
  height: 100%;
}
.index-page .affordable-section .section-title {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin-bottom: 44px;
}
.index-page .accordion-module {
  padding: 40px 0;
}
.index-page .accordion-module .dion-remit {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.index-page .accordion-module .dion-remit .dion-item {
  width: 220px;
  height: 416px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.index-page .accordion-module .dion-remit .dion-item.active {
  width: 474px;
}
.index-page .accordion-module .dion-remit .dion-item.active .dion-top {
  transition-delay: 0.2s;
  transform: translateX(0);
}
.index-page .accordion-module .dion-remit .dion-item .dion-top {
  transition: all 0.5s ease-in-out;
  transform: translateX(-474px);
}
.index-page .accordion-module .dion-remit .dion-item .dion-title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 8px;
}
.index-page .accordion-module .dion-remit .dion-item .dion-des {
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
}
.index-page .accordion-module .dion-remit .dion-item .jump-link {
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #262626;
  position: absolute;
  left: 20px;
  bottom: 30px;
  padding: 0 42px 0 14px;
}
.index-page .accordion-module .dion-remit .dion-item .jump-link:after {
  background: url("../images-lib-www/index-new/jump-arrow-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin: -12px auto 0;
}
.index-page .prototype-data-module {
  background: #F8F9FD;
  padding: 40px 0;
  position: relative;
}
.index-page .prototype-data-module .wcontainer {
  position: relative;
  z-index: 2;
}
.index-page .prototype-data-module:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images-lib-www/index-new/map-bg.png") no-repeat center;
  width: 1200px;
  height: 430px;
  background-size: cover;
  content: '';
  display: block;
}
.index-page .prototype-data-module .based-title {
  font-size: 28px;
  color: #1D1D1F;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 50px;
}
.index-page .prototype-data-module .type-based {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 66px;
}
.index-page .prototype-data-module .type-based .pro-list {
  width: 250px;
  padding-right: 20px;
  margin-bottom: 44px;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
}
.index-page .prototype-data-module .type-based .pro-list:nth-child(3) {
  margin-bottom: unset;
}
.index-page .prototype-data-module .type-based .pro-list:nth-child(4) {
  margin-bottom: unset;
}
.index-page .prototype-data-module .type-based .scroll-top {
  height: 300px;
}
.index-page .prototype-data-module .type-based .scroll-top li {
  margin-bottom: 40px;
}
.index-page .prototype-data-module .type-based dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.index-page .prototype-data-module .type-based dd {
  font-size: 14px;
  color: #6C7073;
  line-height: 22px;
}
.index-page .prototype-data-module .type-based .pro-icon {
  width: 28px;
  height: 28px;
  background-size: cover;
}
.index-page .prototype-data-module .type-based .num-val {
  font-weight: 600;
  font-size: 28px;
  color: #262626;
  line-height: 28px;
  margin-left: 6px;
  position: relative;
}
.index-page .prototype-data-module .type-based .unit-el {
  position: absolute;
  right: -16px;
  top: -6px;
  z-index: 1;
  font-size: 12px;
}
.index-page .prototype-data-module .par-title {
  font-size: 18px;
  color: #1D1D1F;
  line-height: 24px;
  margin-bottom: 30px;
}
.index-page .prototype-data-module .partner-pic {
  width: 1156px;
  height: 112px;
  background-size: cover;
}
.index-page .channel-process-module {
  padding: 30px 0;
}
.index-page .channel-process-module .channel-remit {
  display: flex;
}
.index-page .channel-process-module .el-item {
  width: 288px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.index-page .channel-process-module .el-item:first-child {
  margin-left: unset;
}
.index-page .channel-process-module .el-item .el-icon {
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-right: 10px;
}
.index-page .channel-process-module .el-item dt {
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  margin-bottom: 6px;
}
.index-page .channel-process-module .el-item dd {
  font-size: 13px;
  color: #8C8C8C;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=index-new.css.map */