.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;
}
body {
  background-color: #f3f6fa;
}
a {
  text-decoration: unset;
}
.product-page {
  background: url("../images/productProcess/product-bg.png") no-repeat center;
  padding: 40px 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 1400px;
  height: 100%;
}
.product-page .page-wrap {
  position: relative;
}
.product-page .page-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.menu-nav-module {
  float: left;
  width: 224px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(125deg, #F3F6FA 0%, #FFFFFF 100%);
  padding: 36px 32px;
  box-sizing: border-box;
}
.menu-nav-module h3 {
  font-weight: 800;
  font-size: 20px;
  color: #001010;
  line-height: 20px;
}
.menu-nav-module a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #5F5F86;
  line-height: 15px;
  margin: 26px 0;
  padding-left: 16px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.menu-nav-module a:before {
  width: 1px;
  height: 25px;
  background: linear-gradient(0deg, #F3F6FA 0%, #E1E7F3 45%, #F3F6FA 100%);
  opacity: 0.4;
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 15px;
}
.menu-nav-module a i {
  width: 5px;
  height: 5px;
  background-color: #E1E7F3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.menu-nav-module a.active {
  font-weight: bold;
  font-size: 16px;
  color: #FF7B0F;
}
.menu-nav-module a.active i {
  width: 8px;
  height: 8px;
  background: linear-gradient(-23deg, #FFEBDB 0%, #FFFCF9 100%);
  border-radius: 50%;
  border: 2px solid #FF7B0F;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
}
.menu-nav-module a.active:after {
  background: url("../images/productProcess/menu-bg-icon.png") no-repeat center;
  width: 134px;
  height: 15px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.menu-nav-module a:last-of-type {
  margin-bottom: unset;
}
.menu-nav-module a:last-of-type:before {
  background: unset;
}
.menu-nav-module a:hover {
  font-weight: bold;
  font-size: 16px;
  color: #FF7B0F;
}
.menu-nav-module a:hover i {
  width: 8px;
  height: 8px;
  background: linear-gradient(-23deg, #FFEBDB 0%, #FFFCF9 100%);
  border-radius: 50%;
  border: 2px solid #FF7B0F;
  left: -2px;
  top: 50%;
  margin-top: -4px;
  box-sizing: border-box;
}
.menu-nav-module a:hover:after {
  background: url("../images/productProcess/menu-bg-icon.png") no-repeat center;
  width: 134px;
  height: 15px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.menu-nav-module.fly {
  position: fixed;
  top: 0;
  z-index: 99;
}
.menu-nav-module.at-bottom {
  position: absolute;
  bottom: 0;
}
.product-des-module {
  float: right;
  width: 1160px;
  background: linear-gradient(0deg, #FFFFFF 68%, #EDF1F6 100%);
  border-radius: 16px;
}
.product-des-module .type-area {
  padding: 70px 48px;
}
.product-des-module .type-area .process-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #001010;
  margin-bottom: 30px;
}
.product-des-module .type-area .process-title::after {
  background: url("../images/productProcess/title-bg-icon.png") no-repeat center;
  width: 40px;
  height: 4px;
  content: '';
  display: block;
  margin-top: 16px;
}
.product-des-module .type-area .process-title .pro-icon {
  width: 40px;
  height: 4px;
  display: block;
  margin-top: 16px;
}
.product-des-module .type-area .essay-des {
  font-size: 14px;
  color: #6D6D91;
  line-height: 24px;
  margin-bottom: 26px;
}
.product-des-module .type-area .essay-des:last-of-type {
  margin-bottom: unset;
}
.product-des-module .type-area .product-img {
  display: block;
  margin: 80px auto 0;
  max-width: 100%;
}
.product-des-module .parting-line {
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  margin: 40px auto;
}
.product-des-module .product-banner {
  background: url("../images/productProcess/banner-bg.png") no-repeat center;
  width: 100%;
  height: 308px;
  padding: 78px 480px 44px 48px;
}
.product-des-module .product-banner .banner-title {
  font-weight: 800;
  font-size: 34px;
  color: #001010;
  line-height: 35px;
  margin-bottom: 20px;
}
.product-des-module .product-banner .banner-des {
  font-size: 14px;
  color: #001010;
  line-height: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-des-module .product-banner .jump-link {
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  background: linear-gradient(-27deg, #FF7B0F 0%, #FFB97F 100%);
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0 34px;
  transition: all 0.3s ease-in-out;
}
.product-des-module .product-banner .jump-link:hover {
  background: linear-gradient(27deg, #FF7B0F -27%, #FFB97F 80%);
}
.product-des-module .table-type-val {
  width: 100%;
}
.product-des-module .table-type-val tbody tr:nth-of-type(odd) {
  background: #F2F6F9;
}
.product-des-module .table-type-val tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}
.product-des-module .table-type-val tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
.product-des-module .table-type-val th {
  background: #00A699;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 11px 34px;
  text-align: left;
}
.product-des-module .table-type-val th:first-of-type {
  width: 40%;
  border-top-left-radius: 8px;
}
.product-des-module .table-type-val th:last-of-type {
  width: 60%;
  border-top-right-radius: 8px;
}
.product-des-module .table-type-val td {
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  padding: 13px 34px;
  border-left: 1px solid #D4D4E4;
  border-bottom: 1px solid #D4D4E4;
}
.product-des-module .table-type-val td:last-of-type {
  border-right: 1px solid #D4D4E4;
}
