.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;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.the-template-page {
  background: #E9ECEF;
}
.the-template-page * {
  color: #171717;
}
.the-template-page .common-title {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'OpenSans_700Bold';
  margin-bottom: 82px;
}
.the-template-page .banner-module {
  background: url("../images/products-template/banner-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 544px;
  background-size: cover;
}
.the-template-page .banner-module .info-remit {
  padding-top: 60px;
  margin-bottom: 40px;
}
.the-template-page .banner-module .info-remit .banner-title {
  font-size: 40px;
  line-height: 40px;
  font-family: 'OpenSans_700Bold';
  margin-bottom: 80px;
}
.the-template-page .banner-module .info-remit dd {
  color: #495057;
  font-size: 24px;
  line-height: 48px;
}
.the-template-page .banner-module .info-remit dd:before {
  width: 8px;
  height: 8px;
  background: #495057;
  content: '';
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.the-template-page .banner-module .quote-box .quote-region {
  padding: 20px 16px;
  border-radius: 10px;
  background: #FFFFFF;
  display: inline-block;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
}
.the-template-page .banner-module .quote-box .info-val {
  display: flex;
  gap: 20px;
}
.the-template-page .banner-module .quote-box .input-item {
  height: 60px;
  padding: 20px 16px;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  position: relative;
}
.the-template-page .banner-module .quote-box .input-item:after {
  background: url("../images/index/down-icon1.png") 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);
}
.the-template-page .banner-module .quote-box .input-item.w200 {
  width: 200px;
  display: flex;
  align-items: center;
}
.the-template-page .banner-module .quote-box .input-item.w200 input {
  cursor: auto;
}
.the-template-page .banner-module .quote-box .input-item.w200:after {
  display: none;
  background: none;
}
.the-template-page .banner-module .quote-box .input-item.w170 {
  width: 170px;
  cursor: pointer;
}
.the-template-page .banner-module .quote-box .input-item.w116 {
  width: 116px;
}
.the-template-page .banner-module .quote-box .input-item input {
  width: 100%;
  border: unset;
  color: #171717;
  cursor: pointer;
}
.the-template-page .banner-module .quote-box .input-item input::placeholder {
  color: #9da3aa;
}
.the-template-page .banner-module .quote-box .input-item .mill {
  width: 45px;
  line-height: 20px;
}
.the-template-page .banner-module .quote-box .input-item .ride {
  display: inline-block;
  margin: 0 15px;
  line-height: 20px;
}
.the-template-page .banner-module .quote-box .input-item .unit {
  color: #495057;
  line-height: 20px;
  margin-top: -4px;
  margin-left: 14px;
}
.the-template-page .banner-module .quote-box .input-item.active:after {
  transform: rotate(0deg);
}
.the-template-page .banner-module .quote-box .quote-down {
  width: 314px;
  padding: 20px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  box-shadow: 6px 6px 20px #33333329;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 11;
  display: none;
}
.the-template-page .banner-module .quote-box .quote-down .tp-title {
  color: #495057;
  line-height: 21px;
  margin-bottom: 20px;
}
.the-template-page .banner-module .quote-box .quote-down .val-region {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.the-template-page .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 #e9ecef;
  color: #171717;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.the-template-page .banner-module .quote-box .quote-down .val-region li:hover {
  background: rgba(242, 153, 74, 0.2);
}
.the-template-page .banner-module .quote-box .quote-down .val-region li.active {
  border: 1px solid #F2994A;
  color: #F2994A;
}
.the-template-page .banner-module .quote-box .quote-down .val-region li.active:hover {
  background: rgba(242, 153, 74, 0.2);
}
.the-template-page .banner-module .quote-box .quote-down .order-val {
  display: flex;
  gap: 8px;
}
.the-template-page .banner-module .quote-box .quote-down .order-val .order-text {
  width: 136px;
  height: 40px;
  padding: 0 8px;
  border: 1px solid #e9ecef;
  color: #171717;
  border-radius: 4px;
  cursor: auto;
}
.the-template-page .banner-module .quote-box .quote-down .order-val .order-text::placeholder {
  color: #9da3aa;
}
.the-template-page .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;
}
.the-template-page .banner-module .quote-box .quote-down .order-val .btn.sub-btn {
  background: #0F3460;
}
.the-template-page .banner-module .quote-box .quote-down .order-val .btn.sub-btn:hover {
  background: #F2994A;
}
.the-template-page .banner-module .quote-box .quote-down .order-val .btn.can-btn {
  background: #9da3aa;
}
.the-template-page .banner-module .quote-box .quote-down .order-des {
  color: #9da3aa;
  font-size: 12px;
  margin-top: 10px;
}
.the-template-page .banner-module .quote-box .quote-jump {
  min-width: 182px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #0F3460;
  border-radius: 4px;
  color: #FFFFFF;
  font-family: 'OpenSans_700Bold';
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.the-template-page .banner-module .quote-box .quote-jump:before {
  background: url("../images/index/counter-icon.png") no-repeat center;
  width: 35px;
  height: 40px;
  content: '';
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  margin-top: -4px;
}
.the-template-page .banner-module .quote-box .quote-jump:hover {
  background: #F2994A;
}
.the-template-page .board-val-module {
  padding: 60px 0 86px;
}
.the-template-page .board-val-module .board-remit {
  display: flex;
  gap: 80px;
}
.the-template-page .board-val-module .board-val .val-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}
.the-template-page .board-val-module .board-val .table-val {
  width: 394px;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.the-template-page .board-val-module .board-val .table-val tr {
  background: #FFFFFF;
}
.the-template-page .board-val-module .board-val .table-val tr:nth-child(odd) {
  background: none;
}
.the-template-page .board-val-module .board-val .table-val td {
  width: 50%;
  padding: 19px 16px;
}
.the-template-page .board-val-module .board-val .table-val td:first-of-type {
  width: 60%;
}
.the-template-page .board-val-module .board-val .table-val td:nth-of-type(2) {
  width: 40%;
}
.the-template-page .board-val-module .board-val .jump-link {
  font-size: 16px;
  line-height: 24px;
  color: #0F3460;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
  position: relative;
}
.the-template-page .board-val-module .board-val .jump-link:hover {
  color: #F2994A;
}
.the-template-page .board-val-module .board-val .jump-link:hover:after {
  background: #F2994A;
}
.the-template-page .board-val-module .board-val .jump-link:before {
  background: url("../images/products-template/small-hand-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}
.the-template-page .board-val-module .board-val .jump-link:after {
  width: 100%;
  height: 1px;
  content: '';
  background: #0F3460;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.the-template-page .board-val-module .board-viewer {
  width: 966px;
  position: relative;
}
.the-template-page .board-val-module .board-viewer .board-swiper {
  width: 846px;
  margin-bottom: 20px;
}
.the-template-page .board-val-module .board-viewer .board-swiper .swiper-slide {
  width: 846px !important;
  height: 846px !important;
  margin: 0 auto;
}
.the-template-page .board-val-module .board-viewer .board-swiper .spin-icon {
  background: url("../images/products-template/360-spin-icon.png") no-repeat center;
  width: 140px;
  height: 44px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  margin: 0 auto;
  z-index: 2;
}
.the-template-page .board-val-module .board-viewer .swiper-pagination {
  padding: 0 80px;
  display: flex;
  gap: 34px;
}
.the-template-page .board-val-module .board-viewer .swiper-pagination .menu-el {
  width: 134px;
  min-width: 134px;
  height: 134px;
  margin: 0;
  border-radius: unset;
  opacity: 1;
  border: 1px solid #d1d5db;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.the-template-page .board-val-module .board-viewer .swiper-pagination .menu-el.swiper-pagination-bullet-active {
  border: 4px solid #f2994a;
}
.the-template-page .board-val-module .board-viewer .the-btn span {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 400px;
  z-index: 2;
  cursor: pointer;
}
.the-template-page .board-val-module .board-viewer .the-btn .left-icon {
  background: url("../images/products-template/swiper-left-icon.png") no-repeat center;
  left: 0;
}
.the-template-page .board-val-module .board-viewer .the-btn .right-icon {
  background: url("../images/products-template/swiper-right-icon.png") no-repeat center;
  right: 0;
}
.the-template-page .scrolling-module {
  min-width: 1440px;
}
.the-template-page .section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  height: 960px;
  position: relative;
}
.the-template-page .section .page-warp {
  height: 100%;
  display: flex;
  align-items: center;
}
.the-template-page .section.one {
  background: #1e5f75;
}
.the-template-page .section.one .offer-pic {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -413px;
}
.the-template-page .section.two {
  background: #174175;
}
.the-template-page .section.two .offer-pic {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -450px;
}
.the-template-page .section.three {
  background: #1e5f75;
}
.the-template-page .section.three .offer-pic {
  position: absolute;
  right: 154px;
  top: 50%;
  margin-top: -450px;
}
.the-template-page .section dl {
  width: 500px;
}
.the-template-page .section dl dt {
  color: #FFFFFF;
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}
.the-template-page .section dl dd {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 52px;
}
.the-template-page .section dl dd:first-of-type {
  font-size: 24px;
}
.the-template-page .custom-made-module {
  background: url("../images/products-template/custom-bg.png") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 900px;
  padding: 70px 0 50px;
  background-size: cover;
}
.the-template-page .custom-made-module .custom-pic {
  margin: 0 auto;
}
.the-template-page .custom-made-module .custom-rules {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.the-template-page .custom-made-module .custom-rules dt {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.the-template-page .custom-made-module .custom-rules dd {
  color: #495057;
  font-size: 16px;
  line-height: 24px;
  padding: 0 62px;
}
.the-template-page .step-module {
  padding: 80px 0;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.1) inset, -10px -10px 20px rgba(255, 255, 255, 0.4) inset;
}
.the-template-page .step-module .step-remit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.the-template-page .step-module .tab-menu {
  width: 586px;
}
.the-template-page .step-module .tab-menu .tab-el {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  cursor: pointer;
}
.the-template-page .step-module .tab-menu .tab-el.active dt {
  color: #F2994A;
}
.the-template-page .step-module .tab-menu .tab-el:first-of-type {
  margin-top: unset;
}
.the-template-page .step-module .tab-menu .tab-el dt {
  font-size: 24px;
  line-height: 24px;
  font-family: 'OpenSans_700Bold';
  margin-bottom: 20px;
}
.the-template-page .step-module .tab-menu .tab-el dd {
  color: #495057;
  font-size: 16px;
  line-height: 24px;
}
.the-template-page .step-module .step-vessel {
  width: 770px;
  padding: 20px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
  position: relative;
}
.the-template-page .step-module .step-vessel:before {
  background: url("../images/products-template/step-arrow-icon.png") no-repeat center;
  width: 20px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
}
.the-template-page .step-module .step-vessel .pic-item {
  width: 730px;
  height: 436px;
  border-radius: 4px;
  border: 1px solid #1e5f74;
}
.the-template-page .more-module {
  padding: 80px;
}
.the-template-page .more-module .product-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.the-template-page .more-module .product-item .list {
  width: 345px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.the-template-page .more-module .product-item .list img {
  width: 345px;
  height: 345px;
  transition: all 0.3s ease-in-out;
}
.the-template-page .more-module .product-item .list:hover {
  transform: translateY(-10px);
}
.the-template-page .more-module .product-item .list:hover .pro-pic {
  background: #FFFFFF;
  border: 1px solid #F2994A;
  box-shadow: 0 10px 24px rgba(242, 153, 74, 0.32);
}
.the-template-page .more-module .product-item .list:hover .pro-pic img {
  transform: scale(1.02);
}
.the-template-page .more-module .product-item .list:hover .pro-title {
  color: #F2994A;
}
.the-template-page .more-module .product-item .pro-pic {
  width: 100%;
  height: 360px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.the-template-page .more-module .product-item .pro-title {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-family: 'OpenSans_700Bold';
  margin-top: 20px;
}
model-viewer::part(default-progress-bar) {
  display: none;
}
/*# sourceMappingURL=products-template.css.map */